diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-07-30 13:33:12 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-07-30 13:33:12 +0000 |
commit | 0a64e6befe13b297184f81031b1620431fede80a (patch) | |
tree | e1f3f9a54f62f5ec3b85b7757c7b7d8ed0328ab5 | |
parent | a2569ccb9f0102c8f5b9960b074a18f346f9573f (diff) |
INTEGRATION: CWS layoutdialogs (1.1.2); FILE ADDED
2008/04/04 09:14:29 jcn 1.1.2.2: Add template marker to XML dialog sources.
2008/03/28 11:19:37 jcn 1.1.2.1: Move compilation and installation of xml files here from toolkit/workben/layout.
-rw-r--r-- | svx/uiconfig/layout/zoom.xml | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/svx/uiconfig/layout/zoom.xml b/svx/uiconfig/layout/zoom.xml new file mode 100644 index 000000000000..78e30ee11dfd --- /dev/null +++ b/svx/uiconfig/layout/zoom.xml @@ -0,0 +1,59 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- This is a template. i18n translation is not performed in-place; + i18n translated xml files are generated from this template by + transex3/layout/tralay. !--> + +<modaldialog xmlns="http://openoffice.org/2007/layout" + xmlns:cnt="http://openoffice.org/2007/layout/container" + id="RID_SVXDLG_ZOOM" _title="Zoom & View Layout" optimumsize="true" + help-id="SID_ATTR_ZOOM" + has_border="true" sizeable="true" moveable="true"> + <vbox spacing="5" border="5"> + <hbox spacing="0" border="0"> + <vbox spacing="5" border="5"> + <fixedline id="FL_ZOOM" _text="Zoom factor" cnt:expand="true"/> + <radiobutton radiogroup="zoom" id="BTN_OPTIMAL" _label="Optimal"/> + <radiobutton radiogroup="zoom" id="BTN_WHOLE_PAGE" _label="Whole Page"/> + <radiobutton radiogroup="zoom" id="BTN_PAGE_WIDTH" _label="Page Width"/> + <radiobutton radiogroup="zoom" id="BTN_100" _label="100 %"/> + <hbox cnt:expand="false" cnt:fill="true"> + <align cnt:expand="false" cnt:fill="true"> + <radiobutton cnt:v-align="0.5" cnt:v-fill="0" radiogroup="zoom" id="BTN_USER" _label="Variable"/> + </align> + <flow cnt:padding="10" cnt:expand="false"/> + <metricfield id="ED_USER" value-step="1" + repeat="true" has_border="true" spin="true" + _text="100%" unit="11" custom-unit-text="%" + right="true" + cnt:expand="false"/> + </hbox> + </vbox> + <vbox spacing="5" border="5"> + <fixedline id="FL_VIEWLAYOUT" _text="View layout" cnt:expand="true"/> + <radiobutton radiogroup="zoom" id="BTN_AUTOMATIC" _label="~Automatic"/> + <radiobutton radiogroup="zoom" id="BTN_SINGLE" _label="~Single page"/> + <hbox cnt:expand="false" cnt:fill="true"> + <align cnt:expand="false" cnt:fill="true"> + <radiobutton cnt:v-align="0.5" cnt:v-fill="0" radiogroup="zoom" id="BTN_COLUMNS" _label="~Columns"/> + </align> + <flow cnt:padding="10" cnt:expand="false"/> + <metricfield id="ED_COLUMNS" value-step="1" + repeat="true" has_border="true" spin="true" + _text="100%" + right="true" + spin-value-min="1" + spin-value="1" + cnt:expand="false"/> + </hbox> + <hbox><flow cnt:expand="false" cnt:padding="10"/><checkbox id="CHK_BOOK" _label="~Book mode"/></hbox> + </vbox> + </hbox> + <fixedline cnt:padding="1" id="FL_BOTTOM"/> + <dialogbuttonhbox border="5" spacing="5"> + <flow/> + <okbutton id="BTN_ZOOM_OK"/> + <cancelbutton id="BTN_ZOOM_CANCEL"/> + <helpbutton id="BTN_ZOOM_HELP"/> + </dialogbuttonhbox> + </vbox> +</modaldialog> |