summaryrefslogtreecommitdiff
path: root/sc/inc/column.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-07-30 00:11:06 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-07-30 23:50:01 -0400
commite663dfee253fcd02d6d76c3d8934299a495a7f88 (patch)
treeba60419bc768fc613184304c2b9def8100d2d82d /sc/inc/column.hxx
parent1d860f9a268c02581407db539117b2d538e3d693 (diff)
Handle named range update on sheet insertion.
Change-Id: I05b43bad84333ac8aeee7928898bdd90eed53c38
Diffstat (limited to 'sc/inc/column.hxx')
-rw-r--r--sc/inc/column.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx
index 9850840ef30d..03d05e10a5af 100644
--- a/sc/inc/column.hxx
+++ b/sc/inc/column.hxx
@@ -48,6 +48,7 @@ namespace sc {
struct ColumnBlockPosition;
class SingleColumnSpanSet;
struct RefUpdateContext;
+ struct RefUpdateInsertTabContext;
}
class Fraction;
@@ -322,8 +323,8 @@ public:
*/
bool UpdateReference( const sc::RefUpdateContext& rCxt, ScDocument* pUndoDoc = NULL );
- void UpdateInsertTab(SCTAB nInsPos, SCTAB nNewSheets = 1);
- void UpdateInsertTabOnlyCells(SCTAB nInsPos, SCTAB nNewSheets = 1);
+ void UpdateInsertTab( sc::RefUpdateInsertTabContext& rCxt );
+ void UpdateInsertTabOnlyCells( sc::RefUpdateInsertTabContext& rCxt );
void UpdateDeleteTab(SCTAB nDelPos, SCTAB nSheets = 1);
void UpdateMoveTab(SCTAB nOldPos, SCTAB nNewPos, SCTAB nTabNo);
void UpdateCompile( bool bForceIfNameInUse = false );