diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-11-21 18:06:51 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-11-21 18:06:51 +0000 |
commit | 13a577bab2f2722bcb1e5b9cc6135cdff8f537cb (patch) | |
tree | 55a2f3fd71cba52a318471a880ada3be139d66d1 /officecfg | |
parent | 8d4ce604655ae262045677c06ae0b862040ec476 (diff) |
INTEGRATION: CWS sheetzoom (1.19.112); FILE MERGED
2007/11/12 13:34:15 nn 1.19.112.1: #i24372# allow separate zoom per sheet
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Calc.xcs | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs index fbff14707d5f..96f03c8121f0 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs @@ -5,9 +5,9 @@ * * $RCSfile: Calc.xcs,v $ * - * $Revision: 1.19 $ + * $Revision: 1.20 $ * - * last change: $Author: rt $ $Date: 2007-07-06 12:27:04 $ + * last change: $Author: ihi $ $Date: 2007-11-21 19:06:51 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -618,6 +618,15 @@ </info> <value>100</value> </prop> + <prop oor:name="Synchronize" oor:type="xs:boolean"> + <!-- UIHints: Tools - Options - Spreadsheets - View - [Section] Zoom --> + <info> + <author>NN</author> + <desc>Specifies if zoom is applied to all sheets of a document.</desc> + <label>Synchronize sheets</label> + </info> + <value>true</value> + </prop> </group> </group> <group oor:name="Input"> |