LibreOffice Module xmloff (master) 1
Public Member Functions | List of all members
xmloff::VCLDateHandler Class Reference

#include <vcl_date_handler.hxx>

Inheritance diagram for xmloff::VCLDateHandler:
[legend]
Collaboration diagram for xmloff::VCLDateHandler:
[legend]

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
 

Detailed Description

Definition at line 28 of file vcl_date_handler.hxx.

Constructor & Destructor Documentation

◆ VCLDateHandler()

xmloff::VCLDateHandler::VCLDateHandler ( )

Definition at line 40 of file vcl_date_handler.cxx.

Member Function Documentation

◆ getAttributeValue()

OUString xmloff::VCLDateHandler::getAttributeValue ( const css::uno::Any &  i_propertyValue) const
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().

◆ getPropertyValues()

bool xmloff::VCLDateHandler::getPropertyValues ( const OUString &  i_attributeValue,
PropertyValues o_propertyValues 
) const
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().


The documentation for this class was generated from the following files: