Searched refs:pnDecRes (Results 1 – 1 of 1) sorted by relevance
455 SbxDecimal* pnDecRes; in ImpGetDecimal() local461 pnDecRes->addRef(); in ImpGetDecimal()462 return pnDecRes; in ImpGetDecimal()464 pnDecRes = new SbxDecimal(); in ImpGetDecimal()465 pnDecRes->addRef(); in ImpGetDecimal()473 pnDecRes->setShort( 0 ); break; in ImpGetDecimal()495 pnDecRes->setDouble( d ); in ImpGetDecimal()501 pnDecRes->setDouble( d ); in ImpGetDecimal()520 if( !pnDecRes->setDouble( dVal ) ) in ImpGetDecimal()536 pnDecRes->setShort( 0 ); in ImpGetDecimal()[all …]
Completed in 10 milliseconds