summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-05-22 21:07:31 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-06-24 16:51:25 -0400
commit75dec25730c88bdb8eb5e2a3f92689460fa89d29 (patch)
treed32eac58876e5df376e9d5091bbbb2d8577fcb6d
parente9c5eb60d53204261c7937108bd53e86e46fc2f3 (diff)
Add new cell container to ScColumn.
Now the lengthy process of converting the cell storage begins... Change-Id: Ife89547923c73f70f9cf1035a64f8006744bbfce
-rw-r--r--sc/inc/column.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx
index dfc46b0acf9d..e2c6b452dc4c 100644
--- a/sc/inc/column.hxx
+++ b/sc/inc/column.hxx
@@ -121,8 +121,12 @@ class ScColumn
// type value or SC_SCRIPTTYPE_UNKNOWN.
sc::CellTextAttrStoreType maCellTextAttrs;
+ // Broadcasters for formula cells.
sc::BroadcasterStoreType maBroadcasters;
+ // Cell values.
+ sc::CellStoreType maCells;
+
SCCOL nCol;
SCTAB nTab;