Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/core/frmedt/
H A Dtblsel.cxx328 Point aCurrentBottomLeft( LONG_MAX, 0 ); in GetTblSel() local
404 if ( aBottomLeft.Y() > aCurrentBottomLeft.Y() || in GetTblSel()
405 ( aBottomLeft.Y() == aCurrentBottomLeft.Y() && in GetTblSel()
406 aBottomLeft.X() < aCurrentBottomLeft.X() ) ) in GetTblSel()
408 aCurrentBottomLeft = aBottomLeft; in GetTblSel()

Completed in 18 milliseconds