xref: /aoo41x/main/dbaccess/source/inc/dbustrings.hrc (revision 08d9396c)
1*08d9396cSAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*08d9396cSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*08d9396cSAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*08d9396cSAndrew Rist * distributed with this work for additional information
6*08d9396cSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*08d9396cSAndrew Rist * to you under the Apache License, Version 2.0 (the
8*08d9396cSAndrew Rist * "License"); you may not use this file except in compliance
9*08d9396cSAndrew Rist * with the License.  You may obtain a copy of the License at
10*08d9396cSAndrew Rist *
11*08d9396cSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*08d9396cSAndrew Rist *
13*08d9396cSAndrew Rist * Unless required by applicable law or agreed to in writing,
14*08d9396cSAndrew Rist * software distributed under the License is distributed on an
15*08d9396cSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*08d9396cSAndrew Rist * KIND, either express or implied.  See the License for the
17*08d9396cSAndrew Rist * specific language governing permissions and limitations
18*08d9396cSAndrew Rist * under the License.
19*08d9396cSAndrew Rist *
20*08d9396cSAndrew Rist *************************************************************/
21*08d9396cSAndrew Rist
22*08d9396cSAndrew Rist
23cdf0e10cSrcweir#ifndef DBACCESS_SHARED_DBUSTRINGS_HRC
24cdf0e10cSrcweir#define DBACCESS_SHARED_DBUSTRINGS_HRC
25cdf0e10cSrcweir
26cdf0e10cSrcweir#ifndef _RTL_USTRING_HXX_
27cdf0e10cSrcweir#include <rtl/ustring.hxx>
28cdf0e10cSrcweir#endif
29cdf0e10cSrcweir
30cdf0e10cSrcweirnamespace dbaui
31cdf0e10cSrcweir{
32cdf0e10cSrcweir#define STRINGCONSTANTS_INCLUDED_INDIRECT
33cdf0e10cSrcweir#include "stringconstants.hrc"
34cdf0e10cSrcweir#undef STRINGCONSTANTS_INCLUDED_INDIRECT
35cdf0e10cSrcweir
36cdf0e10cSrcweir	//============================================================
37cdf0e10cSrcweir	//= URLs
38cdf0e10cSrcweir	//============================================================
39cdf0e10cSrcweir	DECLARE_CONSTASCII_USTRING(URL_COMPONENT_QUERYDESIGN);
40cdf0e10cSrcweir    DECLARE_CONSTASCII_USTRING(URL_COMPONENT_VIEWDESIGN);
41cdf0e10cSrcweir	DECLARE_CONSTASCII_USTRING(URL_COMPONENT_TABLEDESIGN);
42cdf0e10cSrcweir	DECLARE_CONSTASCII_USTRING(URL_COMPONENT_FORMGRIDVIEW);
43cdf0e10cSrcweir	DECLARE_CONSTASCII_USTRING(URL_COMPONENT_DATASOURCEBROWSER);
44cdf0e10cSrcweir	DECLARE_CONSTASCII_USTRING(URL_COMPONENT_RELATIONDESIGN);
45cdf0e10cSrcweir	DECLARE_CONSTASCII_USTRING(URL_COMPONENT_APPLICATION);
46cdf0e10cSrcweir	DECLARE_CONSTASCII_USTRING(URL_COMPONENT_REPORTDESIGN);
47cdf0e10cSrcweir
48cdf0e10cSrcweir	//============================================================
49cdf0e10cSrcweir	//= service names
50cdf0e10cSrcweir	//============================================================
51cdf0e10cSrcweir	DECLARE_CONSTASCII_USTRING(SERVICE_SDB_DIRECTSQLDIALOG);
52cdf0e10cSrcweir
53cdf0e10cSrcweir	//============================================================
54cdf0e10cSrcweir	//= other DBU relevant strings
55cdf0e10cSrcweir	//============================================================
56cdf0e10cSrcweir	DECLARE_CONSTASCII_USTRING(FRAME_NAME_QUERY_PREVIEW);
57cdf0e10cSrcweir	DECLARE_CONSTASCII_USTRING(SERVICE_CONTROLDEFAULT);
58cdf0e10cSrcweir    DECLARE_CONSTASCII_USTRING(PROPERTY_QUERYDESIGNVIEW);
59cdf0e10cSrcweir    DECLARE_CONSTASCII_USTRING(PROPERTY_GRAPHICAL_DESIGN);
60cdf0e10cSrcweir    DECLARE_CONSTASCII_USTRING(PROPERTY_HELP_URL);
61cdf0e10cSrcweir
62cdf0e10cSrcweir	//============================================================
63cdf0e10cSrcweir	//= other DBU properties
64cdf0e10cSrcweir	//============================================================
65cdf0e10cSrcweir	DECLARE_CONSTASCII_USTRING(PROPERTY_TRISTATE);
66cdf0e10cSrcweir	DECLARE_CONSTASCII_USTRING(PROPERTY_ENABLEOUTERJOIN);
67cdf0e10cSrcweir	DECLARE_CONSTASCII_USTRING(PROPERTY_DEFAULTCONTROL);
68cdf0e10cSrcweir	DECLARE_CONSTASCII_USTRING(PROPERTY_TABSTOP);
69cdf0e10cSrcweir	DECLARE_CONSTASCII_USTRING(PROPERTY_ENABLED);
70cdf0e10cSrcweir	DECLARE_CONSTASCII_USTRING(PROPERTY_MOUSE_WHEEL_BEHAVIOR);
71cdf0e10cSrcweir}
72cdf0e10cSrcweir
73cdf0e10cSrcweir#endif // DBACCESS_SHARED_DBUSTRINGS_HRC
74cdf0e10cSrcweir
75