Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/frmdlg/
H A Dfrmpage.cxx714 fWidthHeightRatio(1.0), in SwFrmPage()
1005 fWidthHeightRatio = nHeight ? double(nWidth) / double(nHeight) : 1.0; in Reset()
2086fWidthHeightRatio = aGrfSize.Height() ? double(aGrfSize.Width()) / double(aGrfSize.Height()) : 1.0; in IMPL_LINK_INLINE_START()
2115 nHeight = SwTwips((double)nWidth / fWidthHeightRatio); in IMPL_LINK()
2120 nWidth = SwTwips((double)nHeight * fWidthHeightRatio); in IMPL_LINK()
2124 fWidthHeightRatio = nHeight ? double(nWidth) / double(nHeight) : 1.0; in IMPL_LINK()
/trunk/main/sw/source/ui/inc/
H A Dfrmpage.hxx119 double fWidthHeightRatio; //width-to-height ratio to support the KeepRatio button member in SwFrmPage

Completed in 38 milliseconds