Home
last modified time | relevance | path

Searched refs:xSvc (Results 1 – 1 of 1) sorted by relevance

/trunk/main/linguistic/source/
H A Dlngsvcmgr.cxx878 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()
[all …]