summaryrefslogtreecommitdiff
path: root/sc/README
blob: 7c3bcfe1d539ee1a49fbdf889f0834abcc8cb99d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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.
'>2016-10-18 19:16:44 +0000 commitd1ea6ecda68bf65b8d90e9ea17fa0a218a92b016 (patch) tree941e1e5650db110768d2ace19c891fec4f78fc33 /cppuhelper parent55bcb865ee09673af06652e507d08d13069eae86 (diff)
replace <<= with assign for <<= with rhs Any