/aoo41x/main/sc/source/core/tool/ |
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 | 120 sal_uInt16 nErrCode = pFCell->GetErrCode(); in GetString() 215 sal_uInt16 nErrCode = ((ScFormulaCell*)pCell)->GetErrCode(); in GetInputString()
|
H A D | interpr4.cxx | 162 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 D | rangeseq.cxx | 53 …pCell->GetCellType() == CELLTYPE_FORMULA && static_cast<ScFormulaCell*>(pCell)->GetErrCode() != 0 ) in lcl_HasErrors() 297 ((ScFormulaCell*)pCell)->GetErrCode() != 0 ) in FillMixedArray()
|
H A D | interpr2.cxx | 1644 sal_Bool bError = ( pFormula->GetErrCode() != 0 ); in ScBackSolver() 1666 bError = ( pFormula->GetErrCode() != 0 ); in ScBackSolver() 1700 bHorMoveError = ( pFormula->GetErrCode() != 0 ); in ScBackSolver()
|
H A D | rangenam.cxx | 596 sal_uInt16 ScRangeData::GetErrCode() in GetErrCode() function in ScRangeData
|
H A D | interpr5.cxx | 546 sal_uInt16 nErrCode = ((ScFormulaCell*)pCell)->GetErrCode(); in ScMatValue() 3225 sal_uInt16 nErr = pCell->GetErrCode(); in ScMatRef()
|
/aoo41x/main/sc/source/ui/unoobj/ |
H A D | funcuno.cxx | 199 sal_uInt16 nErrCode = pFCell->GetErrCode(); in lcl_CopyData() 697 sal_uInt16 nErrCode = pFormula->GetErrCode(); in callFunction()
|
/aoo41x/main/sc/source/core/data/ |
H A D | column3.cxx | 867 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 D | dociter.cxx | 390 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 D | validat.cxx | 664 sal_uInt16 nErrCode = aValidationSrc.GetErrCode(); in GetSelectionFromFormula()
|
H A D | dptablecache.cxx | 197 if ( pCell && pCell->GetCellType() == CELLTYPE_FORMULA && ((ScFormulaCell*)pCell)->GetErrCode() ) in ScDPItemData()
|
H A D | documen4.cxx | 109 sal_uInt16 nErrCode = pCell->GetErrCode(); in Solver()
|
/aoo41x/main/sc/inc/ |
H A D | rangenam.hxx | 122 sal_uInt16 GetErrCode();
|
H A D | addincol.hxx | 230 sal_uInt16 GetErrCode() const { return nErrCode; } in GetErrCode() function in ScUnoAddInCall
|
H A D | cell.hxx | 424 sal_uInt16 GetErrCode(); // interpret first if necessary
|
H A D | table.hxx | 455 sal_uInt16 GetErrCode( const ScAddress& rPos ) const in GetErrCode() function in ScTable 458 aCol[rPos.Col()].GetErrCode( rPos.Row() ) : in GetErrCode()
|
H A D | column.hxx | 254 sal_uInt16 GetErrCode( SCROW nRow ) const;
|
/aoo41x/main/sc/source/filter/dif/ |
H A D | difexp.cxx | 201 if ( ((ScFormulaCell*)pAkt)->GetErrCode() ) in ScExportDif()
|
/aoo41x/main/sc/source/ui/namedlg/ |
H A D | namedlg.cxx | 477 if ( 0 == pNewEntry->GetErrCode() ) in IMPL_LINK_INLINE_END()
|
/aoo41x/main/sc/source/ui/formdlg/ |
H A D | formula.cxx | 359 sal_uInt16 nErrCode = pFCell->GetErrCode(); in calculateValue()
|
/aoo41x/main/sc/source/ui/view/ |
H A D | cellsh.cxx | 665 nErrCode = pFCell->GetErrCode(); in GetState()
|
/aoo41x/main/sc/source/ui/app/ |
H A D | transobj.cxx | 808 sal_uInt16 nErrCode = pFCell->GetErrCode(); in StripRefs()
|
/aoo41x/main/sc/source/filter/excel/ |
H A D | xetable.cxx | 939 sal_uInt16 nScErrCode = rCell.GetErrCode(); in lcl_GetFormulaInfo() 1035 sal_uInt16 nScErrCode = mrScFmlaCell.GetErrCode(); in WriteContents()
|
/aoo41x/main/sc/source/ui/docshell/ |
H A D | externalrefmgr.cxx | 1319 sal_uInt16 nError = pFCell->GetErrCode(); in lcl_convertToToken() 1423 sal_uInt16 nError = pFCell->GetErrCode(); in lcl_convertToTokenArray()
|