LibreOffice Module xmloff (master) 1
|
#include <property_handler.hxx>
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 |
Definition at line 37 of file property_handler.hxx.
|
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.
|
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.