Searched refs:aCurrentTopRight (Results 1 – 1 of 1) sorted by relevance
327 Point aCurrentTopRight( 0, LONG_MAX ); in GetTblSel() local396 if ( aTopRight.Y() < aCurrentTopRight.Y() || in GetTblSel()397 ( aTopRight.Y() == aCurrentTopRight.Y() && in GetTblSel()398 aTopRight.X() > aCurrentTopRight.X() ) ) in GetTblSel()400 aCurrentTopRight = aTopRight; in GetTblSel()
Completed in 42 milliseconds