summaryrefslogtreecommitdiff
path: root/xmloff/inc/txtflde.hxx
diff options
context:
space:
mode:
authorChristian Lippka <cl@openoffice.org>2001-02-01 18:12:31 +0000
committerChristian Lippka <cl@openoffice.org>2001-02-01 18:12:31 +0000
commit8b7f0d314b1db9c0f7f53cb5b31ef4014f963465 (patch)
tree5d8851ffcdc89585835e123f6941c6d0ce1ff8ae /xmloff/inc/txtflde.hxx
parent58f7b4cf84965eea7da13bdd8b80fe3807a5e9aa (diff)
#80699# finished measure shapes
Diffstat (limited to 'xmloff/inc/txtflde.hxx')
-rw-r--r--xmloff/inc/txtflde.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/xmloff/inc/txtflde.hxx b/xmloff/inc/txtflde.hxx
index c4da12a29aa8..4eeaf174fcd3 100644
--- a/xmloff/inc/txtflde.hxx
+++ b/xmloff/inc/txtflde.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: txtflde.hxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: dvo $ $Date: 2001-01-29 14:58:15 $
+ * last change: $Author: cl $ $Date: 2001-02-01 19:10:54 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -174,6 +174,8 @@ enum FieldIdEnum {
FIELD_ID_COMBINED_CHARACTERS, // combined characters (asian typography)
+ FIELD_ID_MEASURE, // for measure shapes
+
FIELD_ID_UNKNOWN // invalid or unknown field type!
};
@@ -224,6 +226,7 @@ public:
static const sal_Char* MapReferenceType(sal_Int16 nType);
static const sal_Char* MapCountFieldName(sal_Int16 nToken);
static const sal_Char* MapBibliographyFieldName(::rtl::OUString sName);
+ static const sal_Char* MapMeasureKind(sal_Int16 nKind);
const sal_Char* MapPageNumberName(const ::com::sun::star::uno::Reference<
::com::sun::star::beans::XPropertySet> & xPropSet,
sal_Int32& nOffset); /// also adjust page offset
@@ -474,6 +477,7 @@ private:
const ::rtl::OUString sPropertyURLContent;
const ::rtl::OUString sPropertyAuthor;
const ::rtl::OUString sPropertyDate;
+ const ::rtl::OUString sPropertyMeasureKind;
const ::rtl::OUString sEmpty;