22#include <com/sun/star/ucb/XAnyCompare.hpp>
33 explicit XMLNumRulePropHdl( css::uno::Reference< css::ucb::XAnyCompare > xNumRuleCompare );
36 virtual bool equals(
const css::uno::Any& r1,
const css::uno::Any& r2 )
const override;
39 virtual bool importXML(
const OUString& rStrImpValue, css::uno::Any& rValue,
const SvXMLUnitConverter& rUnitConverter )
const override;
40 virtual bool exportXML( OUString& rStrExpValue,
const css::uno::Any& rValue,
const SvXMLUnitConverter& rUnitConverter )
const override;
the SvXMLTypeConverter converts values of various types from their internal representation to the tex...
PropertyHandler for the list-style.
virtual ~XMLNumRulePropHdl() override
XMLNumRulePropHdl(css::uno::Reference< css::ucb::XAnyCompare > xNumRuleCompare)
virtual bool importXML(const OUString &rStrImpValue, css::uno::Any &rValue, const SvXMLUnitConverter &rUnitConverter) const override
NumRules will be imported/exported as XML-Elements. So the Import/Export-work must be done at another...
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.
css::uno::Reference< css::ucb::XAnyCompare > mxNumRuleCompare
virtual bool equals(const css::uno::Any &r1, const css::uno::Any &r2) const override
Compares two Any's in case of the given XML-data-type.
Abstract base-class for different XML-types.