20 #ifndef INCLUDED_XMLOFF_XMLPRHDL_HXX
21 #define INCLUDED_XMLOFF_XMLPRHDL_HXX
25 #include <rtl/ustring.hxx>
44 virtual bool equals(
const css::uno::Any& r1,
const css::uno::Any& r2 )
const;
51 virtual bool importXML(
const OUString& rStrImpValue, css::uno::Any&
rValue,
const SvXMLUnitConverter& rUnitConverter )
const =0;
54 virtual bool exportXML( OUString& rStrExpValue,
const css::uno::Any& rValue,
const SvXMLUnitConverter& rUnitConverter )
const =0;
57 #endif // INCLUDED_XMLOFF_XMLPRHDL_HXX
the SvXMLTypeConverter converts values of various types from their internal representation to the tex...
css::uno::Any const & rValue
Abstract base-class for different XML-types.