Searched refs:fWidthHeightRatio (Results 1 – 2 of 2) sorted by relevance
714 fWidthHeightRatio(1.0), in SwFrmPage()1005 fWidthHeightRatio = nHeight ? double(nWidth) / double(nHeight) : 1.0; in Reset()2086 …fWidthHeightRatio = 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()
119 double fWidthHeightRatio; //width-to-height ratio to support the KeepRatio button member in SwFrmPage
Completed in 27 milliseconds