Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/frmedt/
H A Dtblsel.cxx327 Point aCurrentTopRight( 0, LONG_MAX ); in GetTblSel() local
396 if ( aTopRight.Y() < aCurrentTopRight.Y() || in GetTblSel()
397 ( aTopRight.Y() == aCurrentTopRight.Y() && in GetTblSel()
398 aTopRight.X() > aCurrentTopRight.X() ) ) in GetTblSel()
400 aCurrentTopRight = aTopRight; in GetTblSel()

Completed in 23 milliseconds