summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/formmetadata.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2003-10-21 08:05:36 +0000
committerOliver Bolte <obo@openoffice.org>2003-10-21 08:05:36 +0000
commit1306a32261e9e4097a22f2047342134ea0fc7b76 (patch)
tree766c5df859b20296eac6c07786f49dec74930ad6 /extensions/source/propctrlr/formmetadata.hxx
parentf17ec1d8433b72cea720fa0b5daa443d27e17f34 (diff)
INTEGRATION: CWS formcelllinkage (1.13.94); FILE MERGED
2003/10/01 09:17:54 fs 1.13.94.1: #i18994# merging the changes from the CWS fs002
Diffstat (limited to 'extensions/source/propctrlr/formmetadata.hxx')
-rw-r--r--extensions/source/propctrlr/formmetadata.hxx20
1 files changed, 12 insertions, 8 deletions
diff --git a/extensions/source/propctrlr/formmetadata.hxx b/extensions/source/propctrlr/formmetadata.hxx
index cfdf36172..28b35bdf1 100644
--- a/extensions/source/propctrlr/formmetadata.hxx
+++ b/extensions/source/propctrlr/formmetadata.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: formmetadata.hxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: hr $ $Date: 2003-03-25 16:03:53 $
+ * last change: $Author: obo $ $Date: 2003-10-21 09:05:36 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -93,7 +93,6 @@ namespace pcr
String getPropertyTranslation(sal_Int32 _nId) const;
sal_Int32 getPropertyHelpId(sal_Int32 _nId) const;
sal_Int16 getPropertyPos(sal_Int32 _nId) const;
- sal_Bool getPropertyMultiFlag(sal_Int32 _nId) const;
sal_uInt32 getPropertyUIFlags(sal_Int32 _nId) const;
virtual ::com::sun::star::uno::Sequence< ::rtl::OUString >
getPropertyEnumRepresentations(sal_Int32 _nId) const;
@@ -134,9 +133,11 @@ namespace pcr
//= UI flags (for all browseable properties)
//========================================================================
- const sal_uInt32 PROP_NONE_VISIBLE = 0x00000000;
- const sal_uInt32 PROP_FORM_VISIBLE = 0x00000001;
- const sal_uInt32 PROP_DIALOG_VISIBLE = 0x00000002;
+#define PROP_FLAG_NONE 0x00000000 // no special flag
+#define PROP_FLAG_FORM_VISIBLE 0x00000001 // the property is visible when inspecting a form object
+#define PROP_FLAG_DIALOG_VISIBLE 0x00000002 // the property is visible when inspecting a dialog object
+#define PROP_FLAG_VIRTUAL_PROP 0x00000004 // the property is a "virtual" property
+#define PROP_FLAG_DATA_PROPERTY 0x00000008 // the property is to appear on the "Data" page
//========================================================================
//= property ids (for all browseable properties)
@@ -223,8 +224,8 @@ namespace pcr
#define PROPERTY_ID_SUBMIT_TARGET 81
#define PROPERTY_ID_SUBMIT_METHOD 82
#define PROPERTY_ID_SUBMIT_ENCODING 83
- #define PROPERTY_ID_DEFAULT_CHECKED 84
- #define PROPERTY_ID_DEFAULT_BUTTON 85
+ #define PROPERTY_ID_DEFAULTCHECKED 84
+ #define PROPERTY_ID_DEFAULTBUTTON 85
#define PROPERTY_ID_IMAGE_URL 86
#define PROPERTY_ID_DEFAULT_SELECT_SEQ 87
#define PROPERTY_ID_ECHO_CHAR 88
@@ -260,6 +261,9 @@ namespace pcr
#define PROPERTY_ID_PUSHBUTTONTYPE 118
#define PROPERTY_ID_EFFECTIVE_VALUE 119
#define PROPERTY_ID_TEXT 120
+ #define PROPERTY_ID_BOUND_CELL 121
+ #define PROPERTY_ID_LIST_CELL_RANGE 122
+ #define PROPERTY_ID_CELL_EXCHANGE_TYPE 123
//............................................................................
} // namespace pcr