Home
last modified time | relevance | path

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

/AOO41X/main/comphelper/source/property/
H A Dopropertybag.cxx48 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()
[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