Searched refs:RemoveFormulaCell (Results 1 – 1 of 1) sorted by relevance
159 class RemoveFormulaCell : public unary_function<pair<const sal_uInt16, ScExternalRefManager::RefCel… class162 explicit RemoveFormulaCell(ScFormulaCell* p) : mpCell(p) {} in RemoveFormulaCell() function in __anon665b078c0111::RemoveFormulaCell2353 for_each(maRefCells.begin(), maRefCells.end(), RemoveFormulaCell(pCell)); in removeRefCell()