Home
last modified time | relevance | path

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

/trunk/main/comphelper/source/property/ !
H A Dopropertybag.cxx51 static ::comphelper::module::OAutoRegistration< ::comphelper::OPropertyBag > aAutoRegistration; in createRegistryInfo_OPropertyBag()
69 OPropertyBag::OPropertyBag( const Reference< XComponentContext >& _rxContext ) in OPropertyBag() function in comphelper::OPropertyBag
81 OPropertyBag::~OPropertyBag() in ~OPropertyBag()
86 IMPLEMENT_FORWARD_XINTERFACE2( OPropertyBag, OPropertyBag_Base, OPropertyBag_PBase ) in IMPLEMENT_FORWARD_XINTERFACE2() argument
87 IMPLEMENT_FORWARD_XTYPEPROVIDER2( OPropertyBag, OPropertyBag_Base, OPropertyBag_PBase ) in IMPLEMENT_FORWARD_XINTERFACE2()
90 Sequence< ::rtl::OUString > OPropertyBag::getSupportedServiceNames_static() in IMPLEMENT_FORWARD_XINTERFACE2()
98 void SAL_CALL OPropertyBag::initialize( const Sequence< Any >& _rArguments ) in initialize()
121 ::rtl::OUString OPropertyBag::getImplementationName_static() in getImplementationName_static()
127 …Reference< XInterface > SAL_CALL OPropertyBag::Create( const Reference< XComponentContext >& _rxCo… in Create()
129 return *new OPropertyBag( _rxContext ); in Create()
[all …]
H A Dopropertybag.hxx81 …class OPropertyBag :public ::comphelper::OMutexAndBroadcastHelper // must be before OPropertyBag… class
106 …OPropertyBag( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& …
115 virtual ~OPropertyBag();
220 OPropertyBag(); // never implemented
221 OPropertyBag( const OPropertyBag& ); // never implemented
222 OPropertyBag& operator=( const OPropertyBag& ); // never implemented