Home
last modified time | relevance | path

Searched refs:aCurrentTopLeft (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sd/source/ui/slidesorter/controller/
H A DSlsVisibleAreaManager.cxx141 const Point aCurrentTopLeft (pWindow->PixelToLogic(Point(0,0))); in MakeVisible() local
162 aCurrentTopLeft, in MakeVisible()
/trunk/main/sw/source/core/frmedt/
H A Dtblsel.cxx326 Point aCurrentTopLeft( LONG_MAX, LONG_MAX ); in GetTblSel() local
388 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 22 milliseconds