summaryrefslogtreecommitdiff
path: root/xmloff/inc/XMLTextHeaderFooterContext.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@suse.cz>2012-07-05 11:37:26 +0200
committerMiklos Vajna <vmiklos@suse.cz>2012-07-05 11:39:51 +0200
commit7ac60704206d229b45dd002ca3b9d70c4c64034e (patch)
tree2400312478b98c0f34f8a41a1a6857d86b77be96 /xmloff/inc/XMLTextHeaderFooterContext.hxx
parentc3dc9a3ef3cb9bc28051ef11d8b7fa5afaf819ef (diff)
xmloff: implement first page header/footer import/export
Change-Id: I920c236125ae044fe66cf0eacafdfc94ef81a4fd
Diffstat (limited to 'xmloff/inc/XMLTextHeaderFooterContext.hxx')
-rw-r--r--xmloff/inc/XMLTextHeaderFooterContext.hxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/xmloff/inc/XMLTextHeaderFooterContext.hxx b/xmloff/inc/XMLTextHeaderFooterContext.hxx
index 7a7c98fde994..73102fc7d4c2 100644
--- a/xmloff/inc/XMLTextHeaderFooterContext.hxx
+++ b/xmloff/inc/XMLTextHeaderFooterContext.hxx
@@ -36,11 +36,14 @@ class XMLTextHeaderFooterContext: public SvXMLImportContext
const ::rtl::OUString sOn;
const ::rtl::OUString sShareContent;
+ const ::rtl::OUString sShareContentFirst;
const ::rtl::OUString sText;
+ const ::rtl::OUString sTextFirst;
const ::rtl::OUString sTextLeft;
sal_Bool bInsertContent : 1;
sal_Bool bLeft : 1;
+ sal_Bool bFirst : 1;
public:
TYPEINFO();
@@ -51,7 +54,7 @@ public:
::com::sun::star::xml::sax::XAttributeList > & xAttrList,
const ::com::sun::star::uno::Reference <
::com::sun::star::beans::XPropertySet > & rPageStylePropSet,
- sal_Bool bFooter, sal_Bool bLft );
+ sal_Bool bFooter, sal_Bool bLft, sal_Bool bFrst );
virtual ~XMLTextHeaderFooterContext();