Home
last modified time | relevance | path

Searched refs:mfOldHeight (Results 1 – 4 of 4) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/cui/source/tabpages/
H A Dtransfrm.cxx754 , mfOldHeight(0.0) in SvxPositionSizeTabPage()
1072mfOldHeight = std::max( pItem ? static_cast<double>(static_cast<const SfxUInt32Item*>(pItem)->GetV… in Reset()
1073 …double fTmpHeight((OutputDevice::LogicToLogic(static_cast<sal_Int32>(mfOldHeight), mePoolUnit, Map… in Reset()
1525 …sal_Int64 nHeight(basegfx::fround64((mfOldHeight * static_cast<double>(m_xMtrWidth->get_value(Fiel… in IMPL_LINK_NOARG()
1538 …nst sal_Int64 nWidth(basegfx::fround64((mfOldWidth * static_cast<double>(nHeight)) / mfOldHeight)); in IMPL_LINK_NOARG()
1548 …und64((mfOldWidth * static_cast<double>(m_xMtrHeight->get_value(FieldUnit::NONE))) / mfOldHeight)); in IMPL_LINK_NOARG()
1561 …const sal_Int64 nHeight(basegfx::fround64((mfOldHeight * static_cast<double>(nWidth)) / mfOldWidth… in IMPL_LINK_NOARG()
1576mfOldHeight = std::max( static_cast<double>(GetCoreValue( *m_xMtrHeight, mePoolUnit )), 1.0 ); in IMPL_LINK_NOARG()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cui/source/tabpages/
H A Dtransfrm.cxx752 , mfOldHeight(0.0) in SvxPositionSizeTabPage()
1070mfOldHeight = std::max( pItem ? static_cast<double>(static_cast<const SfxUInt32Item*>(pItem)->GetV… in Reset()
1071 …double fTmpHeight((OutputDevice::LogicToLogic(static_cast<sal_Int32>(mfOldHeight), mePoolUnit, Map… in Reset()
1522 …sal_Int64 nHeight(basegfx::fround64((mfOldHeight * static_cast<double>(m_xMtrWidth->get_value(Fiel… in IMPL_LINK_NOARG()
1535 …nst sal_Int64 nWidth(basegfx::fround64((mfOldWidth * static_cast<double>(nHeight)) / mfOldHeight)); in IMPL_LINK_NOARG()
1545 …und64((mfOldWidth * static_cast<double>(m_xMtrHeight->get_value(FieldUnit::NONE))) / mfOldHeight)); in IMPL_LINK_NOARG()
1558 …const sal_Int64 nHeight(basegfx::fround64((mfOldHeight * static_cast<double>(nWidth)) / mfOldWidth… in IMPL_LINK_NOARG()
1574mfOldHeight = std::max( static_cast<double>(GetCoreValue( *m_xMtrHeight, mePoolUnit )), 1.0 ); in IMPL_LINK_NOARG()
/dports/editors/libreoffice/libreoffice-7.2.6.2/cui/source/inc/
H A Dtransfrm.hxx88 double mfOldHeight; member in SvxPositionSizeTabPage
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cui/source/inc/
H A Dtransfrm.hxx89 double mfOldHeight; member in SvxPositionSizeTabPage