20 #ifndef INCLUDED_COMPHELPER_PROPERTYCONTAINER_HXX
21 #define INCLUDED_COMPHELPER_PROPERTYCONTAINER_HXX
56 static css::uno::Sequence< css::uno::Type > getBaseTypes();
59 virtual sal_Bool SAL_CALL convertFastPropertyValue(
60 css::uno::Any & rConvertedValue,
61 css::uno::Any & rOldValue,
63 const css::uno::Any&
rValue )
override;
65 virtual void SAL_CALL setFastPropertyValue_NoBroadcast(
67 const css::uno::Any& rValue
70 using OPropertySetHelper::getFastPropertyValue;
71 virtual void SAL_CALL getFastPropertyValue(
72 css::uno::Any& rValue,
77 using OPropertySetHelper::setFastPropertyValue;
84 #endif // INCLUDED_COMPHELPER_PROPERTYCONTAINER_HXX
an OPropertySetHelper implementation which is just a simple container for properties represented by c...
css::uno::Any const & rValue
helper class for managing property values, and implementing most of the X*Property* interfaces ...
#define COMPHELPER_DLLPUBLIC