Apache OpenOffice (AOO) Bugzilla – Issue 85241
ValueHighlighting should be stored with the document
Last modified: 2015-01-27 13:28:52 UTC
Beside such document-properties like "HasColumnRowHeaders", "ShowNotes", "ShowZeroValues" and others the "ValueHighlighting" can only be set global. This is inconsequent. "ValueHighlighting" should be stored in settings.xml, not only in the calc.xcu For documents which are deployed in a company as "forms" (tabbing the unprotected cells), it would be very helpful.
reassigning features and enhancements to user requirements@openoffice.org which will be the default owner for those tasks (was introduced some time ago)
Also: the current implementation of the "ValueHighlighting"-setting in the calc.xcu, is obviously not correct/buggy, as every time I return from the Page Preview, Value Highlighting is disabled and I have to re-enable it by hand.
Useful enhancement.
Created attachment 84438 [details] Patch to store IsValueHighlightingEnabled to settings.xml Store IsValueHighlightingEnabled value to the settigns file and read it.
"hanya" committed SVN revision 1655033 into trunk: #i85241# store settings about value highlighting in document
Fixed on trunk.