summaryrefslogtreecommitdiff
path: root/oox/README
blob: 43b60bd924d276e4059c955ec917208aeff49756 (plain)
1
2
3
4
Support for Office Open XML, the office XML-format designed by Microsoft.

See also:
[http://wiki.services.openoffice.org/wiki/OOX]
.form.submit();'>mode:
authorStephan Bergmann <sbergman@redhat.com>2015-08-28 13:49:56 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-09-01 15:06:44 +0200
commit12f92e6d9ea8bf05bda6d3c42f9b6f0aba000cb0 (patch)
tree6d60a95bfe2eded30cc1e7af536a2c4db495cd9e /configmgr
parentaefb3d973c8248b8c60149850f0835e4a8abd85d (diff)
Support modification write-back to other than registrymodifications.xcu
...to eventually support writing to dconf (see TODO). Even when writing somewhere else, it may still be useful to read from the current "user:" location, so a new convention was introduced to CONFIGURATION_LAYERS types that support write-back: - A leading "!" indicates that the layer is indeed used for write-back (probably in addition to reading from it). For backwards compatibility (when users use own settings of CONFIGURATION_LAYERS, instead of depending on the value in the shipped fundamental ini-file), no prefix on the "user:" is now interpreted the same as a "!" prefix. - A leading "*" indicates that the layer is not used for write-back (but only for reading from it). Change-Id: I399cc7bfe927db50586834f9630c184aaa2153f2