Update ooo320-m1
[ooovba.git] / basctl / source / inc / dlgeddef.hxx
blobf45c6f2a5ea5270f2d750a357b3cc85c0bebafb6
1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: dlgeddef.hxx,v $
10 * $Revision: 1.8 $
12 * This file is part of OpenOffice.org.
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.
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).
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.
29 ************************************************************************/
31 #ifndef _BASCTL_DLGEDDEF_HXX
32 #define _BASCTL_DLGEDDEF_HXX
34 #include <tools/solar.h>
37 const UINT32 DlgInventor = UINT32('D')*0x00000001+
38 UINT32('L')*0x00000100+
39 UINT32('G')*0x00010000+
40 UINT32('1')*0x01000000;
43 #define OBJ_DLG_CONTROL ((UINT16) 1)
44 #define OBJ_DLG_DIALOG ((UINT16) 2)
45 #define OBJ_DLG_PUSHBUTTON ((UINT16) 3)
46 #define OBJ_DLG_RADIOBUTTON ((UINT16) 4)
47 #define OBJ_DLG_CHECKBOX ((UINT16) 5)
48 #define OBJ_DLG_LISTBOX ((UINT16) 6)
49 #define OBJ_DLG_COMBOBOX ((UINT16) 7)
50 #define OBJ_DLG_GROUPBOX ((UINT16) 8)
51 #define OBJ_DLG_EDIT ((UINT16) 9)
52 #define OBJ_DLG_FIXEDTEXT ((UINT16)10)
53 #define OBJ_DLG_IMAGECONTROL ((UINT16)11)
54 #define OBJ_DLG_PROGRESSBAR ((UINT16)12)
55 #define OBJ_DLG_HSCROLLBAR ((UINT16)13)
56 #define OBJ_DLG_VSCROLLBAR ((UINT16)14)
57 #define OBJ_DLG_HFIXEDLINE ((UINT16)15)
58 #define OBJ_DLG_VFIXEDLINE ((UINT16)16)
59 #define OBJ_DLG_DATEFIELD ((UINT16)17)
60 #define OBJ_DLG_TIMEFIELD ((UINT16)18)
61 #define OBJ_DLG_NUMERICFIELD ((UINT16)19)
62 #define OBJ_DLG_CURRENCYFIELD ((UINT16)20)
63 #define OBJ_DLG_FORMATTEDFIELD ((UINT16)21)
64 #define OBJ_DLG_PATTERNFIELD ((UINT16)22)
65 #define OBJ_DLG_FILECONTROL ((UINT16)23)
66 #define OBJ_DLG_TREECONTROL ((UINT16)24)
68 // control properties
69 #define DLGED_PROP_BACKGROUNDCOLOR ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "BackgroundColor" ) )
70 #define DLGED_PROP_DROPDOWN ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Dropdown" ) )
71 #define DLGED_PROP_FORMATSSUPPLIER ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "FormatsSupplier" ) )
72 #define DLGED_PROP_HEIGHT ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Height" ) )
73 #define DLGED_PROP_LABEL ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Label" ) )
74 #define DLGED_PROP_NAME ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Name" ) )
75 #define DLGED_PROP_ORIENTATION ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Orientation" ) )
76 #define DLGED_PROP_POSITIONX ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "PositionX" ) )
77 #define DLGED_PROP_POSITIONY ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "PositionY" ) )
78 #define DLGED_PROP_STEP ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Step" ) )
79 #define DLGED_PROP_TABINDEX ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "TabIndex" ) )
80 #define DLGED_PROP_TEXTCOLOR ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "TextColor" ) )
81 #define DLGED_PROP_TEXTLINECOLOR ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "TextLineColor" ) )
82 #define DLGED_PROP_WIDTH ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Width" ) )
83 #define DLGED_PROP_DECORATION ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Decoration" ) )
86 #endif // _BASCTL_DLGEDDEF_HXX