Lines Matching refs:Reference

211     const Reference< XSimpleRegistry > &xReg, const OUString &keyName )  in retrieveAsciiValueList()
213 Reference< XEnumerationAccess > xAccess( xReg, UNO_QUERY ); in retrieveAsciiValueList()
217 Reference< XEnumeration > xEnum = xAccess->createEnumeration(); in retrieveAsciiValueList()
220 Reference< XSimpleRegistry > xTempReg; in retrieveAsciiValueList()
246 Reference< XRegistryKey > rRootKey = xReg->getRootKey(); in retrieveAsciiValueList()
249 Reference<XRegistryKey > xKey = rRootKey->openKey(keyName); in retrieveAsciiValueList()
271 size_t operator()(const Reference<XInterface > & rName) const in operator ()()
274 Reference<XInterface > x( Reference<XInterface >::query( rName ) ); in operator ()()
281 …size_t operator()(const Reference<XInterface > & rName1, const Reference<XInterface > & rName2 ) c… in operator ()()
287 Reference<XInterface >,
296 ServiceEnumeration_Impl( const Sequence< Reference<XInterface > > & rFactories ) in ServiceEnumeration_Impl()
310 Sequence< Reference<XInterface > > aFactories;
329 …return Any( &aFactories.getConstArray()[nIt++], ::getCppuType( (const Reference<XInterface > *)0 )… in nextElement()
367 OUSTR("unknown property: ") + name, Reference< XInterface >() ); in getPropertyByName()
408 Reference<XInterface > xNext;
432 Any ret( &(*aIt), ::getCppuType( (const Reference<XInterface > *)0 ) ); in nextElement()
462 Reference<XInterface >,
470 Reference<XInterface >,
484 OServiceManager_Listener( const Reference<XSet > & rSMgr ) in OServiceManager_Listener()
495 Reference<XSet > x( xSMgr ); in disposing()
500 x->remove( Any( &rEvt.Source, ::getCppuType( (const Reference<XInterface > *)0 ) ) ); in disposing()
537 OServiceManager( Reference< XComponentContext > const & xContext );
556 virtual Reference< XInterface > SAL_CALL createInstanceWithContext(
557 OUString const & rServiceSpecifier, Reference< XComponentContext > const & xContext )
559 virtual Reference< XInterface > SAL_CALL createInstanceWithArgumentsAndContext(
562 Reference< XComponentContext > const & xContext )
569 …virtual Reference<XInterface > SAL_CALL createInstance(const OUString &) throw(::com::sun::star::u…
570 …virtual Reference<XInterface > SAL_CALL createInstanceWithArguments(const OUString &, const Sequen…
581 …virtual Reference<XEnumeration > SAL_CALL createEnumeration() throw(::com::sun::star::uno::Runtime…
590 …virtual Reference<XEnumeration > SAL_CALL createContentEnumeration(const OUString& aServiceName) t…
591 virtual Reference<XEnumeration > SAL_CALL createContentEnumeration(
592 const OUString& aServiceName, Reference< XComponentContext > const & xContext )
599 Reference<XPropertySetInfo > SAL_CALL getPropertySetInfo()
605 …void SAL_CALL addPropertyChangeListener(const OUString& PropertyName, const Reference<XPropertyCha…
607 …void SAL_CALL removePropertyChangeListener(const OUString& PropertyName, const Reference<XProperty…
609 …void SAL_CALL addVetoableChangeListener(const OUString& PropertyName, const Reference<XVetoableCha…
611 …void SAL_CALL removeVetoableChangeListener(const OUString& PropertyName, const Reference<XVetoable…
621 virtual Sequence< Reference< XInterface > > queryServiceFactories(
622 const OUString& aServiceName, Reference< XComponentContext > const & xContext );
624 Reference< XComponentContext > m_xContext;
626 Reference< beans::XPropertySetInfo > m_xPropertyInfo;
639 Reference<XEventListener > getFactoryListener();
645 Reference<XEventListener > xFactoryListener;
676 Reference< XComponentContext > m_xContext;
684 Reference< XInterface >() ); in getRoot()
694 Reference< XComponentContext > const & xContext )
715 virtual Reference< XInterface > SAL_CALL createInstanceWithContext( in createInstanceWithContext()
716 OUString const & rServiceSpecifier, Reference< XComponentContext > const & xContext ) in createInstanceWithContext()
719 virtual Reference< XInterface > SAL_CALL createInstanceWithArgumentsAndContext( in createInstanceWithArgumentsAndContext()
722 Reference< XComponentContext > const & xContext ) in createInstanceWithArgumentsAndContext()
731 virtual Reference<XInterface > SAL_CALL createInstance(const OUString & name) throw (Exception) in createInstance()
733 …virtual Reference<XInterface > SAL_CALL createInstanceWithArguments(const OUString & name, const S… in createInstanceWithArguments()
743 virtual Reference<XEnumeration > SAL_CALL createEnumeration() throw (RuntimeException) in createEnumeration()
756 …virtual Reference<XEnumeration > SAL_CALL createContentEnumeration(const OUString& aServiceName) t… in createContentEnumeration()
760 Reference<XPropertySetInfo > SAL_CALL getPropertySetInfo() throw (RuntimeException) in getPropertySetInfo()
768 …void SAL_CALL addPropertyChangeListener(const OUString& PropertyName, const Reference<XPropertyCha… in addPropertyChangeListener()
771 …void SAL_CALL removePropertyChangeListener(const OUString& PropertyName, const Reference<XProperty… in removePropertyChangeListener()
774 …void SAL_CALL addVetoableChangeListener(const OUString& PropertyName, const Reference<XVetoableCha… in addVetoableChangeListener()
777 …void SAL_CALL removeVetoableChangeListener(const OUString& PropertyName, const Reference<XVetoable… in removeVetoableChangeListener()
789 Reference< XComponentContext > xContext; in setPropertyValue()
850 Reference< XComponentContext > const & xContext ) in OServiceManagerWrapper()
858 Reference< XUnoTunnel > xTunnel( m_xContext->getServiceManager(), UNO_QUERY ); in OServiceManagerWrapper()
875 Reference< XInterface >() ); in OServiceManagerWrapper()
897 OServiceManager::OServiceManager( Reference< XComponentContext > const & xContext ) in OServiceManager()
936 Reference<XUnloadingPreference> xunl( it_i1->second, UNO_QUERY); in onUnloadingNotify()
960 Reference<XUnloadingPreference> xunl( it_i3->second, UNO_QUERY); in onUnloadingNotify()
984 Reference<XUnloadingPreference> xunl( *it_i5, UNO_QUERY); in onUnloadingNotify()
1002 Reference<XEventListener> xlistener= getFactoryListener(); in onUnloadingNotify()
1005 Reference<XComponent> xcomp( *it_i7, UNO_QUERY); in onUnloadingNotify()
1036 Reference<XComponent > xComp( Reference<XComponent >::query( *aIt++ ) ); in disposing()
1074 Reference<XPropertySetInfo > OServiceManager::getPropertySetInfo() in getPropertySetInfo()
1083 Reference< beans::XPropertySetInfo > xInfo( new PropertySetInfo_Impl( seq ) ); in getPropertySetInfo()
1101 Reference< XComponentContext > xContext; in setPropertyValue()
1144 const OUString&, const Reference<XPropertyChangeListener >&) in addPropertyChangeListener()
1152 const OUString&, const Reference<XPropertyChangeListener >&) in removePropertyChangeListener()
1160 const OUString&, const Reference<XVetoableChangeListener >&) in addVetoableChangeListener()
1168 const OUString&, const Reference<XVetoableChangeListener >&) in removeVetoableChangeListener()
1176 Reference<XEventListener > OServiceManager::getFactoryListener() in getFactoryListener()
1213 Reference< XInterface > OServiceManager::createInstanceWithContext( in createInstanceWithContext()
1215 Reference< XComponentContext > const & xContext ) in createInstanceWithContext()
1220 Reference< beans::XPropertySet > xProps( xContext->getServiceManager(), UNO_QUERY ); in createInstanceWithContext()
1224 Reference< XComponentContext > xDefContext; in createInstanceWithContext()
1233 Sequence< Reference< XInterface > > factories( in createInstanceWithContext()
1235 Reference< XInterface > const * p = factories.getConstArray(); in createInstanceWithContext()
1240 Reference< XInterface > const & xFactory = p[ nPos ]; in createInstanceWithContext()
1243 Reference< XSingleComponentFactory > xFac( xFactory, UNO_QUERY ); in createInstanceWithContext()
1250 Reference< XSingleServiceFactory > xFac2( xFactory, UNO_QUERY ); in createInstanceWithContext()
1273 return Reference< XInterface >(); in createInstanceWithContext()
1276 Reference< XInterface > OServiceManager::createInstanceWithArgumentsAndContext( in createInstanceWithArgumentsAndContext()
1279 Reference< XComponentContext > const & xContext ) in createInstanceWithArgumentsAndContext()
1284 Reference< beans::XPropertySet > xProps( xContext->getServiceManager(), UNO_QUERY ); in createInstanceWithArgumentsAndContext()
1288 Reference< XComponentContext > xDefContext; in createInstanceWithArgumentsAndContext()
1297 Sequence< Reference< XInterface > > factories( in createInstanceWithArgumentsAndContext()
1299 Reference< XInterface > const * p = factories.getConstArray(); in createInstanceWithArgumentsAndContext()
1304 Reference< XInterface > const & xFactory = p[ nPos ]; in createInstanceWithArgumentsAndContext()
1307 Reference< XSingleComponentFactory > xFac( xFactory, UNO_QUERY ); in createInstanceWithArgumentsAndContext()
1314 Reference< XSingleServiceFactory > xFac2( xFactory, UNO_QUERY ); in createInstanceWithArgumentsAndContext()
1337 return Reference< XInterface >(); in createInstanceWithArgumentsAndContext()
1351 Reference<XInterface > OServiceManager::createInstance( in createInstance()
1360 Reference<XInterface > OServiceManager::createInstanceWithArguments( in createInstanceWithArguments()
1407 Sequence< Reference< XInterface > > OServiceManager::queryServiceFactories( in queryServiceFactories()
1408 const OUString& aServiceName, Reference< XComponentContext > const & ) in queryServiceFactories()
1410 Sequence< Reference< XInterface > > ret; in queryServiceFactories()
1424 Reference< XInterface > const & x = aIt->second; in queryServiceFactories()
1426 ret = Sequence< Reference< XInterface > >( &x, 1 ); in queryServiceFactories()
1431 ::std::vector< Reference< XInterface > > vec; in queryServiceFactories()
1438 ret = Sequence< Reference< XInterface > >( in queryServiceFactories()
1446 Reference<XEnumeration > OServiceManager::createContentEnumeration( in createContentEnumeration()
1447 const OUString& aServiceName, Reference< XComponentContext > const & xContext ) in createContentEnumeration()
1451 Sequence< Reference< XInterface > > factories( in createContentEnumeration()
1456 return Reference< XEnumeration >(); in createContentEnumeration()
1458 Reference<XEnumeration > OServiceManager::createContentEnumeration( in createContentEnumeration()
1466 Reference<XEnumeration > OServiceManager::createEnumeration() throw(::com::sun::star::uno::RuntimeE… in createEnumeration()
1478 return ::getCppuType( (const Reference< XInterface > *)0 ); in getElementType()
1497 Reference<XInterface > xEle( Element, UNO_QUERY_THROW ); in has()
1522 Reference< XInterface >(), 0 ); in insert()
1524 Reference<XInterface > xEle( Element, UNO_QUERY_THROW ); in insert()
1533 Reference< XInterface >() ); in insert()
1540 Reference<XServiceInfo > xInfo( Reference<XServiceInfo >::query( xEle ) ); in insert()
1553 pArray[i], *(Reference<XInterface > *)Element.getValue() ) ); in insert()
1558 Reference<XComponent > xComp( Reference<XComponent >::query( xEle ) ); in insert()
1578 Reference<XInterface > xEle; in remove()
1603 Reference< XInterface >(), 0 ); in remove()
1607 Reference<XComponent > xComp( Reference<XComponent >::query( xEle ) ); in remove()
1626 Reference<XServiceInfo > xInfo( Reference<XServiceInfo >::query( xEle ) ); in remove()
1635 Reference<XServiceInfo > xSF( Reference<XServiceInfo >::query( xEle ) ); in remove()
1664 ORegistryServiceManager( Reference< XComponentContext > const & xContext );
1682Reference<XEnumeration > SAL_CALL createContentEnumeration(const OUString& aServiceName) throw(::c…
1683 virtual Reference<XEnumeration > SAL_CALL createContentEnumeration(
1684 const OUString& aServiceName, Reference< XComponentContext > const & xContext )
1691 Reference<XPropertySetInfo > SAL_CALL getPropertySetInfo()
1698 Sequence< Reference< XInterface > > queryServiceFactories(
1699 const OUString& aServiceName, Reference< XComponentContext > const & xContext );
1701 Reference<XRegistryKey > getRootKey();
1702 Reference<XInterface > loadWithImplementationName(
1703 const OUString & rImplName, Reference< XComponentContext > const & xContext );
1705 Reference<XInterface > loadWithServiceName(
1706 const OUString & rImplName, Reference< XComponentContext > const & xContext );
1710 Reference<XSimpleRegistry > m_xRegistry; // readonly property Registry
1711 Reference<XRegistryKey > m_xRootKey;
1721 ORegistryServiceManager::ORegistryServiceManager( Reference< XComponentContext > const & xContext ) in ORegistryServiceManager()
1747 m_xRegistry = Reference<XSimpleRegistry >(); in dispose()
1748 m_xRootKey = Reference<XRegistryKey >(); in dispose()
1757 Reference<XRegistryKey > ORegistryServiceManager::getRootKey() in getRootKey()
1784 Reference<XInterface > ORegistryServiceManager::loadWithImplementationName( in loadWithImplementationName()
1785 const OUString& name, Reference< XComponentContext > const & xContext ) in loadWithImplementationName()
1787 Reference<XInterface > ret; in loadWithImplementationName()
1789 Reference<XRegistryKey > xRootKey = getRootKey(); in loadWithImplementationName()
1796 Reference<XRegistryKey > xImpKey = m_xRootKey->openKey(implementationName); in loadWithImplementationName()
1800 Reference< lang::XMultiServiceFactory > xMgr; in loadWithImplementationName()
1835 Reference<XInterface > ORegistryServiceManager::loadWithServiceName( in loadWithServiceName()
1836 const OUString& serviceName, Reference< XComponentContext > const & xContext ) in loadWithServiceName()
1841 Reference< XInterface > x( in loadWithServiceName()
1847 return Reference<XInterface >(); in loadWithServiceName()
1855 Reference<XRegistryKey > xRootKey = getRootKey(); in fillAllNamesFromRegistry()
1861 Reference<XRegistryKey > xServicesKey = xRootKey->openKey( in fillAllNamesFromRegistry()
1867 Sequence<Reference<XRegistryKey > > aKeys = xServicesKey->openKeys(); in fillAllNamesFromRegistry()
1920 Sequence< Reference< XInterface > > ORegistryServiceManager::queryServiceFactories( in queryServiceFactories()
1921 const OUString& aServiceName, Reference< XComponentContext > const & xContext ) in queryServiceFactories()
1923 Sequence< Reference< XInterface > > ret( in queryServiceFactories()
1932 Reference< XInterface > x( loadWithServiceName( aServiceName, xContext ) ); in queryServiceFactories()
1935 return Sequence< Reference< XInterface > >( &x, 1 ); in queryServiceFactories()
1940 Reference<XEnumeration > ORegistryServiceManager::createContentEnumeration( in createContentEnumeration()
1941 const OUString& aServiceName, Reference< XComponentContext > const & xContext ) in createContentEnumeration()
1962 Reference<XEnumeration > ORegistryServiceManager::createContentEnumeration( in createContentEnumeration()
1970 Reference<XPropertySetInfo > ORegistryServiceManager::getPropertySetInfo() in getPropertySetInfo()
1982 Reference< beans::XPropertySetInfo > xInfo( new PropertySetInfo_Impl( seq ) ); in getPropertySetInfo()
2027 Reference<XInterface > SAL_CALL OServiceManager_CreateInstance( in OServiceManager_CreateInstance()
2028 const Reference< XComponentContext > & xContext ) in OServiceManager_CreateInstance()
2030 return Reference<XInterface >( in OServiceManager_CreateInstance()
2039 Reference<XInterface > SAL_CALL ORegistryServiceManager_CreateInstance( in ORegistryServiceManager_CreateInstance()
2040 const Reference< XComponentContext > & xContext ) in ORegistryServiceManager_CreateInstance()
2043 return Reference<XInterface >( in ORegistryServiceManager_CreateInstance()
2049 Reference<XInterface > SAL_CALL OServiceManagerWrapper_CreateInstance( in OServiceManagerWrapper_CreateInstance()
2050 const Reference< XComponentContext > & xContext ) in OServiceManagerWrapper_CreateInstance()