xref: /AOO41X/main/sw/source/ui/fldui/changedb.hrc (revision e9b3637dc0ef10af2c3f6cdf114e1ea7d8a8352f)
1fefe2166SAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3fefe2166SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4fefe2166SAndrew Rist * or more contributor license agreements.  See the NOTICE file
5fefe2166SAndrew Rist * distributed with this work for additional information
6fefe2166SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7fefe2166SAndrew Rist * to you under the Apache License, Version 2.0 (the
8fefe2166SAndrew Rist * "License"); you may not use this file except in compliance
9fefe2166SAndrew Rist * with the License.  You may obtain a copy of the License at
10cdf0e10cSrcweir *
11fefe2166SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12cdf0e10cSrcweir *
13fefe2166SAndrew Rist * Unless required by applicable law or agreed to in writing,
14fefe2166SAndrew Rist * software distributed under the License is distributed on an
15fefe2166SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16fefe2166SAndrew Rist * KIND, either express or implied.  See the License for the
17fefe2166SAndrew Rist * specific language governing permissions and limitations
18fefe2166SAndrew Rist * under the License.
19cdf0e10cSrcweir *
20fefe2166SAndrew Rist *************************************************************/
21fefe2166SAndrew Rist
22fefe2166SAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#ifndef _CHANGEDB_HRC
25cdf0e10cSrcweir#define _CHANGEDB_HRC
26cdf0e10cSrcweir
27cdf0e10cSrcweir// #include -----------------------------------------------------------------
28cdf0e10cSrcweir
29*e9b3637dSmseidel// Elements -----------------------------------------------------------------
30cdf0e10cSrcweir
31cdf0e10cSrcweir#define FT_DESC         1
32cdf0e10cSrcweir#define FT_DOCDBTEXT    2
33cdf0e10cSrcweir#define FT_DOCDBNAME    3
34cdf0e10cSrcweir#define BT_CHANGEDB     4
35cdf0e10cSrcweir#define FT_USEDDB       5
36cdf0e10cSrcweir#define FT_AVAILDB      6
37cdf0e10cSrcweir#define TLB_USEDDB      7
38cdf0e10cSrcweir#define TLB_AVAILDB     8
39cdf0e10cSrcweir#define FL_DBLIST       9
40cdf0e10cSrcweir#define BT_OK           10
41cdf0e10cSrcweir#define BT_CANCEL       11
42cdf0e10cSrcweir#define BT_HELP         12
43cdf0e10cSrcweir#define PB_ADDDB        13
44*e9b3637dSmseidel#define FL_APPLDB       14
45cdf0e10cSrcweir
46cdf0e10cSrcweir
47cdf0e10cSrcweir/*--------------------------------------------------------------------
48*e9b3637dSmseidel    Description: Bitmaps
49cdf0e10cSrcweir --------------------------------------------------------------------*/
50cdf0e10cSrcweir
51cdf0e10cSrcweir#define IMG_COLLAPSE    18002 /*RID_SVXIMG_COLLAPSEDNODE*/
52cdf0e10cSrcweir#define IMG_EXPAND      18003 /*RID_SVXIMG_EXPANDEDNODE*/
53cdf0e10cSrcweir#define IMG_DB          1
54cdf0e10cSrcweir#define IMG_DBTABLE     2
55cdf0e10cSrcweir#define IMG_DBQUERY     3
56cdf0e10cSrcweir
57cdf0e10cSrcweir#endif
58