INTEGRATION: CWS aw033 (1.140.64); FILE MERGED
2008/07/11 11:32:41 aw 1.140.64.6: RESYNC: (1.152-1.153); FILE MERGED 2008/06/25 12:13:38 aw 1.140.64.5: RESYNC: (1.150-1.152); FILE MERGED 2008/05/14 13:42:00 aw 1.140.64.4: RESYNC: (1.148-1.150); FILE MERGED 2008/03/14 13:34:48 cl 1.140.64.3: RESYNC: (1.143-1.148); FILE MERGED 2007/12/03 16:32:08 aw 1.140.64.2: RESYNC: (1.140-1.143); FILE MERGED 2007/10/16 15:45:28 aw 1.140.64.1: #i39532# Added AA and other values to DrawingLayer settings
This commit is contained in:
parent
e13f67dc82
commit
322f8e1c5e
1 changed files with 44 additions and 10 deletions
|
@ -8,7 +8,7 @@
|
|||
* OpenOffice.org - a multi-platform office productivity suite
|
||||
*
|
||||
* $RCSfile: Common.xcs,v $
|
||||
* $Revision: 1.154 $
|
||||
* $Revision: 1.155 $
|
||||
*
|
||||
* This file is part of OpenOffice.org.
|
||||
*
|
||||
|
@ -1095,6 +1095,40 @@ Dymamic border coloring means that when the mouse is hovered over a control, and
|
|||
</info>
|
||||
<value>9999</value>
|
||||
</prop>
|
||||
<prop oor:name="AntiAliasing" oor:type="xs:boolean">
|
||||
<info>
|
||||
<author>AW</author>
|
||||
<desc>This switch allows to switch DrawingLayer based views to be rendered using AntiAliasing or not.
|
||||
Of course this takes only effect when AntiAliasing is supported for the System OOo is running on.
|
||||
</desc>
|
||||
<label>This switch determines if DrawingLayer based views use AntiAliasing.</label>
|
||||
</info>
|
||||
<value>false</value>
|
||||
</prop>
|
||||
<prop oor:name="Quadratic3DRenderLimit" oor:type="xs:int">
|
||||
<info>
|
||||
<author>AW</author>
|
||||
<desc>
|
||||
This defines a Limitation for the default raster conversion from 3D Scenes to Bitmaps.
|
||||
The number is the maximum number of pixels to use, e.g. 1000x1000 Pixels is allowed as default.
|
||||
When Scenes would need more Pixels than this, the Bitmap will be limited and scaled to the needed pixel size at paint time.
|
||||
</desc>
|
||||
<label>A Pixel limitation for the creation of 3D Scenes with the default renderer.</label>
|
||||
</info>
|
||||
<value>1000000</value>
|
||||
</prop>
|
||||
<prop oor:name="QuadraticFormControlRenderLimit" oor:type="xs:int">
|
||||
<info>
|
||||
<author>AW</author>
|
||||
<desc>This defines a Limitation for the default raster conversion of FormControls in edit mode.
|
||||
These have the ability to be displayed using this fallback to Bitmaps.
|
||||
The number is the maximum number of pixels to use, e.g. 300x150 Pixels is allowed as default.
|
||||
When FormControls would need more Pixels than this, the Bitmap will be limited and scaled to the needed pixel size at paint time.
|
||||
</desc>
|
||||
<label>A Pixel limitation for the creation of FormControl fallback display.</label>
|
||||
</info>
|
||||
<value>45000</value>
|
||||
</prop>
|
||||
</group>
|
||||
<group oor:name="AutoCorrect">
|
||||
<info>
|
||||
|
|
Loading…
Reference in a new issue