Kaydet (Commit) 9bfbaa58 authored tarafından Noel Grandin's avatar Noel Grandin

remove unused code ScFormulaCell::HasColRowName()

Change-Id: I907492e1385f76d27cc8559d599f518d3b91f75d
üst d7f3dced
...@@ -241,7 +241,6 @@ public: ...@@ -241,7 +241,6 @@ public:
*/ */
bool HasRefListExpressibleAsOneReference(ScRange& rRange) const; bool HasRefListExpressibleAsOneReference(ScRange& rRange) const;
bool HasRelNameReference() const; bool HasRelNameReference() const;
bool HasColRowName() const;
bool UpdateReference( bool UpdateReference(
const sc::RefUpdateContext& rCxt, ScDocument* pUndoDoc = NULL, const ScAddress* pUndoCellPos = NULL ); const sc::RefUpdateContext& rCxt, ScDocument* pUndoDoc = NULL, const ScAddress* pUndoCellPos = NULL );
......
...@@ -2442,12 +2442,6 @@ bool ScFormulaCell::HasRelNameReference() const ...@@ -2442,12 +2442,6 @@ bool ScFormulaCell::HasRelNameReference() const
return false; return false;
} }
bool ScFormulaCell::HasColRowName() const
{
pCode->Reset();
return (pCode->GetNextColRowName() != NULL);
}
bool ScFormulaCell::UpdatePosOnShift( const sc::RefUpdateContext& rCxt ) bool ScFormulaCell::UpdatePosOnShift( const sc::RefUpdateContext& rCxt )
{ {
if (rCxt.meMode != URM_INSDEL) if (rCxt.meMode != URM_INSDEL)
......
...@@ -83,7 +83,6 @@ ScDocument::IsEmptyData(short, short) const ...@@ -83,7 +83,6 @@ ScDocument::IsEmptyData(short, short) const
ScDocument::RebuildFormulaGroups() ScDocument::RebuildFormulaGroups()
ScExtIButton::GetSelected() const ScExtIButton::GetSelected() const
ScFlatBoolRowSegments::getValue(int) ScFlatBoolRowSegments::getValue(int)
ScFormulaCell::HasColRowName() const
ScGlobal::GetStandardFormat(double, SvNumberFormatter&, unsigned long, short) ScGlobal::GetStandardFormat(double, SvNumberFormatter&, unsigned long, short)
ScGridWindow::HasScenarioRange(unsigned short, int, ScRange&) ScGridWindow::HasScenarioRange(unsigned short, int, ScRange&)
ScMyNotEmptyCellsIterator::GetCell() const ScMyNotEmptyCellsIterator::GetCell() const
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment