Home
last modified time | relevance | path

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

/aoo42x/main/cui/source/tabpages/
H A Dtransfrm.cxx1055 mfOldHeight = std::max( pItem ? (double)((const SfxUInt32Item*)pItem)->GetValue() : 0.0, 1.0 ); in Reset()
1056 …double fTmpHeight((OutputDevice::LogicToLogic(static_cast<sal_Int32>(mfOldHeight), (MapUnit)mePool… in Reset()
1630 sal_Int64 nHeight(basegfx::fround64((mfOldHeight * (double)maMtrWidth.GetValue()) / mfOldWidth)); in IMPL_LINK()
1641 const sal_Int64 nWidth(basegfx::fround64((mfOldWidth * (double)nHeight) / mfOldHeight)); in IMPL_LINK()
1655 sal_Int64 nWidth(basegfx::fround64((mfOldWidth * (double)maMtrHeight.GetValue()) / mfOldHeight)); in IMPL_LINK()
1666 const sal_Int64 nHeight(basegfx::fround64((mfOldHeight * (double)nWidth) / mfOldWidth)); in IMPL_LINK()
1689 mfOldHeight = std::max( (double)GetCoreValue( maMtrHeight, mePoolUnit ), 1.0 ); in IMPL_LINK()
/aoo42x/main/cui/source/inc/
H A Dtransfrm.hxx140 double mfOldHeight; member in SvxPositionSizeTabPage

Completed in 14 milliseconds