diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-08-23 12:40:05 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-08-23 12:40:38 +0100 |
commit | 17d5f351610d0a10bde09621aeda8fdf6878394d (patch) | |
tree | 86a4222b7d3e2acae3b1b3d6d6db6e6cfa4f9f9f /sw/uiconfig/swriter/ui/optcompatpage.ui | |
parent | 0f9802be44a5fbd883b16f0b0f11d43e4b29f48c (diff) |
fix up compat ids
Change-Id: Id783db750885404457e0c4f96eca74c39ec63394
Diffstat (limited to 'sw/uiconfig/swriter/ui/optcompatpage.ui')
-rw-r--r-- | sw/uiconfig/swriter/ui/optcompatpage.ui | 116 |
1 files changed, 116 insertions, 0 deletions
diff --git a/sw/uiconfig/swriter/ui/optcompatpage.ui b/sw/uiconfig/swriter/ui/optcompatpage.ui new file mode 100644 index 000000000000..d0c28b941ce0 --- /dev/null +++ b/sw/uiconfig/swriter/ui/optcompatpage.ui @@ -0,0 +1,116 @@ +<?xml version="1.0" encoding="UTF-8"?> +<interface> + <!-- interface-requires gtk+ 3.0 --> + <!-- interface-requires LibreOffice 1.0 --> + <object class="GtkGrid" id="OptCompatPage"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="hexpand">True</property> + <property name="vexpand">True</property> + <property name="border_width">6</property> + <child> + <object class="GtkFrame" id="compatframe"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="hexpand">True</property> + <property name="vexpand">True</property> + <property name="label_xalign">0</property> + <property name="shadow_type">none</property> + <child> + <object class="GtkAlignment" id="alignment4"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="hexpand">True</property> + <property name="vexpand">True</property> + <property name="top_padding">6</property> + <property name="left_padding">12</property> + <child> + <object class="GtkGrid" id="grid1"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="row_spacing">5</property> + <child> + <object class="svxcorelo-SvxCheckListBox" id="options:border"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="hexpand">True</property> + <property name="vexpand">True</property> + <child internal-child="selection"> + <object class="GtkTreeSelection" id="Check List Box-selection1"/> + </child> + </object> + <packing> + <property name="left_attach">0</property> + <property name="top_attach">0</property> + <property name="width">1</property> + <property name="height">1</property> + </packing> + </child> + <child> + <object class="GtkComboBoxText" id="format"> + <property name="can_focus">False</property> + <property name="no_show_all">True</property> + <property name="entry_text_column">0</property> + <property name="id_column">1</property> + <items> + <item translatable="yes">Use printer metrics for document formatting</item> + <item translatable="yes">Add spacing between paragraphs and tables (in current document)</item> + <item translatable="yes">Add paragraph and table spacing at tops of pages (in current document)</item> + <item translatable="yes">Use %WRITERCOMPATIBILITYVERSIONOOO11 tabstop formatting</item> + <item translatable="yes">Do not add leading (extra space) between lines of text</item> + <item translatable="yes">Use %WRITERCOMPATIBILITYVERSIONOOO11 line spacing</item> + <item translatable="yes">Add paragraph and table spacing at bottom of table cells</item> + <item translatable="yes">Use %WRITERCOMPATIBILITYVERSIONOOO11 object positioning</item> + <item translatable="yes">Use %WRITERCOMPATIBILITYVERSIONOOO11 text wrapping around objects</item> + <item translatable="yes">Consider wrapping style when positioning objects</item> + <item translatable="yes">Expand word space on lines with manual line breaks in justified paragraphs</item> + <item translatable="yes"><User settings></item> + </items> + </object> + <packing> + <property name="left_attach">0</property> + <property name="top_attach">1</property> + <property name="width">1</property> + <property name="height">1</property> + </packing> + </child> + <child> + <object class="GtkButton" id="default"> + <property name="label" translatable="yes">Use as _Default</property> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">True</property> + <property name="halign">end</property> + <property name="use_underline">True</property> + </object> + <packing> + <property name="left_attach">0</property> + <property name="top_attach">2</property> + <property name="width">1</property> + <property name="height">1</property> + </packing> + </child> + </object> + </child> + </object> + </child> + <child type="label"> + <object class="GtkLabel" id="label11"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="label" translatable="yes">Compatibility options for %DOCNAME</property> + <attributes> + <attribute name="weight" value="bold"/> + </attributes> + </object> + </child> + </object> + <packing> + <property name="left_attach">0</property> + <property name="top_attach">0</property> + <property name="width">1</property> + <property name="height">1</property> + </packing> + </child> + </object> +</interface> |