Lines Matching refs:FUNIT_CUSTOM
65 if (!bLockAutoCalculation && (GetUnit() == FUNIT_CUSTOM)) in SetRefValue()
75 if ((bPercent && GetUnit() == FUNIT_CUSTOM) || in ShowPercent()
76 (!bPercent && GetUnit() != FUNIT_CUSTOM)) in ShowPercent()
93 SetUnit(FUNIT_CUSTOM); in ShowPercent()
118 sal_Int64 nOldPercent = GetValue(FUNIT_CUSTOM); in ShowPercent()
152 if (GetUnit() != FUNIT_CUSTOM || eInUnit == FUNIT_CUSTOM) in SetPrcntValue()
179 if (GetUnit() != FUNIT_CUSTOM || eInUnit == FUNIT_CUSTOM) in SetUserValue()
207 if (GetUnit() == FUNIT_CUSTOM) in SetBaseValue()
228 if (GetUnit() != FUNIT_CUSTOM) in SetMin()
236 sal_Int64 nPercent = Convert(nNewMin, eInUnit, FUNIT_CUSTOM); in SetMin()
247 if (GetUnit() != FUNIT_CUSTOM) in SetMax()
263 if (GetUnit() != FUNIT_CUSTOM) in NormalizePercent()
277 if (GetUnit() != FUNIT_CUSTOM) in DenormalizePercent()
294 if (GetUnit() == FUNIT_CUSTOM) in IsValueModified()
321 if (GetUnit() != FUNIT_CUSTOM) in GetRealValue()
338 if (eInUnit == FUNIT_CUSTOM) in Convert()
349 if (eOutUnit == FUNIT_CUSTOM) in Convert()