Lines Matching refs:xCompFactory

875                     uno::Reference< lang::XSingleComponentFactory > xCompFactory;  in GetAvailableSpellSvcs_Impl()  local
879 …if ( cppu::extractInterface( xCompFactory, aCurrent ) || ::cppu::extractInterface( xFactory, aCurr… in GetAvailableSpellSvcs_Impl()
887 …xSvc = uno::Reference< linguistic2::XSpellChecker >( ( xCompFactory.is() ? xCompFactory->createIns… in GetAvailableSpellSvcs_Impl()
941 uno::Reference< lang::XSingleComponentFactory > xCompFactory; in GetAvailableGrammarSvcs_Impl() local
945 …if ( cppu::extractInterface( xCompFactory, aCurrent ) || ::cppu::extractInterface( xFactory, aCurr… in GetAvailableGrammarSvcs_Impl()
953 …xSvc = uno::Reference< linguistic2::XProofreader >( ( xCompFactory.is() ? xCompFactory->createInst… in GetAvailableGrammarSvcs_Impl()
1005 uno::Reference< lang::XSingleComponentFactory > xCompFactory; in GetAvailableHyphSvcs_Impl() local
1009 …if ( cppu::extractInterface( xCompFactory, aCurrent ) || ::cppu::extractInterface( xFactory, aCurr… in GetAvailableHyphSvcs_Impl()
1017 …xSvc = uno::Reference< linguistic2::XHyphenator >( ( xCompFactory.is() ? xCompFactory->createInsta… in GetAvailableHyphSvcs_Impl()
1073 uno::Reference< lang::XSingleComponentFactory > xCompFactory; in GetAvailableThesSvcs_Impl() local
1077 …if ( cppu::extractInterface( xCompFactory, aCurrent ) || ::cppu::extractInterface( xFactory, aCurr… in GetAvailableThesSvcs_Impl()
1085 …xSvc = uno::Reference< linguistic2::XThesaurus >( ( xCompFactory.is() ? xCompFactory->createInstan… in GetAvailableThesSvcs_Impl()