25#include <rtl/ustring.hxx>
26#include <com/sun/star/uno/Any.hxx>
45 bool bRetValue =
false;
59 sal_Int32 nUPD, nBuildId;
60 if(
mpImport->getBuildIds( nUPD, nBuildId ) )
64 if( ( nBuildId > 0 ) && (nBuildId < 9316 ) )
67 else if( ( nUPD == 680 ) || ( nUPD >= 640 && nUPD <= 645 ) )
77 if( ::cppu::any2bool( rValue ) )
the SvXMLTypeConverter converts values of various types from their internal representation to the tex...
virtual ~XMLWordWrapPropertyHdl() override
XMLWordWrapPropertyHdl(SvXMLImport *pImport)
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.
const OUString & GetXMLToken(enum XMLTokenEnum eToken)
return the OUString representation for eToken