LibreOffice Module extensions (master) 1
|
#include <enumrepresentation.hxx>
Public Member Functions | |
virtual std::vector< OUString > | getDescriptions () const =0 |
retrieves all descriptions of all possible values of the enumeration property More... | |
virtual void | getValueFromDescription (const OUString &_rDescription, css::uno::Any &_out_rValue) const =0 |
converts a given description into a property value More... | |
virtual OUString | getDescriptionForValue (const css::uno::Any &_rEnumValue) const =0 |
converts a given property value into a description 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 35 of file enumrepresentation.hxx.
|
pure virtual |
converts a given property value into a description
Implemented in pcr::DefaultEnumRepresentation.
|
pure virtual |
retrieves all descriptions of all possible values of the enumeration property
Implemented in pcr::DefaultEnumRepresentation.
|
pure virtual |
converts a given description into a property value
Implemented in pcr::DefaultEnumRepresentation.