22#include <com/sun/star/uno/Any.hxx>
23#include <rtl/ustring.hxx>
46 const OUString& _rDescription,
47 css::uno::Any& _out_rValue
53 const css::uno::Any& _rEnumValue
virtual void getValueFromDescription(const OUString &_rDescription, css::uno::Any &_out_rValue) const =0
converts a given description into a property value
virtual std::vector< OUString > getDescriptions() const =0
retrieves all descriptions of all possible values of the enumeration property
virtual OUString getDescriptionForValue(const css::uno::Any &_rEnumValue) const =0
converts a given property value into a description
a property handler for any virtual string properties