Searched refs:ImpGetDecimal (Results 1 – 4 of 4) sorted by relevance
105 SbxDecimal* ImpGetDecimal( const SbxValues* p );
198 p->pDecimal = ImpGetDecimal( &aTmp ); break; in ImpPutString()
451 SbxDecimal* ImpGetDecimal( const SbxValues* p ) in ImpGetDecimal() function
544 case SbxDECIMAL: rRes.pDecimal = ImpGetDecimal( &p->aData ); break; in Get()
Completed in 25 milliseconds