Lines Matching refs:aTmp
454 SbxValues aTmp; in ImpGetDecimal() local
558 aTmp.nSingle = *p->pSingle; goto ref; in ImpGetDecimal()
561 aTmp.nDouble = *p->pDouble; goto ref; in ImpGetDecimal()
563 aTmp.nULong64 = *p->pULong64; goto ref; in ImpGetDecimal()
566 aTmp.nLong64 = *p->pLong64; goto ref; in ImpGetDecimal()
568 aTmp.nInt64 = *p->pnInt64; goto ref; in ImpGetDecimal()
570 aTmp.uInt64 = *p->puInt64; goto ref; in ImpGetDecimal()
572 aTmp.eType = SbxDataType( p->eType & 0x0FFF ); in ImpGetDecimal()
573 p = &aTmp; goto start; in ImpGetDecimal()
592 SbxValues aTmp; in ImpPutDecimal() local
598 aTmp.pChar = &p->nChar; goto direct; in ImpPutDecimal()
600 aTmp.pByte = &p->nByte; goto direct; in ImpPutDecimal()
602 aTmp.pULong = &p->nULong; goto direct; in ImpPutDecimal()
605 aTmp.pUShort = &p->nUShort; goto direct; in ImpPutDecimal()
607 aTmp.puInt64 = &p->uInt64; goto direct; in ImpPutDecimal()
610 aTmp.pInteger = &p->nInteger; goto direct; in ImpPutDecimal()
612 aTmp.pLong = &p->nLong; goto direct; in ImpPutDecimal()
614 aTmp.pnInt64 = &p->nInt64; goto direct; in ImpPutDecimal()
616 aTmp.pLong64 = &p->nLong64; goto direct; in ImpPutDecimal()
618 aTmp.eType = SbxDataType( p->eType | SbxBYREF ); in ImpPutDecimal()
619 p = &aTmp; goto start; in ImpPutDecimal()