Home
last modified time | relevance | path

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

/trunk/main/svx/source/svdraw/
H A Dsvdfmtf.cxx90 maScaleRect(rRect), in ImpSdrGDIMetaFileImport()
235 if(aMtfSize.Width() & aMtfSize.Height() && (!maScaleRect.IsEmpty())) in DoImport()
237 maOfs = maScaleRect.TopLeft(); 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()
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()
[all …]
H A Dsvdfmtf.hxx51 Rectangle maScaleRect; member in ImpSdrGDIMetaFileImport

Completed in 22 milliseconds