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
This commit is contained in:
parent
e85f97736e
commit
d3c5a4a226
1 changed files with 28 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue