Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/ui/utlui/
H A Dprcntfld.cxx45 eOldUnit (FUNIT_NONE), in PercentField()
61 sal_Int64 nRealValue = GetRealValue(eOldUnit); in SetRefValue()
66 SetPrcntValue(nRealValue, eOldUnit); in SetRefValue()
87 eOldUnit = GetUnit(); in ShowPercent()
96 nAktWidth = ConvertValue(nOldMin, 0, nOldDigits, eOldUnit, FUNIT_TWIP); in ShowPercent()
106 nAktWidth = ConvertValue(nOldValue, 0, nOldDigits, eOldUnit, FUNIT_TWIP); in ShowPercent()
120 nOldValue = Convert(GetValue(), GetUnit(), eOldUnit); in ShowPercent()
122 SetUnit(eOldUnit); in ShowPercent()
131 SetPrcntValue(nOldValue, eOldUnit); in ShowPercent()
136 SetPrcntValue(nLastValue, eOldUnit); in ShowPercent()
[all …]
/AOO41X/main/sw/source/ui/inc/
H A Dprcntfld.hxx41 FieldUnit eOldUnit; member in PercentField