LibreOffice Module xmloff (master) 1
|
#include <vcl_date_handler.hxx>
Public Member Functions | |
VCLDateHandler () | |
virtual OUString | getAttributeValue (const css::uno::Any &i_propertyValue) const override |
is a convenience method for XML attributes whose value comprises of only one UNO API property More... | |
virtual bool | getPropertyValues (const OUString &i_attributeValue, PropertyValues &o_propertyValues) const override |
retrieves the values of the properties controlled by an XML attributed, described by a given attribute value More... | |
virtual OUString | getAttributeValue (const css::uno::Any &i_propertyValue) const =0 |
is a convenience method for XML attributes whose value comprises of only one UNO API property More... | |
virtual bool | getPropertyValues (const OUString &i_attributeValue, PropertyValues &o_propertyValues) const =0 |
retrieves the values of the properties controlled by an XML attributed, described by a given attribute value More... | |
Public Member Functions inherited from salhelper::SimpleReferenceObject | |
SimpleReferenceObject () | |
void | acquire () |
void | release () |
Additional Inherited Members | |
Static Public Member Functions inherited from salhelper::SimpleReferenceObject | |
static void * | operator new (std::size_t nSize) |
static void * | operator new (std::size_t nSize, std::nothrow_t const &rNothrow) |
static void | operator delete (void *pPtr) |
static void | operator delete (void *pPtr, std::nothrow_t const &rNothrow) |
Protected Member Functions inherited from salhelper::SimpleReferenceObject | |
virtual | ~SimpleReferenceObject () COVERITY_NOEXCEPT_FALSE |
Protected Attributes inherited from salhelper::SimpleReferenceObject | |
oslInterlockedCount | m_nCount |
Definition at line 28 of file vcl_date_handler.hxx.
xmloff::VCLDateHandler::VCLDateHandler | ( | ) |
Definition at line 40 of file vcl_date_handler.cxx.
|
overridevirtual |
is a convenience method for XML attributes whose value comprises of only one UNO API property
Implements xmloff::PropertyHandlerBase.
Definition at line 44 of file vcl_date_handler.cxx.
References aBuffer, and sax::Converter::convertDateTime().
|
overridevirtual |
retrieves the values of the properties controlled by an XML attributed, described by a given attribute value
Implements xmloff::PropertyHandlerBase.
Definition at line 59 of file vcl_date_handler.cxx.
References Any, sax::Converter::convertNumber(), Date::GetUNODate(), and sax::Converter::parseDateTime().