Home
last modified time | relevance | path

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

12

/trunk/main/sc/source/core/tool/
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.cxx120 sal_uInt16 nErrCode = pFCell->GetErrCode(); in GetString()
215 sal_uInt16 nErrCode = ((ScFormulaCell*)pCell)->GetErrCode(); in GetInputString()
H A Dinterpr4.cxx162 nErr = ((ScFormulaCell*)pCell)->GetErrCode(); in GetCellNumberFormat()
423 sal_uInt16 nErr = pFCell->GetErrCode(); in GetCellValueOrZero()
504 nErr = pFCell->GetErrCode(); in GetCellString()
587 nErr = ((ScFormulaCell*)pCell)->GetErrCode(); in CreateDoubleArr()
673 nErr = ((ScFormulaCell*)pCell)->GetErrCode(); in CreateStringArr()
781 nErr = ((ScFormulaCell*)pCell)->GetErrCode(); in CreateCellArr()
2672 if ( aCall.GetErrCode() ) in ScExternal()
2673 PushError( aCall.GetErrCode() ); in ScExternal()
2956 nErr = ((ScFormulaCell*)pCell)->GetErrCode(); in SetSbxVariable()
3059 ((ScFormulaCell*)pFCell)->GetErrCode(); // recalculate original in ScTableOp()
H A Drangeseq.cxx53 …pCell->GetCellType() == CELLTYPE_FORMULA && static_cast<ScFormulaCell*>(pCell)->GetErrCode() != 0 ) in lcl_HasErrors()
297 ((ScFormulaCell*)pCell)->GetErrCode() != 0 ) in FillMixedArray()
H A Dinterpr2.cxx1644 sal_Bool bError = ( pFormula->GetErrCode() != 0 ); in ScBackSolver()
1666 bError = ( pFormula->GetErrCode() != 0 ); in ScBackSolver()
1700 bHorMoveError = ( pFormula->GetErrCode() != 0 ); in ScBackSolver()
H A Drangenam.cxx596 sal_uInt16 ScRangeData::GetErrCode() in GetErrCode() function in ScRangeData
H A Dinterpr5.cxx545 sal_uInt16 nErrCode = ((ScFormulaCell*)pCell)->GetErrCode(); in ScMatValue()
3224 sal_uInt16 nErr = pCell->GetErrCode(); in ScMatRef()
/trunk/main/sc/source/core/data/
H A Dcolumn3.cxx867 sal_uInt16 nErr = rForm.GetErrCode(); in CloneCell()
1761 … if( pCell->GetCellType() == CELLTYPE_FORMULA && ((ScFormulaCell*)pCell)->GetErrCode() ) in FillDPCacheT()
1871 sal_uInt16 ScColumn::GetErrCode( SCROW nRow ) const in GetErrCode() function in ScColumn
1878 return ((ScFormulaCell*)pCell)->GetErrCode(); in GetErrCode()
H A Ddociter.cxx390 rErr = ((ScFormulaCell*)pCell)->GetErrCode(); in GetThis()
625 rValue.mnError = ((ScFormulaCell*)pCell)->GetErrCode(); in getCurrent()
636 rValue.mnError = ((ScFormulaCell*)pCell)->GetErrCode(); in getCurrent()
1885 rErr = ((ScFormulaCell*)pCell)->GetErrCode(); in GetNext()
H A Dvalidat.cxx664 sal_uInt16 nErrCode = aValidationSrc.GetErrCode(); in GetSelectionFromFormula()
H A Ddptablecache.cxx197 if ( pCell && pCell->GetCellType() == CELLTYPE_FORMULA && ((ScFormulaCell*)pCell)->GetErrCode() ) in ScDPItemData()
H A Ddocumen4.cxx109 sal_uInt16 nErrCode = pCell->GetErrCode(); in Solver()
/trunk/main/sc/source/ui/unoobj/
H A Dfuncuno.cxx199 sal_uInt16 nErrCode = pFCell->GetErrCode(); in lcl_CopyData()
697 sal_uInt16 nErrCode = pFormula->GetErrCode(); in callFunction()
/trunk/main/sc/inc/
H A Daddincol.hxx230 sal_uInt16 GetErrCode() const { return nErrCode; } in GetErrCode() function in ScUnoAddInCall
H A Drangenam.hxx122 sal_uInt16 GetErrCode();
H A Dcell.hxx424 sal_uInt16 GetErrCode(); // interpret first if necessary
H A Dtable.hxx455 sal_uInt16 GetErrCode( const ScAddress& rPos ) const in GetErrCode() function in ScTable
458 aCol[rPos.Col()].GetErrCode( rPos.Row() ) : in GetErrCode()
H A Dcolumn.hxx254 sal_uInt16 GetErrCode( SCROW nRow ) const;
/trunk/main/sc/source/filter/dif/
H A Ddifexp.cxx201 if ( ((ScFormulaCell*)pAkt)->GetErrCode() ) in ScExportDif()
/trunk/main/sc/source/ui/namedlg/
H A Dnamedlg.cxx477 if ( 0 == pNewEntry->GetErrCode() ) in IMPL_LINK_INLINE_END()
/trunk/main/sc/source/ui/formdlg/
H A Dformula.cxx359 sal_uInt16 nErrCode = pFCell->GetErrCode(); in calculateValue()
/trunk/main/sc/source/ui/view/
H A Dcellsh.cxx665 nErrCode = pFCell->GetErrCode(); in GetState()
/trunk/main/sc/source/ui/app/
H A Dtransobj.cxx808 sal_uInt16 nErrCode = pFCell->GetErrCode(); in StripRefs()
/trunk/main/sc/source/filter/excel/
H A Dxetable.cxx939 sal_uInt16 nScErrCode = rCell.GetErrCode(); in lcl_GetFormulaInfo()
1035 sal_uInt16 nScErrCode = mrScFmlaCell.GetErrCode(); in WriteContents()
/trunk/main/sc/source/ui/docshell/
H A Dexternalrefmgr.cxx1319 sal_uInt16 nError = pFCell->GetErrCode(); in lcl_convertToToken()
1424 sal_uInt16 nError = pFCell->GetErrCode(); in lcl_convertToTokenArray()

Completed in 170 milliseconds

12