Searched refs:maScaleRect (Results 1 – 2 of 2) sorted by relevance
90 maScaleRect(rRect), in ImpSdrGDIMetaFileImport()232 if(aMtfSize.Width() & aMtfSize.Height() && (!maScaleRect.IsEmpty())) in DoImport()234 maOfs = maScaleRect.TopLeft(); 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()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()[all …]
51 Rectangle maScaleRect; member in ImpSdrGDIMetaFileImport
Completed in 34 milliseconds