update dev300-m58
[ooovba.git] / sw / source / ui / fldui / changedb.hrc
blob894a941806d01d3b23b8a281da52e012ca14660e
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: changedb.hrc,v $
10  * $Revision: 1.6 $
11  *
12  * This file is part of OpenOffice.org.
13  *
14  * OpenOffice.org is free software: you can redistribute it and/or modify
15  * it under the terms of the GNU Lesser General Public License version 3
16  * only, as published by the Free Software Foundation.
17  *
18  * OpenOffice.org is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  * GNU Lesser General Public License version 3 for more details
22  * (a copy is included in the LICENSE file that accompanied this code).
23  *
24  * You should have received a copy of the GNU Lesser General Public License
25  * version 3 along with OpenOffice.org.  If not, see
26  * <http://www.openoffice.org/license.html>
27  * for a copy of the LGPLv3 License.
28  *
29  ************************************************************************/
31 #ifndef _CHANGEDB_HRC
32 #define _CHANGEDB_HRC
34 // #include -----------------------------------------------------------------
36 // Elemente -----------------------------------------------------------------
38 #define FT_DESC         1
39 #define FT_DOCDBTEXT    2
40 #define FT_DOCDBNAME    3
41 #define BT_CHANGEDB             4
42 #define FT_USEDDB               5
43 #define FT_AVAILDB              6
44 #define TLB_USEDDB              7
45 #define TLB_AVAILDB             8
46 #define FL_DBLIST               9
47 #define BT_OK          10
48 #define BT_CANCEL      11
49 #define BT_HELP        12
50 #define PB_ADDDB       13
53 /*--------------------------------------------------------------------
54     Beschreibung: Bitmaps
55  --------------------------------------------------------------------*/
57 #define IMG_COLLAPSE        18002  /*RID_SVXIMG_COLLAPSEDNODE*/
58 #define IMG_EXPAND          18003  /*RID_SVXIMG_EXPANDEDNODE*/
59 #define IMG_DB                  1
60 #define IMG_DBTABLE             2
61 #define IMG_DBQUERY             3
63 #endif