Home
last modified time | relevance | path

Searched refs:aTopPos (Results 1 – 1 of 1) sorted by path

/trunk/main/sw/source/core/frmedt/
H A Dfeshview.cxx1305 Point aTopPos( nTmp, nTmp ); in GetBestObject() local
1454 if( (bNext? (aTopPos.Y() > aCurPos.Y()) : // hoeher als Beste in GetBestObject()
1455 (aTopPos.Y() < aCurPos.Y())) || // " reverse in GetBestObject()
1456 (aTopPos.Y() == aCurPos.Y() && in GetBestObject()
1457 (bNext? (aTopPos.X() > aCurPos.X()) : // weiter links in GetBestObject()
1458 (aTopPos.X() < aCurPos.X())))) // " reverse in GetBestObject()
1460 aTopPos = aCurPos; in GetBestObject()

Completed in 29 milliseconds