Lines Matching refs:PercentField
38 PercentField::PercentField( Window* pWin, const ResId& rResId ) : in PercentField() function in PercentField
59 void PercentField::SetRefValue(sal_Int64 nValue) in SetRefValue()
73 void PercentField::ShowPercent(sal_Bool bPercent) in ShowPercent()
143 void PercentField::SetValue(sal_Int64 nNewValue, FieldUnit eInUnit) in SetValue()
150 void PercentField::SetPrcntValue(sal_Int64 nNewValue, FieldUnit eInUnit) in SetPrcntValue()
177 void PercentField::SetUserValue( sal_Int64 nNewValue, FieldUnit eInUnit ) in SetUserValue()
205 void PercentField::SetBaseValue(sal_Int64 nNewValue, FieldUnit eInUnit) in SetBaseValue()
217 sal_Int64 PercentField::GetValue( FieldUnit eOutUnit ) in GetValue()
226 void PercentField::SetMin(sal_Int64 nNewMin, FieldUnit eInUnit) in SetMin()
245 void PercentField::SetMax(sal_Int64 nNewMax, FieldUnit eInUnit) in SetMax()
261 sal_Int64 PercentField::NormalizePercent(sal_Int64 nValue) in NormalizePercent()
275 sal_Int64 PercentField::DenormalizePercent(sal_Int64 nValue) in DenormalizePercent()
292 sal_Bool PercentField::IsValueModified() in IsValueModified()
304 sal_Int64 PercentField::ImpPower10( sal_uInt16 n ) in ImpPower10()
319 sal_Int64 PercentField::GetRealValue(FieldUnit eOutUnit) in GetRealValue()
331 sal_Int64 PercentField::Convert(sal_Int64 nValue, FieldUnit eInUnit, FieldUnit eOutUnit) in Convert()