summaryrefslogtreecommitdiff
path: root/sc/inc/chartlis.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-05-22 18:38:25 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-05-22 18:38:25 +0000
commit8c2dc67557ea7051921345ceb71fb3450749b6cb (patch)
treea8df4d4be2b4d34c53e6decde44b096a2a544a1f /sc/inc/chartlis.hxx
parent0e01151de7fc5cf51043afec351f26c6d86d77d6 (diff)
INTEGRATION: CWS chart2mst3 (1.5.26); FILE MERGED
2007/04/25 02:24:20 bm 1.5.26.2: RESYNC: (1.5-1.6); FILE MERGED 2007/03/19 14:52:01 nn 1.5.26.1: #i75258# update charts before renaming, so they can get their live data objects
Diffstat (limited to 'sc/inc/chartlis.hxx')
-rw-r--r--sc/inc/chartlis.hxx9
1 files changed, 5 insertions, 4 deletions
diff --git a/sc/inc/chartlis.hxx b/sc/inc/chartlis.hxx
index 492522823e67..ecbe83ddbacb 100644
--- a/sc/inc/chartlis.hxx
+++ b/sc/inc/chartlis.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: chartlis.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: vg $ $Date: 2007-02-27 11:53:22 $
+ * last change: $Author: vg $ $Date: 2007-05-22 19:38:25 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -104,10 +104,11 @@ public:
BOOL IsDirty() const { return bDirty; }
void SetDirty( BOOL bFlg ) { bDirty = bFlg; }
+ void UpdateChartIntersecting( const ScRange& rRange );
+
// if chart series ranges are to be updated later on (e.g. DeleteTab, InsertTab)
void ScheduleSeriesRanges() { bSeriesRangesScheduled = TRUE; }
void UpdateScheduledSeriesRanges();
- void UpdateSeriesRangesIntersecting( const ScRange& rRange );
void UpdateSeriesRanges();
BOOL operator==( const ScChartListener& );
@@ -154,7 +155,7 @@ public:
void SetRangeDirty( const ScRange& rRange ); // z.B. Zeilen/Spalten
void UpdateScheduledSeriesRanges();
- void UpdateSeriesRangesContainingTab( SCTAB nTab );
+ void UpdateChartsContainingTab( SCTAB nTab );
BOOL operator==( const ScChartListenerCollection& );
};