[Libreoffice-commits] core.git: Branch 'feature/formula-core-rework' - sc/inc

Kohei Yoshida kohei.yoshida at gmail.com
Wed May 22 18:06:43 PDT 2013


 sc/inc/column.hxx |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit c982a228c02cd1c0fededa3191f1fabd1ce44d53
Author: Kohei Yoshida <kohei.yoshida at gmail.com>
Date:   Wed May 22 21:07:31 2013 -0400

    Add new cell container to ScColumn.
    
    Now the lengthy process of converting the cell storage begins...
    
    Change-Id: Ife89547923c73f70f9cf1035a64f8006744bbfce

diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx
index dfc46b0..e2c6b45 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;
 


More information about the Libreoffice-commits mailing list