Home
last modified time | relevance | path

Searched refs:nNewBase (Results 1 – 3 of 3) sorted by last modified time

/trunk/main/vcl/source/control/
H A Dfield.cxx1681 void MetricFormatter::SetBaseValue( sal_Int64 nNewBase, FieldUnit eInUnit ) in SetBaseValue() argument
1683 mnBaseValue = MetricField::ConvertValue( nNewBase, mnBaseValue, GetDecimalDigits(), in SetBaseValue()
/trunk/main/vcl/inc/vcl/
H A Dfield.hxx268 void SetBaseValue( sal_Int64 nNewBase, FieldUnit eInUnit = FUNIT_NONE );
/trunk/main/sc/source/filter/inc/
H A Dnamebuff.hxx108 inline NameBuffer( RootData*, sal_uInt16 nNewBase );
113 inline void SetBase( sal_uInt16 nNewBase = 0 );
130 inline NameBuffer::NameBuffer( RootData* p, sal_uInt16 nNewBase ) : ExcRoot( p ) in NameBuffer() argument
132 nBase = nNewBase; in NameBuffer()
160 inline void NameBuffer::SetBase( sal_uInt16 nNewBase ) in SetBase() argument
162 nBase = nNewBase; in SetBase()

Completed in 18 milliseconds