Home
last modified time | relevance | path

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

/trunk/main/sd/source/ui/docshell/
H A Dsdclient.cxx210 …Size aScaledSize( static_cast< long >( GetScaleWidth() * Fraction( aVisArea.GetWidt… in ViewChanged()
216 Size( aLogicRect.GetWidth() - aScaledSize.Width(), in ViewChanged()
217 aLogicRect.GetHeight() - aScaledSize.Height() ), in ViewChanged()
221 pSdrOle2Obj->SetLogicRect( Rectangle( aLogicRect.TopLeft(), aScaledSize ) ); in ViewChanged()
/trunk/main/vcl/source/window/
H A Dprintdlg.cxx170 Size aScaledSize; in Resize() local
182 if( aScaledSize.Height() > aNewSize.Height() ) in Resize()
183 fScale = double(aNewSize.Height())/double(aScaledSize.Height()); in Resize()
188 if( aScaledSize.Width() > aNewSize.Width() ) in Resize()
189 fScale = double(aNewSize.Width())/double(aScaledSize.Width()); in Resize()
191 aScaledSize.Width() = long(aScaledSize.Width()*fScale); in Resize()
192 aScaledSize.Height() = long(aScaledSize.Height()*fScale); in Resize()
194 maPreviewSize = aScaledSize; in Resize()
205 aScaledSize.Width() *= 2; in Resize()
206 aScaledSize.Height() *= 2; in Resize()
[all …]
/trunk/main/svx/source/svdraw/
H A Dsvdoole2.cxx279 Size aScaledSize( static_cast< long >( m_aScaleWidth * Fraction( aVisArea.GetWidth() ) ), in notifyEvent()
286 Size( aLogicRect.GetWidth() - aScaledSize.Width(), in notifyEvent()
287 aLogicRect.GetHeight() - aScaledSize.Height() ), in notifyEvent()
291 mpObj->SetLogicRect( Rectangle( aLogicRect.TopLeft(), aScaledSize ) ); in notifyEvent()
/trunk/main/basic/source/runtime/
H A Dmethods1.cxx1299 Size aScaledSize = pDevice->LogicToPixel( aRefSize, aMap ); in GetDialogZoomFactor() local
1306 nScaled = aScaledSize.Width(); in GetDialogZoomFactor()
1311 nScaled = aScaledSize.Height(); in GetDialogZoomFactor()
/trunk/main/cui/source/customize/
H A Dcfg.cxx5738 Size aScaledSize; in AutoScaleBitmap() local
5756 aScaledSize = Size( imgNewWidth, imgNewHeight ); in AutoScaleBitmap()
5757 aRet.Scale( aScaledSize, BMP_SCALE_INTERPOLATE ); in AutoScaleBitmap()

Completed in 67 milliseconds