summaryrefslogtreecommitdiff
path: root/xmloff/inc/txtflde.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-07-13 06:56:54 +0000
committerRüdiger Timm <rt@openoffice.org>2004-07-13 06:56:54 +0000
commitc9472bd821a6ba4fb91682a5542f841afda13718 (patch)
tree17c8e1dd2ca2c644a47b34dffe8d6f7ef0a39462 /xmloff/inc/txtflde.hxx
parent54594987b6553d29f333aa02d4166f6a3fb2fc29 (diff)
INTEGRATION: CWS oasis (1.25.132); FILE MERGED
2004/06/16 07:53:24 mib 1.25.132.3: #i20153#: new package URI schema, namespaced conditions 2004/06/12 19:35:43 mib 1.25.132.2: RESYNC: (1.25-1.26); FILE MERGED 2004/04/22 15:17:28 mib 1.25.132.1: - renamed most *:value attributes to office:value (#i20153#) - renamed some more formatting properties (#i20153#)
Diffstat (limited to 'xmloff/inc/txtflde.hxx')
-rw-r--r--xmloff/inc/txtflde.hxx23
1 files changed, 20 insertions, 3 deletions
diff --git a/xmloff/inc/txtflde.hxx b/xmloff/inc/txtflde.hxx
index 81e3b6abf9bc..dcba633ca604 100644
--- a/xmloff/inc/txtflde.hxx
+++ b/xmloff/inc/txtflde.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: txtflde.hxx,v $
*
- * $Revision: 1.26 $
+ * $Revision: 1.27 $
*
- * last change: $Author: rt $ $Date: 2004-03-30 16:12:36 $
+ * last change: $Author: rt $ $Date: 2004-07-13 07:56:54 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -310,7 +310,7 @@ protected:
sal_Int32 nNum); /// attribute value
/// export an integer attribute, omit if default
- void ProcessInteger(
+ void ProcessIntegerDef(
enum ::xmloff::token::XMLTokenEnum eXmlName, /// attribute token (namespace text)
sal_Int32 nNum, /// attribute value
sal_Int32 nDefault); /// default value
@@ -322,9 +322,26 @@ protected:
sal_Bool bOmitEmpty = sal_False, /// omit attribute, if value is empty
sal_uInt16 nPrefix = XML_NAMESPACE_TEXT); /// attribute name prefix
+ /// export a string attribute taht gets a QName value
+ void ProcessString(
+ enum ::xmloff::token::XMLTokenEnum eXmlName, /// attribute token (namespace text)
+ sal_uInt16 nValuePrefix,
+ const ::rtl::OUString& sValue, /// attribute value
+ sal_Bool bOmitEmpty = sal_False, /// omit attribute, if value is empty
+ sal_uInt16 nPrefix = XML_NAMESPACE_TEXT); /// attribute name prefix
+
+
+ /// export a string attribute, omit if default
+ void ProcessString(
+ enum ::xmloff::token::XMLTokenEnum eXmlName, /// attribute token (namespace text)
+ const ::rtl::OUString& sValue, /// attribute value
+ const ::rtl::OUString& sDefault, /// default value; omit if equal
+ sal_uInt16 nPrefix = XML_NAMESPACE_TEXT); /// attribute name prefix
+
/// export a string attribute, omit if default
void ProcessString(
enum ::xmloff::token::XMLTokenEnum eXmlName, /// attribute token (namespace text)
+ sal_uInt16 nValuePrefix,
const ::rtl::OUString& sValue, /// attribute value
const ::rtl::OUString& sDefault, /// default value; omit if equal
sal_uInt16 nPrefix = XML_NAMESPACE_TEXT); /// attribute name prefix