Searched refs:aCurrentTopLeft (Results 1 – 2 of 2) sorted by relevance
141 const Point aCurrentTopLeft (pWindow->PixelToLogic(Point(0,0))); in MakeVisible() local162 aCurrentTopLeft, in MakeVisible()
326 Point aCurrentTopLeft( LONG_MAX, LONG_MAX ); in GetTblSel() local388 if ( aTopLeft.Y() < aCurrentTopLeft.Y() || in GetTblSel()389 ( aTopLeft.Y() == aCurrentTopLeft.Y() && in GetTblSel()390 aTopLeft.X() < aCurrentTopLeft.X() ) ) in GetTblSel()392 aCurrentTopLeft = aTopLeft; in GetTblSel()
Completed in 39 milliseconds