Lines Matching refs:pWrong
1014 SwWrongList *pWrong; in GetCorrection() local
1017 0 != (pWrong = pNode->GetWrong()) && in GetCorrection()
1022 if( pWrong->InWrongWord(nBegin,nLen) && !pNode->IsSymbol(nBegin) ) in GetCorrection()
1129 SwGrammarMarkUp *pWrong; in GetGrammarCorrection() local
1132 0 != (pWrong = pNode->GetGrammarCheck()) && in GetGrammarCorrection()
1137 if (pWrong->InWrongWord(nBegin, nLen)) in GetGrammarCorrection()
1159 …rtOfSentence = ModelToViewHelper::ConvertToViewPosition( pConversionMap, pWrong->getSentenceStart(… in GetGrammarCorrection()
1160 …ndOfSentence = ModelToViewHelper::ConvertToViewPosition( pConversionMap, pWrong->getSentenceEnd( n… in GetGrammarCorrection()
1947 SwWrongList *pWrong; in IgnoreGrammarErrorAt() local
1958 pWrong = pNode->GetGrammarCheck(); in IgnoreGrammarErrorAt()
1959 if( pWrong ) in IgnoreGrammarErrorAt()
1960 pWrong->RemoveEntry( nStart, nEnd ); in IgnoreGrammarErrorAt()
1961 pWrong = pNode->GetWrong(); in IgnoreGrammarErrorAt()
1962 if( pWrong ) in IgnoreGrammarErrorAt()
1963 pWrong->RemoveEntry( nStart, nEnd ); in IgnoreGrammarErrorAt()