Home
last modified time | relevance | path

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

/AOO41X/main/svtools/source/control/
H A Dscrwin.cxx375 Rectangle aTotRect( Point(0, 0), PixelToLogic( aTotPixSz ) ); in MakeVisible() local
382 if ( aTarget.Right() > aTotRect.Right() ) in MakeVisible()
384 long nDelta = 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()
396 long nDelta = 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()
[all …]