1 # Spreadsheet Application Code
3 You can dump some information in a dbgutil build:
9 Dumps the column width of the first 20 columns.
13 Dumps the graphic objects and their position and size in pixel.
17 Dumps the SfxItemSet representing the cell properties' of the
18 current selection as a xml file. The file will be named dump.xml
22 ScDocument::StoreTabToCache allows storing the content (not the formatting)
23 of a table to a binary cache format.
25 The format is column orientated which allows quick serialization of the table.
28 * Number of Columns: 64 bit unsigned integer
31 * Column Index: 64 bit unsigned integer
32 * Column Size: 64 bit unsigned integer
33 * For each cell type block a new ColumnBlock
36 * Start Row: 64 bit unsigned integer
37 * Block Size: 64 bit unsigned integer
38 * Type: 8 bit unsigned integer
41 * for each cell: 64 bit IEEE 754 double precision value
43 * for each cell: 32 bit signed string length followed by string length bytes of the string (UTF-8)
45 * for each cell: 32 bit signed string length followed by the formula in R1C1 notation as a string
47 ## Functions Supporting Wildcards or Regular Expressions
49 As this comes up every now and then, and rather should be documented in an
50 extra list of the Help system, functions that support Wildcards or Regular
51 Expressions *and* depend on the setting under
52 Tools -> Options -> Calc -> Calculate are those that in ODF OpenFormula (ODFF)
53 are defined to depend on the HOST-USE-REGULAR-EXPRESSIONS or HOST-USE-WILDCARDS
54 properties, see ODF v1.3 part4 3.4 Host-Defined Behaviors
55 https://docs.oasis-open.org/office/OpenDocument/v1.3/os/part4-formula/OpenDocument-v1.3-os-part4-formula.html#__RefHeading__1017868_715980110
70 * Information Functions
78 * Mathematical Functions
81 * Statistical Functions