summaryrefslogtreecommitdiff
path: root/sc/inc/viewopti.hxx
diff options
context:
space:
mode:
authorAndré Schnabel <andre.schnabel@gmx.net>2011-06-29 20:02:47 +0200
committerKatarina Machalkova <kmachalkova@suse.cz>2011-07-06 10:11:50 +0200
commit0c95b19629d1d22ae7cbabb4d2805b26f8dd6718 (patch)
tree2bae876a2805368d0b52952d9a1bd0c0ab4df044 /sc/inc/viewopti.hxx
parent9b28cc802a559ee0719abd07051b25e8fcfa1a0a (diff)
fix for fdo#30800: Option to display calc gridlines on colored cells
* change UI option for grid line display to tri-state drop down * view option VOPT_GRID will take the information wheter to "Show" or "Hide" grid lines. New view option VOPT_GRID_ONTOP will take the information wheter to display grid lines on top of colored cells or not * depending on VOPT_GRID_ONTOP grid lines will be drawn before or after drawing cell background in ScGridWindow::Draw * store option as boolean property "GridOnColoredCells" (path: "/org.openoffice.Office.Calc/Layout/Line") in user config * see http://wiki.documentfoundation.org/User:Andreschnabel/Spec_Calc_grid_lines_on_colored_background#UI_definitions for spec
Diffstat (limited to 'sc/inc/viewopti.hxx')
-rw-r--r--sc/inc/viewopti.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/viewopti.hxx b/sc/inc/viewopti.hxx
index 998f1f693b28..00233f15445d 100644
--- a/sc/inc/viewopti.hxx
+++ b/sc/inc/viewopti.hxx
@@ -52,6 +52,7 @@ enum ScViewOption
VOPT_OUTLINER,
VOPT_HEADER,
VOPT_GRID,
+ VOPT_GRID_ONTOP,
VOPT_HELPLINES,
VOPT_ANCHOR,
VOPT_PAGEBREAKS,