Lines Matching refs:xGC
489 uno::Reference< linguistic2::XProofreader > xGC( in GetGrammarChecker() local
491 … 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() local
580 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() local
728 xGC = GetGrammarChecker( aCurLocale ); in checkSentenceAtPosition()
732 if (xGC.is()) in checkSentenceAtPosition()
735 …aTmpRes = xGC->doProofreading( aDocId, rText, aCurLocale, nStartPos, nSuggestedEndOfSentencePos, a… in checkSentenceAtPosition()
820 uno::Reference< linguistic2::XProofreader > xGC( aIt->second ); in resetIgnoreRules() local
821 if (xGC.is()) in resetIgnoreRules()
822 xGC->resetIgnoreRules(); in resetIgnoreRules()