Lines Matching refs:aTmp
41 SbxValues aTmp; in ImpGetCurrency() local
152 aTmp.nLong = *p->pLong; goto ref; in ImpGetCurrency()
154 aTmp.nULong = *p->pULong; goto ref; in ImpGetCurrency()
156 aTmp.nSingle = *p->pSingle; goto ref; in ImpGetCurrency()
159 aTmp.nDouble = *p->pDouble; goto ref; in ImpGetCurrency()
161 aTmp.nInt64 = *p->pnInt64; goto ref; in ImpGetCurrency()
163 aTmp.uInt64 = *p->puInt64; goto ref; in ImpGetCurrency()
165 aTmp.eType = SbxDataType( p->eType & 0x0FFF ); in ImpGetCurrency()
166 p = &aTmp; goto start; in ImpGetCurrency()
177 SbxValues aTmp; in ImpPutCurrency() local
183 aTmp.pChar = &p->nChar; goto direct; in ImpPutCurrency()
185 aTmp.pByte = &p->nByte; goto direct; in ImpPutCurrency()
188 aTmp.pInteger = &p->nInteger; goto direct; in ImpPutCurrency()
190 aTmp.pLong = &p->nLong; goto direct; in ImpPutCurrency()
192 aTmp.pULong = &p->nULong; goto direct; in ImpPutCurrency()
195 aTmp.pUShort = &p->nUShort; goto direct; in ImpPutCurrency()
197 aTmp.eType = SbxDataType( p->eType | SbxBYREF ); in ImpPutCurrency()
198 p = &aTmp; goto start; in ImpPutCurrency()