diff options
author | Kurt Zenker <kz@openoffice.org> | 2007-02-12 13:31:49 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2007-02-12 13:31:49 +0000 |
commit | d3c5a4a226f708c1b2726d507ae66b44e1fb486d (patch) | |
tree | 5894b7062167b39930f9fc13d38aca0196d0781d /officecfg | |
parent | e85f97736eebc7efed8395c7318b5503f00639b0 (diff) |
INTEGRATION: CWS aw043_SRC680 (1.125.8.2.2); FILE MERGED
2007/01/31 12:40:15 aw 1.125.8.2.2.1: #i73602# Added config flags in DrawingLayer section to define OverlayBuffer usage independent for Calc, Writer and DrawImpress
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 32 |
1 files changed, 28 insertions, 4 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index 8694dccec097..334f0306b51b 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -5,9 +5,9 @@ * * $RCSfile: Common.xcs,v $ * - * $Revision: 1.128 $ + * $Revision: 1.129 $ * - * last change: $Author: kz $ $Date: 2007-02-12 14:30:26 $ + * last change: $Author: kz $ $Date: 2007-02-12 14:31:49 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -956,8 +956,32 @@ Dymamic border coloring means that when the mouse is hovered over a control, and <prop oor:name="OverlayBuffer" oor:type="xs:boolean"> <info> <author>AW</author> - <desc>Specifies if the Overlay pane shall use an own buffer. If on, Overlay is fast but a buffer (graphics memory) is used. If off, Overlay is slow, but no Buffer is needed.</desc> - <label>Overlay uses Background Buffer</label> + <desc>Specifies if the Overlay pane shall use an own buffer. If on, Overlay is fast but a buffer (graphics memory) is used. If off, Overlay is slow, but no Buffer is needed. This is the global switch which will enable/disable overlay for all Applications.</desc> + <label>Overlay uses Background Buffer in all Applications</label> + </info> + <value>true</value> + </prop> + <prop oor:name="OverlayBuffer_Calc" oor:type="xs:boolean"> + <info> + <author>AW</author> + <desc>Due to #i73602#: Similar to OverlayBuffer, but only for Calc Application</desc> + <label>Calc Overlay uses Background Buffer</label> + </info> + <value>false</value> + </prop> + <prop oor:name="OverlayBuffer_Writer" oor:type="xs:boolean"> + <info> + <author>AW</author> + <desc>Due to #i73602#: Similar to OverlayBuffer, but only for Writer Application</desc> + <label>Writer Overlay uses Background Buffer</label> + </info> + <value>false</value> + </prop> + <prop oor:name="OverlayBuffer_DrawImpress" oor:type="xs:boolean"> + <info> + <author>AW</author> + <desc>Due to #i73602#: Similar to OverlayBuffer, but only for Draw/Impress Applications</desc> + <label>Draw/Impress Overlay uses Background Buffer</label> </info> <value>true</value> </prop> |