Searched refs:GetDigitAtPosExpScan (Results 1 – 2 of 2) sorted by relevance
/aoo4110/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()
|
/aoo4110/main/basic/inc/basic/ |
H A D | sbxform.hxx | 128 short GetDigitAtPosExpScan( double dNewExponent, short nPos, 130 short GetDigitAtPosExpScan( short nPos, sal_Bool& bFoundFirstDigit );
|
Completed in 20 milliseconds