Home
last modified time | relevance | path

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

/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShape2d.cxx813 fYRatio = (double)aLogicRect.GetHeight() / (double)aLogicRect.GetWidth(); in EnhancedCustomShape2d()
814 if ( fYRatio > 1 ) in EnhancedCustomShape2d()
815 fYScale /= fYRatio; in EnhancedCustomShape2d()
817 fYRatio = 1.0; in EnhancedCustomShape2d()
820 fYRatio = 1.0; in EnhancedCustomShape2d()
849 case ENUM_FUNC_BOTTOM : fRet = (double)nCoordHeight * fYRatio; break; in GetEnumFunc()
1019 rRetValue *= fYRatio; in GetParameter()
/trunk/main/svtools/source/filter/
H A Dexportdialog.cxx1204 double fYRatio = fSizePixelY / maSize.Height; in updatePreview() local
1248 if ( fYRatio > 1.0 ) in updatePreview()
1251 aSize.Height() /= static_cast<long int>(fYRatio); in updatePreview()
1256 aSize.Height() /= static_cast<long int>(fYRatio); in updatePreview()
1273 … static_cast<long int>(aSize.Width() * fXRatio), static_cast<long int>(aSize.Height() * fYRatio) ); in updatePreview()
/trunk/main/svx/inc/svx/
H A DEnhancedCustomShape2d.hxx91 double fYRatio; member in EnhancedCustomShape2d

Completed in 29 milliseconds