Searched refs:aMtfSize (Results 1 – 4 of 4) sorted by relevance
230 const Size aMtfSize(rMtf.GetPrefSize()); in DoImport() local232 if(aMtfSize.Width() & aMtfSize.Height() && (!maScaleRect.IsEmpty())) in DoImport()236 if(aMtfSize.Width() != (maScaleRect.GetWidth() - 1)) in DoImport()238 mfScaleX = (double)( maScaleRect.GetWidth() - 1 ) / (double)aMtfSize.Width(); in DoImport()241 if(aMtfSize.Height() != (maScaleRect.GetHeight() - 1)) in DoImport()243 mfScaleY = (double)( maScaleRect.GetHeight() - 1 ) / (double)aMtfSize.Height(); in DoImport()252 if(aMtfSize.Width() != (maScaleRect.GetWidth() - 1)) in DoImport()254 maScaleX = Fraction(maScaleRect.GetWidth() - 1, aMtfSize.Width()); in DoImport()258 if(aMtfSize.Height() != (maScaleRect.GetHeight() - 1)) in DoImport()260 maScaleY = Fraction(maScaleRect.GetHeight() - 1, aMtfSize.Height()); in DoImport()
653 …Size aMtfSize( aDummyVDev.LogicToLogic( aMtf.GetPrefSize(), aMtf.GetPrefMapMode(), MAP_100TH_MM ) … in ImplApplyFilterData() local654 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()
1688 const Size aMtfSize( rSubstitute.GetPrefSize() ); in createActions() local1689 const Size aMtfSizePixPre( rVDev.LogicToPixel( aMtfSize, in createActions()2983 const Size aMtfSize( rMtf.GetPrefSize() ); in ImplRenderer() local2984 const Size aMtfSizePixPre( aVDev.LogicToPixel( aMtfSize, in ImplRenderer()
219 const Size aMtfSize( aPageSize.Width, aPageSize.Height ); in ExportSelection() local225 aMtf.SetPrefSize( aMtfSize ); in ExportSelection()
Completed in 47 milliseconds