Searched refs:aCurrentBottomRight (Results 1 – 1 of 1) sorted by relevance
329 Point aCurrentBottomRight( 0, 0 ); in GetTblSel() local412 if ( aBottomRight.Y() > aCurrentBottomRight.Y() || in GetTblSel()413 ( aBottomRight.Y() == aCurrentBottomRight.Y() && in GetTblSel()414 aBottomRight.X() > aCurrentBottomRight.X() ) ) in GetTblSel()416 aCurrentBottomRight = aBottomRight; in GetTblSel()
Completed in 20 milliseconds