Home
last modified time | relevance | path

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

/trunk/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()
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()
233 eInUnit = eOldUnit; in SetMin()
234 nOldMin = Convert(nNewMin, eInUnit, eOldUnit); in SetMin()
[all …]
/trunk/main/sw/source/ui/inc/
H A Dprcntfld.hxx41 FieldUnit eOldUnit; member in PercentField

Completed in 6 milliseconds