Searched refs:GetDigitAtPosExpScan (Results 1 – 2 of 2) sorted by relevance
| /trunk/main/basic/source/sbx/ |
| H A D | sbxform.cxx | 322 short SbxBasicFormater::GetDigitAtPosExpScan( short nPos, sal_Bool& bFoundFirstDigit ) in GetDigitAtPosExpScan() function in SbxBasicFormater 341 short SbxBasicFormater::GetDigitAtPosExpScan( double dNewExponent, short nPos, in GetDigitAtPosExpScan() function in SbxBasicFormater 348 return GetDigitAtPosExpScan( nPos,bFoundFirstDigit ); in GetDigitAtPosExpScan() 859 … AppendDigit( sReturnStrg,GetDigitAtPosExpScan( dExponent,j,bFoundFirstDigit ) ); in ScanFormatString() 871 … AppendDigit( sReturnStrg,GetDigitAtPosExpScan( dExponent,nExponentPos,bFoundFirstDigit ) ); in ScanFormatString()
|
| /trunk/main/basic/inc/basic/ |
| H A D | sbxform.hxx | 129 short GetDigitAtPosExpScan( double dNewExponent, short nPos, 131 short GetDigitAtPosExpScan( short nPos, sal_Bool& bFoundFirstDigit );
|