| /AOO42X/main/sc/source/core/tool/ |
| H A D | interpr5.cxx | 398 pMat->PutDouble( fVal, in CreateMatrixFromDoubleRef() 410 pMat->PutDouble( fVal, in CreateMatrixFromDoubleRef() 462 pMat->PutDouble(GetCellValue(aAdr, pCell), 0); in GetMatrix() 499 pMat->PutDouble( fVal, 0); in GetMatrix() 512 pMat->PutDouble( fVal, 0); in GetMatrix() 651 mM->PutDouble(1.0, i, i); in MEMat() 731 mA->PutDouble( mA->GetDouble( i, kp), i, k); in lcl_LUP_decompose() 732 mA->PutDouble( fMatTmp, i, kp); in lcl_LUP_decompose() 739 mA->PutDouble( fTmp, k, i); in lcl_LUP_decompose() 741 mA->PutDouble( mA->GetDouble( j, i) - fTmp * mA->GetDouble( j, in lcl_LUP_decompose() [all …]
|
| H A D | interpr1.cxx | 389 pResMat->PutDouble( fVal, nC, nR ); in JumpMatrix() 397 pResMat->PutDouble( CreateDoubleError( nGlobalError), in JumpMatrix() 411 pResMat->PutDouble( CreateDoubleError( nGlobalError), in JumpMatrix() 429 pResMat->PutDouble( fVal, nC, nR ); in JumpMatrix() 437 pResMat->PutDouble( CreateDoubleError( in JumpMatrix() 456 pResMat->PutDouble( fVal, nC, nR ); in JumpMatrix() 471 pResMat->PutDouble( fVal, nC, nR ); in JumpMatrix() 496 pResMat->PutDouble( fCellVal, nC, nR ); in JumpMatrix() 504 pResMat->PutDouble( CreateDoubleError( in JumpMatrix() 526 pResMat->PutDouble( fVal, nC, nR ); in JumpMatrix() [all …]
|
| H A D | interpr4.cxx | 2761 pPar->PutDouble( GetDouble() ); in ScMacro() 2831 p->PutDouble( pMat->GetDouble(nMatCol, nMatRow)); in ScMacro() 2907 pMat->PutDouble( pV->GetDouble(), i, j ); in ScMacro() 2939 pVar->PutDouble( nVal ); in SetSbxVariable() 2962 pVar->PutDouble( nVal ); in SetSbxVariable() 2975 pVar->PutDouble( 0.0 ); in SetSbxVariable() 2979 pVar->PutDouble( 0.0 ); in SetSbxVariable()
|
| H A D | addincol.cxx | 1685 pMatrix->PutDouble( pColArr[nCol], in SetResult() 1689 pMatrix->PutDouble( 0.0, in SetResult() 1728 pMatrix->PutDouble( pColArr[nCol], in SetResult() 1732 pMatrix->PutDouble( 0.0, in SetResult()
|
| H A D | scmatrix.cxx | 254 void ScMatrix::PutDouble(double fVal, SCSIZE nC, SCSIZE nR) in PutDouble() function in ScMatrix 257 PutDouble( fVal, CalcOffset( nC, nR) ); in PutDouble()
|
| H A D | ddelink.cxx | 201 pResult->PutDouble( fVal, nC, nR ); in DataChanged()
|
| H A D | rangeseq.cxx | 440 pMatrix->PutDouble( fVal, in CreateMixedMatrix()
|
| H A D | interpr2.cxx | 2629 pResMat->PutDouble( fVal, 0); in ScHyperLink() 2633 pResMat->PutDouble( 0.0, 0 ); in ScHyperLink()
|
| /AOO42X/main/sw/source/core/bastyp/ |
| H A D | calc.cxx | 377 ((SwCalcExp*)VarTable[ aHashValue[ 2 ] ])->nValue.PutDouble( F_PI ); in SwCalc() 378 ((SwCalcExp*)VarTable[ aHashValue[ 3 ] ])->nValue.PutDouble( 2.7182818284590452354 ); in SwCalc() 452 nResult.PutDouble( DBL_MAX ); in Calculate() 572 pFndExp->nValue.PutDouble( pUFld->GetValue( *this ) ); in VarLook() 583 pFndExp->nValue.PutDouble( pUFld->GetValue() ); in VarLook() 635 aErrExpr.nValue.PutDouble( nNumber ); in VarLook() 777 nNumberValue.PutDouble( aRes.Value ); in GetToken() 1051 nNumberValue.PutDouble( nVal ); in GetToken() 1305 left.PutDouble( fVal ); in Term() 1415 nErg.PutDouble( aTmp ); in Prim() [all …]
|
| /AOO42X/main/sc/inc/ |
| H A D | scmatrix.hxx | 270 void PutDouble( double fVal, SCSIZE nC, SCSIZE nR); 271 void PutDouble( double fVal, SCSIZE nIndex) in PutDouble() function in ScMatrix 281 { PutDouble( CreateDoubleError( nErrorCode ), nC, nR ); } in PutError() 283 { PutDouble( CreateDoubleError( nErrorCode ), nIndex ); } in PutError()
|
| /AOO42X/main/basic/source/runtime/ |
| H A D | methods.cxx | 305 rPar.Get( 0 )->PutDouble( sin( pArg->GetDouble() ) ); in RTLFUNC() 321 rPar.Get( 0 )->PutDouble( cos( pArg->GetDouble() ) ); in RTLFUNC() 337 rPar.Get( 0 )->PutDouble( atan( pArg->GetDouble() ) ); in RTLFUNC() 353 rPar.Get( 0 )->PutDouble( fabs( pArg->GetDouble() ) ); in RTLFUNC() 893 rPar.Get( 0 )->PutDouble( aDouble ); in RTLFUNC() 1154 rPar.Get(0)->PutDouble( aDouble ); in RTLFUNC() 1175 rPar.Get(0)->PutDouble( aDouble ); in RTLFUNC() 1235 rPar.Get( 0 )->PutDouble( d ); in RTLFUNC() 1567 rPar.Get(0)->PutDouble( sqrt( aDouble )); in RTLFUNC() 1736 rPar.Get( 0 )->PutDouble( tan( pArg->GetDouble() ) ); in RTLFUNC() [all …]
|
| H A D | methods1.cxx | 347 rPar.Get(0)->PutDouble(nVal); in RTLFUNC() 1119 rVar.PutDouble( aDouble ); in lcl_ReadSbxVariable() 1329 rPar.Get(0)->PutDouble( GetDialogZoomFactor( sal_True, rPar.Get(1)->GetLong() )); in RTLFUNC() 1342 rPar.Get(0)->PutDouble( GetDialogZoomFactor( sal_False, rPar.Get(1)->GetLong())); in RTLFUNC() 2267 rPar.Get(0)->PutDouble( dRet ); in RTLFUNC() 2613 rPar.Get(0)->PutDouble( dRes ); in RTLFUNC()
|
| H A D | dllmgr.cxx | 399 variable->PutDouble(read< double >(&data)); in unmarshal() 524 result.PutDouble( in call()
|
| H A D | props.cxx | 105 rPar.Get( 0 )->PutDouble( F_PI ); in RTLFUNC()
|
| H A D | step1.cxx | 59 p->PutDouble( n ); in StepLOADNC()
|
| /AOO42X/main/basic/source/sample/ |
| H A D | object.cxx | 113 PutDouble( 1.0 ); // Startwert fuer Value in SampleObject() 246 pVar->PutDouble( n * n ); in Square()
|
| /AOO42X/main/sc/source/ui/docshell/ |
| H A D | externalrefmgr.cxx | 610 xMat->PutDouble(pToken->GetDouble(), nC, nR); in getCellRangeData() 643 xMat->PutDouble(pToken->GetDouble(), nC, nR); in getCellRangeData() 1418 xMat->PutDouble(fVal, nC, nR); in lcl_convertToTokenArray() 1426 xMat->PutDouble( CreateDoubleError( nError), nC, nR); in lcl_convertToTokenArray() 1430 xMat->PutDouble(fVal, nC, nR); in lcl_convertToTokenArray()
|
| /AOO42X/main/sc/source/core/data/ |
| H A D | validat.cxx | 347 refPar->Get(1)->PutDouble( nValue ); in DoMacro() 676 xMatRef->PutDouble( aValidationSrc.GetValue(), 0); in GetSelectionFromFormula()
|
| /AOO42X/main/sw/inc/ |
| H A D | calc.hxx | 122 SwSbxValue( const double& rD ) : bVoid(false) { PutDouble( rD ); } in SwSbxValue()
|
| /AOO42X/main/basic/source/sbx/ |
| H A D | sbxdbl.cxx | 195 pVal->PutDouble( n ); in ImpPutDouble()
|
| H A D | sbxscan.cxx | 619 PutDouble( n ); in Scan()
|
| /AOO42X/main/sc/source/filter/xml/ |
| H A D | XMLDDELinksContext.cxx | 195 pMatrix->PutDouble( aItr->fValue, nScCol, nScRow ); in EndElement()
|
| /AOO42X/main/basic/inc/basic/ |
| H A D | sbxvar.hxx | 323 sal_Bool PutDouble( double );
|
| /AOO42X/main/sc/source/filter/excel/ |
| H A D | xihelper.cxx | 891 xScMatrix->PutDouble( pValue->GetValue(), nScCol, nScRow ); in CreateScMatrix()
|
| /AOO42X/main/basic/source/comp/ |
| H A D | dim.cxx | 751 xConvertVar->PutDouble( aExpr.GetValue() ); in DefEnum()
|