LibreOffice Module xmloff (master)
1
|
#include <xmlbahdl.hxx>
Public Member Functions | |
virtual | ~XMLBoolFalsePropHdl () override |
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. More... | |
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. More... | |
![]() | |
virtual | ~XMLBoolPropHdl () override |
![]() | |
virtual | ~XMLPropertyHandler () |
virtual bool | equals (const css::uno::Any &r1, const css::uno::Any &r2) const |
Compares two Any's in case of the given XML-data-type. More... | |
Definition at line 136 of file xmlbahdl.hxx.
|
overridevirtual |
Definition at line 209 of file xmlbahdl.cxx.
|
overridevirtual |
Exports the given value according to the XML-data-type corresponding to the derived class.
Reimplemented from XMLBoolPropHdl.
Definition at line 219 of file xmlbahdl.cxx.
References XMLBoolPropHdl::exportXML(), and makeAny().
|
overridevirtual |
Imports the given value according to the XML-data-type corresponding to the derived class.
true | if the value was successfully converted to Any |
false | if the value was not recognised (warning will be printed) |
Reimplemented from XMLBoolPropHdl.
Definition at line 214 of file xmlbahdl.cxx.