Searched refs:nNewLast (Results 1 – 4 of 4) sorted by relevance
126 void SetLast( BigInt nNewLast ) { mnLast = nNewLast; } in SetLast() argument
197 void SetLast( sal_Int64 nNewLast ) { mnLast = nNewLast; } in SetLast() argument572 void SetLast( sal_Int64 nNewLast, FieldUnit eInUnit );
1808 void MetricField::SetLast( sal_Int64 nNewLast, FieldUnit eInUnit ) in SetLast() argument1811 nNewLast = MetricField::ConvertValue( nNewLast, mnBaseValue, GetDecimalDigits(), in SetLast()1813 mnLast = nNewLast; in SetLast()
438 void SetLast( sal_Int64 nNewLast );465 void SetLast( sal_Int64 nNewLast, FieldUnit nUnit=FUNIT_NONE );
Completed in 53 milliseconds