summaryrefslogtreecommitdiff
path: root/basctl/source/inc/dlgeddef.hxx
diff options
context:
space:
mode:
authorNoel Power <noel.power@novell.com>2011-12-05 09:56:17 +0000
committerNoel Power <noel.power@novell.com>2011-12-05 09:57:12 +0000
commit9cff030fa15f89fa1009fbb3827ab11c43c20b04 (patch)
tree7a2cc323b2df30d253b8911d25aeaadd78c9d6cb /basctl/source/inc/dlgeddef.hxx
parentc2f62c8cb30975e3cd46c4800e738f3f010ecb3e (diff)
add some form control support for basic dialogs
Diffstat (limited to 'basctl/source/inc/dlgeddef.hxx')
-rw-r--r--basctl/source/inc/dlgeddef.hxx8
1 files changed, 8 insertions, 0 deletions
diff --git a/basctl/source/inc/dlgeddef.hxx b/basctl/source/inc/dlgeddef.hxx
index a7be1fa232c5..f3104a198667 100644
--- a/basctl/source/inc/dlgeddef.hxx
+++ b/basctl/source/inc/dlgeddef.hxx
@@ -63,6 +63,14 @@ const sal_uInt32 DlgInventor = sal_uInt32('D')*0x00000001+
#define OBJ_DLG_TREECONTROL ((sal_uInt16)24)
#define OBJ_DLG_SPINBUTTON ((sal_uInt16)25)
+#define OBJ_DLG_FORMRADIO ((sal_uInt16)26)
+#define OBJ_DLG_FORMCHECK ((sal_uInt16)27)
+#define OBJ_DLG_FORMLIST ((sal_uInt16)28)
+#define OBJ_DLG_FORMCOMBO ((sal_uInt16)29)
+#define OBJ_DLG_FORMSPIN ((sal_uInt16)30)
+#define OBJ_DLG_FORMVSCROLL ((sal_uInt16)31)
+#define OBJ_DLG_FORMHSCROLL ((sal_uInt16)32)
+
// control properties
#define DLGED_PROP_BACKGROUNDCOLOR ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "BackgroundColor" ) )
#define DLGED_PROP_DROPDOWN ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Dropdown" ) )