Lines Matching refs:nLeft

119     sal_uInt16 nLeft;  member
1069 xub_StrLen nLeft = 0; in GetCorrection() local
1071 ++nLeft; in GetCorrection()
1077 aPos.nContent = nBegin + nLeft; in GetCorrection()
1081 ExtendSelection( sal_True, nLen - nLeft - nRight ); 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()
1213 xub_StrLen nLeft = 0; in GetGrammarCorrection() local
1215 ++nLeft; in GetGrammarCorrection()
1221 aPos.nContent = nBegin + nLeft; in GetGrammarCorrection()
1225 ExtendSelection( sal_True, nLen - nLeft - nRight ); 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()
1370 pCrsr->GetPoint()->nContent = aCurrentOldPosition->nLeft; in ApplyChangedSentence()
1412 pCrsr->GetPoint()->nContent = aCurrentStartPosition->nLeft; in ApplyChangedSentence()
1492 aAdd.nLeft = nStart; in lcl_CollectDeletedRedlines()
1512 aDeletedRedlines.back().nLeft > nEnd) in lcl_CutRedlines()
1526 aRet.nLeft = aRet.nRight = STRING_MAXLEN; in lcl_FindNextDeletedRedline()
1532 if(aIter->nLeft < nSearchFrom) in lcl_FindNextDeletedRedline()
1813 aPosition.nLeft = pCrsr->Start()->nContent.GetIndex(); in CreatePortion()
1850 if( aNextRedline.nLeft == aStart.nContent.GetIndex() ) in AddPortion()
1890 bool bRedline = aNextRedline.nLeft == pCrsr->GetPoint()->nContent.GetIndex(); in AddPortion()