Home
last modified time | relevance | path

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

/trunk/main/svtools/source/contnr/
H A Dimivctl1.cxx571 Size aRealOutputSize( pView->GetOutputSizePixel() ); in ResetVirtSize() local
572 if( aVirtOutputSize.Width() < aRealOutputSize.Width() || in ResetVirtSize()
573 aVirtOutputSize.Height() < aRealOutputSize.Height() ) in ResetVirtSize()
576 aRealOutputSize, (sal_uInt16)nGridDX, (sal_uInt16)nGridDY ); in ResetVirtSize()
580 nMaxVirtWidth = aRealOutputSize.Width() - nVerSBarWidth; in ResetVirtSize()
582 nMaxVirtHeight = aRealOutputSize.Height() - nHorSBarHeight; in ResetVirtSize()

Completed in 33 milliseconds