:: com :: sun :: star :: linguistic2 ::

interface XGrammarCheckerListener

Methods' Summary
processGrammarCheckingResult process grammar checking result  
isDocumentBeingChecked check whether the document is checked  
Methods' Details
processGrammarCheckingResult
void
processGrammarCheckingResult( [in] GrammarCheckingResult  aRes,
[in] boolean  bLastInCurrentPara );

Description
process grammar checking result
Parameter xRes
grammar checking result.
Parameter bLastInCurrentPara
to reschedule grammar checking in idle loop.
isDocumentBeingChecked
boolean
isDocumentBeingChecked( [in] ::com::sun::star::text::XTextDocument  xDoc )
raises( ::com::sun::star::lang::IllegalArgumentException );

Description
check whether the document is checked
Parameter xDoc
document object
Returns
true If the document has already been checked, false otherwise.
Throws
IllegalArgumentException when any argument is wrong.
Top of Page