diff options
author | Jan Holesovsky <kendy@suse.cz> | 2011-11-16 23:26:51 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2011-11-17 00:49:48 +0100 |
commit | ce8f0a7e7205e70e7ec5f1be0024e52903fdec7a (patch) | |
tree | d5be2d4a194f5a89a7451d6f2cbe00fe740b36eb /sc/uiconfig | |
parent | 38b42cee869c573dcdd9af2538a143edf9f18d33 (diff) |
Removing the last remnants of layout - sorry to see it go :-(
Diffstat (limited to 'sc/uiconfig')
-rw-r--r-- | sc/uiconfig/layout/delzip | 1 | ||||
-rw-r--r-- | sc/uiconfig/layout/insert-sheet.xml | 57 | ||||
-rw-r--r-- | sc/uiconfig/layout/move-copy-sheet.xml | 21 | ||||
-rw-r--r-- | sc/uiconfig/layout/sort-options.xml | 40 | ||||
-rw-r--r-- | sc/uiconfig/layout/string-input.xml | 16 |
5 files changed, 0 insertions, 135 deletions
diff --git a/sc/uiconfig/layout/delzip b/sc/uiconfig/layout/delzip deleted file mode 100644 index 7b4d68d70fca..000000000000 --- a/sc/uiconfig/layout/delzip +++ /dev/null @@ -1 +0,0 @@ -empty
\ No newline at end of file diff --git a/sc/uiconfig/layout/insert-sheet.xml b/sc/uiconfig/layout/insert-sheet.xml deleted file mode 100644 index 35a55e405e7a..000000000000 --- a/sc/uiconfig/layout/insert-sheet.xml +++ /dev/null @@ -1,57 +0,0 @@ -<?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 sizeable="true" closeable="true" moveable="true" output-size="true" id="RID_SCDLG_INSERT_TABLE" sv-look="true" _title="Insert Sheet" xmlns="http://openoffice.org/2007/layout" xmlns:cnt="http://openoffice.org/2007/layout/container"> - <vbox spacing="5" border="5"> - <fixedline id="FL_POSITION" _text="Position"/> - <hbox> - <vbox cnt:padding="13" spacing="5"> - <radiobutton radiogroup="insert-sheet-position" id="RB_BEFORE" tabstop="true" _label="B~efore current sheet"/> - <radiobutton radiogroup="insert-sheet-position" id="RB_BEHIND" tabstop="true" _label="~After current sheet"/> - </vbox> - </hbox> - <fixedline id="FL_TABLE" _text="Sheet"/> - <hbox> - <vbox cnt:padding="13" spacing="5"> - <radiobutton radiogroup="insert-sheet-source" id="RB_NEW" _label="~New sheet"/> - <hbox> - <vbox cnt:padding="13" spacing="5" cnt:fill="false" cnt:expand="false"> - <fixedtext id="FT_COUNT" _label="N~o. of sheets"/> - <fixedtext id="FT_NAME" _label="Na~me"/> - </vbox> - <vbox> - <hbox> - <numericfield has_border="true" maximum="256" minimum="1" repeat="true" id="NF_COUNT" spin="true" spin-size="1" tabstop="true" value="1" cnt:fill="true" cnt:expand="true"/> - </hbox> - <edit has_border="true" id="ED_TABNAME" cnt:fill="true" cnt:expand="true"/> - </vbox> - </hbox> - </vbox> - </hbox> - <hbox> - <vbox cnt:padding="13" spacing="5"> - <radiobutton radiogroup="insert-sheet-source" id="RB_FROMFILE" _label="~From file"/> - <hbox> - <vbox cnt:padding="13" spacing="5"> - <hbox> - <multilistbox auto-hscroll="true" has_border="true" id="LB_TABLES" simple-mode="true" string-item-list=" : : : : " cnt:fill="true" cnt:expand="true"/> - <vbox cnt:fill="false" cnt:expand="false" spacing="5"> - <pushbutton id="BTN_BROWSE" _label="~Browse..." cnt:expand="false"/> - <checkbox id="CB_LINK" _label="Lin~k" cnt:expand="false"/> - <flow/> - </vbox> - </hbox> - <fixedtext id="FT_PATH" label="FT-PATH"/> - </vbox> - </hbox> - </vbox> - </hbox> - <dialogbuttonhbox border="5" spacing="5"> - <okbutton defbutton="true" id="BTN_OK"/> - <cancelbutton id="BTN_CANCEL"/> - <helpbutton id="BTN_HELP"/> - </dialogbuttonhbox> - </vbox> -</modaldialog> diff --git a/sc/uiconfig/layout/move-copy-sheet.xml b/sc/uiconfig/layout/move-copy-sheet.xml deleted file mode 100644 index 3d26db1aa73d..000000000000 --- a/sc/uiconfig/layout/move-copy-sheet.xml +++ /dev/null @@ -1,21 +0,0 @@ -<?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 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"> - <vbox spacing="5" border="5"> - <string id="STR_NEWDOC" _text="- new document -"/> - <fixedtext id="FT_DEST" _label="To ~document"/> - <listbox has_border="true" dropdown="true" id="LB_DEST" tabstop="true"/> - <fixedtext id="FT_INSERT" _label="~Insert before"/> - <listbox has_border="true" id="LB_INSERT" tabstop="true" string-item-list=" : : : : " /> - <checkbox id="BTN_COPY" tabstop="true" _label="~Copy"/> - <dialogbuttonhbox border="5" spacing="5"> - <flow/> - <cancelbutton id="BTN_CANCEL" tabstop="true"/> - <helpbutton id="BTN_HELP" tabstop="true"/> - <okbutton defbutton="true" id="BTN_OK" tabstop="true"/> - </dialogbuttonhbox> - </vbox> -</modaldialog> diff --git a/sc/uiconfig/layout/sort-options.xml b/sc/uiconfig/layout/sort-options.xml deleted file mode 100644 index a409ac2d530a..000000000000 --- a/sc/uiconfig/layout/sort-options.xml +++ /dev/null @@ -1,40 +0,0 @@ -<?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. !--> - -<tabpage help-id="HID_SCPAGE_SORT_OPTIONS" - id="RID_SCPAGE_SORT_OPTIONS" - sv-look="true" xmlns="http://openoffice.org/2007/layout" xmlns:cnt="http://openoffice.org/2007/layout/container" - optimumsize="true" - sizeable="true" moveable="true"> - <vbox spacing="4" border="5"> - <string id="STR_COL_LABEL" _text="Range contains column la~bels"/> - <string id="STR_ROW_LABEL" _text="Range contains ~row labels"/> - <string id="SCSTR_UNDEFINED" _text="- undefined -"/> - <vbox spacing="4" border="5"> - <checkbox id="BTN_CASESENSITIVE" tabstop="true" _label="Case ~sensitive"/> - <checkbox id="BTN_LABEL" tabstop="true"/> - <checkbox id="BTN_FORMATS" tabstop="true" _label="Include ~formats"/> - <checkbox id="BTN_NATURALSORT" tabstop="true" _label="Enable ~natural sort"/> - <checkbox id="BTN_COPYRESULT" tabstop="true" _label="~Copy sort results to:"/> - <hbox> - <listbox has_border="true" dropdown="true" id="LB_OUTAREA" tabstop="true"/> - <edit has_border="true" disable="true" id="ED_OUTAREA" tabstop="true"/> - </hbox> - <checkbox id="BTN_SORT_USER" tabstop="true" _label="Custom sort ~order"/> - <listbox has_border="true" disable="true" dropdown="true" id="LB_SORT_USER" tabstop="true"/> - <hbox> - <fixedtext id="FT_LANGUAGE" _label="~Language"/> - <fixedtext id="FT_ALGORITHM" _label="O~ptions"/> - </hbox> - <hbox> - <svxlanguagebox has_border="true" dropdown="true" id="LB_LANGUAGE" sort="true" tabstop="true" _string-item-list="Default"/> - <listbox has_border="true" dropdown="true" id="LB_ALGORITHM" tabstop="true"/> - </hbox> - <fixedline id="FL_DIRECTION" _text="Direction"/> - <radiobutton id="BTN_TOP_DOWN" radiogroup="sort-options" tabstop="true" _label="~Top to bottom (sort rows)"/> - <radiobutton id="BTN_LEFT_RIGHT" radiogroup="sort-options" tabstop="true" _label="L~eft to right (sort columns)"/> - </vbox> - </vbox> -</tabpage> diff --git a/sc/uiconfig/layout/string-input.xml b/sc/uiconfig/layout/string-input.xml deleted file mode 100644 index b1aed5197c17..000000000000 --- a/sc/uiconfig/layout/string-input.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?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 sizeable="true" closeable="false" moveable="true" output-size="true" id="RID_SCDLG_STRINPUT" sv-look="true" xmlns="http://openoffice.org/2007/layout" xmlns:cnt="http://openoffice.org/2007/layout/container" title="Insert String"> - <vbox spacing="5" border="5"> - <fixedtext id="FT_LABEL" label="FT-LABEL"/> - <edit has_border="true" id="ED_INPUT" tabstop="true"/> - <dialogbuttonhbox border="5" spacing="5"> - <okbutton defbutton="true" id="BTN_OK" tabstop="true"/> - <cancelbutton id="BTN_CANCEL" tabstop="true"/> - <helpbutton id="BTN_HELP" tabstop="true"/> - </dialogbuttonhbox> - </vbox> -</modaldialog> |