Home
last modified time | relevance | path

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

/AOO42X/main/cui/source/tabpages/
H A Dtransfrm.cxx1046 …double fTmpHeight((OutputDevice::LogicToLogic(static_cast<sal_Int32>(mfOldHeight), (MapUnit)mePool… in Reset() local
1049 fTmpHeight *= pow(10.0, maMtrHeight.GetDecimalDigits()); in Reset()
1051fTmpHeight = MetricField::ConvertDoubleValue(fTmpHeight, maMtrHeight.GetBaseValue(), maMtrHeight.G… in Reset()
1052 maMtrHeight.SetValue(static_cast<sal_Int64>(fTmpHeight), meDlgUnit); in Reset()