Lines Matching refs:ScFormulaCell
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()
1422 ScFormulaCell* pFCell = static_cast<ScFormulaCell*>(pCell); in lcl_convertToTokenArray()
1584 ScFormulaCell* pCell = *itrCell; in markUsedExternalRefCells()
1912 itr->second.insert(static_cast<ScFormulaCell*>(pCell)); in insertRefCell()
2350 void ScExternalRefManager::removeRefCell(ScFormulaCell* pCell) in removeRefCell()