984f0d604d
We now allow with a CTRL+SHIFT+F9 to dump the cell properties as a xml file. Change-Id: I730e7009bbe95d3105541a9afbd2c8a19c992600
16 lines
356 B
Text
16 lines
356 B
Text
Spreadsheet application code.
|
|
|
|
You can dump some information in a dbgutil build:
|
|
|
|
=== CTRL+SHIFT+F12 ===
|
|
|
|
Dumps the column width of the first 20 columns.
|
|
|
|
=== CTRL+SHIFT+F11 ===
|
|
|
|
Dumps the graphic objects and their position and size in pixel.
|
|
|
|
=== CTRL+SHIFT+F9 ===
|
|
|
|
Dumps the SfxItemSet representing the cell properties of the
|
|
current cell as a xml file.
|