Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/frmedt/
H A Dtblsel.cxx329 Point aCurrentBottomRight( 0, 0 ); in GetTblSel() local
412 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 27 milliseconds