Searched refs:AppendDigit (Results 1 – 2 of 2) sorted by relevance
/aoo4110/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 …]
|
/aoo4110/main/basic/inc/basic/ |
H A D | sbxform.hxx | 117 void AppendDigit( String& sStrg, short nDigit );
|
Completed in 20 milliseconds