Lines Matching refs:aServiceName
590 …virtual Reference<XEnumeration > SAL_CALL createContentEnumeration(const OUString& aServiceName) t…
592 const OUString& aServiceName, Reference< XComponentContext > const & xContext )
622 const OUString& aServiceName, Reference< XComponentContext > const & xContext );
756 …virtual Reference<XEnumeration > SAL_CALL createContentEnumeration(const OUString& aServiceName) t… in createContentEnumeration() argument
757 { return getRoot()->createContentEnumeration( aServiceName, m_xContext ); } in createContentEnumeration()
1408 const OUString& aServiceName, Reference< XComponentContext > const & ) in queryServiceFactories() argument
1416 m_ServiceMap.equal_range( aServiceName ) ); in queryServiceFactories()
1421 HashMap_OWString_Interface::iterator aIt = m_ImplementationNameMap.find( aServiceName ); in queryServiceFactories()
1447 const OUString& aServiceName, Reference< XComponentContext > const & xContext ) in createContentEnumeration() argument
1452 OServiceManager::queryServiceFactories( aServiceName, xContext ) ); in createContentEnumeration()
1459 const OUString& aServiceName ) in createContentEnumeration() argument
1462 return createContentEnumeration( aServiceName, m_xContext ); in createContentEnumeration()
1682 …Reference<XEnumeration > SAL_CALL createContentEnumeration(const OUString& aServiceName) throw(::c…
1684 const OUString& aServiceName, Reference< XComponentContext > const & xContext )
1699 const OUString& aServiceName, Reference< XComponentContext > const & xContext );
1921 const OUString& aServiceName, Reference< XComponentContext > const & xContext ) in queryServiceFactories() argument
1924 OServiceManager::queryServiceFactories( aServiceName, xContext ) ); in queryServiceFactories()
1932 Reference< XInterface > x( loadWithServiceName( aServiceName, xContext ) ); in queryServiceFactories()
1934 x = loadWithImplementationName( aServiceName, xContext ); in queryServiceFactories()
1941 const OUString& aServiceName, Reference< XComponentContext > const & xContext ) in createContentEnumeration() argument
1947 Sequence<OUString> aImpls = ((ORegistryServiceManager *)this)->getFromServiceName( aServiceName ); in createContentEnumeration()
1960 return OServiceManager::createContentEnumeration( aServiceName, xContext ); in createContentEnumeration()
1963 const OUString& aServiceName ) in createContentEnumeration() argument
1966 return createContentEnumeration( aServiceName, m_xContext ); in createContentEnumeration()