Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/ww8/
H A Dww8par4.cxx338 Size aFinalSize, aOrigSize; in ImportOleWMF() local
339 aFinalSize.Width() = rX; in ImportOleWMF()
340 aFinalSize.Height() = rY; in ImportOleWMF()
341 aFinalSize = OutputDevice::LogicToLogic( in ImportOleWMF()
342 aFinalSize, MAP_TWIP, rWMF.GetPrefMapMode() ); in ImportOleWMF()
344 Fraction aScaleX(aFinalSize.Width(),aOrigSize.Width()); in ImportOleWMF()
345 Fraction aScaleY(aFinalSize.Height(),aOrigSize.Height()); in ImportOleWMF()

Completed in 12 milliseconds