Home | History | Annotate | Download | only in pdfwindow

Lines Matching refs:wrRet

113 	CPVT_WordRange wrRet;

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;
120 wrRet.BeginPos = wr2.BeginPos;
124 wrRet.BeginPos = wr1.BeginPos;
129 wrRet.EndPos = wr1.EndPos;
133 wrRet.EndPos = wr2.EndPos;
136 return wrRet;