From d3c5a4a226f708c1b2726d507ae66b44e1fb486d Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Mon, 12 Feb 2007 13:31:49 +0000 Subject: [PATCH] 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 --- .../schema/org/openoffice/Office/Common.xcs | 32 ++++++++++++++++--- 1 file 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 AW - 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. - + 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. + + + true + + + + AW + Due to #i73602#: Similar to OverlayBuffer, but only for Calc Application + + + false + + + + AW + Due to #i73602#: Similar to OverlayBuffer, but only for Writer Application + + + false + + + + AW + Due to #i73602#: Similar to OverlayBuffer, but only for Draw/Impress Applications + true