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

#include <property_handler.hxx>

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

Public Member Functions

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 37 of file property_handler.hxx.

Member Function Documentation

◆ getAttributeValue()

virtual OUString xmloff::PropertyHandlerBase::getAttributeValue ( const css::uno::Any &  i_propertyValue) const
pure virtual

is a convenience method for XML attributes whose value comprises of only one UNO API property

Implemented in xmloff::VCLDateHandler, and xmloff::VCLTimeHandler.

◆ getPropertyValues()

virtual bool xmloff::PropertyHandlerBase::getPropertyValues ( const OUString &  i_attributeValue,
PropertyValues o_propertyValues 
) const
pure virtual

retrieves the values of the properties controlled by an XML attributed, described by a given attribute value

Implemented in xmloff::VCLDateHandler, and xmloff::VCLTimeHandler.


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