summaryrefslogtreecommitdiff
path: root/xmloff/source/transform/PersAttrListTContext.hxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-08-20 07:17:16 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-08-20 07:17:16 +0000
commit4cbaed78ea089a54e13b902f482c0208df31420a (patch)
tree8988874b8e91e3a1b775e6bca9a83b4460323824 /xmloff/source/transform/PersAttrListTContext.hxx
parentf852c39a2a99e4e8c0d290fc7354f80919d65414 (diff)
INTEGRATION: CWS oasis2 (1.2.4); FILE MERGED
2004/08/04 08:53:25 bm 1.2.4.2: #32439# chart:symbol became chart:symbol-type and chart:symbol-name 2004/07/29 13:41:44 mib 1.2.4.1: #i32294#: note configuration within section styles
Diffstat (limited to 'xmloff/source/transform/PersAttrListTContext.hxx')
-rw-r--r--xmloff/source/transform/PersAttrListTContext.hxx13
1 files changed, 11 insertions, 2 deletions
diff --git a/xmloff/source/transform/PersAttrListTContext.hxx b/xmloff/source/transform/PersAttrListTContext.hxx
index 18954238e5ef..70a362e101fe 100644
--- a/xmloff/source/transform/PersAttrListTContext.hxx
+++ b/xmloff/source/transform/PersAttrListTContext.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: PersAttrListTContext.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2004-07-13 08:55:42 $
+ * last change: $Author: rt $ $Date: 2004-08-20 08:17:16 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -78,6 +78,7 @@ class XMLPersAttrListTContext : public XMLTransformerContext
::rtl::OUString m_aElemQName;
sal_uInt16 m_nActionMap;
+
public:
TYPEINFO();
@@ -139,6 +140,14 @@ public:
const ::rtl::OUString& GetExportQName() const { return m_aElemQName; }
+ void AddAttribute( sal_uInt16 nAPrefix,
+ ::xmloff::token::XMLTokenEnum eAToken,
+ ::xmloff::token::XMLTokenEnum eVToken );
+
+ void AddAttribute( sal_uInt16 nAPrefix,
+ ::xmloff::token::XMLTokenEnum eAToken,
+ const ::rtl::OUString & rValue );
+
::com::sun::star::uno::Reference<
::com::sun::star::xml::sax::XAttributeList >
GetAttrList() const;