office-gobmx/sc/README
Markus Mohrhard 984f0d604d move the cell property dump code into dbgutil builds
We now allow with a CTRL+SHIFT+F9 to dump the cell properties as a xml
file.

Change-Id: I730e7009bbe95d3105541a9afbd2c8a19c992600
2016-02-28 14:42:27 +01:00

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.