Home
last modified time | relevance | path

Searched refs:pSingle (Results 1 – 15 of 15) sorted by relevance

/trunk/main/basic/source/sbx/
H A Dsbxint.cxx202 aTmp.nSingle = *p->pSingle; goto ref; in ImpGetInteger()
332 *p->pSingle = (float) n; break; in ImpPutInteger()
505 aTmp.nSingle = *p->pSingle; goto ref; in ImpGetInt64()
653 *p->pSingle = (float) n; break; in ImpPutInt64()
808 aTmp.nSingle = *p->pSingle; goto ref; in ImpGetUInt64()
859 aTmp.pSingle = &p->nSingle; goto direct; in ImpPutUInt64()
H A Dsbxdbl.cxx122 nRes = *p->pSingle; break; in ImpGetDouble()
162 aTmp.pSingle = &p->nSingle; goto direct; in ImpPutDouble()
279 *p->pSingle = (float) n; break; in ImpPutDouble()
H A Dsbxdate.cxx168 nRes = *p->pSingle; break; in ImpGetDate()
216 aTmp.pSingle = &p->nSingle; goto direct; in ImpPutDate()
379 *p->pSingle = (float) n; break; in ImpPutDate()
H A Dsbxdec.cxx558 aTmp.nSingle = *p->pSingle; goto ref; in ImpGetDecimal()
748 if( !pDec->getSingle( *p->pSingle ) ) in ImpPutDecimal()
751 *p->pSingle = 0; in ImpPutDecimal()
H A Dsbxbool.cxx138 nRes = ( *p->pSingle != 0 ) ? SbxTRUE : SbxFALSE; break; in ImpGetBool()
230 *p->pSingle = n; break; in ImpPutBool()
H A Dsbxulng.cxx175 aTmp.nSingle = *p->pSingle; goto ref; in ImpGetULong()
293 *p->pSingle = (float) n; break; in ImpPutULong()
H A Dsbxbyte.cxx213 aTmp.nSingle = *p->pSingle; goto ref; in ImpGetByte()
306 *p->pSingle = n; break; in ImpPutByte()
H A Dsbxchar.cxx201 aTmp.nSingle = *p->pSingle; goto ref; in ImpGetChar()
300 *p->pSingle = (float) n; break; in ImpPutChar()
H A Dsbxlng.cxx167 aTmp.nSingle = *p->pSingle; goto ref; in ImpGetLong()
313 *p->pSingle = (float) n; break; in ImpPutLong()
H A Dsbxsng.cxx160 nRes = *p->pSingle; break; in ImpGetSingle()
327 *p->pSingle = n; break; in ImpPutSingle()
H A Dsbxstr.cxx127 ImpPutSingle( &aTmp, *p->pSingle ); break; in ImpGetString()
243 *p->pSingle = ImpGetSingle( p ); break; in ImpPutString()
H A Dsbxuint.cxx199 aTmp.nSingle = *p->pSingle; goto ref; in ImpGetUShort()
308 *p->pSingle = n; break; in ImpPutUShort()
H A Dsbxcurr.cxx156 aTmp.nSingle = *p->pSingle; goto ref; in ImpGetCurrency()
304 *p->pSingle = (float) dVal; break; in ImpPutCurrency()
H A Dsbxvalue.cxx232 case SbxSINGLE: n |= SbxBYREF; aData.pSingle = (float*) p; break; in SbxValue()
/trunk/main/basic/inc/basic/
H A Dsbxvar.hxx188 float* pSingle; member

Completed in 48 milliseconds