Lines Matching refs:aTmp
32 SbxValues aTmp; in ImpGetSingle() local
164 aTmp.nDouble = *p->pDouble; goto ref; in ImpGetSingle()
166 aTmp.nULong64 = *p->pULong64; goto ref; in ImpGetSingle()
173 aTmp.nLong64 = *p->pLong64; goto ref; in ImpGetSingle()
175 aTmp.eType = SbxDataType( p->eType & 0x0FFF ); in ImpGetSingle()
176 p = &aTmp; goto start; in ImpGetSingle()
186 SbxValues aTmp; in ImpPutSingle() local
191 aTmp.pChar = &p->nChar; goto direct; in ImpPutSingle()
193 aTmp.pByte = &p->nByte; goto direct; in ImpPutSingle()
196 aTmp.pInteger = &p->nInteger; goto direct; in ImpPutSingle()
198 aTmp.pLong = &p->nLong; goto direct; in ImpPutSingle()
200 aTmp.pULong = &p->nULong; goto direct; in ImpPutSingle()
203 aTmp.pUShort = &p->nUShort; goto direct; in ImpPutSingle()
205 aTmp.pULong64 = &p->nULong64; goto direct; in ImpPutSingle()
208 aTmp.pLong64 = &p->nLong64; goto direct; in ImpPutSingle()
210 aTmp.pnInt64 = &p->nInt64; goto direct; in ImpPutSingle()
212 aTmp.puInt64 = &p->uInt64; goto direct; in ImpPutSingle()
222 aTmp.eType = SbxDataType( p->eType | SbxBYREF ); in ImpPutSingle()
223 p = &aTmp; goto start; in ImpPutSingle()