From 9508a731824e7f8a692d462da763b2db95463875 Mon Sep 17 00:00:00 2001 From: sj Date: Wed, 16 Jun 2010 06:33:39 +0200 Subject: impress186: #i4499# graphic dialog reorganisation - added support of bitmap resolution --- .../schema/org/openoffice/Office/Common.xcs | 346 +++++++-------------- 1 file changed, 114 insertions(+), 232 deletions(-) (limited to 'officecfg') diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index cb19bb01e1ba..3d193e6b9dc0 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -4355,69 +4355,123 @@ Specifies default settings of graphic export dialogs. - + + + Specifies the unit default that is used in the the graphic export dialog if exporting pixel graphics. + + + + + inches + + + + + cm + + + + + mm + + + + + points + + + + + pica + + + + + pixels + + + + 5 + + + + Specifies the unit default for the resolution that is used in the the graphic export dialog if exporting pixel graphics. + + + + + pixels/inch + + + + + pixels/cm + + + + + pixels/meter + + + + 0 + + + + Specifies the logical width of a graphic. [UNIT=1/100 mm]. + + + + + Represents the lowest value that can be entered in the dialog. + + + + 96 + + + + Specifies the maximum raw graphic size in bytes up to which the realtime preview is enabled, for fast computers this value may be enlarged + + 4000000 + + + + Specifies the unit default that is used in the the graphic export dialog if exporting vector graphics. + + + + + inches + + + + + cm + + + + + mm + + + + + points + + + + + pica + + + + 2 + + Specifies default settings of the Windows Bitmap export dialog. - - - - - - Specifies usable export modes. - - - - - - Original size - - - - - Logical size (dpi/pixel ratio) - - - - - Given size - - - - 0 - - - - - - - Specifies resolution which is to be used if export mode is 1. [UNIT=dpi] - - - - - - 75 - - - - - 150 - - - - - 300 - - - - - 600 - - - - 75 - @@ -4479,13 +4533,6 @@ true - - - Specifies the logical size of a graphic. [UNIT=1/100 mm]. - - - - @@ -4693,72 +4740,6 @@ 0 - - - Specifies if graphics are exported with the original- or selected size. - - - - - - - Specifies if graphics are exported with the original- or selected size. - - - - - Original size - - - - - Given size - - - - 0 - - - - Specifies the logical size of a graphic. [UNIT=1/100 mm]. - - - - - - - - Specifies default settings of the PCT - Mac Pict export dialog. - - - - - - - Specifies if graphics are exported with original- or selected size. - - - - - Original size - - - - - Given size - - - - 0 - - - - Specifies the logical size of a graphic. [UNIT=1/100 mm]. - - - - - Specifies default settings of the PBM - Portable Bitmap export dialog. @@ -4837,105 +4818,6 @@ 1 - - - Specifies default settings of the SVM - StarView Meta File export dialog. - - - - - - - Specifies if graphics should be exported with the original- or selected size. - - - - - Original size - - - - - Given size - - - - 0 - - - - Specifies the logical size of a graphic. [UNIT=1/100 mm]. - - - - - - - - Specifies default settings of the WMF - Windows Metafile export dialog. - - - - - - - Specifies if graphics should be exported with the original- or selected size. - - - - - Original size - - - - - Given size - - - - 0 - - - - Specifies the logical size of a graphic. [UNIT=1/100 mm]. - - - - - - - - Specifies default settings of the EMF - Enhanced Metafile export dialog. - - - - - - - Specifies if graphics should be exported with the original- or selected size. - - - - - Original size - - - - - Given size - - - - 0 - - - - Specifies the logical size of a graphic. [UNIT=1/100 mm]. - - - - - Specifies default settings of the PNG - Portable Network Graphic export dialog. -- cgit From 67cf4c70603a488816d62f116357aabe130c8b7f Mon Sep 17 00:00:00 2001 From: sj Date: Thu, 19 Aug 2010 18:12:04 +0200 Subject: impress186: #i4499# added default resolution unit (metric/non-metric) depending to the tools/options setting --- officecfg/registry/schema/org/openoffice/Office/Common.xcs | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'officecfg') diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index 3284b34ef5f6..9bc07c592f0f 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -4403,8 +4403,13 @@ pixels + + + default (depends to the metric settings in tools/options) + + - 5 + -1 @@ -4478,8 +4483,13 @@ pica + + + default (depends to the metric settings in tools/options) + + - 2 + -1 -- cgit