Home
last modified time | relevance | path

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

/trunk/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()
/trunk/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()
/trunk/main/cui/source/tabpages/
H A Dtransfrm.cxx935 …nWidth = MetricField::ConvertDoubleValue( nWidth, maMtrWidth.GetBaseValue(), maMtrWidth.GetDecimal… in FillItemSet()
942 …nHeight = MetricField::ConvertDoubleValue( nHeight, maMtrHeight.GetBaseValue(), maMtrHeight.GetDec… in FillItemSet()
1049 …fTmpWidth = MetricField::ConvertDoubleValue(fTmpWidth, maMtrWidth.GetBaseValue(), maMtrWidth.GetDe… in Reset()
1061 …fTmpHeight = MetricField::ConvertDoubleValue(fTmpHeight, maMtrHeight.GetBaseValue(), maMtrHeight.G… in Reset()
/trunk/main/toolkit/doc/layout/
H A Dmetricfield.txt76 + need to have static methods 'ConvertDoubleValue' etc.
/trunk/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()

Completed in 52 milliseconds