Searched refs:nTempDigit (Results 1 – 1 of 1) sorted by relevance
/aoo41x/main/basic/source/sbx/ |
H A D | sbxform.cxx | 796 short nTempDigit; in ScanFormatString() local 798 AppendDigit( sReturnStrg,nTempDigit = GetDigitAtPosScan( j,bFoundFirstDigit ) ); in ScanFormatString() 800 … AppendDigit( sReturnStrg,nTempDigit = GetDigitAtPos( dNumber,j,dNumber,bFoundFirstDigit ) ); in ScanFormatString() 803 if( nTempDigit!=_NO_DIGIT ) in ScanFormatString() 828 short nTempDigit; in ScanFormatString() local 830 AppendDigit( sReturnStrg,nTempDigit = GetDigitAtPosScan( nDigitPos,bFoundFirstDigit ) ); in ScanFormatString() 832 …AppendDigit( sReturnStrg,nTempDigit = GetDigitAtPos( dNumber,nDigitPos,dNumber,bFoundFirstDigit ) … in ScanFormatString() 835 if( nTempDigit!=_NO_DIGIT ) in ScanFormatString()
|
Completed in 12 milliseconds