Lines Matching refs:PropertyBag
71 PropertyBag::PropertyBag() in PropertyBag() function in comphelper::PropertyBag
76 PropertyBag::~PropertyBag() in ~PropertyBag()
81 void PropertyBag::setAllowEmptyPropertyName( bool i_isAllowed ) in setAllowEmptyPropertyName()
100 …meAndHandle( const ::rtl::OUString& _name, const sal_Int32 _handle, const PropertyBag& _container ) in lcl_checkNameAndHandle()
112 …void PropertyBag::addVoidProperty( const ::rtl::OUString& _rName, const Type& _rType, sal_Int32 _n… in addVoidProperty()
135 …void PropertyBag::addProperty( const ::rtl::OUString& _rName, sal_Int32 _nHandle, sal_Int32 _nAttr… in addProperty()
158 void PropertyBag::removeProperty( const ::rtl::OUString& _rName ) in removeProperty()
172 void PropertyBag::getFastPropertyValue( sal_Int32 _nHandle, Any& _out_rValue ) const in getFastPropertyValue()
181 …bool PropertyBag::convertFastPropertyValue( sal_Int32 _nHandle, const Any& _rNewValue, Any& _out_r… in convertFastPropertyValue()
186 … return const_cast< PropertyBag* >( this )->OPropertyContainerHelper::convertFastPropertyValue( in convertFastPropertyValue()
191 void PropertyBag::setFastPropertyValue( sal_Int32 _nHandle, const Any& _rValue ) in setFastPropertyValue()
200 void PropertyBag::getPropertyDefaultByHandle( sal_Int32 _nHandle, Any& _out_rValue ) const in getPropertyDefaultByHandle()