diff options
Diffstat (limited to 'xmloff/inc/xmlbahdl.hxx')
-rw-r--r-- | xmloff/inc/xmlbahdl.hxx | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/xmloff/inc/xmlbahdl.hxx b/xmloff/inc/xmlbahdl.hxx index 09e392d6cc6b..7736d6d2f432 100644 --- a/xmloff/inc/xmlbahdl.hxx +++ b/xmloff/inc/xmlbahdl.hxx @@ -69,6 +69,16 @@ public: }; /** + PropertyHandler for the XML-data-type: XML_TYPE_UNIT_MEASURE +*/ +class XMLUnitMeasurePropHdl : public XMLPropertyHandler +{ +public: + bool importXML( const OUString& rStrImpValue, css::uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter ) const override; + bool exportXML( OUString& rStrExpValue, const css::uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter ) const override; +}; + +/** PropertyHandler for the XML-data-type: XML_TYPE_PERCENT */ class XMLPercentPropHdl : public XMLPropertyHandler |