Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/ui/utlui/
H A Dprcntfld.cxx96 nAktWidth = ConvertValue(nOldMin, 0, nOldDigits, eOldUnit, FUNIT_TWIP); in ShowPercent()
106 nAktWidth = ConvertValue(nOldValue, 0, nOldDigits, eOldUnit, FUNIT_TWIP); in ShowPercent()
161 nAktWidth = ConvertValue(nNewValue, 0, nOldDigits, FUNIT_TWIP, FUNIT_TWIP); in SetPrcntValue()
166 nAktWidth = ConvertValue(nValue, 0, nOldDigits, eOldUnit, FUNIT_TWIP); in SetPrcntValue()
188 nAktWidth = ConvertValue(nNewValue, 0, nOldDigits, FUNIT_TWIP, FUNIT_TWIP); in SetUserValue()
193 nAktWidth = ConvertValue(nValue, 0, nOldDigits, eOldUnit, FUNIT_TWIP); in SetUserValue()
208 nOldBaseValue = ConvertValue(nNewValue, 0, nOldDigits, eInUnit, eOldUnit); in SetBaseValue()
346 return ConvertValue(NormalizePercent(nTwipValue), 0, nOldDigits, FUNIT_TWIP, eOutUnit); in Convert()
358 nAktWidth = ConvertValue(nValue, 0, nOldDigits, eInUnit, FUNIT_TWIP); in Convert()
363 return ConvertValue(nValue, 0, nOldDigits, eInUnit, eOutUnit); in Convert()
/aoo4110/main/vcl/source/control/
H A Dfield.cxx1273 sal_Int64 MetricField::ConvertValue( sal_Int64 nValue, sal_uInt16 nDigits, in ConvertValue() function in MetricField
1283 sal_Int64 MetricField::ConvertValue( sal_Int64 nValue, sal_uInt16 nDigits, in ConvertValue() function in MetricField
1657 return MetricField::ConvertValue( NumericFormatter::GetMin(), mnBaseValue, in GetMin()
1675 return MetricField::ConvertValue( NumericFormatter::GetMax(), mnBaseValue, in GetMax()
1692 return MetricField::ConvertValue( mnBaseValue, mnBaseValue, GetDecimalDigits(), in GetBaseValue()
1802 return MetricField::ConvertValue( mnFirst, mnBaseValue, GetDecimalDigits(), in GetFirst()
1811 nNewLast = MetricField::ConvertValue( nNewLast, mnBaseValue, GetDecimalDigits(), in SetLast()
1821 return MetricField::ConvertValue( mnLast, mnBaseValue, GetDecimalDigits(), in GetLast()
2036 nValue = MetricField::ConvertValue( nValue, mnBaseValue, GetDecimalDigits(), in InsertValue()
2046 nValue = MetricField::ConvertValue( nValue, mnBaseValue, GetDecimalDigits(), in RemoveValue()
[all …]
/aoo4110/main/vcl/inc/vcl/
H A Dfield.hxx579 …static sal_Int64 ConvertValue( sal_Int64 nValue, sal_Int64 mnBaseValue, sal_uInt16 nDecDigi…
581 static sal_Int64 ConvertValue( sal_Int64 nValue, sal_uInt16 nDecDigits,
583 static sal_Int64 ConvertValue( sal_Int64 nValue, sal_uInt16 nDecDigits,
/aoo4110/main/svtools/source/control/
H A Dctrlbox.cxx1433 …sal_Int64 nTempValue = MetricField::ConvertValue( nNewValue, GetBaseValue(), GetDecimalDigits(), e… in SetValue()
1467 return MetricField::ConvertValue( -nComboVal, mnBaseValue, GetDecimalDigits(), in GetValue()
1486 …return MetricField::ConvertValue( nValue, GetBaseValue(), GetDecimalDigits(), GetUnit(), eOutUnit … in GetValue()
1506 …sal_Int64 nTempValue = MetricField::ConvertValue( nNewValue, GetBaseValue(), GetDecimalDigits(), e… in SetUserValue()
/aoo4110/main/cui/source/tabpages/
H A Dtransfrm.cxx98 …(double)MetricField::ConvertValue(basegfx::fround(rRange.getMinX()), nDigits, ePoolUnit, eDlgUnit), in lcl_ConvertRect()
99 …(double)MetricField::ConvertValue(basegfx::fround(rRange.getMinY()), nDigits, ePoolUnit, eDlgUnit)… in lcl_ConvertRect()
101 …(double)MetricField::ConvertValue(basegfx::fround(rRange.getMaxX()), nDigits, ePoolUnit, eDlgUnit), in lcl_ConvertRect()
102 …(double)MetricField::ConvertValue(basegfx::fround(rRange.getMaxY()), nDigits, ePoolUnit, eDlgUnit)… in lcl_ConvertRect()
1318 …const double fMaxLong((double)(MetricField::ConvertValue( LONG_MAX, 0, MAP_100TH_MM, meDlgUnit ) -… in IMPL_LINK_INLINE_END()
H A Dgrfpage.cxx662 nSpin = MetricField::ConvertValue( nSpin, aOrigSize.Width(), 0, in GraphicHasChanged()
690 nSpin = MetricField::ConvertValue( nSpin, aOrigSize.Width(), 0, in GraphicHasChanged()
/aoo4110/main/toolkit/doc/layout/
H A Dmetricfield.txt77 + also 'ConvertValue' etc.
/aoo4110/main/svx/source/stbctrls/
H A Dpszctrl.cxx82 sal_Int64 nConvVal = MetricField::ConvertValue( nVal * 100, 0L, 0, eInUnit, eOutUnit ); in GetMetricStr_Impl()
/aoo4110/main/sc/source/ui/view/
H A Dcolrowba.cxx54 sal_Int64 nUserVal = MetricField::ConvertValue( nTwips*100, 1, 2, FUNIT_TWIP, eUserMet ); in lcl_MetricString()
/aoo4110/main/svx/source/dialog/
H A Dimapdlg.cxx101 …String aVal = UniString::CreateFromInt64( MetricField::ConvertValue( nVal_100, 2, MAP_100TH_MM, eF… in GetUnitString()
H A D_contdlg.cxx67 …String aVal = UniString::CreateFromInt64( MetricField::ConvertValue( nVal_100, 2, MAP_100TH_MM, eF… in GetUnitString()

Completed in 85 milliseconds