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

struct SingleGrammarError

Elements' Summary
nErrorStart  
nErrorLen  
nErrorType  
nErrorLevel  
xGC  
aShortComment  
aFullComment  
aNewLocale  
aSuggestions  
Elements' Details
nErrorStart
long nErrorStart;
nErrorLen
long nErrorLen;
nErrorType
long nErrorType;
nErrorLevel
long nErrorLevel;
xGC
XGrammarChecker xGC;
aShortComment
string aShortComment;
aFullComment
string aFullComment;
aNewLocale
::com::sun::star::lang::Locale aNewLocale;
aSuggestions
sequence< string > aSuggestions;
Top of Page