Home
last modified time | relevance | path

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

/trunk/main/svtools/source/control/
H A Druler.cxx1267 Size aVirDevSize; in ImplFormat() local
1273 aVirDevSize.Width() = mnVirWidth; in ImplFormat()
1274 aVirDevSize.Height() = mnVirHeight; in ImplFormat()
1278 aVirDevSize.Height() = mnVirWidth; in ImplFormat()
1279 aVirDevSize.Width() = mnVirHeight; in ImplFormat()
1281 if ( aVirDevSize != maVirDev.GetOutputSizePixel() ) in ImplFormat()
1282 maVirDev.SetOutputSizePixel( aVirDevSize, sal_True ); in ImplFormat()
1474 Size aVirDevSize = maVirDev.GetOutputSizePixel(); in ImplDraw() local
1480 aVirDevSize.Width() -= maExtraRect.GetWidth(); in ImplDraw()
1493 DrawOutDev( aOffPos, aVirDevSize, Point(), aVirDevSize, maVirDev ); in ImplDraw()
/trunk/main/vcl/source/window/
H A Dstatus.cxx417 Size aVirDevSize( nMaxWidth, aTextRect.GetHeight() ); in ImplDrawText() local
418 mpImplData->mpVirDev->SetOutputSizePixel( aVirDevSize ); in ImplDrawText()
422 DrawOutDev( aTextRect.TopLeft(), aVirDevSize, Point(), aVirDevSize, *mpImplData->mpVirDev ); in ImplDrawText()

Completed in 39 milliseconds