summaryrefslogtreecommitdiff
path: root/sc/source/core/inc
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-07-30 15:47:51 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-07-30 23:50:03 -0400
commit15a2574da022f10103a82f7b8b259a03fd6664bd (patch)
tree2d9ac1228b9b3404b3f5c30d523d5731bf5e958b /sc/source/core/inc
parent0277792d169d66ad24734504ff33d2ec7d52ebaf (diff)
These methods are now unused. Chuck them.
Change-Id: Ib9b0ad855142434e45bcb4d805fc32e7c76b01b8
Diffstat (limited to 'sc/source/core/inc')
-rw-r--r--sc/source/core/inc/refupdat.hxx26
1 files changed, 0 insertions, 26 deletions
diff --git a/sc/source/core/inc/refupdat.hxx b/sc/source/core/inc/refupdat.hxx
index 8252005ec8c8..099b1731390d 100644
--- a/sc/source/core/inc/refupdat.hxx
+++ b/sc/source/core/inc/refupdat.hxx
@@ -58,32 +58,6 @@ public:
sal_Int32 nDx, sal_Int32 nDy, sal_Int32 nDz,
ScBigRange& rWhat );
- /**
- * Update range reference in response to row / column insertion / removal,
- * copy-n-pasting of formula cell, moving of cells etc.
- *
- * @param pDoc
- * @param eUpdateRefMode
- * @param rPos position of formula cell that has the range reference.
- * @param rRange range of cells being shifted.
- * @param nDx
- * @param nDy
- * @param nDz
- * @param rRef range reference object
- * @param eWhat
- *
- * @return ScRefUpdateRes
- */
- static ScRefUpdateRes Update(
- ScDocument* pDoc, UpdateRefMode eUpdateRefMode, const ScAddress& rPos,
- const ScRange& rRange, SCsCOL nDx, SCsROW nDy, SCsTAB nDz,
- ScComplexRefData& rRef, ScRange& rRefRange, WhatType eWhat = ALL );
-
- /// Before calling, the absolute references must be up-to-date!
- static ScRefUpdateRes Move(
- ScDocument* pDoc, const ScAddress& rPos, SCsCOL nDx, SCsROW nDy, SCsTAB nDz,
- ScComplexRefData& rRef, ScRange& rRefRange, bool bWrap, bool bAbsolute );
-
static void MoveRelWrap( ScDocument* pDoc, const ScAddress& rPos,
SCCOL nMaxCol, SCROW nMaxRow, ScComplexRefData& rRef );