Home
last modified time | relevance | path

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

/trunk/main/svtools/source/control/
H A Dscrwin.cxx382 if ( aTarget.Right() > aTotRect.Right() ) in MakeVisible()
389 if ( aTarget.Left() < aTotRect.Left() ) in MakeVisible()
390 aTarget.Left() = aTotRect.Left(); in MakeVisible()
394 if ( aTarget.Bottom() > aTotRect.Bottom() ) in MakeVisible()
401 if ( aTarget.Top() < aTotRect.Top() ) in MakeVisible()
402 aTarget.Top() = aTotRect.Top(); in MakeVisible()
406 if ( aTarget.Left() < aTotRect.Left() ) in MakeVisible()
413 if ( aTarget.Right() > aTotRect.Right() ) in MakeVisible()
414 aTarget.Right() = aTotRect.Right(); in MakeVisible()
418 if ( aTarget.Top() < aTotRect.Top() ) in MakeVisible()
[all …]

Completed in 18 milliseconds