Home
last modified time | relevance | path

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

/AOO41X/main/linguistic/source/
H A Dgciterator.cxx489 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()
[all …]