1 Spreadsheet application code.
3 You can dump some information in a dbgutil build:
7 Dumps the column width of the first 20 columns.
11 Dumps the graphic objects and their position and size in pixel.
15 Dumps the SfxItemSet representing the cell properties' of the
16 current selection as a xml file. The file will be named dump.xml
18 === The Cache Format ===
20 ScDocument::StoreTabToCache allows storing the content (not the formatting)
21 of a table to a binary cache format.
23 The format is column orientated which allows quick serialization of the table.
26 * Number of Columns: 64 bit unsigned integer
29 * Column Index: 64 bit unsigned integer
30 * Column Size: 64 bit unsigned integer
31 * For each cell type block a new ColumnBlock
34 * Start Row: 64 bit unsigned integer
35 * Block Size: 64 bit unsigned integer
36 * Type: 8 bit unsigned integer
39 * for each cell: 64 bit IEEE 754 double precision value
41 * for each cell: 32 bit signed string length followed by string length bytes of the string (UTF-8)
43 * for each cell: 32 bit signed string length followed by the formula in R1C1 notation as a string
46 === Functions supporting Wildcards or Regular Expressions ===
48 As this comes up every now and then, and rather should be documented in an
49 extra list of the Help system, functions that support Wildcards or Regular
50 Expressions *and* depend on the setting under
51 Tools -> Options -> Calc -> Calculate are those that in ODF OpenFormula (ODFF)
52 are defined to depend on the HOST-USE-REGULAR-EXPRESSIONS or HOST-USE-WILDCARDS
54 https://docs.oasis-open.org/office/v1.2/os/OpenDocument-v1.2-os-part2.html
69 * Information Functions
77 * Mathematical Functions
80 * Statistical Functions