Searched refs:OPropertyBag (Results 1 – 2 of 2) sorted by relevance
66 OPropertyBag::OPropertyBag( const Reference< XComponentContext >& _rxContext ) in OPropertyBag() function in comphelper::OPropertyBag78 OPropertyBag::~OPropertyBag() in ~OPropertyBag()126 return *new OPropertyBag( _rxContext ); in Create()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()306 ::cppu::IPropertyArrayHelper& SAL_CALL OPropertyBag::getInfoHelper() in getInfoHelper()[all …]
81 …class OPropertyBag :public ::comphelper::OMutexAndBroadcastHelper // must be before OPropertyBag… class106 …OPropertyBag( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& …115 virtual ~OPropertyBag();225 OPropertyBag(); // never implemented226 OPropertyBag( const OPropertyBag& ); // never implemented227 OPropertyBag& operator=( const OPropertyBag& ); // never implemented
Completed in 25 milliseconds