/trunk/main/sc/source/core/data/ |
H A D | cell.cxx | 170 delete (ScFormulaCell*) this; in Delete() 239 ScFormulaCell* pFormCell = (ScFormulaCell*)this; in StartListeningTo() 325 ScFormulaCell* pFormCell = (ScFormulaCell*)this; in EndListeningTo() 623 ScFormulaCell::ScFormulaCell() : in ScFormulaCell() function in ScFormulaCell 650 ScFormulaCell::ScFormulaCell( ScDocument* pDoc, const ScAddress& rPos, in ScFormulaCell() function in ScFormulaCell 683 ScFormulaCell::ScFormulaCell( ScDocument* pDoc, const ScAddress& rPos, in ScFormulaCell() function in ScFormulaCell 726 ScFormulaCell::ScFormulaCell( const ScFormulaCell& rCell, ScDocument& rDoc, const ScAddress& rPos, … in ScFormulaCell() function in ScFormulaCell 821 ScFormulaCell::~ScFormulaCell() in ~ScFormulaCell() 1050 void ScFormulaCell::CalcAfterLoad() in CalcAfterLoad() 1138 void ScFormulaCell::Interpret() in Interpret() [all …]
|
H A D | column.cxx | 1513 ScFormulaCell* pCell = (ScFormulaCell*) pItems[i].pCell; in SwapCol() 1725 ScFormulaCell* pCell = (ScFormulaCell*) pItems[i].pCell; in UpdateInsertTabOnlyCells() 1742 ScFormulaCell* pCell = (ScFormulaCell*) pItems[i].pCell; in UpdateInsertTabAbs() 1764 ScFormulaCell* pOld = (ScFormulaCell*)pItems[i].pCell; in UpdateDeleteTab() 1809 ScFormulaCell* p = (ScFormulaCell*) pItems[i].pCell; in UpdateCompile() 1828 ScFormulaCell* p = (ScFormulaCell*) pItems[i].pCell; in SetTabNo() 1879 ScFormulaCell* p = (ScFormulaCell*) pItems[i].pCell; in SetDirtyVar() 1893 ScFormulaCell* p = (ScFormulaCell*) pItems[i].pCell; in SetDirty() 1969 ScFormulaCell* p = (ScFormulaCell*) pItems[i].pCell; in SetDirtyAfterLoad() 2002 ScFormulaCell* p = (ScFormulaCell*) pItems[i].pCell; in SetRelNameDirty() [all …]
|
H A D | cell2.cxx | 392 sal_Bool ScFormulaCell::IsEmpty() in IsEmpty() 406 sal_Bool ScFormulaCell::IsValue() in IsValue() 413 double ScFormulaCell::GetValue() in GetValue() 423 double ScFormulaCell::GetValueAlways() in GetValueAlways() 511 ScFormulaCell* pFCell; in GetMatrixEdge() 623 sal_uInt16 ScFormulaCell::GetErrCode() in GetErrCode() 636 sal_uInt16 ScFormulaCell::GetRawError() in GetRawError() 981 ScFormulaCell* pFCell = new ScFormulaCell( pUndoDoc, aUndoPos, in UpdateReference() 1213 void ScFormulaCell::TransposeReference() in TransposeReference() 1338 ScFormulaCell* pFCell = new ScFormulaCell( pUndoDoc, aPos, pOld, in UpdateTranspose() [all …]
|
H A D | documen7.cxx | 236 ScFormulaCell* pPrev = pCell->GetPrevious(); in RemoveFromFormulaTree() 240 ScFormulaCell* pNext = pCell->GetNext(); in RemoveFromFormulaTree() 293 ScFormulaCell* pCell = pFormulaTree; in CalcFormulaTree() 303 ScFormulaCell* pNext = pCell->GetNext(); in CalcFormulaTree() 321 ScFormulaCell* pLastNoGood = 0; in CalcFormulaTree() 382 ScFormulaCell* pCell; in ClearFormulaTree() 383 ScFormulaCell* pTree = pFormulaTree; in ClearFormulaTree() 414 ScFormulaCell* pPrev = pCell->GetPreviousTrack(); in RemoveFromFormulaTrack() 418 ScFormulaCell* pNext = pCell->GetNextTrack(); in RemoveFromFormulaTrack() 455 ScFormulaCell* pTrack; in TrackFormulas() [all …]
|
H A D | column3.cxx | 151 ((ScFormulaCell*)pNewCell)->SetDirty(); in Insert() 866 ScFormulaCell& rForm = (ScFormulaCell&)rSource; in CloneCell() 873 ScFormulaCell* pErrCell = new ScFormulaCell( &rDestDoc, rDestPos ); in CloneCell() 1076 ScFormulaCell* pFC = new ScFormulaCell( pDocument, in MixData() 1195 ScFormulaCell* pFCell = static_cast<ScFormulaCell*>(pCell); in StartNeededListeners() 1220 ((ScFormulaCell*)pCell)->SetDirty(); in BroadcastInArea() 1293 pNewCell = new ScFormulaCell( pDocument, in SetString() 1464 ((ScFormulaCell*)pNewCell)->SetDirty(); in SetString() 1668 ScFormulaCell* pFormula = (ScFormulaCell*)pItems[nIndex].pCell; in RemoveProtected() 1695 ScFormulaCell* pCell = new ScFormulaCell in SetError() [all …]
|
H A D | dociter.cxx | 388 if (!bSubTotal || !((ScFormulaCell*)pCell)->IsSubTotal()) in GetThis() 390 rErr = ((ScFormulaCell*)pCell)->GetErrCode(); in GetThis() 391 if ( rErr || ((ScFormulaCell*)pCell)->IsValue() ) in GetThis() 393 rValue = ((ScFormulaCell*)pCell)->GetValue(); in GetThis() 456 ((const ScFormulaCell*)pCell)->GetFormatInfo( nNumFmtType, nNumFmtIndex ); in GetCurNumFmtInfo() 618 if (((ScFormulaCell*)pCell)->IsValue()) in getCurrent() 1082 && ((ScFormulaCell*)pCell)->IsSubTotal() ) in GetThis() 1480 static_cast<ScFormulaCell*>(pCell)->GetValue(); in BinarySearch() 1885 rErr = ((ScFormulaCell*)pCell)->GetErrCode(); in GetNext() 1886 if ( rErr || ((ScFormulaCell*)pCell)->IsValue() ) in GetNext() [all …]
|
H A D | column2.cxx | 250 …( static_cast<ScFormulaCell*>(pCell)->GetStandardFormat(*pFormatter, nFormat) % SV_COUNTRY_LANGUAG… in GetNeededSize() 332 … ((eCellType == CELLTYPE_FORMULA) && ((ScFormulaCell*)pCell)->IsMultilineResult()) ); in GetNeededSize() 1112 if (((ScFormulaCell*)pItems[i].pCell)->TestTabRefAbs(nTable)) in TestTabRefAbs() 1692 ((ScFormulaCell*) pCell)->CompileDBFormula(); in CompileDBFormula() 1703 ((ScFormulaCell*) pCell)->CompileDBFormula( bCreateFormulaString ); in CompileDBFormula() 1714 ((ScFormulaCell*) pCell)->CompileNameFormula( bCreateFormulaString ); in CompileNameFormula() 1725 ((ScFormulaCell*) pCell)->CompileColRowNameFormula(); in CompileColRowNameFormula() 1744 ScFormulaCell* pFC = (ScFormulaCell*)pCell; in lcl_UpdateSubTotal() 1859 nTotal += 5 + ((ScFormulaCell*)pCell)->GetCode()->GetCodeLen(); in GetWeightedCount() 1882 nCodeCount += ((ScFormulaCell*)pCell)->GetCode()->GetCodeLen(); in GetCodeCount()
|
H A D | conditio.cxx | 389 pFCell1 = new ScFormulaCell( pDoc, rPos, pFormula1 ); in MakeCells() 395 pFCell2 = new ScFormulaCell( pDoc, rPos, pFormula2 ); in MakeCells() 624 ScFormulaCell* pTemp1 = NULL; in Interpret() 625 ScFormulaCell* pEff1 = pFCell1; in Interpret() 628 pTemp1 = new ScFormulaCell( pDoc, rPos, pFormula1 ); // ohne Listening in Interpret() 654 ScFormulaCell* pTemp2 = NULL; in Interpret() 655 ScFormulaCell* pEff2 = pFCell2; //@ 1!=2 in Interpret() 658 pTemp2 = new ScFormulaCell( pDoc, rPos, pFormula2 ); // ohne Listening in Interpret() 856 ScFormulaCell* pFCell = (ScFormulaCell*)pCell; in IsCellValid()
|
H A D | validat.cxx | 190 ScFormulaCell* pCell, Window* pParent ) const in DoScript() 273 ScFormulaCell* pCell, Window* pParent ) const in DoMacro() 390 void ScValidationData::DoCalcError( ScFormulaCell* pCell ) const in DoCalcError() 504 ScFormulaCell* pFCell = (ScFormulaCell*)pCell; in IsDataValid() 646 ScFormulaCell aValidationSrc( pDocument, rPos, &rTokArr, in GetSelectionFromFormula()
|
H A D | table3.cxx | 263 if ( eType1 == CELLTYPE_FORMULA && ((ScFormulaCell*)pCell1)->IsValue() ) in CompareCell() 266 if ( eType2 == CELLTYPE_FORMULA && ((ScFormulaCell*)pCell2)->IsValue() ) in CompareCell() 312 nVal1 = ((ScFormulaCell*)pCell1)->GetValue(); in CompareCell() 318 nVal2 = ((ScFormulaCell*)pCell2)->GetValue(); in CompareCell() 590 if (((ScFormulaCell*)pCell)->IsSubTotal()) in TestRemoveSubTotals() 622 if (((ScFormulaCell*)pCell)->IsSubTotal()) in RemoveSubTotals() 893 ScBaseCell* pCell = new ScFormulaCell( pDocument, ScAddress( in DoSubTotals() 976 nCellVal = ((ScFormulaCell*)pCell)->GetValue(); in ValidQuery() 1374 rEntry.nVal = ((ScFormulaCell*)pCell)->GetValue(); in TopTenQuery() 1517 if (((ScFormulaCell*)pCell)->IsSubTotal()) in Query() [all …]
|
H A D | documen4.cxx | 102 ScFormulaCell* pCell = new ScFormulaCell( this, ScAddress(), &aArr ); in Solver() 149 ScFormulaCell* pCell; in InsertMatrixFormula() 152 pCell = new ScFormulaCell( this, aPos, pArr, eGram, MM_FORMULA ); in InsertMatrixFormula() 154 pCell = new ScFormulaCell( this, aPos, rFormula, eGram, MM_FORMULA ); in InsertMatrixFormula() 201 pCell = new ScFormulaCell( this, aPos, aArr.Clone(), eGram, MM_REFERENCE ); in InsertMatrixFormula() 285 ScFormulaCell aRefCell( this, ScAddress( nCol1, nRow1, nTab1 ), aForString, in InsertTableOp()
|
/trunk/main/sc/inc/ |
H A D | cell.hxx | 293 ScFormulaCell* pPrevious; 294 ScFormulaCell* pNext; 295 ScFormulaCell* pPreviousTrack; 296 ScFormulaCell* pNextTrack; 320 ScFormulaCell( const ScFormulaCell& ); 325 DECL_FIXEDMEMPOOL_NEWDEL( ScFormulaCell ) 330 ~ScFormulaCell(); 331 ScFormulaCell(); 347 …ScFormulaCell( const ScFormulaCell& rCell, ScDocument& rDoc, const ScAddress& rPos, int nCloneFlag… 497 ScDetectiveRefIter( ScFormulaCell* pCell ); [all …]
|
H A D | recursionhelper.hxx | 33 class ScFormulaCell; 37 ScFormulaCell* pCell; 40 ScFormulaRecursionEntry( ScFormulaCell* p, sal_Bool bR, in ScFormulaRecursionEntry() 51 typedef ::std::stack< ScFormulaCell* > ScRecursionInIterationStack; 95 void Insert( ScFormulaCell* p, sal_Bool bOldRunning, in Insert()
|
H A D | tabopparams.hxx | 32 class ScFormulaCell; 41 ::std::vector< ScFormulaCell* > aNotifiedFormulaCells; 77 ::std::vector< ScFormulaCell* >().swap( aNotifiedFormulaCells ); in operator =()
|
/trunk/main/sc/source/core/tool/ |
H A D | cellform.cxx | 42 const ScFormulaCell* pLastFormulaTreeTop = 0; 101 ScFormulaCell* pFCell = (ScFormulaCell*)pCell; in GetString() 201 if (((ScFormulaCell*)pCell)->IsEmptyDisplayedAsString()) in GetInputString() 205 else if (((ScFormulaCell*)pCell)->IsValue()) in GetInputString() 207 double nValue = ((ScFormulaCell*)pCell)->GetValue(); in GetInputString() 212 ((ScFormulaCell*)pCell)->GetString( rString ); in GetInputString() 215 sal_uInt16 nErrCode = ((ScFormulaCell*)pCell)->GetErrCode(); in GetInputString()
|
H A D | detfunc.cxx | 310 nError = ((ScFormulaCell*)pCell)->GetErrCode(); in HasError() 847 ScFormulaCell* pFCell = (ScFormulaCell*)pCell; in InsertPredLevel() 857 ScDetectiveRefIter aIter( (ScFormulaCell*) pCell ); in InsertPredLevel() 940 ScFormulaCell* pFCell = (ScFormulaCell*)pCell; in FindPredLevel() 956 ScDetectiveRefIter aIter( (ScFormulaCell*) pCell ); in FindPredLevel() 1002 ScFormulaCell* pFCell = (ScFormulaCell*)pCell; in InsertErrorLevel() 1012 ScDetectiveRefIter aIter( (ScFormulaCell*) pCell ); in InsertErrorLevel() 1060 ScFormulaCell* pFCell = (ScFormulaCell*)pCell; in InsertSuccLevel() 1067 ScDetectiveRefIter aIter( (ScFormulaCell*) pCell ); in InsertSuccLevel() 1151 ScFormulaCell* pFCell = (ScFormulaCell*)pCell; in FindSuccLevel() [all …]
|
H A D | interpr4.cxx | 162 nErr = ((ScFormulaCell*)pCell)->GetErrCode(); in GetCellNumberFormat() 422 ScFormulaCell* pFCell = (ScFormulaCell*) pCell; in GetCellValueOrZero() 503 ScFormulaCell* pFCell = (ScFormulaCell*) pCell; in GetCellString() 585 if (((ScFormulaCell*)pCell)->IsValue()) in CreateDoubleArr() 671 if (!((ScFormulaCell*)pCell)->IsValue()) in CreateStringArr() 782 if (((ScFormulaCell*)pCell)->IsValue()) in CreateCellArr() 2956 nErr = ((ScFormulaCell*)pCell)->GetErrCode(); in SetSbxVariable() 2959 if( ((ScFormulaCell*)pCell)->IsValue() ) in SetSbxVariable() 3019 ((ScFormulaCell*)pCell)->SetTableOpDirty(); in ScTableOp() 3032 ((ScFormulaCell*)pFCell)->SetDirtyVar(); in ScTableOp() [all …]
|
H A D | chartarr.cxx | 275 ScFormulaCell* pFCell = (ScFormulaCell*)pCell; in CreateMemChartSingle() 436 ScFormulaCell* pFCell = (ScFormulaCell*)pCell; in CreateMemChartMulti() 469 ScFormulaCell* pFCell = (ScFormulaCell*)pCell; in CreateMemChartMulti()
|
H A D | chgtrack.cxx | 1562 pCell = new ScFormulaCell( in SetValueString() 1564 ((ScFormulaCell*)pCell)->SetInChangeTrack( sal_True ); in SetValueString() 1780 ((ScFormulaCell*)pCell)->GetFormula( rStr ); in GetStringOfCell() 1804 switch ( ((const ScFormulaCell*)pCell)->GetMatrixFlag() ) in GetContentCellType() 1865 ((ScFormulaCell*)pCell)->SetInChangeTrack( sal_True ); in SetValue() 1895 ((ScFormulaCell*)pCell)->SetInChangeTrack( sal_True ); in SetCell() 1925 GetFormulaString( rStr, (ScFormulaCell*) pCell ); in GetValueString() 1942 const ScFormulaCell* pCell ) const in GetFormulaString() 1950 ScFormulaCell* pNew = new ScFormulaCell( *pCell, *pCell->GetDocument(), aPos ); in GetFormulaString() 2008 ((const ScFormulaCell*)pCell)->GetCode() ); in PutValueToDoc() [all …]
|
/trunk/main/sc/source/filter/lotus/ |
H A D | expop.cxx | 185 void ExportWK1::Formula( const sal_uInt16 nCol, const sal_uInt16 nRow, const ScFormulaCell* pFC, co… in Formula() 197 fErgebnis = ( ( ScFormulaCell* ) pFC )->GetValue(); in Formula() 264 void ExportWK1::WKString( const sal_uInt16 /*nCol*/, const sal_uInt16 /*nRow*/, const ScFormulaCell… in WKString() argument 389 Formula( nCol, nRow, ( ScFormulaCell * ) pCell, *pPatAttr ); in Write() 390 WKString( nCol, nRow, ( ScFormulaCell * ) pCell, *pPatAttr ); in Write()
|
/trunk/main/sc/source/filter/xml/ |
H A D | XMLChangeTrackingImportHelper.cxx | 85 pCell = new ScFormulaCell(pDoc, aPos, sFormula, eGrammar, nMatrixFlag); in CreateCell() 86 …static_cast<ScFormulaCell*>(pCell)->SetMatColsRows(static_cast<SCCOL>(nMatrixCols), static_cast<SC… in CreateCell() 776 sal_uInt8 nMatrixFlag = static_cast<ScFormulaCell*>(pCell)->GetMatrixFlag(); in SetNewCell() 782 static_cast<ScFormulaCell*>(pCell)->GetFormula(sFormula,formula::FormulaGrammar::GRAM_ODFF); in SetNewCell() 799 …pNewCell = new ScFormulaCell(pDoc, aAddress, sFormula2,formula::FormulaGrammar::GRAM_ODFF, nMatrix… in SetNewCell() 806 static_cast<ScFormulaCell*>(pCell)->GetMatColsRows(nCols, nRows); in SetNewCell() 807 static_cast<ScFormulaCell*>(pNewCell)->SetMatColsRows(nCols, nRows); in SetNewCell() 809 static_cast<ScFormulaCell*>(pNewCell)->SetInChangeTrack(sal_True); in SetNewCell()
|
/trunk/main/sc/source/filter/inc/ |
H A D | exp_op.hxx | 34 class ScFormulaCell; 75 …void Formula( const sal_uInt16 nC, const sal_uInt16 nR, const ScFormulaCell*, const ScPatternAt… 83 …void WKString( const sal_uInt16 nC, const sal_uInt16 nR, const ScFormulaCell*, const ScPatternA…
|
H A D | lotimpop.hxx | 35 class ScFormulaCell; 59 ScFormulaCell* Formulacell( sal_uInt16 nRecLen ); // 0x0019 25 60 void Formulastring( ScFormulaCell& ); // 0x001a 26
|
/trunk/main/sc/source/ui/formdlg/ |
H A D | formula.cxx | 204 pCell = new ScFormulaCell( pDoc, aCursorPos, rStrExp ); in ScFormulaDlg() 261 pCell = new ScFormulaCell( pDoc, aCursorPos, rStrExp ); in fill() 337 ::std::auto_ptr<ScFormulaCell> pFCell( new ScFormulaCell( pDoc, aCursorPos, rStrExp ) ); in calculateValue() 353 pFCell.reset( new ScFormulaCell( pDoc, aCursorPos, aBraced ) ); in calculateValue()
|
/trunk/main/sc/source/ui/docshell/ |
H A D | externalrefmgr.cxx | 137 struct UpdateFormulaCell : public unary_function<ScFormulaCell*, void> 139 void operator() (ScFormulaCell* pCell) const in operator ()() 162 explicit RemoveFormulaCell(ScFormulaCell* p) : mpCell(p) {} in RemoveFormulaCell() 168 ScFormulaCell* mpCell; 171 class ConvertFormulaToStatic : public unary_function<ScFormulaCell*, void> 175 void operator() (ScFormulaCell* pCell) const in operator ()() 1318 ScFormulaCell* pFCell = static_cast<ScFormulaCell*>(pCell); in lcl_convertToToken() 1423 ScFormulaCell* pFCell = static_cast<ScFormulaCell*>(pCell); in lcl_convertToTokenArray() 1585 ScFormulaCell* pCell = *itrCell; in markUsedExternalRefCells() 1913 itr->second.insert(static_cast<ScFormulaCell*>(pCell)); in insertRefCell() [all …]
|