summaryrefslogtreecommitdiff
path: root/officecfg/registry/schema
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-08-19 21:10:10 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-08-19 21:10:10 +0000
commit322f8e1c5e096071246c6b8bea15f136b77ad50c (patch)
tree89f9cde13b98b948ae99c733d5d5065e8f16745e /officecfg/registry/schema
parente13f67dc82d32907989162f2e368fb71b811da40 (diff)
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
Diffstat (limited to 'officecfg/registry/schema')
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Common.xcs54
1 files changed, 44 insertions, 10 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
index 8a984654d2a7..96336e95d3b9 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
@@ -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.
*
@@ -1087,15 +1087,49 @@ Dymamic border coloring means that when the mouse is hovered over a control, and
</info>
<value>9999</value>
</prop>
- <prop oor:name="MaximumPaperBottomMargin" oor:type="xs:int">
- <info>
- <author>AW</author>
- <desc>Specifies the maximum allowed Bottom Margin for the page definitions in 1/100th cm.</desc>
- <label>Maximum allowed Bottom margin for page definitions</label>
- </info>
- <value>9999</value>
- </prop>
- </group>
+ <prop oor:name="MaximumPaperBottomMargin" oor:type="xs:int">
+ <info>
+ <author>AW</author>
+ <desc>Specifies the maximum allowed Bottom Margin for the page definitions in 1/100th cm.</desc>
+ <label>Maximum allowed Bottom margin for page definitions</label>
+ </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>
<author>OS</author>