Home
last modified time | relevance | path

Searched refs:PutDouble (Results 1 – 25 of 31) sorted by relevance

12

/aoo4110/main/sc/source/core/tool/
H A Dinterpr5.cxx399 pMat->PutDouble( fVal, in CreateMatrixFromDoubleRef()
500 pMat->PutDouble( fVal, 0); in GetMatrix()
513 pMat->PutDouble( fVal, 0); in GetMatrix()
652 mM->PutDouble(1.0, i, i); in MEMat()
733 mA->PutDouble( fMatTmp, i, kp); in lcl_LUP_decompose()
740 mA->PutDouble( fTmp, k, i); in lcl_LUP_decompose()
1858 pR->PutDouble(sum, col, row); in lcl_MFastMult()
2050 pMatY->PutDouble( in lcl_ApplyHouseholderTransformation()
2063 pMatY->PutDouble( in lcl_TApplyHouseholderTransformation()
2140 pMatZ->PutDouble( fSum, row); in lcl_ApplyUpperRightTriangle()
[all …]
H A Dinterpr1.cxx391 pResMat->PutDouble( fVal, nC, nR ); in JumpMatrix()
431 pResMat->PutDouble( fVal, nC, nR ); in JumpMatrix()
458 pResMat->PutDouble( fVal, nC, nR ); in JumpMatrix()
473 pResMat->PutDouble( fVal, nC, nR ); in JumpMatrix()
528 pResMat->PutDouble( fVal, nC, nR ); in JumpMatrix()
533 pResMat->PutDouble( fVal, nC, nR ); in JumpMatrix()
543 pResMat->PutDouble( fVal, nC, nR ); in JumpMatrix()
550 pResMat->PutDouble( fVal, nC, nR ); in JumpMatrix()
569 pResMat->PutDouble( fVal, nC, nR ); in JumpMatrix()
576 pResMat->PutDouble( fVal, nC, nR ); in JumpMatrix()
[all …]
H A Daddincol.cxx1686 pMatrix->PutDouble( pColArr[nCol], in SetResult()
1690 pMatrix->PutDouble( 0.0, in SetResult()
1729 pMatrix->PutDouble( pColArr[nCol], in SetResult()
1733 pMatrix->PutDouble( 0.0, in SetResult()
H A Dinterpr4.cxx2761 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 Dscmatrix.cxx254 void ScMatrix::PutDouble(double fVal, SCSIZE nC, SCSIZE nR) in PutDouble() function in ScMatrix
257 PutDouble( fVal, CalcOffset( nC, nR) ); in PutDouble()
H A Dddelink.cxx199 pResult->PutDouble( fVal, nC, nR ); in DataChanged()
H A Drangeseq.cxx440 pMatrix->PutDouble( fVal, in CreateMixedMatrix()
H A Dinterpr2.cxx2631 pResMat->PutDouble( fVal, 0); in ScHyperLink()
2635 pResMat->PutDouble( 0.0, 0 ); in ScHyperLink()
/aoo4110/main/sw/source/core/bastyp/
H A Dcalc.cxx452 nResult.PutDouble( DBL_MAX ); in Calculate()
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()
1441 nErg.PutDouble( -(Prim().GetDouble()) ); in Prim()
1463 nErg.PutDouble( aTmp ); in Prim()
1496 nErg.PutDouble( (*pFnc)( nVal ) ); in Prim()
1526 nErg.PutDouble( dleft ); in Prim()
[all …]
/aoo4110/main/sc/inc/
H A Dscmatrix.hxx270 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()
/aoo4110/main/basic/source/runtime/
H A Dmethods.cxx305 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()
1783 rPar.Get(0)->PutDouble( nResult ); in RTLFUNC()
[all …]
H A Dmethods1.cxx347 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 Ddllmgr.cxx399 variable->PutDouble(read< double >(&data)); in unmarshal()
524 result.PutDouble( in call()
H A Dprops.cxx105 rPar.Get( 0 )->PutDouble( F_PI ); in RTLFUNC()
H A Dstep1.cxx59 p->PutDouble( n ); in StepLOADNC()
/aoo4110/main/basic/source/sample/
H A Dobject.cxx113 PutDouble( 1.0 ); // Startwert fuer Value in SampleObject()
246 pVar->PutDouble( n * n ); in Square()
/aoo4110/main/sc/source/ui/docshell/
H A Dexternalrefmgr.cxx610 xMat->PutDouble(pToken->GetDouble(), nC, nR); in getCellRangeData()
643 xMat->PutDouble(pToken->GetDouble(), nC, nR); in getCellRangeData()
1417 xMat->PutDouble(fVal, nC, nR); in lcl_convertToTokenArray()
1425 xMat->PutDouble( CreateDoubleError( nError), nC, nR); in lcl_convertToTokenArray()
1429 xMat->PutDouble(fVal, nC, nR); in lcl_convertToTokenArray()
/aoo4110/main/sc/source/core/data/
H A Dvalidat.cxx347 refPar->Get(1)->PutDouble( nValue ); in DoMacro()
676 xMatRef->PutDouble( aValidationSrc.GetValue(), 0); in GetSelectionFromFormula()
/aoo4110/main/sw/inc/
H A Dcalc.hxx122 SwSbxValue( const double& rD ) : bVoid(false) { PutDouble( rD ); } in SwSbxValue()
/aoo4110/main/basic/source/sbx/
H A Dsbxdbl.cxx195 pVal->PutDouble( n ); in ImpPutDouble()
H A Dsbxscan.cxx621 PutDouble( n ); in Scan()
/aoo4110/main/sc/source/filter/xml/
H A DXMLDDELinksContext.cxx195 pMatrix->PutDouble( aItr->fValue, nScCol, nScRow ); in EndElement()
/aoo4110/main/basic/inc/basic/
H A Dsbxvar.hxx322 sal_Bool PutDouble( double );
/aoo4110/main/sc/source/filter/excel/
H A Dxihelper.cxx891 xScMatrix->PutDouble( pValue->GetValue(), nScCol, nScRow ); in CreateScMatrix()
/aoo4110/main/basic/source/comp/
H A Ddim.cxx753 xConvertVar->PutDouble( aExpr.GetValue() ); in DefEnum()

Completed in 227 milliseconds

12