summaryrefslogtreecommitdiff
path: root/include/xmloff
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-08-25 13:06:03 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-08-26 07:52:09 +0200
commit4d4f7750dce767f864b0e12b448002bb768eb130 (patch)
tree270a4afde82d0670aef259efb2bbffad19c12a7d /include/xmloff
parent4a4dfeee6fa48ad6b13dc2b2ed10b97ca5609d31 (diff)
use more fastparser in XMLTableStyleContext
Change-Id: I558459138f3d4191b6ecdcf726d022497dbb9f06 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101321 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/xmloff')
-rw-r--r--include/xmloff/prstylei.hxx3
-rw-r--r--include/xmloff/txtstyli.hxx4
2 files changed, 7 insertions, 0 deletions
diff --git a/include/xmloff/prstylei.hxx b/include/xmloff/prstylei.hxx
index 0bb6243b57f5..b99b945f5977 100644
--- a/include/xmloff/prstylei.hxx
+++ b/include/xmloff/prstylei.hxx
@@ -99,6 +99,9 @@ public:
bool bDefaultStyle=false );
virtual ~XMLPropStyleContext() override;
+ virtual css::uno::Reference< css::xml::sax::XFastContextHandler > SAL_CALL createFastChildContext(
+ sal_Int32 nElement, const css::uno::Reference< css::xml::sax::XFastAttributeList >& AttrList ) override;
+
virtual SvXMLImportContextRef CreateChildContext(
sal_uInt16 nPrefix,
const OUString& rLocalName,
diff --git a/include/xmloff/txtstyli.hxx b/include/xmloff/txtstyli.hxx
index e1704e1e4a4a..4a2997ce1223 100644
--- a/include/xmloff/txtstyli.hxx
+++ b/include/xmloff/txtstyli.hxx
@@ -59,6 +59,10 @@ public:
const css::uno::Reference< css::xml::sax::XAttributeList > & xAttrList,
SvXMLStylesContext& rStyles, XmlStyleFamily nFamily,
bool bDefaultStyle = false );
+ XMLTextStyleContext( SvXMLImport& rImport, sal_Int32 nElement,
+ const css::uno::Reference< css::xml::sax::XFastAttributeList > & xAttrList,
+ SvXMLStylesContext& rStyles, XmlStyleFamily nFamily,
+ bool bDefaultStyle = false );
~XMLTextStyleContext() override;
XMLTextStyleContext(const XMLTextStyleContext &) = delete;