diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-03-07 13:35:50 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-03-07 13:35:50 +0000 |
commit | 8a30efe2d3bfe80627f5098befb88ff7f2e75446 (patch) | |
tree | 954127da494b49e6879f6ce75d9ad13efc3778e7 /officecfg | |
parent | 7d8190fa1ad10b7d36ded139282f0a8542402216 (diff) |
INTEGRATION: CWS pages01_DEV300 (1.47.44); FILE MERGED
2008/02/15 10:58:01 fme 1.47.44.3: RESYNC: (1.48-1.49); FILE MERGED
2008/01/10 09:16:56 fme 1.47.44.2: RESYNC: (1.47-1.48); FILE MERGED
2007/12/04 15:17:32 fme 1.47.44.1: #i1598# Multiple Page View - Configuration
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Writer.xcs | 27 |
1 files changed, 25 insertions, 2 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs index 4ca19e7fa263..ecdfed717e1e 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs @@ -5,9 +5,9 @@ * * $RCSfile: Writer.xcs,v $ * - * $Revision: 1.49 $ + * $Revision: 1.50 $ * - * last change: $Author: ihi $ $Date: 2008-02-04 15:32:51 $ + * last change: $Author: kz $ $Date: 2008-03-07 14:35:50 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -1630,6 +1630,29 @@ <value>100</value> </prop> </group> + <group oor:name="ViewLayout"> + <info> + <desc>Contains view layout settings.</desc> + </info> + <prop oor:name="Columns" oor:type="xs:int"> + <!-- UIHints: (Status Bar) --> + <info> + <author>FME</author> + <desc>Specifies number of columns of the view layout. 0 means the view layout is set to automatic.</desc> + <label>View Layout Columns</label> + </info> + <value>0</value> + </prop> + <prop oor:name="BookMode" oor:type="xs:boolean"> + <!-- UIHints: (Status Bar) --> + <info> + <author>FME</author> + <desc>Specifies if the book mode should be applied.</desc> + <label>View Layout Book Mode</label> + </info> + <value>false</value> + </prop> + </group> </group> <group oor:name="Grid"> <info> |