/aoo42x/main/sc/source/core/tool/ |
H A D | cellform.cxx | 101 ScFormulaCell* pFCell = (ScFormulaCell*)pCell; in GetString() local 103 pFCell->GetFormula( rString ); in GetString() 112 if ( pFCell->GetDocument()->IsInInterpreter() && in GetString() 114 || pFCell->IsRunning()) ) in GetString() 120 sal_uInt16 nErrCode = pFCell->GetErrCode(); in GetString() 124 nFormat = pFCell->GetStandardFormat( rFormatter, in GetString() 129 else if ( pFCell->IsEmptyDisplayedAsString() ) in GetString() 131 else if ( pFCell->IsValue() ) in GetString() 138 double fValue = pFCell->GetValue(); in GetString() 148 double fValue = pFCell->GetValue(); in GetString() [all …]
|
H A D | detfunc.cxx | 848 if (pFCell->IsRunning()) in InsertPredLevel() 851 if (pFCell->GetDirty()) in InsertPredLevel() 853 pFCell->SetRunning(sal_True); in InsertPredLevel() 941 if (pFCell->IsRunning()) in FindPredLevel() 944 if (pFCell->GetDirty()) in FindPredLevel() 946 pFCell->SetRunning(sal_True); in FindPredLevel() 1003 if (pFCell->IsRunning()) in InsertErrorLevel() 1006 if (pFCell->GetDirty()) in InsertErrorLevel() 1008 pFCell->SetRunning(sal_True); in InsertErrorLevel() 1063 if (pFCell->GetDirty()) in InsertSuccLevel() [all …]
|
H A D | chartarr.cxx | 275 ScFormulaCell* pFCell = (ScFormulaCell*)pCell; in CreateMemChartSingle() local 276 if ( (pFCell->GetErrCode() == 0) && pFCell->IsValue() ) in CreateMemChartSingle() 277 nVal = pFCell->GetValue(); in CreateMemChartSingle() 436 ScFormulaCell* pFCell = (ScFormulaCell*)pCell; in CreateMemChartMulti() local 437 if ( (pFCell->GetErrCode() == 0) && pFCell->IsValue() ) in CreateMemChartMulti() 438 nVal = pFCell->GetValue(); in CreateMemChartMulti() 469 ScFormulaCell* pFCell = (ScFormulaCell*)pCell; in CreateMemChartMulti() local 470 if ( (pFCell->GetErrCode() == 0) && pFCell->IsValue() ) in CreateMemChartMulti() 471 nVal = pFCell->GetValue(); in CreateMemChartMulti()
|
H A D | interpr4.cxx | 426 if (pFCell->IsValue()) in GetCellValueOrZero() 430 rPos, pFCell ); in GetCellValueOrZero() 435 pFCell->GetString( aStr ); in GetCellValueOrZero() 504 nErr = pFCell->GetErrCode(); in GetCellString() 505 if (pFCell->IsValue()) in GetCellString() 514 pFCell->GetString(rStr); in GetCellString() 3031 if ( pFCell && pFCell->GetCellType() == CELLTYPE_FORMULA ) in ScTableOp() 3032 ((ScFormulaCell*)pFCell)->SetDirtyVar(); in ScTableOp() 3033 if ( HasCellValueData( pFCell ) ) in ScTableOp() 3038 GetCellString( aCellString, pFCell ); in ScTableOp() [all …]
|
H A D | interpr2.cxx | 1613 ScBaseCell* pFCell = GetCell( aFormulaAdr ); in ScBackSolver() local 1616 && pFCell && pFCell->GetCellType() == CELLTYPE_FORMULA ) in ScBackSolver() 1640 ScFormulaCell* pFormula = (ScFormulaCell*) pFCell; in ScBackSolver()
|
/aoo42x/main/sc/source/ui/formdlg/ |
H A D | formula.cxx | 337 ::std::auto_ptr<ScFormulaCell> pFCell( new ScFormulaCell( pDoc, aCursorPos, rStrExp ) ); in calculateValue() 353 pFCell.reset( new ScFormulaCell( pDoc, aCursorPos, aBraced ) ); in calculateValue() 359 sal_uInt16 nErrCode = pFCell->GetErrCode(); in calculateValue() 364 if ( pFCell->IsValue() ) in calculateValue() 366 double n = pFCell->GetValue(); in calculateValue() 368 pFCell->GetFormatType(), ScGlobal::eLnge ); in calculateValue() 376 pFCell->GetString( aStr ); in calculateValue() 378 pFCell->GetFormatType(), ScGlobal::eLnge); in calculateValue() 391 if(!isUserMatrix() && pFCell->GetMatrixFlag()) in calculateValue()
|
/aoo42x/main/sc/source/core/data/ |
H A D | cell2.cxx | 511 ScFormulaCell* pFCell; in GetMatrixEdge() local 513 pFCell = (ScFormulaCell*) pDocument->GetCell( aOrg ); in GetMatrixEdge() 515 pFCell = this; // this MM_FORMULA in GetMatrixEdge() 517 if ( pFCell && pFCell->GetCellType() == CELLTYPE_FORMULA in GetMatrixEdge() 518 && pFCell->cMatrixFlag == MM_FORMULA ) in GetMatrixEdge() 520 pFCell->GetMatColsRows( nC, nR ); in GetMatrixEdge() 559 pFCell->SetMatColsRows( nC, nR ); in GetMatrixEdge() 981 ScFormulaCell* pFCell = new ScFormulaCell( pUndoDoc, aUndoPos, in UpdateReference() local 984 pUndoDoc->PutCell( aUndoPos, pFCell ); in UpdateReference() 1338 ScFormulaCell* pFCell = new ScFormulaCell( pUndoDoc, aPos, pOld, in UpdateTranspose() local [all …]
|
H A D | column.cxx | 204 ScFormulaCell* pFCell; in HasSelectionMatrixFragment() local 207 pFCell = (ScFormulaCell*) pDocument->GetCell( aOrg ); in HasSelectionMatrixFragment() 209 pFCell = (ScFormulaCell*)pCell; in HasSelectionMatrixFragment() 212 pFCell->GetMatColsRows( nC, nR ); in HasSelectionMatrixFragment() 1246 ScFormulaCell* pFCell = (ScFormulaCell*) pItems[i].pCell; in CopyToClip() local 1247 if (pFCell->GetDirty() && pDocument->GetAutoCalc()) in CopyToClip() 1248 pFCell->Interpret(); in CopyToClip() 2020 ScFormulaCell* pFCell = (ScFormulaCell*)pCell; in CalcAll() local 2022 nOldVal = pFCell->GetValue(); in CalcAll() 2026 if ( pFCell->GetCode()->IsRecalcModeNormal() ) in CalcAll() [all …]
|
H A D | validat.cxx | 504 ScFormulaCell* pFCell = (ScFormulaCell*)pCell; in IsDataValid() local 505 bIsVal = pFCell->IsValue(); in IsDataValid() 507 nVal = pFCell->GetValue(); in IsDataValid() 509 pFCell->GetString( aString ); in IsDataValid()
|
H A D | table6.cxx | 227 ScFormulaCell* pFCell = new ScFormulaCell( pDocument, aAdr, in SearchCell() local 232 pFCell->SetMatColsRows( nMatCols, nMatRows ); in SearchCell() 233 aCol[nCol].Insert( nRow, pFCell ); in SearchCell()
|
H A D | conditio.cxx | 856 ScFormulaCell* pFCell = (ScFormulaCell*)pCell; in IsCellValid() local 857 bVal = pFCell->IsValue(); in IsCellValid() 859 nArg = pFCell->GetValue(); in IsCellValid() 861 pFCell->GetString(aArgStr); in IsCellValid()
|
H A D | column3.cxx | 1195 ScFormulaCell* pFCell = static_cast<ScFormulaCell*>(pCell); in StartNeededListeners() local 1196 if (pFCell->NeedsListening()) in StartNeededListeners() 1199 pFCell->StartListeningTo( pDocument ); in StartNeededListeners()
|
H A D | document.cxx | 2767 ScFormulaCell* pFCell = static_cast<ScFormulaCell*>(pCell); in GetStringForFormula() local 2768 nErr = pFCell->GetErrCode(); in GetStringForFormula() 2769 if (pFCell->IsValue()) in GetStringForFormula() 2771 double fVal = pFCell->GetValue(); in GetStringForFormula() 2778 pFCell->GetString(aStr); in GetStringForFormula()
|
/aoo42x/main/sc/source/ui/app/ |
H A D | transobj.cxx | 792 ScFormulaCell* pFCell = (ScFormulaCell*) pCell; in StripRefs() local 794 ScDetectiveRefIter aRefIter( pFCell ); in StripRefs() 808 sal_uInt16 nErrCode = pFCell->GetErrCode(); in StripRefs() 818 else if (pFCell->IsValue()) in StripRefs() 820 double fVal = pFCell->GetValue(); in StripRefs() 826 pFCell->GetString(aStr); in StripRefs() 827 if ( pFCell->IsMultilineResult() ) in StripRefs() 840 sal_uLong nNewFormat = pFCell->GetStandardFormat( *pFormatter, in StripRefs()
|
/aoo42x/main/sc/source/ui/view/ |
H A D | output2.cxx | 530 ScFormulaCell* pFCell = static_cast<ScFormulaCell*>(pCell); in SetTextToWidthOrHash() local 531 if (pFCell->GetErrCode() != 0 || pOutput->bShowFormulas) in SetTextToWidthOrHash() 537 if (!pFCell->IsValue()) in SetTextToWidthOrHash() 772 if ( pFCell->IsHyperLinkCell() ) in lcl_DoHyperlinkResult() 773 pFCell->GetURLResult( aURL, aCellText ); in lcl_DoHyperlinkResult() 1001 ScFormulaCell* pFCell ) in lcl_CreateInterpretProgress() argument 1003 if ( !bProgress && pFCell->GetDirty() ) in lcl_CreateInterpretProgress() 1544 ScFormulaCell* pFCell = (ScFormulaCell*)pCell; in DrawStrings() local 1545 bCellIsValue = pFCell->IsRunning() || pFCell->IsValue(); in DrawStrings() 1949 ScFormulaCell* pFCell = (ScFormulaCell*)pCell; in lcl_SafeIsValue() local [all …]
|
H A D | cellsh.cxx | 663 ScFormulaCell* pFCell = (ScFormulaCell*) pCell; in GetState() local 664 if (!pFCell->IsRunning()) in GetState() 665 nErrCode = pFCell->GetErrCode(); in GetState()
|
H A D | output.cxx | 1771 ScFormulaCell* pFCell = (ScFormulaCell*)pCell; in FindChanged() local 1772 if ( !bProgress && pFCell->GetDirty() ) in FindChanged() 1777 if (!pFCell->IsRunning()) in FindChanged() 1779 (void)pFCell->GetValue(); in FindChanged() 1780 if (pFCell->IsChanged()) in FindChanged()
|
H A D | viewfun2.cxx | 798 ScFormulaCell* pFCell = new ScFormulaCell( pDoc, aPos, aNewStr ); in EnterBlock() local 799 pInsDoc->PutCell( nCol, nRow, nTab, pFCell ); in EnterBlock()
|
/aoo42x/main/sc/source/ui/docshell/ |
H A D | impex.cxx | 1668 ScFormulaCell* pFCell = new ScFormulaCell( in Sylk2Doc() local 1670 pDoc->PutCell( aPos, pFCell ); in Sylk2Doc() 1854 const ScFormulaCell* pFCell = in Doc2Sylk() local 1856 switch ( pFCell->GetMatrixFlag() ) in Doc2Sylk() 1862 pFCell->GetFormula( aCellStr,formula::FormulaGrammar::GRAM_PODF_A1); in Doc2Sylk() 1868 if ( pFCell->GetMatrixFlag() != MM_NONE && in Doc2Sylk() 1879 switch ( pFCell->GetMatrixFlag() ) in Doc2Sylk() 1885 pFCell->GetMatColsRows( nC, nR ); in Doc2Sylk() 1898 pFCell->GetMatrixOrigin( aPos ); in Doc2Sylk()
|
H A D | externalrefmgr.cxx | 1318 ScFormulaCell* pFCell = static_cast<ScFormulaCell*>(pCell); in lcl_convertToToken() local 1319 sal_uInt16 nError = pFCell->GetErrCode(); in lcl_convertToToken() 1322 else if (pFCell->IsValue()) in lcl_convertToToken() 1324 double fVal = pFCell->GetValue(); in lcl_convertToToken() 1330 pFCell->GetString(aStr); in lcl_convertToToken() 1423 ScFormulaCell* pFCell = static_cast<ScFormulaCell*>(pCell); in lcl_convertToTokenArray() local 1424 sal_uInt16 nError = pFCell->GetErrCode(); in lcl_convertToTokenArray() 1427 else if (pFCell->IsValue()) in lcl_convertToTokenArray() 1429 double fVal = pFCell->GetValue(); in lcl_convertToTokenArray() 1435 pFCell->GetString(aStr); in lcl_convertToTokenArray()
|
H A D | tablink.cxx | 324 ScFormulaCell* pFCell = static_cast<ScFormulaCell*>(pCell); in Refresh() local 326 ScDetectiveRefIter aRefIter( pFCell ); in Refresh()
|
/aoo42x/main/sc/source/ui/unoobj/ |
H A D | funcuno.cxx | 198 ScFormulaCell* pFCell = static_cast<ScFormulaCell*>(pCell); in lcl_CopyData() local 199 sal_uInt16 nErrCode = pFCell->GetErrCode(); in lcl_CopyData() 200 if ( nErrCode == 0 && pFCell->IsValue() ) in lcl_CopyData() 202 … sal_uInt32 nNewFormat = pFCell->GetStandardFormat( *pClipDoc->GetFormatTable(), nFormat ); in lcl_CopyData()
|
H A D | chart2uno.cxx | 2584 ScFormulaCell* pFCell = static_cast<ScFormulaCell*>(pCell); in BuildDataCache() local 2585 sal_uInt16 nErr = pFCell->GetErrCode(); in BuildDataCache() 2589 if (pFCell->HasValueData()) in BuildDataCache() 2591 rItem.mfValue = pFCell->GetValue(); in BuildDataCache()
|
/aoo42x/main/sc/source/filter/xml/ |
H A D | xmlcelli.cxx | 897 … ScFormulaCell* pFCell = static_cast<ScFormulaCell*>(pCell); in EndElement() local 899 pFCell->SetHybridString( *pOUTextValue ); in EndElement() 901 pFCell->SetHybridString( *pOUTextContent ); in EndElement() 903 pFCell->SetHybridString( *pOUText ); in EndElement()
|
/aoo42x/main/sc/source/ui/Accessibility/ |
H A D | AccessibleCell.cxx | 438 ScFormulaCell* pFCell = (ScFormulaCell*) pBaseCell; in FillPrecedents() local 440 ScDetectiveRefIter aIter( pFCell ); in FillPrecedents()
|