20#include <com/sun/star/uno/Any.hxx>
21#include <osl/diagnose.h>
25using namespace css::uno;
33 const OUString& rStrImpValue,
37 rValue <<= rStrImpValue.indexOf(
'%' ) != -1;
46 OSL_FAIL(
"XMLIsPercentagePropertyHandler is not for export!" );
the SvXMLTypeConverter converts values of various types from their internal representation to the tex...
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 ~XMLIsPercentagePropertyHandler() 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.