20 #ifndef INCLUDED_XMLOFF_INC_XMLPERCENTORMEASUREPROPERTYHANDLER_HXX
21 #define INCLUDED_XMLOFF_INC_XMLPERCENTORMEASUREPROPERTYHANDLER_HXX
35 const OUString& rStrImpValue,
39 OUString& rStrExpValue,
40 const css::uno::Any& rValue,
This is a handler either only import/exports percent or measure.
the SvXMLTypeConverter converts values of various types from their internal representation to the tex...
css::uno::Any const & rValue
virtual bool importXML(const OUString &rStrImpValue, css::uno::Any &rValue, const SvXMLUnitConverter &rUnitConverter) const override
Imports the given value according to the XML-data-type corresponding to the derived class...
virtual ~XMLPercentOrMeasurePropertyHandler() override
virtual bool exportXML(OUString &rStrExpValue, const css::uno::Any &rValue, const SvXMLUnitConverter &rUnitConverter) const override
Exports the given value according to the XML-data-type corresponding to the derived class...
XMLPercentOrMeasurePropertyHandler()
Abstract base-class for different XML-types.