Home
last modified time | relevance | path

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

/AOO42X/main/vcl/inc/vcl/
H A Dfield.hxx588 …static double ConvertDoubleValue( double nValue, sal_Int64 mnBaseValue, sal_uInt16 nDecD…
590 static double ConvertDoubleValue( double nValue, sal_uInt16 nDecDigits,
592 static double ConvertDoubleValue( double nValue, sal_uInt16 nDecDigits,
597 …static double ConvertDoubleValue( sal_Int64 nValue, sal_Int64 nBaseValue, sal_uInt16 nDe… in ConvertDoubleValue() function in MetricField
599 …{ return ConvertDoubleValue( static_cast<double>(nValue), nBaseValue, nDecDigits, eInUnit, eOutUni… in ConvertDoubleValue()
600 static double ConvertDoubleValue( sal_Int64 nValue, sal_uInt16 nDecDigits, in ConvertDoubleValue() function in MetricField
602 { return ConvertDoubleValue( static_cast<double>(nValue), nDecDigits, eInUnit, eOutUnit ); } in ConvertDoubleValue()
603 static double ConvertDoubleValue( sal_Int64 nValue, sal_uInt16 nDecDigits, in ConvertDoubleValue() function in MetricField
605 { return ConvertDoubleValue( static_cast<double>(nValue), nDecDigits, eInUnit, eOutUnit ); } in ConvertDoubleValue()
/AOO42X/main/vcl/source/control/
H A Dfield.cxx1257 double nDouble = nonValueDoubleToValueDouble( ConvertDoubleValue( in ConvertValue()
1278 ConvertDoubleValue( nValue, nDigits, eInUnit, eOutUnit ) ) ); in ConvertValue()
1290 ConvertDoubleValue( nValue, nDigits, eInUnit, eOutUnit ) ) ); in ConvertValue()
1295 double MetricField::ConvertDoubleValue( double nValue, sal_Int64 mnBaseValue, sal_uInt16 nDecDigits, in ConvertDoubleValue() function in MetricField
1346 double MetricField::ConvertDoubleValue( double nValue, sal_uInt16 nDigits, in ConvertDoubleValue() function in MetricField
1403 double MetricField::ConvertDoubleValue( double nValue, sal_uInt16 nDigits, in ConvertDoubleValue() function in MetricField
1471 rValue = MetricField::ConvertDoubleValue( rValue, nBaseValue, nDecDigits, eEntryUnit, eUnit ); in ImplMetricGetValue()
/AOO42X/main/cui/source/tabpages/
H A Dtransfrm.cxx925 …nWidth = MetricField::ConvertDoubleValue( nWidth, maMtrWidth.GetBaseValue(), maMtrWidth.GetDecimal… in FillItemSet()
932 …nHeight = MetricField::ConvertDoubleValue( nHeight, maMtrHeight.GetBaseValue(), maMtrHeight.GetDec… in FillItemSet()
1039 …fTmpWidth = MetricField::ConvertDoubleValue(fTmpWidth, maMtrWidth.GetBaseValue(), maMtrWidth.GetDe… in Reset()
1051 …fTmpHeight = MetricField::ConvertDoubleValue(fTmpHeight, maMtrHeight.GetBaseValue(), maMtrHeight.G… in Reset()
/AOO42X/main/svx/source/sidebar/possize/
H A DPosSizePropertyPanel.cxx1115 …nWidth = MetricField::ConvertDoubleValue( nWidth, mpMtrWidth->GetBaseValue(), mpMtrWidth->GetDecim… in executeSize()
1122 …nHeight = MetricField::ConvertDoubleValue( nHeight, mpMtrHeight->GetBaseValue(), mpMtrHeight->GetD… in executeSize()