Lines Matching refs:OPropertyBag

48     static ::comphelper::module::OAutoRegistration< ::comphelper::OPropertyBag > aAutoRegistration;  in createRegistryInfo_OPropertyBag()
66 OPropertyBag::OPropertyBag( const Reference< XComponentContext >& _rxContext ) in OPropertyBag() function in comphelper::OPropertyBag
78 OPropertyBag::~OPropertyBag() in ~OPropertyBag()
83 IMPLEMENT_FORWARD_XINTERFACE2( OPropertyBag, OPropertyBag_Base, OPropertyBag_PBase ) in IMPLEMENT_FORWARD_XINTERFACE2() argument
84 IMPLEMENT_FORWARD_XTYPEPROVIDER2( OPropertyBag, OPropertyBag_Base, OPropertyBag_PBase ) in IMPLEMENT_FORWARD_XINTERFACE2()
87 …Sequence< ::rtl::OUString > OPropertyBag::getSupportedServiceNames_static() throw( RuntimeExceptio… in IMPLEMENT_FORWARD_XINTERFACE2()
95 …void SAL_CALL OPropertyBag::initialize( const Sequence< Any >& _rArguments ) throw (Exception, Run… in initialize()
118 ::rtl::OUString OPropertyBag::getImplementationName_static() throw( RuntimeException ) in getImplementationName_static()
124 …Reference< XInterface > SAL_CALL OPropertyBag::Create( const Reference< XComponentContext >& _rxCo… in Create()
126 return *new OPropertyBag( _rxContext ); in Create()
130 ::rtl::OUString SAL_CALL OPropertyBag::getImplementationName() throw (RuntimeException) in getImplementationName()
136 …::sal_Bool SAL_CALL OPropertyBag::supportsService( const ::rtl::OUString& rServiceName ) throw (Ru… in supportsService()
145 …Sequence< ::rtl::OUString > SAL_CALL OPropertyBag::getSupportedServiceNames( ) throw (RuntimeExce… in getSupportedServiceNames()
151 void OPropertyBag::fireEvents( in fireEvents()
162 void OPropertyBag::setModifiedImpl(::sal_Bool bModified, in setModifiedImpl()
186 ::sal_Bool SAL_CALL OPropertyBag::isModified() in isModified()
193 void SAL_CALL OPropertyBag::setModified( ::sal_Bool bModified ) in setModified()
199 void SAL_CALL OPropertyBag::addModifyListener( in addModifyListener()
206 void SAL_CALL OPropertyBag::removeModifyListener( in removeModifyListener()
214 …Reference< XPropertySetInfo > SAL_CALL OPropertyBag::getPropertySetInfo( ) throw(RuntimeException) in getPropertySetInfo()
220 ::sal_Bool SAL_CALL OPropertyBag::has( const Any& /*aElement*/ ) throw (RuntimeException) in has()
228 …void SAL_CALL OPropertyBag::insert( const Any& _element ) throw (IllegalArgumentException, Element… in insert()
255 …void SAL_CALL OPropertyBag::remove( const Any& /*aElement*/ ) throw (IllegalArgumentException, NoS… in remove()
264 Reference< XEnumeration > SAL_CALL OPropertyBag::createEnumeration( ) throw (RuntimeException) in createEnumeration()
272 Type SAL_CALL OPropertyBag::getElementType( ) throw (RuntimeException) in getElementType()
280 ::sal_Bool SAL_CALL OPropertyBag::hasElements( ) throw (RuntimeException) in hasElements()
288 void SAL_CALL OPropertyBag::getFastPropertyValue( Any& _rValue, sal_Int32 _nHandle ) const in getFastPropertyValue()
294 …sal_Bool SAL_CALL OPropertyBag::convertFastPropertyValue( Any& _rConvertedValue, Any& _rOldValue, … in convertFastPropertyValue()
300 …void SAL_CALL OPropertyBag::setFastPropertyValue_NoBroadcast( sal_Int32 nHandle, const Any& rValue… in setFastPropertyValue_NoBroadcast()
306 ::cppu::IPropertyArrayHelper& SAL_CALL OPropertyBag::getInfoHelper() in getInfoHelper()
319 sal_Int32 OPropertyBag::findFreeHandle() const in findFreeHandle()
341 …void SAL_CALL OPropertyBag::addProperty( const ::rtl::OUString& _rName, ::sal_Int16 _nAttributes, … in addProperty()
364 …void SAL_CALL OPropertyBag::removeProperty( const ::rtl::OUString& _rName ) throw (UnknownProperty… in removeProperty()
407 Sequence< PropertyValue > SAL_CALL OPropertyBag::getPropertyValues( ) throw (RuntimeException) in getPropertyValues()
462 void OPropertyBag::impl_setPropertyValues_throw( const Sequence< PropertyValue >& _rProps ) in impl_setPropertyValues_throw()
544 …void SAL_CALL OPropertyBag::setPropertyValues( const Sequence< PropertyValue >& _rProps ) throw (U… in setPropertyValues()
551 PropertyState OPropertyBag::getPropertyStateByHandle( sal_Int32 _nHandle ) in getPropertyStateByHandle()
571 Any OPropertyBag::getPropertyDefaultByHandle( sal_Int32 _nHandle ) const in getPropertyDefaultByHandle()