Lines Matching refs:nBegin

1020 		xub_StrLen nBegin = aPos.nContent.GetIndex();  in GetCorrection()  local
1022 if( pWrong->InWrongWord(nBegin,nLen) && !pNode->IsSymbol(nBegin) ) in GetCorrection()
1024 String aText( pNode->GetTxt().Copy( nBegin, nLen ) ); in GetCorrection()
1031 LanguageType eActLang = (LanguageType)pNode->GetLang( nBegin, nLen ); in GetCorrection()
1077 aPos.nContent = nBegin + nLeft; in GetCorrection()
1083 xub_StrLen nWordStart = (nBegin + nLeft) < nLineStart ? nLineStart : nBegin + nLeft; in GetCorrection()
1085 …xub_StrLen nWordEnd = (nBegin + nLen - nLeft - nRight) > nLineEnd ? nLineEnd - 1: (nBegin + nLen -… in GetCorrection()
1135 xub_StrLen nBegin = aPos.nContent.GetIndex(); in GetGrammarCorrection() local
1137 if (pWrong->InWrongWord(nBegin, nLen)) in GetGrammarCorrection()
1139 String aText( pNode->GetTxt().Copy( nBegin, nLen ) ); in GetGrammarCorrection()
1157 … rErrorPosInText = ModelToViewHelper::ConvertToViewPosition( pConversionMap, nBegin ); in GetGrammarCorrection()
1159 …e = ModelToViewHelper::ConvertToViewPosition( pConversionMap, pWrong->getSentenceStart( nBegin ) ); in GetGrammarCorrection()
1160 …nce = ModelToViewHelper::ConvertToViewPosition( pConversionMap, pWrong->getSentenceEnd( nBegin ) ); in GetGrammarCorrection()
1221 aPos.nContent = nBegin + nLeft; in GetGrammarCorrection()
1227 xub_StrLen nWordStart = (nBegin + nLeft) < nLineStart ? nLineStart : nBegin + nLeft; in GetGrammarCorrection()
1229 …xub_StrLen nWordEnd = (nBegin + nLen - nLeft - nRight) > nLineEnd ? nLineEnd - 1: (nBegin + nLen -… in GetGrammarCorrection()