Home | History | Annotate | Download | only in fpdfdoc

Lines Matching refs:EndPos

247     FX_INT32 nRight = range.EndPos.nWordIndex + 1;

304 if (PlaceRange.EndPos.WordCmp(SecEndPos) <= 0) {
305 ClearMidWords(PlaceRange.BeginPos.nWordIndex, PlaceRange.EndPos.nWordIndex);
309 } else if (PlaceRange.EndPos.WordCmp(SecEndPos) <= 0) {
310 ClearLeftWords(PlaceRange.EndPos.nWordIndex);
964 if (CSection * pSection = m_SectionArray.GetAt(PlaceRange.EndPos.nSecIndex)) {
965 bLastSecPos = (PlaceRange.EndPos == pSection->GetEndWordPlace());
968 if (PlaceRange.BeginPos.nSecIndex != PlaceRange.EndPos.nSecIndex) {
1473 for (FX_INT32 s = PlaceRange.EndPos.nSecIndex; s > PlaceRange.BeginPos.nSecIndex; s--) {
1498 NewRange.EndPos = AjustLineHeader(PlaceRange.EndPos, TRUE);
1499 for (FX_INT32 s = NewRange.EndPos.nSecIndex; s >= NewRange.BeginPos.nSecIndex; s--) {
1613 FX_INT32 nESecIndex = PlaceRange.EndPos.nSecIndex;