Lines Matching refs:pDec
586 void ImpPutDecimal( SbxValues* p, SbxDecimal* pDec ) in ImpPutDecimal() argument
589 if( !pDec ) in ImpPutDecimal()
625 if( pDec != p->pDecimal ) in ImpPutDecimal()
630 p->pDecimal = pDec; in ImpPutDecimal()
631 if( pDec ) in ImpPutDecimal()
632 pDec->addRef(); in ImpPutDecimal()
639 pDec->getSingle( f ); in ImpPutDecimal()
647 pDec->getDouble( d ); in ImpPutDecimal()
654 pDec->getDouble( d ); in ImpPutDecimal()
661 pDec->getDouble( d ); in ImpPutDecimal()
672 pDec->getString( *p->pOUString ); in ImpPutDecimal()
678 pVal->PutDecimal( pDec ); in ImpPutDecimal()
685 if( !pDec->getChar( *p->pChar ) ) in ImpPutDecimal()
692 if( !pDec->getChar( *p->pChar ) ) in ImpPutDecimal()
700 if( !pDec->getShort( *p->pInteger ) ) in ImpPutDecimal()
709 if( !pDec->getUShort( *p->pUShort ) ) in ImpPutDecimal()
716 if( !pDec->getLong( *p->pLong ) ) in ImpPutDecimal()
723 if( !pDec->getULong( *p->pULong ) ) in ImpPutDecimal()
732 if( !pDec->getDouble( d ) ) in ImpPutDecimal()
741 if( !pDec->getDouble( d ) ) in ImpPutDecimal()
748 if( !pDec->getSingle( *p->pSingle ) ) in ImpPutDecimal()
757 if( !pDec->getDouble( *p->pDouble ) ) in ImpPutDecimal()
766 pDec->getDouble( d ); in ImpPutDecimal()
773 pDec->getDouble( d ); in ImpPutDecimal()
780 pDec->getDouble( d ); in ImpPutDecimal()
790 (void)pDec; in ImpPutDecimal()