[Libreoffice-commits] core.git: sc/README

Markus Mohrhard markus.mohrhard at googlemail.com
Sun Oct 8 23:13:23 UTC 2017


 sc/README |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 62ed95a3389fa9c89f0d882c0f6e573c7da3ad48
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Sun Oct 8 17:48:54 2017 +0200

    document how formulas are stored in the cache
    
    Change-Id: I1a4f8dd16bb739eb84087e596278fbd4cdc8db7c
    Reviewed-on: https://gerrit.libreoffice.org/43255
    Reviewed-by: Markus Mohrhard <markus.mohrhard at googlemail.com>
    Tested-by: Markus Mohrhard <markus.mohrhard at googlemail.com>

diff --git a/sc/README b/sc/README
index 89b74f744045..5928b78ba159 100644
--- a/sc/README
+++ b/sc/README
@@ -39,3 +39,5 @@ ColumnBlock:
             * for each cell: 64 bit IEEE 754 double precision value
         - 2 : string
             * for each cell: 32 bit signed string length followed by string length bytes of the string (UTF-8)
+        - 3 : formula
+            * for each cell: 32 bit signed string length followed by the formula in R1C1 notation as a string


More information about the Libreoffice-commits mailing list