Home
last modified time | relevance | path

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

/AOO42X/main/cui/source/tabpages/
H A Dtransfrm.cxx1034 …double fTmpWidth((OutputDevice::LogicToLogic(static_cast<sal_Int32>(mfOldWidth), (MapUnit)mePoolUn… in Reset() local
1037 fTmpWidth *= pow(10.0, maMtrWidth.GetDecimalDigits()); in Reset()
1039fTmpWidth = MetricField::ConvertDoubleValue(fTmpWidth, maMtrWidth.GetBaseValue(), maMtrWidth.GetDe… in Reset()
1040 maMtrWidth.SetValue(static_cast<sal_Int64>(fTmpWidth), meDlgUnit); in Reset()