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;
the SvXMLTypeConverter converts values of various types from their internal representation to the tex...
Abstract base-class for different XML-types.
virtual bool exportXML(OUString &rStrExpValue, const css::uno::Any &rValue, const SvXMLUnitConverter &rUnitConverter) const =0
Exports the given value according to the XML-data-type corresponding to the derived class.
virtual bool importXML(const OUString &rStrImpValue, css::uno::Any &rValue, const SvXMLUnitConverter &rUnitConverter) const =0
Imports the given value according to the XML-data-type corresponding to the derived class.