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

struct SingleGrammarError

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