Home
last modified time | relevance | path

Searched refs:nNewLast (Results 1 – 4 of 4) sorted by relevance

/trunk/main/vcl/inc/vcl/
H A Dlongcurr.hxx126 void SetLast( BigInt nNewLast ) { mnLast = nNewLast; } in SetLast() argument
H A Dfield.hxx197 void SetLast( sal_Int64 nNewLast ) { mnLast = nNewLast; } in SetLast() argument
572 void SetLast( sal_Int64 nNewLast, FieldUnit eInUnit );
/trunk/main/vcl/source/control/
H A Dfield.cxx1808 void MetricField::SetLast( sal_Int64 nNewLast, FieldUnit eInUnit ) in SetLast() argument
1811 nNewLast = MetricField::ConvertValue( nNewLast, mnBaseValue, GetDecimalDigits(), in SetLast()
1813 mnLast = nNewLast; in SetLast()
/trunk/main/toolkit/inc/layout/
H A Dlayout.hxx438 void SetLast( sal_Int64 nNewLast );
465 void SetLast( sal_Int64 nNewLast, FieldUnit nUnit=FUNIT_NONE );

Completed in 73 milliseconds