Home
last modified time | relevance | path

Searched refs:aMtfSize (Results 1 – 4 of 4) sorted by last modified time

/trunk/main/cppcanvas/source/mtfrenderer/
H A Dimplrenderer.cxx1688 const Size aMtfSize( rSubstitute.GetPrefSize() ); in createActions() local
1689 const Size aMtfSizePixPre( rVDev.LogicToPixel( aMtfSize, in createActions()
2983 const Size aMtfSize( rMtf.GetPrefSize() ); in ImplRenderer() local
2984 const Size aMtfSizePixPre( aVDev.LogicToPixel( aMtfSize, in ImplRenderer()
/trunk/main/filter/source/pdf/
H A Dpdfexport.cxx219 const Size aMtfSize( aPageSize.Width, aPageSize.Height ); in ExportSelection() local
225 aMtf.SetPrefSize( aMtfSize ); in ExportSelection()
/trunk/main/svx/source/svdraw/
H A Dsvdfmtf.cxx233 const Size aMtfSize(rMtf.GetPrefSize()); in DoImport() local
235 if(aMtfSize.Width() & aMtfSize.Height() && (!maScaleRect.IsEmpty())) in DoImport()
239 if(aMtfSize.Width() != (maScaleRect.GetWidth() - 1)) in DoImport()
241 mfScaleX = (double)( maScaleRect.GetWidth() - 1 ) / (double)aMtfSize.Width(); in DoImport()
244 if(aMtfSize.Height() != (maScaleRect.GetHeight() - 1)) in DoImport()
246 mfScaleY = (double)( maScaleRect.GetHeight() - 1 ) / (double)aMtfSize.Height(); in DoImport()
255 if(aMtfSize.Width() != (maScaleRect.GetWidth() - 1)) in DoImport()
257 maScaleX = Fraction(maScaleRect.GetWidth() - 1, aMtfSize.Width()); in DoImport()
261 if(aMtfSize.Height() != (maScaleRect.GetHeight() - 1)) in DoImport()
263 maScaleY = Fraction(maScaleRect.GetHeight() - 1, aMtfSize.Height()); in DoImport()
/trunk/main/svtools/source/graphic/
H A Dprovider.cxx653 …Size aMtfSize( aDummyVDev.LogicToLogic( aMtf.GetPrefSize(), aMtf.GetPrefMapMode(), MAP_100TH_MM ) … in ImplApplyFilterData() local
654 if ( aMtfSize.Width() && aMtfSize.Height() ) in ImplApplyFilterData()
657 …tScaleX( static_cast< double >( aLogicalSize.Width ) / static_cast< double >( aMtfSize.Width() ) ); in ImplApplyFilterData()
658 …caleY( static_cast< double >( aLogicalSize.Height ) / static_cast< double >( aMtfSize.Height() ) ); in ImplApplyFilterData()

Completed in 48 milliseconds