/aoo41x/main/sc/source/core/data/ |
H A D | dptablecache.cxx | 224 return IsValue() ? ( r.IsValue() && rtl::math::approxEqual( fValue, r.fValue ) ) : in IsCaseInsEqual() 225 ( !r.IsValue() && in IsCaseInsEqual() 231 if ( IsValue() ) in Hash() 241 if ( IsValue() ) in operator ==() 252 if ( r.IsValue() ) in operator ==() 258 else if ( r.IsValue() ) in operator ==() 268 if ( rA.IsValue() ) in Compare() 270 if ( rB.IsValue() ) in Compare() 291 else if ( rB.IsValue() ) in Compare() 309 if ( IsValue() ) in CreateTypeString() [all …]
|
H A D | cell.cxx | 436 return ((ScFormulaCell*)this)->IsValue(); in HasValueData() 451 return !((ScFormulaCell*)this)->IsValue(); in HasStringData() 1079 if ( aResult.IsValue() && !::rtl::math::isFinite( aResult.GetDouble() ) ) in CalcAfterLoad() 1589 bool bIsValue = aResult.IsValue(); // the previous type in InterpretTail() 1690 if ( aResult.IsValue() && !p->GetError() in InterpretTail() 1717 if ( aResult.IsValue() && !::rtl::math::isFinite( aResult.GetDouble() ) ) in InterpretTail() 1794 if ( aResult.IsValue() ) in GetStandardFormat() 1941 if ( IsValue() ) in GetURLResult() 1968 if(IsValue()) in GetURLResult() 1977 if (!IsValue()) in IsMultilineResult()
|
H A D | dpcachetable.cxx | 81 (!rCellData.IsValue()|| rCellData.GetValue()!= mfValue)) in match() 324 rVal.fValue = pData->IsValue() ? pData->GetValue() : 0.0; in getValue() 396 if ( pData->IsValue() ) in filterTable()
|
H A D | dpgroup.cxx | 313 if ( !rCellData.IsValue() ) in match() 541 if ( !rGroupData.IsValue() || !rBaseData.IsValue() ) in lcl_DateContained() 724 rFilter.addMatchItem(itr->GetString(), itr->GetValue(), itr->IsValue()); in FillGroupFilter() 1382 if ( pData ->IsValue() ) in FillGroupValues() 1401 if ( pData ->IsValue() ) in FillGroupValues()
|
H A D | validat.cxx | 208 bIsValue = pCell->IsValue(); in DoScript() 340 bIsValue = pCell->IsValue(); in DoMacro() 505 bIsVal = pFCell->IsValue(); in IsDataValid()
|
H A D | column3.cxx | 878 else if (rForm.IsValue()) in CloneCell() 1669 if (pFormula->IsValue()) in RemoveProtected() 1831 if (((ScFormulaCell*)pCell)->IsValue()) in GetValue() 2029 && ((ScFormulaCell*)pCell)->IsValue()) ) in GetMaxNumberStringLen()
|
H A D | dptabsrc.cxx | 479 …SingleFilter(aItem.GetString()/*rSharedString, nMatchStrId*/, aItem.GetValue(), aItem.IsValue()) ); in getDrillDownData() 779 pGrpFilter->addMatchItem(aData.GetString(), aData.GetValue(), aData.IsValue()); in FilterCacheTableByPageDimensions() 794 …able::SingleFilter(rData.GetString()/*rSharedString, nStrId*/, rData.GetValue(), rData.IsValue())); in FilterCacheTableByPageDimensions() 2705 if ( nHier != SC_DAPI_HIERARCHY_FLAT && pSource->IsDateDimension( nSrcDim ) && r.IsValue() ) in IsNamedItem() 2724 if ( pData->IsValue() ) in IsNamedItem()
|
H A D | conditio.cxx | 638 if (pEff1->IsValue()) in Interpret() 667 if (pEff2->IsValue()) in Interpret() 857 bVal = pFCell->IsValue(); in IsCellValid()
|
H A D | dociter.cxx | 391 if ( rErr || ((ScFormulaCell*)pCell)->IsValue() ) in GetThis() 618 if (((ScFormulaCell*)pCell)->IsValue()) in getCurrent() 1886 if ( rErr || ((ScFormulaCell*)pCell)->IsValue() ) in GetNext()
|
H A D | cell2.cxx | 406 sal_Bool ScFormulaCell::IsValue() in IsValue() function in ScFormulaCell 410 return aResult.IsValue(); in IsValue()
|
H A D | dptabres.cxx | 1390 bIsNumeric = aItemData.IsValue(); in FillMemberResults() 3908 pGrpFilter->addMatchItem(rMemItem.GetString(), rMemItem.GetValue(), rMemItem.IsValue()); in fillFieldFilters() 3921 if (r.IsValue()) in operator ()()
|
/aoo41x/main/sc/inc/ |
H A D | scmatrix.hxx | 302 { return IsValue( nC, nR) ? GetError( nC, nR) : 0; } in GetErrorIfNotString() 304 { return IsValue( nIndex) ? GetError( nIndex) : 0; } in GetErrorIfNotString() 371 sal_Bool IsValue( SCSIZE nIndex ) const in IsValue() function in ScMatrix 375 sal_Bool IsValue( SCSIZE nC, SCSIZE nR ) const in IsValue() function in ScMatrix
|
H A D | formularesult.hxx | 156 inline bool IsValue() const; 413 inline bool ScFormulaResult::IsValue() const in IsValue() function in ScFormulaResult
|
H A D | cell.hxx | 416 sal_Bool IsValue(); // also sal_True if formula::svEmptyCell 510 if (((ScFormulaCell*)pCell)->IsValue()) in GetValueFromCell()
|
H A D | dpglobal.hxx | 144 sal_Bool IsValue() const;
|
H A D | compiler.hxx | 328 sal_Bool IsValue( const String& );
|
/aoo41x/main/sc/source/core/tool/ |
H A D | interpr1.cxx | 966 if ( pMat[i]->IsValue(j) ) in CompareMat() 2302 nRes = pMat->IsValue( 0 ); in ScIsValue() 2587 nRes = pMat->IsValue( 0 ); in IsEven() 2598 nRes = pMat->IsValue( nC, nR); in IsEven() 4132 if (rMat.IsValue(i)) in lcl_CompareMatrix2Query() 4163 if (rMat.IsValue(rIndex)) in lcl_GetLastMatch() 5685 if (pResMat->IsValue( 0 )) in ScLookup() 5748 if (pDataMat->IsValue(0, i)) in ScLookup() 5758 if (pDataMat->IsValue(i, 0)) in ScLookup() 5845 if (pResMat->IsValue(nDelta)) in ScLookup() [all …]
|
H A D | interpr5.cxx | 1254 if (pMat->IsValue(i)) in CalculateAddSub() 1263 { if (pMat->IsValue(i)) in CalculateAddSub() 1450 if (pMat->IsValue(i)) in ScMul() 1531 if (pMat->IsValue(i)) in ScDiv() 1538 if (pMat->IsValue(i)) in ScDiv() 1613 if (pMat->IsValue(i)) in ScPow() 1620 if (pMat->IsValue(i)) in ScPow() 2236 if (!pMatY->IsValue(i)) in CheckMatrix() 2265 if (!pMatX->IsValue(i)) in CheckMatrix() 2968 if (!pMatNewX->IsValue(i)) in CalculateTrendGrowth() [all …]
|
H A D | chartarr.cxx | 276 if ( (pFCell->GetErrCode() == 0) && pFCell->IsValue() ) in CreateMemChartSingle() 437 if ( (pFCell->GetErrCode() == 0) && pFCell->IsValue() ) in CreateMemChartMulti() 470 if ( (pFCell->GetErrCode() == 0) && pFCell->IsValue() ) in CreateMemChartMulti()
|
H A D | cellform.cxx | 131 else if ( pFCell->IsValue() ) in GetString() 205 else if (((ScFormulaCell*)pCell)->IsValue()) in GetInputString()
|
H A D | interpr4.cxx | 426 if (pFCell->IsValue()) in GetCellValueOrZero() 505 if (pFCell->IsValue()) in GetCellString() 585 if (((ScFormulaCell*)pCell)->IsValue()) in CreateDoubleArr() 671 if (!((ScFormulaCell*)pCell)->IsValue()) in CreateStringArr() 782 if (((ScFormulaCell*)pCell)->IsValue()) in CreateCellArr() 2959 if( ((ScFormulaCell*)pCell)->IsValue() ) in SetSbxVariable()
|
/aoo41x/main/sc/source/ui/unoobj/ |
H A D | funcuno.cxx | 200 if ( nErrCode == 0 && pFCell->IsValue() ) in lcl_CopyData() 705 else if ( pFormula->IsValue() ) in callFunction()
|
/aoo41x/main/sc/source/ui/docshell/ |
H A D | externalrefmgr.cxx | 182 if (pCell->IsValue()) in operator ()() 779 if (pMat->IsValue(nC, nR)) in setCellRangeData() 1322 else if (pFCell->IsValue()) in lcl_convertToToken() 1426 else if (pFCell->IsValue()) in lcl_convertToTokenArray()
|
/aoo41x/main/sc/source/ui/view/ |
H A D | tabvwsh5.cxx | 348 if ( ((ScFormulaCell*)pCell)->IsValue() ) in MakeNumberInfoItem()
|
/aoo41x/main/sc/source/ui/formdlg/ |
H A D | formula.cxx | 364 if ( pFCell->IsValue() ) in calculateValue()
|