Searched refs:OPropertyBag (Results 1 – 2 of 2) sorted by relevance
48 static ::comphelper::module::OAutoRegistration< ::comphelper::OPropertyBag > aAutoRegistration; in createRegistryInfo_OPropertyBag()66 OPropertyBag::OPropertyBag( const Reference< XComponentContext >& _rxContext ) in OPropertyBag() function in comphelper::OPropertyBag78 OPropertyBag::~OPropertyBag() in ~OPropertyBag()83 IMPLEMENT_FORWARD_XINTERFACE2( OPropertyBag, OPropertyBag_Base, OPropertyBag_PBase ) in IMPLEMENT_FORWARD_XINTERFACE2() argument84 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 …]
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