LibreOffice Module xmloff (master)
1
|
#include <chrlohdl.hxx>
Public Member Functions | |
virtual | ~XMLCharRfcLanguageTagHdl () override |
virtual bool | equals (const css::uno::Any &r1, const css::uno::Any &r2) const override |
Compares two Any's in case of the given XML-data-type. More... | |
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 | ~XMLPropertyHandler () |
Definition at line 61 of file chrlohdl.hxx.
|
overridevirtual |
Definition at line 318 of file chrlohdl.cxx.
|
overridevirtual |
Compares two Any's in case of the given XML-data-type.
By default the Any-equal-operator is called.
Reimplemented from XMLPropertyHandler.
Definition at line 323 of file chrlohdl.cxx.
|
overridevirtual |
Exports the given value according to the XML-data-type corresponding to the derived class.
Implements XMLPropertyHandler.
Definition at line 349 of file chrlohdl.cxx.
References SvtSaveOptions::GetODFSaneDefaultVersion(), and SvtSaveOptions::ODFSVER_012.
|
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) |
Implements XMLPropertyHandler.
Definition at line 334 of file chrlohdl.cxx.
References I18NLANGTAG_QLT, xmloff::token::IsXMLToken(), and xmloff::token::XML_NONE.