Searched refs:xSvc (Results 1 – 1 of 1) sorted by relevance
878 uno::Reference< linguistic2::XSpellChecker > xSvc; in GetAvailableSpellSvcs_Impl() local887 …xSvc = 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() local953 …xSvc = 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()[all …]