Home | History | Annotate | Download | only in fxedit

Lines Matching refs:WordCmp

1210 			if (m_SelState.BeginPos.WordCmp(m_SelState.EndPos)<0)

1306 if (place.WordCmp(wrTemp.EndPos) > 0)break;
1367 if (wr1.BeginPos.WordCmp(wr2.BeginPos) < 0)
1376 if (wr1.EndPos.WordCmp(wr2.EndPos) < 0)
1515 if (place.WordCmp(wrTemp.EndPos) > 0) break;
2493 if (place.WordCmp(wrTemp.EndPos) > 0) break;
2540 if (place.WordCmp(wrTemp.EndPos) > 0) break;
2805 if (m_SelState.BeginPos.WordCmp(m_SelState.EndPos)<0)
2859 if (m_SelState.BeginPos.WordCmp(m_SelState.EndPos)>0)
2909 if (m_SelState.BeginPos.WordCmp(m_SelState.EndPos)<0)
2958 if (m_SelState.BeginPos.WordCmp(m_SelState.EndPos)>0)
3225 if (place.WordCmp(range.BeginPos) <= 0)break;