22#include <com/sun/star/uno/Any.hxx>
23#include <rtl/ustrbuf.hxx>
37 sal_Int64 nAspect = 0;
49 sal_Int64 nAspect = 0;
50 if( ( rValue >>= nAspect ) && nAspect > 0 )
53 rStrExpValue = OUString::number(nAspect);
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.
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 ~DrawAspectHdl() override
the SvXMLTypeConverter converts values of various types from their internal representation to the tex...
static bool convertNumber64(sal_Int64 &rValue, std::u16string_view aString, sal_Int64 nMin=SAL_MIN_INT64, sal_Int64 nMax=SAL_MAX_INT64)
Handling of tokens in XML: