summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-08-21 13:19:36 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-08-22 21:07:53 +0200
commit0527778df5f1ace8731043d070cf54b7b8648545 (patch)
treedfe2d7f4846ae3bc4d068df25db862e0c9e73d12 /include
parentfix group shape crash for physics animations (diff)
downloadcore-0527778df5f1ace8731043d070cf54b7b8648545.tar.gz
core-0527778df5f1ace8731043d070cf54b7b8648545.zip
use fastparser for fill styles
Change-Id: I2dcc34863eec5f3ba02ee6df4e64604926b072d4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101171 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r--include/xmloff/DashStyle.hxx4
-rw-r--r--include/xmloff/GradientStyle.hxx4
-rw-r--r--include/xmloff/HatchStyle.hxx4
-rw-r--r--include/xmloff/ImageStyle.hxx4
-rw-r--r--include/xmloff/MarkerStyle.hxx4
5 files changed, 10 insertions, 10 deletions
diff --git a/include/xmloff/DashStyle.hxx b/include/xmloff/DashStyle.hxx
index e9c5aac073c3..76bce512477a 100644
--- a/include/xmloff/DashStyle.hxx
+++ b/include/xmloff/DashStyle.hxx
@@ -28,7 +28,7 @@ class SvXMLImport;
class SvXMLExport;
namespace com::sun::star {
namespace uno { template<class A> class Reference; }
- namespace xml::sax { class XAttributeList; }
+ namespace xml::sax { class XFastAttributeList; }
namespace uno { class Any; }
}
@@ -42,7 +42,7 @@ public:
~XMLDashStyleImport();
void importXML(
- const css::uno::Reference< css::xml::sax::XAttributeList >& xAttrList,
+ const css::uno::Reference< css::xml::sax::XFastAttributeList >& xAttrList,
css::uno::Any& rValue,
OUString& rStrName );
};
diff --git a/include/xmloff/GradientStyle.hxx b/include/xmloff/GradientStyle.hxx
index 94f2fb2b9b28..5037505cc46a 100644
--- a/include/xmloff/GradientStyle.hxx
+++ b/include/xmloff/GradientStyle.hxx
@@ -29,7 +29,7 @@ class SvXMLImport;
class SvXMLExport;
namespace com::sun::star {
namespace uno { template<class A> class Reference; }
- namespace xml::sax { class XAttributeList; }
+ namespace xml::sax { class XFastAttributeList; }
namespace uno { class Any; }
}
@@ -43,7 +43,7 @@ public:
~XMLGradientStyleImport();
void importXML(
- const css::uno::Reference< css::xml::sax::XAttributeList >& xAttrList,
+ const css::uno::Reference< css::xml::sax::XFastAttributeList >& xAttrList,
css::uno::Any& rValue,
OUString& rStrName );
};
diff --git a/include/xmloff/HatchStyle.hxx b/include/xmloff/HatchStyle.hxx
index 17d69fcc825d..a08eede0c180 100644
--- a/include/xmloff/HatchStyle.hxx
+++ b/include/xmloff/HatchStyle.hxx
@@ -29,7 +29,7 @@ class SvXMLImport;
class SvXMLExport;
namespace com::sun::star {
namespace uno { template<class A> class Reference; }
- namespace xml::sax { class XAttributeList; }
+ namespace xml::sax { class XFastAttributeList; }
namespace uno { class Any; }
}
@@ -43,7 +43,7 @@ public:
~XMLHatchStyleImport();
void importXML(
- const css::uno::Reference< css::xml::sax::XAttributeList>& xAttrList,
+ const css::uno::Reference< css::xml::sax::XFastAttributeList>& xAttrList,
css::uno::Any& rValue,
OUString& rStrName );
};
diff --git a/include/xmloff/ImageStyle.hxx b/include/xmloff/ImageStyle.hxx
index 3b017faa2120..b6e8cb8b0811 100644
--- a/include/xmloff/ImageStyle.hxx
+++ b/include/xmloff/ImageStyle.hxx
@@ -27,7 +27,7 @@
namespace com::sun::star::uno { class Any; }
namespace com::sun::star::uno { template <typename > class Reference; }
-namespace com::sun::star::xml::sax { class XAttributeList; }
+namespace com::sun::star::xml::sax { class XFastAttributeList; }
class SvXMLExport;
class SvXMLImport;
@@ -36,7 +36,7 @@ namespace XMLImageStyle
{
UNLESS_MERGELIBS(XMLOFF_DLLPUBLIC) void exportXML(OUString const & rStrName, css::uno::Any const & rValue, SvXMLExport& rExport);
-UNLESS_MERGELIBS(XMLOFF_DLLPUBLIC) bool importXML(css::uno::Reference<css::xml::sax::XAttributeList> const & xAttrList,
+UNLESS_MERGELIBS(XMLOFF_DLLPUBLIC) bool importXML(css::uno::Reference<css::xml::sax::XFastAttributeList> const & xAttrList,
css::uno::Any& rValue, OUString& rStrName, SvXMLImport& rImport);
}
diff --git a/include/xmloff/MarkerStyle.hxx b/include/xmloff/MarkerStyle.hxx
index 947039d435b3..b3b73b4ba6f2 100644
--- a/include/xmloff/MarkerStyle.hxx
+++ b/include/xmloff/MarkerStyle.hxx
@@ -29,7 +29,7 @@ class SvXMLImport;
class SvXMLExport;
namespace com::sun::star {
namespace uno { template<class A> class Reference; }
- namespace xml::sax { class XAttributeList; }
+ namespace xml::sax { class XFastAttributeList; }
namespace uno { class Any; }
}
@@ -43,7 +43,7 @@ public:
~XMLMarkerStyleImport();
void importXML(
- const css::uno::Reference< css::xml::sax::XAttributeList >& xAttrList,
+ const css::uno::Reference< css::xml::sax::XFastAttributeList >& xAttrList,
css::uno::Any& rValue,
OUString& rStrName );
};