51 css::uno::Reference< css::chart2::XChartDocument >
mxChartDoc;
54 bool bEnableFoFontFamily,
55 ::std::vector< XMLPropertyState >& rProperties,
56 const css::uno::Reference<css::beans::XPropertySet >& rPropSet )
const override;
62 const ::std::vector< XMLPropertyState > *pProperties,
63 sal_uInt32 nIdx )
const override;
69 const ::std::vector< XMLPropertyState > *pProperties,
70 sal_uInt32 nIdx )
const override;
77 void setChartDoc(
const css::uno::Reference< css::chart2::XChartDocument >& xChartDoc );
87 const SvXMLImport& rImport );
92 ::std::vector< XMLPropertyState >& rProperties,
93 const OUString& rValue,
98 ::std::vector< XMLPropertyState >& rProperties,
99 sal_Int32 nStartIndex, sal_Int32 nEndIndex )
const override;
the SvXMLTypeConverter converts values of various types from their internal representation to the tex...
void setChartDoc(const css::uno::Reference< css::chart2::XChartDocument > &xChartDoc)
virtual void handleElementItem(SvXMLExport &rExport, const XMLPropertyState &rProperty, SvXmlExportFlags nFlags, const ::std::vector< XMLPropertyState > *pProperties, sal_uInt32 nIdx) const override
this method is called for every item that has the MID_FLAG_ELEMENT_EXPORT flag set
virtual ~XMLChartExportPropertyMapper() override
virtual void handleSpecialItem(comphelper::AttributeList &rAttrList, const XMLPropertyState &rProperty, const SvXMLUnitConverter &rUnitConverter, const SvXMLNamespaceMap &rNamespaceMap, const ::std::vector< XMLPropertyState > *pProperties, sal_uInt32 nIdx) const override
this method is called for every item that has the MID_FLAG_SPECIAL_ITEM_EXPORT flag set
XMLChartExportPropertyMapper(const rtl::Reference< XMLPropertySetMapper > &rMapper, SvXMLExport &rExport)
css::uno::Reference< css::chart2::XChartDocument > mxChartDoc
virtual void ContextFilter(bool bEnableFoFontFamily, ::std::vector< XMLPropertyState > &rProperties, const css::uno::Reference< css::beans::XPropertySet > &rPropSet) const override
Application-specific filter.
virtual ~XMLChartImportPropertyMapper() override
virtual void finished(::std::vector< XMLPropertyState > &rProperties, sal_Int32 nStartIndex, sal_Int32 nEndIndex) const override
This method is called when all attributes have benn processed.
virtual bool handleSpecialItem(XMLPropertyState &rProperty, ::std::vector< XMLPropertyState > &rProperties, const OUString &rValue, const SvXMLUnitConverter &rUnitConverter, const SvXMLNamespaceMap &rNamespaceMap) const override
this method is called for every item that has the MID_FLAG_SPECIAL_ITEM_IMPORT flag set
XMLChartImportPropertyMapper(const rtl::Reference< XMLPropertySetMapper > &rMapper, const SvXMLImport &rImport)
virtual ~XMLChartPropHdlFactory() override
virtual const XMLPropertyHandler * GetPropertyHandler(sal_Int32 nType) const override
This method retrieves a PropertyHandler for the given XML-type.
SvXMLExport const *const m_pExport
XMLChartPropHdlFactory(SvXMLExport const *)
virtual ~XMLChartPropertySetMapper() override
XMLChartPropertySetMapper(SvXMLExport const *pExport)
This class is a base-class to create XMLPropertyHandler.
Abstract base-class for different XML-types.
Smart struct to transport an Any with an index to the appropriate property-name.