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

interface XGrammarCheckingResultListener

Methods' Summary
GrammarCheckingFinished check whether grammar checking is finished.  
Methods' Details
GrammarCheckingFinished
boolean
GrammarCheckingFinished( [in] GrammarCheckingResult  aRes )
raises( ::com::sun::star::lang::IllegalArgumentException );

Description
check whether grammar checking is finished.
Parameter xRes
the checking result.
Returns
true If the grammar checking is finished, false otherwise.
Throws
IllegalArgumentException when any argument is wrong.
Top of Page