1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 * This file incorporates work covered by the following license notice:
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
19 #ifndef DBACCESS_SHARED_DBUSTRINGS_HRC
20 #define DBACCESS_SHARED_DBUSTRINGS_HRC
22 #include <rtl/ustring.hxx>
24 #define STRINGCONSTANTS_INCLUDED_INDIRECT
25 #include "stringconstants.hrc"
26 #undef STRINGCONSTANTS_INCLUDED_INDIRECT
27 #include "stringconstants.inc"
31 #define URL_COMPONENT_QUERYDESIGN ".component:DB/QueryDesign"
32 #define URL_COMPONENT_VIEWDESIGN ".component:DB/ViewDesign"
33 #define URL_COMPONENT_TABLEDESIGN ".component:DB/TableDesign"
34 #define URL_COMPONENT_FORMGRIDVIEW ".component:DB/FormGridView"
35 #define URL_COMPONENT_DATASOURCEBROWSER ".component:DB/DataSourceBrowser"
36 #define URL_COMPONENT_RELATIONDESIGN ".component:DB/RelationDesign"
37 #define URL_COMPONENT_APPLICATION ".component:DB/Application"
38 #define URL_COMPONENT_REPORTDESIGN ".component:DB/ReportDesign"
42 #define SERVICE_SDB_DIRECTSQLDIALOG "org.openoffice.comp.dbu.DirectSqlDialog"
44 // other DBU relevant strings
46 #define FRAME_NAME_QUERY_PREVIEW "QueryPreview"
47 #define SERVICE_CONTROLDEFAULT "com.sun.star.comp.dbu.OColumnControl"
48 #define PROPERTY_QUERYDESIGNVIEW "QueryDesignView"
49 #define PROPERTY_GRAPHICAL_DESIGN "GraphicalDesign"
50 #define PROPERTY_HELP_URL "HelpURL"
52 // other DBU properties
54 #define PROPERTY_TRISTATE "TriState"
55 #define PROPERTY_ENABLEOUTERJOIN "EnableOuterJoinEscape"
56 #define PROPERTY_TABSTOP "TabStop"
57 #define PROPERTY_DEFAULTCONTROL "DefaultControl"
58 #define PROPERTY_ENABLED "Enabled"
59 #define PROPERTY_MOUSE_WHEEL_BEHAVIOR "MouseWheelBehavior"
61 #endif // DBACCESS_SHARED_DBUSTRINGS_HRC
63 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */