#include <AbiGrammarUtil.h>
Public Member Functions | |
| PieceOfText (void) | |
| virtual | ~PieceOfText (void) |
| UT_sint32 | countWords (void) |
Public Attributes | |
| UT_sint32 | iInLow |
| UT_sint32 | iInHigh |
| UT_sint32 | nWords |
| bool | bHasStop |
| UT_UTF8String | sText |
| bool | m_bGrammarChecked |
| bool | m_bGrammarOK |
| UT_GenericVector < AbiGrammarError * > | m_vecGrammarErrors |
| UT_UTF8String | m_sSuggestion |
| PieceOfText::PieceOfText | ( | void | ) |
| PieceOfText::~PieceOfText | ( | void | ) | [virtual] |
References m_vecGrammarErrors, and UT_VECTOR_PURGEALL.
| UT_sint32 PieceOfText::countWords | ( | void | ) |
References bHasStop, nWords, sText, UCS_TAB, and UT_UTF8String::utf8_str().
Referenced by Abi_GrammarCheck::CheckBlock().
Referenced by Abi_GrammarCheck::CheckBlock(), and countWords().
Referenced by LinkGrammarWrap::parseSentence().
Referenced by LinkGrammarWrap::parseSentence().
Referenced by Abi_GrammarCheck::CheckBlock(), LinkGrammarWrap::parseSentence(), and ~PieceOfText().
Referenced by Abi_GrammarCheck::CheckBlock(), and countWords().
1.7.1