Home
last modified time | relevance | path

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

/trunk/main/sd/source/ui/dlg/
H A Ddocprev.cxx99 double dRatio=((double)aTmpSize.Width())/aTmpSize.Height(); in CalcSizeAndPos() local
102 if (dRatio>dRatioPreV) in CalcSizeAndPos()
104 rSize=Size(nWidth, (sal_uInt16)(nWidth/dRatio)); in CalcSizeAndPos()
109 rSize=Size((sal_uInt16)(nHeight*dRatio), nHeight); in CalcSizeAndPos()
/trunk/main/sfx2/source/doc/
H A Dnew.cxx127 double dRatio=((double)aTmpSize.Width())/aTmpSize.Height(); in ImpPaint() local
131 if (dRatio>dRatioPreV) in ImpPaint()
133 aSize=Size(nWidth, (sal_uInt16)(nWidth/dRatio)); in ImpPaint()
138 aSize=Size((sal_uInt16)(nHeight*dRatio), nHeight); in ImpPaint()
/trunk/main/sd/source/filter/html/
H A Dhtmlex.cxx652 double dRatio=((double)aTmpSize.Width())/aTmpSize.Height(); in InitExportParameters() local
669 mnHeightPixel = (sal_uInt16)(mnWidthPixel/dRatio); in InitExportParameters()

Completed in 60 milliseconds