Lines Matching refs:xFactory

876                     uno::Reference< lang::XSingleServiceFactory > xFactory;  in GetAvailableSpellSvcs_Impl()  local
879 …if ( cppu::extractInterface( xCompFactory, aCurrent ) || ::cppu::extractInterface( xFactory, aCurr… in GetAvailableSpellSvcs_Impl()
887 …ompFactory.is() ? xCompFactory->createInstanceWithContext( xContext ) : xFactory->createInstance()… in GetAvailableSpellSvcs_Impl()
942 uno::Reference< lang::XSingleServiceFactory > xFactory; in GetAvailableGrammarSvcs_Impl() local
945 …ppu::extractInterface( xCompFactory, aCurrent ) || ::cppu::extractInterface( xFactory, aCurrent ) ) in GetAvailableGrammarSvcs_Impl()
953 …ompFactory.is() ? xCompFactory->createInstanceWithContext( xContext ) : xFactory->createInstance()… in GetAvailableGrammarSvcs_Impl()
1006 uno::Reference< lang::XSingleServiceFactory > xFactory; in GetAvailableHyphSvcs_Impl() local
1009 …if ( cppu::extractInterface( xCompFactory, aCurrent ) || ::cppu::extractInterface( xFactory, aCurr… in GetAvailableHyphSvcs_Impl()
1017 …ompFactory.is() ? xCompFactory->createInstanceWithContext( xContext ) : xFactory->createInstance()… in GetAvailableHyphSvcs_Impl()
1074 uno::Reference< lang::XSingleServiceFactory > xFactory; in GetAvailableThesSvcs_Impl() local
1077 …if ( cppu::extractInterface( xCompFactory, aCurrent ) || ::cppu::extractInterface( xFactory, aCurr… in GetAvailableThesSvcs_Impl()
1085 …ompFactory.is() ? xCompFactory->createInstanceWithContext( xContext ) : xFactory->createInstance()… in GetAvailableThesSvcs_Impl()
2009 uno::Reference< lang::XSingleServiceFactory > xFactory = in LngSvcMgr_getFactory() local
2016 xFactory->acquire(); in LngSvcMgr_getFactory()
2017 pRet = xFactory.get(); in LngSvcMgr_getFactory()