1*cdf0e10cSrcweir<?xml version="1.0" encoding="UTF-8"?> 2*cdf0e10cSrcweir<!-- This is a template. i18n translation is not performed in-place; 3*cdf0e10cSrcweir i18n translated XML files are generated from this template by 4*cdf0e10cSrcweir transex3/layout/tralay. !--> 5*cdf0e10cSrcweir 6*cdf0e10cSrcweir<modaldialog sizeable="true" closeable="true" help-id="FID_TAB_MOVE" moveable="true" output-size="true" id="RID_SCDLG_MOVETAB" sv-look="true" _title="Move/Copy Sheet" xmlns="http://openoffice.org/2007/layout" xmlns:cnt="http://openoffice.org/2007/layout/container"> 7*cdf0e10cSrcweir <vbox spacing="5" border="5"> 8*cdf0e10cSrcweir <string id="STR_NEWDOC" _text="- new document -"/> 9*cdf0e10cSrcweir <fixedtext id="FT_DEST" _label="To ~document"/> 10*cdf0e10cSrcweir <listbox has_border="true" dropdown="true" id="LB_DEST" tabstop="true"/> 11*cdf0e10cSrcweir <fixedtext id="FT_INSERT" _label="~Insert before"/> 12*cdf0e10cSrcweir <listbox has_border="true" id="LB_INSERT" tabstop="true" string-item-list=" : : : : " /> 13*cdf0e10cSrcweir <checkbox id="BTN_COPY" tabstop="true" _label="~Copy"/> 14*cdf0e10cSrcweir <dialogbuttonhbox border="5" spacing="5"> 15*cdf0e10cSrcweir <flow/> 16*cdf0e10cSrcweir <cancelbutton id="BTN_CANCEL" tabstop="true"/> 17*cdf0e10cSrcweir <helpbutton id="BTN_HELP" tabstop="true"/> 18*cdf0e10cSrcweir <okbutton defbutton="true" id="BTN_OK" tabstop="true"/> 19*cdf0e10cSrcweir </dialogbuttonhbox> 20*cdf0e10cSrcweir </vbox> 21*cdf0e10cSrcweir</modaldialog> 22