Lines Matching refs:nNewValue
1175 long nNewValue = aFontSizeNames.Name2Size( GetText() ); in Reformat() local
1176 if ( nNewValue) in Reformat()
1178 mnLastValue = nNewValue; in Reformat()
1429 void FontSizeBox::SetValue( sal_Int64 nNewValue, FieldUnit eInUnit ) in SetValue() argument
1433 …sal_Int64 nTempValue = MetricField::ConvertValue( nNewValue, GetBaseValue(), GetDecimalDigits(), e… in SetValue()
1448 MetricBox::SetValue( nNewValue, eInUnit ); in SetValue()
1453 void FontSizeBox::SetValue( sal_Int64 nNewValue ) in SetValue() argument
1455 SetValue( nNewValue, FUNIT_NONE ); in SetValue()
1502 void FontSizeBox::SetUserValue( sal_Int64 nNewValue, FieldUnit eInUnit ) in SetUserValue() argument
1506 …sal_Int64 nTempValue = MetricField::ConvertValue( nNewValue, GetBaseValue(), GetDecimalDigits(), e… in SetUserValue()
1519 MetricBox::SetUserValue( nNewValue, eInUnit ); in SetUserValue()