Home
last modified time | relevance | path

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

/aoo42x/main/cui/source/tabpages/
H A Dswpossizetabpage.cxx574 m_fWidthHeightRatio(1.0), in SvxSwPosSizeTabPage()
951 m_fWidthHeightRatio = nHeight ? double(nWidth) / double(nHeight) : 1.0; in Reset()
1363 nHeight = sal_Int64((double)nWidth / m_fWidthHeightRatio); in IMPL_LINK()
1368 nWidth = sal_Int64((double)nHeight * m_fWidthHeightRatio); in IMPL_LINK()
1372 m_fWidthHeightRatio = nHeight ? double(nWidth) / double(nHeight) : 1.0; in IMPL_LINK()
H A Dswpossizetabpage.hxx102 double m_fWidthHeightRatio; //width-to-height ratio to support the KeepRatio button member in SvxSwPosSizeTabPage

Completed in 24 milliseconds