Searched refs:AppendDigit (Results 1 – 2 of 2) sorted by relevance
| /AOO41X/main/basic/source/sbx/ |
| H A D | sbxform.cxx | 164 void SbxBasicFormater::AppendDigit( String& sStrg, short nDigit ) in AppendDigit() function in SbxBasicFormater 798 … AppendDigit( sReturnStrg,nTempDigit = GetDigitAtPosScan( j,bFoundFirstDigit ) ); in ScanFormatString() 800 … AppendDigit( sReturnStrg,nTempDigit = GetDigitAtPos( dNumber,j,dNumber,bFoundFirstDigit ) ); in ScanFormatString() 815 AppendDigit( sReturnStrg,0 ); // Ja in ScanFormatString() 830 … AppendDigit( sReturnStrg,nTempDigit = GetDigitAtPosScan( nDigitPos,bFoundFirstDigit ) ); in ScanFormatString() 832 …AppendDigit( sReturnStrg,nTempDigit = GetDigitAtPos( dNumber,nDigitPos,dNumber,bFoundFirstDigit ) … in ScanFormatString() 859 … AppendDigit( sReturnStrg,GetDigitAtPosExpScan( dExponent,j,bFoundFirstDigit ) ); in ScanFormatString() 861 … AppendDigit( sReturnStrg,GetDigitAtPos( dExponent,j,dExponent,bFoundFirstDigit ) ); in ScanFormatString() 868 AppendDigit( sReturnStrg,0 ); // Ja in ScanFormatString() 871 … AppendDigit( sReturnStrg,GetDigitAtPosExpScan( dExponent,nExponentPos,bFoundFirstDigit ) ); in ScanFormatString() [all …]
|
| /AOO41X/main/basic/inc/basic/ |
| H A D | sbxform.hxx | 117 void AppendDigit( String& sStrg, short nDigit );
|