Home
last modified time | relevance | path

Searched refs:OPropertyBag (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/comphelper/source/property/
H A Dopropertybag.cxx66 OPropertyBag::OPropertyBag( const Reference< XComponentContext >& _rxContext ) in OPropertyBag() function in comphelper::OPropertyBag
78 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 …]
H A Dopropertybag.hxx81 …class OPropertyBag :public ::comphelper::OMutexAndBroadcastHelper // must be before OPropertyBag… class
106OPropertyBag( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& …
115 virtual ~OPropertyBag();
225 OPropertyBag(); // never implemented
226 OPropertyBag( const OPropertyBag& ); // never implemented
227 OPropertyBag& operator=( const OPropertyBag& ); // never implemented

Completed in 20 milliseconds