| /AOO41X/main/sc/source/core/tool/ |
| H A D | interpr2.cxx | 133 aDate += (long) ::rtl::math::approxFloor(GetDouble()); in ScGetYear() 141 aDate += (long) ::rtl::math::approxFloor(GetDouble()); in ScGetMonth() 149 aDate += (long)::rtl::math::approxFloor(GetDouble()); in ScGetDay() 156 double fTime = GetDouble(); in ScGetMin() 165 double fTime = GetDouble(); in ScGetSec() 174 double fTime = GetDouble(); in ScGetHour() 206 nFlag = (short) ::rtl::math::approxFloor(GetDouble()); in ScGetDayOfWeek() 211 aDate += (long)::rtl::math::approxFloor(GetDouble()); in ScGetDayOfWeek() 231 short nFlag = (short) ::rtl::math::approxFloor(GetDouble()); in ScGetWeekOfYear() 234 aDate += (long)::rtl::math::approxFloor(GetDouble()); in ScGetWeekOfYear() [all …]
|
| H A D | interpr3.cxx | 791 double fDF = ::rtl::math::approxFloor(GetDouble()); in ScChiSqDist() 796 fX = GetDouble(); in ScChiSqDist() 807 double x = GetDouble(); in ScGamma() 827 double x = GetDouble(); in ScLogGamma() 1084 fUpperBound = GetDouble(); in ScBetaDist() 1088 fLowerBound = GetDouble(); in ScBetaDist() 1091 beta = GetDouble(); in ScBetaDist() 1092 alpha = GetDouble(); in ScBetaDist() 1093 x = GetDouble(); in ScBetaDist() 1132 PushDouble(phi(GetDouble())); in ScPhi() [all …]
|
| H A D | interpr5.cxx | 139 fx = ::rtl::math::approxFloor( GetDouble()); in ScGCD() 190 fx = ::rtl::math::approxFloor( pMat->GetDouble(j)); in ScGCD() 225 fx = ::rtl::math::approxFloor( GetDouble()); in ScLCM() 282 fx = ::rtl::math::approxFloor( pMat->GetDouble(j)); in ScLCM() 491 double fVal = GetDouble(); in GetMatrix() 535 SCSIZE nR = static_cast<SCSIZE>(::rtl::math::approxFloor(GetDouble())); in ScMatValue() 536 SCSIZE nC = static_cast<SCSIZE>(::rtl::math::approxFloor(GetDouble())); in ScMatValue() 630 SCSIZE nDim = static_cast<SCSIZE>(::rtl::math::approxFloor(GetDouble())); in ScEMat() 685 double fTmp = fabs( mA->GetDouble( j, i)); in lcl_LUP_decompose() 707 double fTmp = fScale * fabs( mA->GetDouble( k, i)); in lcl_LUP_decompose() [all …]
|
| H A D | interpr1.cxx | 314 double nJumpIndex = ::rtl::math::approxFloor( GetDouble() ); in ScChoseJump() 385 double fVal = GetDouble(); in JumpMatrix() 549 fVal = pMat->GetDouble( nC, nR ); in JumpMatrix() 815 aComp.nVal[ i ] = GetDouble(); in Compare() 872 aComp.nVal[ i ] = GetDouble(); in CompareMat() 944 aComp.nVal[i] = pMat[i]->GetDouble(j,k); in CompareMat() 969 aComp.nVal[i] = pMat[i]->GetDouble(j); in CompareMat() 1470 pResMat->PutDouble( -pMat->GetDouble(j), j ); in ScNeg() 1481 PushDouble( -GetDouble() ); in ScNeg() 1526 pResMat->PutDouble( (pMat->GetDouble(j) == 0.0), j ); in ScNot() [all …]
|
| H A D | interpr4.cxx | 1058 return p->GetDouble(); in PopDouble() 1884 double ScInterpreter::GetDouble() in GetDouble() function in ScInterpreter 1924 nVal = pMat->GetDouble( 0 ); in GetDouble() 1931 nVal = pMat->GetDouble( nC, nR); in GetDouble() 1964 double nResultVal = GetDouble(); in GetDoubleWithDefault() 2183 nVal[i-1] = GetDouble(); in ScExternal() 2382 double fVal = GetDouble(); in ScExternal() 2393 aParam <<= (double) GetDouble(); in ScExternal() 2407 double fVal = GetDouble(); in ScExternal() 2446 double fVal = GetDouble(); in ScExternal() [all …]
|
| H A D | rangeseq.cxx | 115 pColAry[nCol] = lcl_DoubleToLong( pMatrix->GetDouble( nCol, nRow ) ); in FillLongArray() 171 pColAry[nCol] = pMatrix->GetDouble( nCol, nRow ); in FillDoubleArray() 240 double fVal = pMatrix->GetDouble( nCol, nRow ); in FillStringArray() 344 double fVal = pMatrix->GetDouble( nCol, nRow ); in FillMixedArray()
|
| H A D | token.cxx | 1059 double ScEmptyCellToken::GetDouble() const { return 0.0; } in GetDouble() function in ScEmptyCellToken 1073 double ScMatrixCellResultToken::GetDouble() const { return xUpperLeft->GetDouble(); } in GetDouble() function in ScMatrixCellResultToken 1140 double ScHybridCellToken::GetDouble() const { return fDouble; } in GetDouble() function in ScHybridCellToken 1145 fDouble == r.GetDouble() && aString == r.GetString() && in operator ==() 1535 pArray->PutDouble( t->GetDouble() * nSign, nCol, nRow ); in MergeArray()
|
| H A D | scmatrix.cxx | 408 double ScMatrix::GetDouble(SCSIZE nC, SCSIZE nR) const in GetDouble() function in ScMatrix 411 return GetDouble( CalcOffset( nC, nR) ); in GetDouble() 463 double fVal= GetDouble( nIndex); in GetString()
|
| /AOO41X/main/sw/source/core/bastyp/ |
| H A D | calc.cxx | 474 return GetStrResult( rVal.GetDouble(), bRound ); in GetStrResult() 1216 left = left.GetDouble() < e.GetDouble() in Term() 1224 left = left.GetDouble() > e.GetDouble() in Term() 1232 sal_Int32 nYear = (sal_Int32) floor( left.GetDouble() ); in Term() 1234 sal_Int32 nMonth = (sal_Int32) floor( e.GetDouble() ); in Term() 1244 sal_Int32 nYearMonth = (sal_Int32) floor( left.GetDouble() ); in Term() 1246 sal_Int32 nDay = (sal_Int32) floor( e.GetDouble() ); in Term() 1258 sal_Int32 nDec = (sal_Int32) floor( e.GetDouble() ); in Term() 1265 fVal = left.GetDouble(); in Term() 1353 if( SbxDIV == eSbxOper && !aRight.GetDouble() ) in Term() [all …]
|
| /AOO41X/main/sc/inc/ |
| H A D | formularesult.hxx | 178 inline double GetDouble() const; 252 mfValue = p->GetDouble(); in ResolveToken() 474 inline double ScFormulaResult::GetDouble() const in GetDouble() function in ScFormulaResult 484 return mpToken->GetDouble(); in GetDouble() 490 return p->GetUpperLeftToken()->GetDouble(); in GetDouble() 573 double f = GetDouble(); in SetHybridString() 587 double f = GetDouble(); in SetHybridFormula()
|
| H A D | token.hxx | 308 virtual double GetDouble() const; 332 virtual double GetDouble() const; 434 virtual double GetDouble() const;
|
| H A D | scmatrix.hxx | 307 double GetDouble( SCSIZE nC, SCSIZE nR) const; 309 double GetDouble( SCSIZE nIndex) const in GetDouble() function in ScMatrix
|
| /AOO41X/main/sc/source/core/data/ |
| H A D | cell.cxx | 1079 if ( aResult.IsValue() && !::rtl::math::isFinite( aResult.GetDouble() ) ) in CalcAfterLoad() 1592 p->GetNumResult() - aResult.GetDouble()) <= in InterpretTail() 1645 …eOld == svUnknown && ( eNew == svError || ( eNew == svDouble && aNewResult.GetDouble() == 0.0 ) ) ) in InterpretTail() 1657 … (eNew == svDouble && !rtl::math::approxEqual( aResult.GetDouble(), aNewResult.GetDouble() )) || in InterpretTail() 1670 (eNew == svDouble && aResult.GetDouble() != aNewResult.GetDouble()) || in InterpretTail() 1676 …d == svUnknown && ( eNew == svError || ( eNew == svDouble && aNewResult.GetDouble() == 0.0 ) ) ) || in InterpretTail() 1678 …uble && eNew == svDouble && rtl::math::approxEqual( aResult.GetDouble(), aNewResult.GetDouble() ) … in InterpretTail() 1703 aResult.GetDouble(), nFormat)); in InterpretTail() 1717 if ( aResult.IsValue() && !::rtl::math::isFinite( aResult.GetDouble() ) ) in InterpretTail() 1720 sal_uInt16 nErr = GetDoubleErrorValue( aResult.GetDouble()); in InterpretTail() [all …]
|
| H A D | conditio.cxx | 249 nVal1 = pToken->GetDouble(); in ScConditionEntry() 273 nVal2 = pToken->GetDouble(); in ScConditionEntry() 329 nVal1 = pToken->GetDouble(); in Compile() 366 nVal2 = pToken->GetDouble(); in Compile()
|
| /AOO41X/main/formula/inc/formula/ |
| H A D | token.hxx | 143 virtual double GetDouble() const; 243 virtual double GetDouble() const; 336 virtual double GetDouble() const;
|
| /AOO41X/main/svx/source/customshapes/ |
| H A D | EnhancedCustomShape3d.cxx | 135 double GetDouble( SdrCustomShapeGeometryItem& rItem, const rtl::OUString& rPropertyName, double fDe… in GetDouble() function 688 …double fAmbientIntensity = GetDouble( rGeometryItem, sBrightness, 22178.0 / 655.36, NULL ) / 100.0; in Create3DObject() 698 …double fLightIntensity = GetDouble( rGeometryItem, sFirstLightLevel, 43712.0 / 655.36, NULL ) / 10… in Create3DObject() 710 …double fLight2Intensity = GetDouble( rGeometryItem, sSecondLightLevel, 43712.0 / 655.36, NULL ) / … in Create3DObject() 750 double fSpecular = GetDouble( rGeometryItem, sSpecularity, 0, NULL ) / 100; in Create3DObject()
|
| /AOO41X/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() 890 double aDouble = rPar.Get( 1 )->GetDouble(); in RTLFUNC() 1148 double aDouble= pArg->GetDouble(); in RTLFUNC() 1170 double aDouble = pArg->GetDouble(); in RTLFUNC() 1230 double aArg = rPar.Get(1)->GetDouble(); in RTLFUNC() 1516 double aDouble = rPar.Get(1)->GetDouble(); in RTLFUNC() 1565 double aDouble = rPar.Get(1)->GetDouble(); in RTLFUNC() [all …]
|
| H A D | methods1.cxx | 341 nVal = pSbxVariable->GetDouble(); in RTLFUNC() 597 double dWait = rPar.Get(1)->GetDouble(); in Wait_Impl() 1010 *pStrm << rVar.GetDouble(); in lcl_WriteSbxVariable() 2576 double dVal = pSbxVariable->GetDouble(); in RTLFUNC()
|
| /AOO41X/main/formula/source/core/api/ |
| H A D | token.cxx | 171 double FormulaToken::GetDouble() const in GetDouble() function in formula::FormulaToken 1322 double FormulaDoubleToken::GetDouble() const { return fDouble; } in GetDouble() function in formula::FormulaDoubleToken 1326 return FormulaToken::operator==( r ) && fDouble == r.GetDouble(); in operator ==() 1366 double FormulaMissingToken::GetDouble() const { return 0.0; } in GetDouble() function in formula::FormulaMissingToken
|
| /AOO41X/main/sc/source/core/inc/ |
| H A D | interpre.hxx | 355 double GetDouble(); 358 sal_Bool GetBool() { return GetDouble() != 0.0; } in GetBool() 837 double GetNumResult() const { return xResult->GetDouble(); } in GetNumResult()
|
| /AOO41X/main/basic/source/sbx/ |
| H A D | sbxscan.cxx | 864 d = GetDouble(); in Format() 942 ImpCvtNum( GetDouble(), nComma, aTmpString ); in Format()
|
| /AOO41X/main/sw/source/core/attr/ |
| H A D | cellatr.cxx | 220 rValue = rCalcPara.rCalc.Calculate( sFml ).GetDouble(); in Calc()
|
| /AOO41X/main/sw/source/core/fields/ |
| H A D | tblcalc.cxx | 62 SetValue( rCalcPara.rCalc.Calculate( sFml ).GetDouble() ); in CalcField()
|
| /AOO41X/main/sc/source/filter/excel/ |
| H A D | xipivot.cxx | 104 else if( const double* pfValue = GetDouble() ) in WriteToSource() 553 … DBG_ASSERT( pItem->GetDouble(), "XclImpPCField::GetNumGroupLimit - SXDOUBLE item expected" ); in GetNumGroupLimit() 554 return pItem->GetDouble(); in GetNumGroupLimit()
|
| /AOO41X/main/basic/source/sample/ |
| H A D | object.cxx | 245 double n = pPar_->Get( 1 )->GetDouble(); in Square()
|