Home | History | Annotate | Download | only in pdfwindow

Lines Matching refs:EndPos

354 	CPVT_WordRange wrSelAfter(wrSelect.EndPos,wrWhole.EndPos);

572 ptPopup = GetWordRightBottomPoint(wrLatin.EndPos);
676 SetSel(m_pEdit->WordPlaceToWordIndex(wrLatin.BeginPos),m_pEdit->WordPlaceToWordIndex(wrLatin.EndPos));
680 SetSel(m_pEdit->WordPlaceToWordIndex(wrLatin.BeginPos),m_pEdit->WordPlaceToWordIndex(wrLatin.EndPos));
684 SetSel(m_pEdit->WordPlaceToWordIndex(wrLatin.BeginPos),m_pEdit->WordPlaceToWordIndex(wrLatin.EndPos));
688 SetSel(m_pEdit->WordPlaceToWordIndex(wrLatin.BeginPos),m_pEdit->WordPlaceToWordIndex(wrLatin.EndPos));
692 SetSel(m_pEdit->WordPlaceToWordIndex(wrLatin.BeginPos),m_pEdit->WordPlaceToWordIndex(wrLatin.EndPos));
1193 if (wr1.EndPos.WordCmp(wr2.EndPos) < 0)
1195 wrRet.EndPos = wr2.EndPos;
1199 wrRet.EndPos = wr1.EndPos;