Home
last modified time | relevance | path

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

/trunk/main/svtools/source/contnr/
H A Dimivctl1.cxx2831 Rectangle aVirtRect( rRect ); in MakeVisible() local
2832 ClipAtVirtOutRect( aVirtRect ); in MakeVisible()
2837 if( aOutputArea.IsInside( aVirtRect ) ) in MakeVisible()
2841 if( aVirtRect.Top() < aOutputArea.Top() ) in MakeVisible()
2844 nDy = aVirtRect.Top() - aOutputArea.Top(); in MakeVisible()
2846 else if( aVirtRect.Bottom() > aOutputArea.Bottom() ) in MakeVisible()
2849 nDy = aVirtRect.Bottom() - aOutputArea.Bottom(); in MakeVisible()
2855 if( aVirtRect.Left() < aOutputArea.Left() ) in MakeVisible()
2858 nDx = aVirtRect.Left() - aOutputArea.Left(); in MakeVisible()
2860 else if( aVirtRect.Right() > aOutputArea.Right() ) in MakeVisible()
[all …]

Completed in 36 milliseconds