Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/uno/
H A Ddlelstnr.cxx84xGCIterator = Reference< XProofreadingIterator >( xMgr->createInstance( aSvcName ), UNO_QUERY ); in SwLinguServiceEventListener()
85 Reference< XLinguServiceEventBroadcaster > xBC( xGCIterator, UNO_QUERY ); in SwLinguServiceEventListener()
172 if (xLngSvcMgr.is() && rEventObj.Source == xGCIterator) in disposing()
173 xGCIterator = 0; in disposing()
195 if (xGCIterator.is()) in notifyTermination()
196 xGCIterator = 0; in notifyTermination()
/trunk/main/sw/source/core/doc/
H A Ddocnew.cxx186 uno::Reference< linguistic2::XProofreadingIterator > xGCIterator( rDoc.GetGCIterator() ); in StartGrammarChecking() local
187 if ( xGCIterator.is() ) in StartGrammarChecking()
193 if ( xFPIP.is() && !xGCIterator->isProofreading( xDoc ) ) in StartGrammarChecking()
194 xGCIterator->startProofreading( xDoc, xFPIP ); in StartGrammarChecking()
H A Ddocedt.cxx1988 … uno::Reference< linguistic2::XProofreadingIterator > xGCIterator( GetGCIterator() ); in Spell() local
1989 if (xGCIterator.is()) in Spell()
2007 aResult = xGCIterator->checkSentenceAtPosition( in Spell()
/trunk/main/sw/inc/
H A Ddlelstnr.hxx65 com::sun::star::linguistic2::XProofreadingIterator > xGCIterator; member in SwLinguServiceEventListener
/trunk/main/sw/source/core/edit/
H A Dedlingu.cxx1143 … uno::Reference< linguistic2::XProofreadingIterator > xGCIterator( pDoc->GetGCIterator() ); in GetGrammarCorrection() local
1144 if (xGCIterator.is()) in GetGrammarCorrection()
1172 rResult = xGCIterator->checkSentenceAtPosition( in GetGrammarCorrection()
/trunk/main/sw/source/ui/uiview/
H A Dview2.cxx1071 … uno::Reference< linguistic2::XProofreadingIterator > xGCIterator( pDoc->GetGCIterator() ); in Execute() local
1072 if( xGCIterator.is() ) in Execute()
1074 xGCIterator->resetIgnoreRules(); in Execute()

Completed in 63 milliseconds