Kaydet (Commit) 62ed95a3 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

document how formulas are stored in the cache

Change-Id: I1a4f8dd16bb739eb84087e596278fbd4cdc8db7c
Reviewed-on: https://gerrit.libreoffice.org/43255Reviewed-by: 's avatarMarkus Mohrhard <markus.mohrhard@googlemail.com>
Tested-by: 's avatarMarkus Mohrhard <markus.mohrhard@googlemail.com>
üst 5efc7c32
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment