Home
last modified time | relevance | path

Searched refs:IsValue (Results 1 – 25 of 39) sorted by relevance

12

/trunk/main/sc/source/core/data/
H A Ddptablecache.cxx224 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 Dcell.cxx436 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 Ddpcachetable.cxx81 (!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 Ddpgroup.cxx313 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 Dvalidat.cxx208 bIsValue = pCell->IsValue(); in DoScript()
340 bIsValue = pCell->IsValue(); in DoMacro()
505 bIsVal = pFCell->IsValue(); in IsDataValid()
H A Dcolumn3.cxx878 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 Ddptabsrc.cxx479 …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 Dconditio.cxx638 if (pEff1->IsValue()) in Interpret()
667 if (pEff2->IsValue()) in Interpret()
857 bVal = pFCell->IsValue(); in IsCellValid()
H A Ddociter.cxx391 if ( rErr || ((ScFormulaCell*)pCell)->IsValue() ) in GetThis()
618 if (((ScFormulaCell*)pCell)->IsValue()) in getCurrent()
1886 if ( rErr || ((ScFormulaCell*)pCell)->IsValue() ) in GetNext()
H A Dcell2.cxx406 sal_Bool ScFormulaCell::IsValue() in IsValue() function in ScFormulaCell
410 return aResult.IsValue(); in IsValue()
H A Ddptabres.cxx1390 bIsNumeric = aItemData.IsValue(); in FillMemberResults()
3908 pGrpFilter->addMatchItem(rMemItem.GetString(), rMemItem.GetValue(), rMemItem.IsValue()); in fillFieldFilters()
3921 if (r.IsValue()) in operator ()()
/trunk/main/sc/source/core/tool/
H A Dinterpr1.cxx964 if ( pMat[i]->IsValue(j) ) in CompareMat()
2439 nRes = pMat->IsValue( 0 ); in ScIsValue()
2724 nRes = pMat->IsValue( 0 ); in IsEven()
2735 nRes = pMat->IsValue( nC, nR); in IsEven()
4269 if (rMat.IsValue(i)) in lcl_CompareMatrix2Query()
4300 if (rMat.IsValue(rIndex)) in lcl_GetLastMatch()
5822 if (pResMat->IsValue( 0 )) in ScLookup()
5885 if (pDataMat->IsValue(0, i)) in ScLookup()
5895 if (pDataMat->IsValue(i, 0)) in ScLookup()
5982 if (pResMat->IsValue(nDelta)) in ScLookup()
[all …]
H A Dinterpr5.cxx1253 if (pMat->IsValue(i)) in CalculateAddSub()
1262 { if (pMat->IsValue(i)) in CalculateAddSub()
1449 if (pMat->IsValue(i)) in ScMul()
1530 if (pMat->IsValue(i)) in ScDiv()
1537 if (pMat->IsValue(i)) in ScDiv()
1612 if (pMat->IsValue(i)) in ScPow()
1619 if (pMat->IsValue(i)) in ScPow()
2235 if (!pMatY->IsValue(i)) in CheckMatrix()
2264 if (!pMatX->IsValue(i)) in CheckMatrix()
2967 if (!pMatNewX->IsValue(i)) in CalculateTrendGrowth()
[all …]
H A Dchartarr.cxx276 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 Dcellform.cxx131 else if ( pFCell->IsValue() ) in GetString()
205 else if (((ScFormulaCell*)pCell)->IsValue()) in GetInputString()
H A Dinterpr4.cxx426 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()
/trunk/main/sc/inc/
H A Dscmatrix.hxx302 { 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 Dformularesult.hxx156 inline bool IsValue() const;
413 inline bool ScFormulaResult::IsValue() const in IsValue() function in ScFormulaResult
H A Dcell.hxx416 sal_Bool IsValue(); // also sal_True if formula::svEmptyCell
510 if (((ScFormulaCell*)pCell)->IsValue()) in GetValueFromCell()
H A Ddpglobal.hxx144 sal_Bool IsValue() const;
H A Dcompiler.hxx332 sal_Bool IsValue( const String& );
/trunk/main/sc/source/ui/unoobj/
H A Dfuncuno.cxx200 if ( nErrCode == 0 && pFCell->IsValue() ) in lcl_CopyData()
705 else if ( pFormula->IsValue() ) in callFunction()
/trunk/main/sc/source/ui/docshell/
H A Dexternalrefmgr.cxx182 if (pCell->IsValue()) in operator ()()
779 if (pMat->IsValue(nC, nR)) in setCellRangeData()
1322 else if (pFCell->IsValue()) in lcl_convertToToken()
1427 else if (pFCell->IsValue()) in lcl_convertToTokenArray()
/trunk/main/sc/source/ui/view/
H A Dtabvwsh5.cxx348 if ( ((ScFormulaCell*)pCell)->IsValue() ) in MakeNumberInfoItem()
/trunk/main/sc/source/ui/formdlg/
H A Dformula.cxx364 if ( pFCell->IsValue() ) in calculateValue()

Completed in 225 milliseconds

12