/aoo42x/main/store/source/ |
H A D | stordata.cxx | 107 sal_uInt16 nDouble, in store_truncate_Impl() argument 130 if ((nDouble + nSingle) == 0) in store_truncate_Impl() 147 sal_uInt16 nDouble, in store_truncate_Impl() argument 165 if ((nTriple + nDouble + nSingle) == 0) in store_truncate_Impl() 244 sal_uInt16 nDouble, in read() argument 277 sal_uInt16 nDouble, in read() argument 347 sal_uInt16 nDouble, in write() argument 383 sal_uInt16 nDouble, in write() argument 463 sal_uInt16 nDouble, in truncate() argument 518 sal_uInt16 nDouble, in truncate() argument [all …]
|
H A D | stordata.hxx | 245 sal_uInt16 nDouble, 252 sal_uInt16 nDouble, 265 sal_uInt16 nDouble, 272 sal_uInt16 nDouble, 284 sal_uInt16 nDouble, 290 sal_uInt16 nDouble,
|
/aoo42x/main/basic/source/sbx/ |
H A D | sbxvalue.cxx | 1422 aL.nDouble = pow( aL.nDouble, aR.nDouble ); in Compute() 1425 aL.nDouble *= aR.nDouble; break; in Compute() 1428 else aL.nDouble /= aR.nDouble; break; in Compute() 1430 aL.nDouble += aR.nDouble; break; in Compute() 1432 aL.nDouble -= aR.nDouble; break; in Compute() 1434 aL.nDouble = -aL.nDouble; break; in Compute() 1588 bRes = sal_Bool( aL.nDouble == aR.nDouble ); break; in Compare() 1590 bRes = sal_Bool( aL.nDouble != aR.nDouble ); break; in Compare() 1592 bRes = sal_Bool( aL.nDouble < aR.nDouble ); break; in Compare() 1594 bRes = sal_Bool( aL.nDouble > aR.nDouble ); break; in Compare() [all …]
|
H A D | sbxint.cxx | 136 dVal = p->nDouble; in ImpGetInteger() 205 aTmp.nDouble = *p->pDouble; goto ref; in ImpGetInteger() 257 p->nDouble = n; break; in ImpPutInteger() 436 dVal = p->nDouble; in ImpGetInt64() 508 aTmp.nDouble = *p->pDouble; goto ref; in ImpGetInt64() 567 p->nDouble = (double) n; break; in ImpPutInt64() 724 dVal = p->nDouble; in ImpGetUInt64() 811 aTmp.nDouble = *p->pDouble; goto ref; in ImpGetUInt64() 862 aTmp.pDouble = &p->nDouble; goto direct; in ImpPutUInt64()
|
H A D | sbxstr.cxx | 72 ImpPutDouble( &aTmp, p->nDouble ); break; in ImpGetString() 110 ImpPutDate( &aTmp, p->nDouble ); break; in ImpGetString() 153 ImpPutDouble( &aTmp, p->nDouble, /*bCoreString=*/sal_True ); in ImpGetCoreString() 190 p->nDouble = ImpGetDate( &aTmp ); break; in ImpPutString() 192 p->nDouble = ImpGetDouble( &aTmp ); break; in ImpPutString()
|
H A D | sbxcurr.cxx | 88 if( p->nDouble > SbxMAXCURR ) in ImpGetCurrency() 92 else if( p->nDouble < SbxMINCURR ) in ImpGetCurrency() 97 nRes = ImpDoubleToCurrency( p->nDouble ); in ImpGetCurrency() 159 aTmp.nDouble = *p->pDouble; goto ref; in ImpGetCurrency() 205 p->nDouble = dVal; break; in ImpPutCurrency()
|
H A D | sbxulng.cxx | 109 dVal = p->nDouble; in ImpGetULong() 178 aTmp.nDouble = *p->pDouble; goto ref; in ImpGetULong() 210 p->nDouble = n; break; in ImpPutULong()
|
H A D | sbxbyte.cxx | 147 dVal = p->nDouble; in ImpGetByte() 216 aTmp.nDouble = *p->pDouble; goto ref; in ImpGetByte() 256 p->nDouble = n; break; in ImpPutByte()
|
H A D | sbxchar.cxx | 138 dVal = p->nDouble; in ImpGetChar() 204 aTmp.nDouble = *p->pDouble; goto ref; in ImpGetChar() 241 p->nDouble = n; break; in ImpPutChar()
|
H A D | sbxlng.cxx | 101 dVal = p->nDouble; in ImpGetLong() 170 aTmp.nDouble = *p->pDouble; goto ref; in ImpGetLong() 228 p->nDouble = n; break; in ImpPutLong()
|
H A D | sbxsng.cxx | 82 dVal = p->nDouble; in ImpGetSingle() 164 aTmp.nDouble = *p->pDouble; goto ref; in ImpGetSingle() 230 p->nDouble = n; break; in ImpPutSingle()
|
H A D | sbxuint.cxx | 133 dVal = p->nDouble; in ImpGetUShort() 202 aTmp.nDouble = *p->pDouble; goto ref; in ImpGetUShort() 240 p->nDouble = n; break; in ImpPutUShort()
|
H A D | sbxdec.cxx | 518 dVal = p->nDouble; in ImpGetDecimal() 561 aTmp.nDouble = *p->pDouble; goto ref; in ImpGetDecimal() 648 p->nDouble = d; in ImpPutDecimal()
|
H A D | sbxbool.cxx | 63 nRes = p->nDouble ? SbxTRUE : SbxFALSE; break; in ImpGetBool() 182 p->nDouble = n; break; in ImpPutBool()
|
H A D | sbxdbl.cxx | 58 nRes = p->nDouble; break; in ImpGetDouble() 182 p->nDouble = n; break; in ImpPutDouble()
|
H A D | sbxdate.cxx | 64 nRes = p->nDouble; break; in ImpGetDate() 198 p->nDouble = n; break; in ImpPutDate()
|
H A D | sbxvar.cxx | 489 if( ImpScan( aTmpString, aTmp.nDouble, t, NULL ) != SbxERR_OK ) in LoadData() 491 aTmp.nDouble = 0; in LoadData()
|
/aoo42x/main/ucbhelper/source/provider/ |
H A D | propertyvalueset.cxx | 101 double nDouble; // getDouble member 123 nDouble(0.0) in PropertyValue() 406 GETVALUE_IMPL( double, DOUBLE_VALUE_SET, nDouble ); in getDouble() 529 aValue <<= rValue.nDouble; in getObject() 734 SETVALUE_IMPL( rPropName, DOUBLE_VALUE_SET, nDouble, nValue ); in appendDouble()
|
/aoo42x/main/svx/source/items/ |
H A D | numinf.cxx | 37 #define INIT(pNum,eVal,nDouble,rStr) \ argument 43 nDoubleVal ( nDouble ), \
|
/aoo42x/main/vcl/source/control/ |
H A D | field.cxx | 1257 double nDouble = nonValueDoubleToValueDouble( ConvertDoubleValue( in ConvertValue() local 1262 if ( nDouble <= (double)SAL_MIN_INT64 ) in ConvertValue() 1264 else if ( nDouble >= (double)SAL_MAX_INT64 ) in ConvertValue() 1267 nLong = static_cast<sal_Int64>( nDouble ); in ConvertValue()
|
/aoo42x/main/basic/inc/basic/ |
H A D | sbxvar.hxx | 171 double nDouble; member 209 SbxValues( double _nDouble ): nDouble( _nDouble ), eType(SbxDOUBLE) {} in SbxValues()
|
/aoo42x/main/sc/source/ui/vba/ |
H A D | vbarange.cxx | 793 double nDouble = 0.0; in processValue() local 794 if ( aValue >>= nDouble ) in processValue() 795 xCell->setValue( nDouble ); in processValue()
|