summaryrefslogtreecommitdiff
path: root/sc/inc/table.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2011-03-08 18:50:13 -0500
committerKohei Yoshida <kyoshida@novell.com>2011-03-11 16:01:34 -0500
commita22bed643c9c0156981bde42ffb9382562058f40 (patch)
tree828b54806ae5f8259c2c079b6c786e34015fbc3e /sc/inc/table.hxx
parent2144db04551c20ce5f40daa3ff6269cd9867b0ef (diff)
Added range name container to ScTable.
Diffstat (limited to 'sc/inc/table.hxx')
-rw-r--r--sc/inc/table.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/sc/inc/table.hxx b/sc/inc/table.hxx
index 3b799a7301b5..56e538a16887 100644
--- a/sc/inc/table.hxx
+++ b/sc/inc/table.hxx
@@ -89,6 +89,7 @@ class ScFlatBoolColSegments;
struct ScSetStringParam;
struct ScColWidthParam;
struct ScColWidthParam;
+class ScRangeName;
typedef boost::unordered_map< ::rtl::OUString, rtl::OUString, ::rtl::OUStringHash, ::std::equal_to< ::rtl::OUString > > NameToNameMap;
@@ -187,6 +188,7 @@ private:
USHORT nScenarioFlags;
BOOL bActiveScenario;
NameToNameMap localNameToGlobalName;
+ ScRangeName* mpRangeName;
bool mbPageBreaksValid;
friend class ScDocument; // fuer FillInfo
@@ -792,6 +794,8 @@ public:
void DestroySortCollator();
void SetDrawPageSize( bool bResetStreamValid = true, bool bUpdateNoteCaptionPos = true );
+ ScRangeName* GetRangeName();
+
private:
void FillSeries( SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2,
ULONG nFillCount, FillDir eFillDir, FillCmd eFillCmd,