Searched refs:OPropertyBag (Results 1 – 2 of 2) sorted by relevance
51 static ::comphelper::module::OAutoRegistration< ::comphelper::OPropertyBag > aAutoRegistration; in createRegistryInfo_OPropertyBag()69 OPropertyBag::OPropertyBag( const Reference< XComponentContext >& _rxContext ) in OPropertyBag() function in comphelper::OPropertyBag81 OPropertyBag::~OPropertyBag() in ~OPropertyBag()86 IMPLEMENT_FORWARD_XINTERFACE2( OPropertyBag, OPropertyBag_Base, OPropertyBag_PBase ) in IMPLEMENT_FORWARD_XINTERFACE2() argument87 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 …]
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();220 OPropertyBag(); // never implemented221 OPropertyBag( const OPropertyBag& ); // never implemented222 OPropertyBag& operator=( const OPropertyBag& ); // never implemented