Searched refs:GetDigitAtPos (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/basic/source/sbx/ |
H A D | sbxform.cxx | 379 short SbxBasicFormater::GetDigitAtPos( double dNumber, short nPos, in GetDigitAtPos() function in SbxBasicFormater 800 … AppendDigit( sReturnStrg,nTempDigit = GetDigitAtPos( dNumber,j,dNumber,bFoundFirstDigit ) ); in ScanFormatString() 832 …AppendDigit( sReturnStrg,nTempDigit = GetDigitAtPos( dNumber,nDigitPos,dNumber,bFoundFirstDigit ) … in ScanFormatString() 861 AppendDigit( sReturnStrg,GetDigitAtPos( dExponent,j,dExponent,bFoundFirstDigit ) ); in ScanFormatString() 873 … AppendDigit( sReturnStrg,GetDigitAtPos( dExponent,nExponentPos,dExponent,bFoundFirstDigit ) ); in ScanFormatString() 916 short nNextDigit = GetDigitAtPos( dNumber,nDigitPos,dNumber,bFoundFirstDigit ); in ScanFormatString() 1031 short nNextDigit = GetDigitAtPos( dNumber,nDigitPos,dNumber,bFoundFirstDigit ); in ScanFormatString()
|
/aoo4110/main/basic/inc/basic/ |
H A D | sbxform.hxx | 133 short GetDigitAtPos( double dNumber, short nPos, double& dNextNumber,
|
Completed in 22 milliseconds