summaryrefslogtreecommitdiff
path: root/basctl/source/inc
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-12-10 16:02:58 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-12-10 16:02:58 +0000
commit993abaf22eb7f1960881113aed0e4643dd71ec49 (patch)
tree31b7b19c0fd5a9dcac88a9e1a4da59f2f7c0649b /basctl/source/inc
parenteb0fc030cb027426e0d329ed5da6a98df9bb9e9e (diff)
INTEGRATION: CWS tbe14 (1.3.300); FILE MERGED
2004/11/17 14:04:17 tbe 1.3.300.1: #i31563# scroll area too small
Diffstat (limited to 'basctl/source/inc')
-rw-r--r--basctl/source/inc/dlgeddef.hxx21
1 files changed, 19 insertions, 2 deletions
diff --git a/basctl/source/inc/dlgeddef.hxx b/basctl/source/inc/dlgeddef.hxx
index cb2414fd3208..490e1f64ad54 100644
--- a/basctl/source/inc/dlgeddef.hxx
+++ b/basctl/source/inc/dlgeddef.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dlgeddef.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: tbe $ $Date: 2001-09-17 11:23:54 $
+ * last change: $Author: rt $ $Date: 2004-12-10 17:02:58 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -98,4 +98,21 @@ const UINT32 DlgInventor = UINT32('D')*0x00000001+
#define OBJ_DLG_FILECONTROL ((UINT16)23)
+// control properties
+#define DLGED_PROP_BACKGROUNDCOLOR ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "BackgroundColor" ) )
+#define DLGED_PROP_DROPDOWN ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Dropdown" ) )
+#define DLGED_PROP_FORMATSSUPPLIER ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "FormatsSupplier" ) )
+#define DLGED_PROP_HEIGHT ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Height" ) )
+#define DLGED_PROP_LABEL ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Label" ) )
+#define DLGED_PROP_NAME ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Name" ) )
+#define DLGED_PROP_ORIENTATION ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Orientation" ) )
+#define DLGED_PROP_POSITIONX ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "PositionX" ) )
+#define DLGED_PROP_POSITIONY ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "PositionY" ) )
+#define DLGED_PROP_STEP ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Step" ) )
+#define DLGED_PROP_TABINDEX ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "TabIndex" ) )
+#define DLGED_PROP_TEXTCOLOR ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "TextColor" ) )
+#define DLGED_PROP_TEXTLINECOLOR ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "TextLineColor" ) )
+#define DLGED_PROP_WIDTH ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Width" ) )
+
+
#endif // _BASCTL_DLGEDDEF_HXX