24 #include <com/sun/star/uno/Any.hxx>
26 #include <rtl/ref.hxx>
48 getPropertyValues(
const OUString& i_attributeValue, PropertyValues& o_propertyValues )
const = 0;
::std::map< PropertyId, css::uno::Any > PropertyValues
rtl::Reference< PropertyHandlerBase > PPropertyHandler
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 ...
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 attribut...
PPropertyHandler(* PropertyHandlerFactory)(const PropertyId i_propertyId)