Home | History | Annotate | Download | only in pdfwindow

Lines Matching refs:EndPos

115 	if (wr2.EndPos.WordCmp(wr1.BeginPos) < 0 || wr2.BeginPos.WordCmp(wr1.EndPos) > 0) return wrRet;

116 if (wr1.EndPos.WordCmp(wr2.BeginPos) < 0 || wr1.BeginPos.WordCmp(wr2.EndPos) > 0) return wrRet;
127 if (wr1.EndPos.WordCmp(wr2.EndPos) < 0)
129 wrRet.EndPos = wr1.EndPos;
133 wrRet.EndPos = wr2.EndPos;
532 if (place.LineCmp(wrWord.EndPos) == 0)
534 pIterator->SetAt(wrWord.EndPos);
580 if (pRange && place.WordCmp(pRange->EndPos) > 0) break;
1675 if (place.LineCmp(wrWord.EndPos) == 0)
1677 pIterator->SetAt(wrWord.EndPos);
1740 if (pRange && place.WordCmp(pRange->EndPos) > 0) break;