diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-10-08 17:48:54 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-10-09 01:12:50 +0200 |
commit | 62ed95a3389fa9c89f0d882c0f6e573c7da3ad48 (patch) | |
tree | 0f6b543af160c18dd719feebdda59f6bc2aafeac /sc | |
parent | 5efc7c3271d25a1ebfecef8b13bc1c9e3b3ab8e9 (diff) |
document how formulas are stored in the cache
Change-Id: I1a4f8dd16bb739eb84087e596278fbd4cdc8db7c
Reviewed-on: https://gerrit.libreoffice.org/43255
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/README | 2 |
1 files changed, 2 insertions, 0 deletions
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 |