Searched refs:pnDecRes (Results 1 – 1 of 1) sorted by relevance
455 SbxDecimal* pnDecRes; in ImpGetDecimal() local460 pnDecRes = new SbxDecimal( *p->pDecimal ); in ImpGetDecimal()461 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()475 pnDecRes->setChar( p->nChar ); break; in ImpGetDecimal()477 pnDecRes->setByte( p->nByte ); break; in ImpGetDecimal()480 pnDecRes->setInt( p->nInteger ); break; in ImpGetDecimal()[all …]