Home
last modified time | relevance | path

Searched refs:nSingle (Results 1 – 18 of 18) sorted by last modified time

/trunk/main/store/source/
H A Dstordata.cxx69 sal_uInt16 nSingle, in store_truncate_Impl() argument
91 if (nSingle == 0) in store_truncate_Impl()
108 sal_uInt16 nSingle, in store_truncate_Impl() argument
130 if ((nDouble + nSingle) == 0) in store_truncate_Impl()
148 sal_uInt16 nSingle, in store_truncate_Impl() argument
219 sal_uInt16 nSingle, in read() argument
228 if (!(nSingle < nLimit)) in read()
318 if (!(nSingle < nLimit)) in write()
418 sal_uInt16 nSingle, in truncate() argument
426 if (!(nSingle < nLimit)) in truncate()
[all …]
H A Dstordata.hxx240 sal_uInt16 nSingle,
246 sal_uInt16 nSingle,
253 sal_uInt16 nSingle,
260 sal_uInt16 nSingle,
266 sal_uInt16 nSingle,
273 sal_uInt16 nSingle,
280 sal_uInt16 nSingle,
285 sal_uInt16 nSingle,
291 sal_uInt16 nSingle,
/trunk/main/basic/source/sbx/
H A Dsbxsng.cxx56 nRes = p->nSingle; break; in ImpGetSingle()
227 p->nSingle = n; break; in ImpPutSingle()
H A Dsbxstr.cxx70 ImpPutSingle( &aTmp, p->nSingle ); break; in ImpGetString()
188 p->nSingle = ImpGetSingle( &aTmp ); break; in ImpPutString()
H A Dsbxuint.cxx100 if( p->nSingle > SbxMAXUINT ) in ImpGetUShort()
104 else if( p->nSingle < 0 ) in ImpGetUShort()
109 nRes = (sal_uInt16) ( p->nSingle + 0.5 ); in ImpGetUShort()
199 aTmp.nSingle = *p->pSingle; goto ref; in ImpGetUShort()
237 p->nSingle = n; break; in ImpPutUShort()
H A Dsbxulng.cxx70 if( p->nSingle > SbxMAXULNG ) in ImpGetULong()
74 else if( p->nSingle < 0 ) in ImpGetULong()
79 nRes = (sal_uInt32) ( p->nSingle + 0.5 ); in ImpGetULong()
175 aTmp.nSingle = *p->pSingle; goto ref; in ImpGetULong()
207 p->nSingle = (float) n; break; in ImpPutULong()
H A Dsbxvalue.cxx686 GET( GetSingle, SbxSINGLE, float, nSingle ) in GET()
728 case SbxSINGLE: ImpPutSingle( &p->aData, rVal.nSingle ); break; in GET()
955 PUT( PutSingle, SbxSINGLE, float, nSingle ) in PUT()
1529 bRes = sal_Bool( aL.nSingle == aR.nSingle ); break; in Compare()
1531 bRes = sal_Bool( aL.nSingle != aR.nSingle ); break; in Compare()
1533 bRes = sal_Bool( aL.nSingle < aR.nSingle ); break; in Compare()
1535 bRes = sal_Bool( aL.nSingle > aR.nSingle ); break; in Compare()
1537 bRes = sal_Bool( aL.nSingle <= aR.nSingle ); break; in Compare()
1539 bRes = sal_Bool( aL.nSingle >= aR.nSingle ); break; in Compare()
1644 aData.nSingle = 0.0F; in LoadData()
[all …]
H A Dsbxvar.cxx477 aTmp.nSingle = 0; in LoadData()
480 aTmp.nSingle = (float) d; in LoadData()
H A Dsbxbool.cxx60 nRes = p->nSingle ? SbxTRUE : SbxFALSE; break; in ImpGetBool()
179 p->nSingle = n; break; in ImpPutBool()
H A Dsbxbyte.cxx114 if( p->nSingle > SbxMAXBYTE ) in ImpGetByte()
118 else if( p->nSingle < 0 ) in ImpGetByte()
123 nRes = (sal_uInt8) ImpRound( p->nSingle ); in ImpGetByte()
213 aTmp.nSingle = *p->pSingle; goto ref; in ImpGetByte()
253 p->nSingle = n; break; in ImpPutByte()
H A Dsbxchar.cxx105 if( p->nSingle > SbxMAXCHAR ) in ImpGetChar()
109 else if( p->nSingle < SbxMINCHAR ) in ImpGetChar()
114 nRes = (xub_Unicode) ImpRound( p->nSingle ); in ImpGetChar()
201 aTmp.nSingle = *p->pSingle; goto ref; in ImpGetChar()
238 p->nSingle = n; break; in ImpPutChar()
H A Dsbxcurr.cxx75 if( p->nSingle > SbxMAXCURR ) in ImpGetCurrency()
79 else if( p->nSingle < SbxMINCURR ) in ImpGetCurrency()
84 nRes = ImpDoubleToCurrency( (double)p->nSingle ); in ImpGetCurrency()
156 aTmp.nSingle = *p->pSingle; goto ref; in ImpGetCurrency()
202 p->nSingle = (float)dVal; break; in ImpPutCurrency()
H A Dsbxdate.cxx61 nRes = p->nSingle; break; in ImpGetDate()
216 aTmp.pSingle = &p->nSingle; goto direct; in ImpPutDate()
H A Dsbxdbl.cxx55 nRes = p->nSingle; break; in ImpGetDouble()
162 aTmp.pSingle = &p->nSingle; goto direct; in ImpPutDouble()
H A Dsbxdec.cxx489 if( !pnDecRes->setSingle( p->nSingle ) ) in ImpGetDecimal()
558 aTmp.nSingle = *p->pSingle; goto ref; in ImpGetDecimal()
640 p->nSingle = f; in ImpPutDecimal()
H A Dsbxint.cxx83 if( p->nSingle > SbxMAXINT ) in ImpGetInteger()
87 else if( p->nSingle < SbxMININT ) in ImpGetInteger()
92 nRes = (sal_Int16) ImpRound( p->nSingle ); in ImpGetInteger()
202 aTmp.nSingle = *p->pSingle; goto ref; in ImpGetInteger()
254 p->nSingle = n; break; in ImpPutInteger()
420 nRes = ImpDoubleToSalInt64( (double)p->nSingle ); in ImpGetInt64()
505 aTmp.nSingle = *p->pSingle; goto ref; in ImpGetInt64()
564 p->nSingle = (float) n; break; in ImpPutInt64()
708 nRes = ImpDoubleToSalUInt64( (double)p->nSingle ); in ImpGetUInt64()
808 aTmp.nSingle = *p->pSingle; goto ref; in ImpGetUInt64()
[all …]
H A Dsbxlng.cxx62 if( p->nSingle > SbxMAXLNG ) in ImpGetLong()
66 else if( p->nSingle < SbxMINLNG ) in ImpGetLong()
71 nRes = (sal_Int32) ImpRound( p->nSingle ); in ImpGetLong()
167 aTmp.nSingle = *p->pSingle; goto ref; in ImpGetLong()
225 p->nSingle = (float) n; break; in ImpPutLong()
/trunk/main/basic/inc/basic/
H A Dsbxvar.hxx170 float nSingle; member
208 SbxValues( float _nSingle ): nSingle( _nSingle ), eType(SbxSINGLE) {} in SbxValues()

Completed in 51 milliseconds