Searched refs:xGC (Results 1 – 1 of 1) sorted by relevance
489 uno::Reference< linguistic2::XProofreader > xGC( in GetGrammarChecker() local491 … uno::Reference< linguistic2::XSupportedLocales > xSuppLoc( xGC, uno::UNO_QUERY_THROW ); in GetGrammarChecker()495 m_aGCReferencesByService[ aSvcImplName ] = xGC; in GetGrammarChecker()496 xRes = xGC; in GetGrammarChecker()498 … uno::Reference< linguistic2::XLinguServiceEventBroadcaster > xBC( xGC, uno::UNO_QUERY ); in GetGrammarChecker()579 …uno::Reference< linguistic2::XProofreader > xGC( GetGrammarChecker( aCurLocale ), uno::UNO_QUERY ); in DequeueAndCheck() local580 if (xGC.is()) in DequeueAndCheck()584 …aRes = xGC->doProofreading( aCurDocId, aCurTxt, aCurLocale, nStartPos, nSuggestedEnd, aEmptyProps … in DequeueAndCheck()718 uno::Reference< linguistic2::XProofreader > xGC; in checkSentenceAtPosition() local728 xGC = GetGrammarChecker( aCurLocale ); in checkSentenceAtPosition()[all …]