Lines Matching refs:OServiceManager
530 class OServiceManager class
537 OServiceManager( Reference< XComponentContext > const & xContext );
538 virtual ~OServiceManager();
651 inline bool OServiceManager::is_disposed() const in is_disposed()
659 inline void OServiceManager::check_undisposed() const in check_undisposed()
677 OServiceManager * m_root;
678 inline OServiceManager * getRoot() SAL_THROW( (RuntimeException) ) in getRoot()
862 m_root = reinterpret_cast< OServiceManager * >( in OServiceManagerWrapper()
884 sal_Int64 OServiceManager::getSomething( Sequence< sal_Int8 > const & id ) in getSomething()
897 OServiceManager::OServiceManager( Reference< XComponentContext > const & xContext ) in OServiceManager() function in stoc_smgr::OServiceManager
909 OServiceManager::~OServiceManager() in ~OServiceManager()
920 void OServiceManager::onUnloadingNotify() in onUnloadingNotify()
1014 void OServiceManager::dispose() in dispose()
1022 void OServiceManager::disposing() in disposing()
1074 Reference<XPropertySetInfo > OServiceManager::getPropertySetInfo() in getPropertySetInfo()
1094 void OServiceManager::setPropertyValue( in setPropertyValue()
1122 Any OServiceManager::getPropertyValue(const OUString& PropertyName) in getPropertyValue()
1143 void OServiceManager::addPropertyChangeListener( in addPropertyChangeListener()
1151 void OServiceManager::removePropertyChangeListener( in removePropertyChangeListener()
1159 void OServiceManager::addVetoableChangeListener( in addVetoableChangeListener()
1167 void OServiceManager::removeVetoableChangeListener( in removeVetoableChangeListener()
1176 Reference<XEventListener > OServiceManager::getFactoryListener() in getFactoryListener()
1186 Sequence< OUString > OServiceManager::getUniqueAvailableServiceNames( in getUniqueAvailableServiceNames()
1213 Reference< XInterface > OServiceManager::createInstanceWithContext( in createInstanceWithContext()
1276 Reference< XInterface > OServiceManager::createInstanceWithArgumentsAndContext( in createInstanceWithArgumentsAndContext()
1341 Sequence< OUString > OServiceManager::getAvailableServiceNames() in getAvailableServiceNames()
1351 Reference<XInterface > OServiceManager::createInstance( in createInstance()
1360 Reference<XInterface > OServiceManager::createInstanceWithArguments( in createInstanceWithArguments()
1370 void OServiceManager::initialize( Sequence< Any > const & ) in initialize()
1378 OUString OServiceManager::getImplementationName() in getImplementationName()
1386 sal_Bool OServiceManager::supportsService(const OUString& ServiceName) in supportsService()
1399 Sequence< OUString > OServiceManager::getSupportedServiceNames() in getSupportedServiceNames()
1407 Sequence< Reference< XInterface > > OServiceManager::queryServiceFactories( in queryServiceFactories()
1446 Reference<XEnumeration > OServiceManager::createContentEnumeration( in createContentEnumeration()
1452 OServiceManager::queryServiceFactories( aServiceName, xContext ) ); in createContentEnumeration()
1458 Reference<XEnumeration > OServiceManager::createContentEnumeration( in createContentEnumeration()
1466 Reference<XEnumeration > OServiceManager::createEnumeration() throw(::com::sun::star::uno::RuntimeE… in createEnumeration()
1474 Type OServiceManager::getElementType() in getElementType()
1482 sal_Bool OServiceManager::hasElements() in hasElements()
1491 sal_Bool OServiceManager::has( const Any & Element ) in has()
1514 void OServiceManager::insert( const Any & Element ) in insert()
1564 sal_Bool OServiceManager::haveFactoryWithThisImplementation(const OUString& aImplName) in haveFactoryWithThisImplementation()
1570 void OServiceManager::remove( const Any & Element ) in remove()
1661 class ORegistryServiceManager : public OServiceManager
1722 : OServiceManager( xContext ) in ORegistryServiceManager()
1743 OServiceManager::dispose(); in dispose()
1907 return OServiceManager::getUniqueAvailableServiceNames( aNameSet ); in getAvailableServiceNames()
1924 OServiceManager::queryServiceFactories( aServiceName, xContext ) ); in queryServiceFactories()
1960 return OServiceManager::createContentEnumeration( aServiceName, xContext ); in createContentEnumeration()
2005 return OServiceManager::getPropertyValue( PropertyName ); in getPropertyValue()
2016 stoc_smgr::OServiceManager* pMgr= reinterpret_cast<stoc_smgr::OServiceManager*>( id); in smgrUnloadingListener()
2033 OWeakObject *, new stoc_smgr::OServiceManager( xContext ) ) ) ); in OServiceManager_CreateInstance()