summaryrefslogtreecommitdiff
path: root/xmloff/source/draw/ximpstyl.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-11-03 15:41:51 +0000
committerRüdiger Timm <rt@openoffice.org>2004-11-03 15:41:51 +0000
commit47c97e45c67e6b954a1721b22ead3aeddf554be3 (patch)
tree7ee9d3dde71957ba16f36be1f16edb50ee952cd8 /xmloff/source/draw/ximpstyl.hxx
parent68e912bae2568e9186f69db45d8b2bbc82c0c781 (diff)
INTEGRATION: CWS impress14 (1.9.16); FILE MERGED
2004/10/19 14:38:54 cl 1.9.16.1: #i35425# adapt impress header&footer to latest oasis spec
Diffstat (limited to 'xmloff/source/draw/ximpstyl.hxx')
-rw-r--r--xmloff/source/draw/ximpstyl.hxx25
1 files changed, 23 insertions, 2 deletions
diff --git a/xmloff/source/draw/ximpstyl.hxx b/xmloff/source/draw/ximpstyl.hxx
index 61b34a86f854..8abeab1ac111 100644
--- a/xmloff/source/draw/ximpstyl.hxx
+++ b/xmloff/source/draw/ximpstyl.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ximpstyl.hxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: rt $ $Date: 2004-09-17 19:32:12 $
+ * last change: $Author: rt $ $Date: 2004-11-03 16:41:51 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -324,5 +324,26 @@ public:
const ImpMasterPageList& GetMasterPageList() const { return maMasterPageList; }
};
+//////////////////////////////////////////////////////////////////////////////
+// <pres:header-decl>, <pres:footer-decl> and <pres:date-time-decl>
+
+class SdXMLHeaderFooterDeclContext : public SvXMLStyleContext
+{
+public:
+ SdXMLHeaderFooterDeclContext( SvXMLImport& rImport, sal_uInt16 nPrfx,
+ const ::rtl::OUString& rLName,
+ const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList >& xAttrList );
+
+ virtual BOOL IsTransient() const;
+ virtual void EndElement();
+ virtual void Characters( const ::rtl::OUString& rChars );
+
+private:
+ ::rtl::OUString maStrName;
+ ::rtl::OUString maStrText;
+ ::rtl::OUString maStrDateTimeFormat;
+ sal_Bool mbFixed;
+};
+
#endif // _XIMPSTYLE_HXX