Lines Matching refs:xSvc

878                     uno::Reference< linguistic2::XSpellChecker > xSvc;  in GetAvailableSpellSvcs_Impl()  local
887xSvc = uno::Reference< linguistic2::XSpellChecker >( ( xCompFactory.is() ? xCompFactory->createIns… in GetAvailableSpellSvcs_Impl()
896 if (xSvc.is()) in GetAvailableSpellSvcs_Impl()
900 uno::Reference< XServiceInfo > xInfo( xSvc, uno::UNO_QUERY ); in GetAvailableSpellSvcs_Impl()
905 … uno::Reference< linguistic2::XSupportedLocales > xSuppLoc( xSvc, uno::UNO_QUERY ); in GetAvailableSpellSvcs_Impl()
944 uno::Reference< linguistic2::XProofreader > xSvc; in GetAvailableGrammarSvcs_Impl() local
953xSvc = uno::Reference< linguistic2::XProofreader >( ( xCompFactory.is() ? xCompFactory->createInst… in GetAvailableGrammarSvcs_Impl()
962 if (xSvc.is()) in GetAvailableGrammarSvcs_Impl()
966 uno::Reference< XServiceInfo > xInfo( xSvc, uno::UNO_QUERY ); in GetAvailableGrammarSvcs_Impl()
971 … uno::Reference< linguistic2::XSupportedLocales > xSuppLoc( xSvc, uno::UNO_QUERY ); in GetAvailableGrammarSvcs_Impl()
1008 uno::Reference< linguistic2::XHyphenator > xSvc; in GetAvailableHyphSvcs_Impl() local
1017xSvc = uno::Reference< linguistic2::XHyphenator >( ( xCompFactory.is() ? xCompFactory->createInsta… in GetAvailableHyphSvcs_Impl()
1027 if (xSvc.is()) in GetAvailableHyphSvcs_Impl()
1031 uno::Reference< XServiceInfo > xInfo( xSvc, uno::UNO_QUERY ); in GetAvailableHyphSvcs_Impl()
1036 … uno::Reference< linguistic2::XSupportedLocales > xSuppLoc( xSvc, uno::UNO_QUERY ); in GetAvailableHyphSvcs_Impl()
1076 uno::Reference< linguistic2::XThesaurus > xSvc; in GetAvailableThesSvcs_Impl() local
1085xSvc = uno::Reference< linguistic2::XThesaurus >( ( xCompFactory.is() ? xCompFactory->createInstan… in GetAvailableThesSvcs_Impl()
1094 if (xSvc.is()) in GetAvailableThesSvcs_Impl()
1098 uno::Reference< XServiceInfo > xInfo( xSvc, uno::UNO_QUERY ); in GetAvailableThesSvcs_Impl()
1103 … uno::Reference< linguistic2::XSupportedLocales > xSuppLoc( xSvc, uno::UNO_QUERY ); in GetAvailableThesSvcs_Impl()