diff options
Diffstat (limited to 'sc/uiconfig/scalc/ui/navigatorpanel.ui')
-rw-r--r-- | sc/uiconfig/scalc/ui/navigatorpanel.ui | 478 |
1 files changed, 478 insertions, 0 deletions
diff --git a/sc/uiconfig/scalc/ui/navigatorpanel.ui b/sc/uiconfig/scalc/ui/navigatorpanel.ui new file mode 100644 index 000000000..9e02f0ba5 --- /dev/null +++ b/sc/uiconfig/scalc/ui/navigatorpanel.ui @@ -0,0 +1,478 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Generated with glade 3.22.2 --> +<interface domain="sc"> + <requires lib="gtk+" version="3.20"/> + <object class="GtkAdjustment" id="adjustment1"> + <property name="upper">100</property> + <property name="step_increment">1</property> + <property name="page_increment">10</property> + </object> + <object class="GtkAdjustment" id="adjustment2"> + <property name="upper">100</property> + <property name="step_increment">1</property> + <property name="page_increment">10</property> + </object> + <object class="GtkMenu" id="dragmodemenu"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <child> + <object class="GtkRadioMenuItem" id="hyperlink"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="label" translatable="yes" context="navigatorpanel|hyperlink">Insert as Hyperlink</property> + <property name="use_underline">True</property> + <property name="active">True</property> + <property name="draw_as_radio">True</property> + <child internal-child="accessible"> + <object class="AtkObject" id="hyperlink-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="navigatorpanel|extended_tip|hyperlink">Inserts a hyperlink when you drag-and-drop an object from the Navigator into a document.</property> + </object> + </child> + </object> + </child> + <child> + <object class="GtkRadioMenuItem" id="link"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="label" translatable="yes" context="navigatorpanel|link">Insert as Link</property> + <property name="use_underline">True</property> + <property name="draw_as_radio">True</property> + <property name="group">hyperlink</property> + <child internal-child="accessible"> + <object class="AtkObject" id="link-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="navigatorpanel|extended_tip|link">Creates a link when you drag-and-drop an object from the Navigator into a document.</property> + </object> + </child> + </object> + </child> + <child> + <object class="GtkRadioMenuItem" id="copy"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="label" translatable="yes" context="navigatorpanel|copy">Insert as Copy</property> + <property name="use_underline">True</property> + <property name="draw_as_radio">True</property> + <property name="group">hyperlink</property> + <child internal-child="accessible"> + <object class="AtkObject" id="copy-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="navigatorpanel|extended_tip|copy">Generates a copy when you drag-and-drop an object from the Navigator into a document.</property> + </object> + </child> + </object> + </child> + </object> + <object class="GtkTreeStore" id="liststore1"> + <columns> + <!-- column-name expander --> + <column type="GdkPixbuf"/> + <!-- column-name text --> + <column type="gchararray"/> + <!-- column-name id --> + <column type="gchararray"/> + <!-- column-name weight --> + <column type="gint"/> + <!-- column-name sensitive --> + <column type="gboolean"/> + </columns> + </object> + <object class="GtkTreeStore" id="liststore2"> + <columns> + <!-- column-name text --> + <column type="gchararray"/> + <!-- column-name id --> + <column type="gchararray"/> + </columns> + </object> + <!-- n-columns=1 n-rows=1 --> + <object class="GtkGrid" id="NavigatorPanel"> + <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> + <!-- n-columns=1 n-rows=1 --> + <object class="GtkGrid"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="hexpand">True</property> + <property name="vexpand">True</property> + <property name="row_spacing">6</property> + <property name="column_spacing">12</property> + <child> + <!-- n-columns=1 n-rows=1 --> + <object class="GtkGrid"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="hexpand">True</property> + <property name="row_spacing">3</property> + <property name="column_spacing">6</property> + <child> + <object class="GtkLabel" id="label1"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="halign">start</property> + <property name="label" translatable="yes" context="navigatorpanel|label1">Column:</property> + <property name="use_underline">True</property> + <property name="mnemonic_widget">column</property> + </object> + <packing> + <property name="left_attach">0</property> + <property name="top_attach">0</property> + </packing> + </child> + <child> + <object class="GtkLabel" id="label2"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="halign">start</property> + <property name="label" translatable="yes" context="navigatorpanel|label2">Row:</property> + <property name="use_underline">True</property> + <property name="mnemonic_widget">row</property> + </object> + <packing> + <property name="left_attach">0</property> + <property name="top_attach">1</property> + </packing> + </child> + <child> + <object class="GtkSpinButton" id="column"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="tooltip_text" translatable="yes" context="navigatorpanel|column|tooltip_text">Column</property> + <property name="hexpand">True</property> + <property name="adjustment">adjustment1</property> + <property name="truncate-multiline">True</property> + <child internal-child="accessible"> + <object class="AtkObject" id="column-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="navigatorpanel|extended_tip|column">Enter the column letter. Press Enter to reposition the cell cursor to the specified column in the same row.</property> + </object> + </child> + </object> + <packing> + <property name="left_attach">1</property> + <property name="top_attach">0</property> + </packing> + </child> + <child> + <object class="GtkSpinButton" id="row"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="tooltip_text" translatable="yes" context="navigatorpanel|row|tooltip_text">Row</property> + <property name="hexpand">True</property> + <property name="adjustment">adjustment2</property> + <property name="truncate-multiline">True</property> + <child internal-child="accessible"> + <object class="AtkObject" id="row-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="navigatorpanel|extended_tip|row">Enter a row number. Press Enter to reposition the cell cursor to the specified row in the same column.</property> + </object> + </child> + </object> + <packing> + <property name="left_attach">1</property> + <property name="top_attach">1</property> + </packing> + </child> + <child> + <object class="GtkToolbar" id="toolbox1"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="toolbar_style">icons</property> + <property name="show_arrow">False</property> + <property name="icon_size">2</property> + <child> + <object class="GtkToolButton" id="datarange"> + <property name="visible">True</property> + <property name="tooltip_text" translatable="yes" context="navigatorpanel|datarange|tooltip_text">Data Range</property> + <property name="icon_name">sc/res/na03.png</property> + <child internal-child="accessible"> + <object class="AtkObject" id="datarange-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="navigatorpanel|extended_tip|datarange">Specifies the current data range denoted by the position of the cell cursor.</property> + </object> + </child> + </object> + <packing> + <property name="expand">False</property> + <property name="homogeneous">False</property> + </packing> + </child> + <child> + <object class="GtkToolButton" id="start"> + <property name="visible">True</property> + <property name="tooltip_text" translatable="yes" context="navigatorpanel|start|tooltip_text">Start</property> + <property name="icon_name">sc/res/na05.png</property> + <child internal-child="accessible"> + <object class="AtkObject" id="start-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="navigatorpanel|extended_tip|start">Moves to the cell at the beginning of the current data range, which you can highlight using the Data Range button.</property> + </object> + </child> + </object> + <packing> + <property name="expand">False</property> + <property name="homogeneous">False</property> + </packing> + </child> + <child> + <object class="GtkToolButton" id="end"> + <property name="visible">True</property> + <property name="tooltip_text" translatable="yes" context="navigatorpanel|end|tooltip_text">End</property> + <property name="icon_name">sc/res/na06.png</property> + <child internal-child="accessible"> + <object class="AtkObject" id="end-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="navigatorpanel|extended_tip|end">Moves to the cell at the end of the current data range, which you can highlight using the Data Range button.</property> + </object> + </child> + </object> + <packing> + <property name="expand">False</property> + <property name="homogeneous">False</property> + </packing> + </child> + <child> + <object class="GtkToggleToolButton" id="contents"> + <property name="visible">True</property> + <property name="tooltip_text" translatable="yes" context="navigatorpanel|contents|tooltip_text">Contents</property> + <property name="icon_name">sc/res/na011.png</property> + </object> + <packing> + <property name="expand">False</property> + <property name="homogeneous">False</property> + </packing> + </child> + </object> + <packing> + <property name="left_attach">2</property> + <property name="top_attach">0</property> + </packing> + </child> + <child> + <object class="GtkToolbar" id="toolbox2"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="toolbar_style">icons</property> + <property name="show_arrow">False</property> + <property name="icon_size">2</property> + <child> + <object class="GtkToggleToolButton" id="toggle"> + <property name="visible">True</property> + <property name="tooltip_text" translatable="yes" context="navigatorpanel|toggle|tooltip_text">Toggle</property> + <property name="icon_name">sc/res/na010.png</property> + <child internal-child="accessible"> + <object class="AtkObject" id="toggle-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="navigatorpanel|extended_tip|toggle">Allows you to hide/show the contents.</property> + </object> + </child> + </object> + <packing> + <property name="expand">False</property> + <property name="homogeneous">False</property> + </packing> + </child> + <child> + <object class="GtkToggleToolButton" id="scenarios"> + <property name="visible">True</property> + <property name="tooltip_text" translatable="yes" context="navigatorpanel|scenarios|tooltip_text">Scenarios</property> + <property name="icon_name">sc/res/na07.png</property> + <child internal-child="accessible"> + <object class="AtkObject" id="scenarios-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="navigatorpanel|extended_tip|scenarios">Displays all available scenarios. Double-click a name to apply that scenario.</property> + </object> + </child> + </object> + <packing> + <property name="expand">False</property> + <property name="homogeneous">False</property> + </packing> + </child> + <child> + <object class="GtkMenuToolButton" id="dragmode"> + <property name="visible">True</property> + <property name="tooltip_text" translatable="yes" context="navigatorpanel|dragmode|tooltip_text">Drag Mode</property> + <property name="icon_name">sc/res/na09.png</property> + <child internal-child="accessible"> + <object class="AtkObject" id="dragmode-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="navigatorpanel|extended_tip|dragmode">Opens a submenu for selecting the drag mode. You decide which action is performed when dragging and dropping an object from the Navigator into a document. Depending on the mode you select, the icon indicates whether a hyperlink, link or a copy is created.</property> + </object> + </child> + </object> + <packing> + <property name="expand">False</property> + <property name="homogeneous">False</property> + </packing> + </child> + </object> + <packing> + <property name="left_attach">2</property> + <property name="top_attach">1</property> + </packing> + </child> + </object> + <packing> + <property name="left_attach">0</property> + <property name="top_attach">0</property> + </packing> + </child> + <child> + <object class="GtkComboBoxText" id="documents"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="tooltip_text" translatable="yes" context="navigatorpanel|documents|tooltip_text">Document</property> + <child internal-child="accessible"> + <object class="AtkObject" id="documents-atkobject"> + <property name="AtkObject::accessible-name" translatable="yes" context="navigatorpanel|documents-atkobject">Active Window</property> + <property name="AtkObject::accessible-description" translatable="yes" context="navigatorpanel|extended_tip|documents">Displays the names of all open documents.</property> + </object> + </child> + </object> + <packing> + <property name="left_attach">0</property> + <property name="top_attach">3</property> + </packing> + </child> + <child> + <object class="GtkScrolledWindow"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="hexpand">True</property> + <property name="vexpand">True</property> + <property name="shadow_type">in</property> + <child> + <object class="GtkTreeView" id="contentbox"> + <property name="width_request">-1</property> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">True</property> + <property name="has_tooltip">True</property> + <property name="hexpand">True</property> + <property name="vexpand">True</property> + <property name="model">liststore1</property> + <property name="headers_visible">False</property> + <property name="reorderable">True</property> + <property name="search_column">1</property> + <child internal-child="selection"> + <object class="GtkTreeSelection" id="Macro Library List-selection1"/> + </child> + <child> + <object class="GtkTreeViewColumn" id="treeviewcolumn2"> + <property name="spacing">6</property> + <child> + <object class="GtkCellRendererPixbuf" id="cellrenderertext4"/> + <attributes> + <attribute name="sensitive">4</attribute> + <attribute name="pixbuf">0</attribute> + </attributes> + </child> + <child> + <object class="GtkCellRendererText" id="cellrenderertext2"/> + <attributes> + <attribute name="sensitive">4</attribute> + <attribute name="text">1</attribute> + </attributes> + </child> + </object> + </child> + <child internal-child="accessible"> + <object class="AtkObject" id="contentbox-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="navigatorpanel|extended_tip|contentbox">Displays all objects in your document.</property> + </object> + </child> + </object> + </child> + </object> + <packing> + <property name="left_attach">0</property> + <property name="top_attach">1</property> + </packing> + </child> + <child> + <object class="GtkBox" id="scenariobox"> + <property name="can_focus">False</property> + <property name="no_show_all">True</property> + <property name="hexpand">True</property> + <property name="vexpand">True</property> + <property name="orientation">vertical</property> + <property name="spacing">6</property> + <property name="homogeneous">True</property> + <child> + <object class="GtkScrolledWindow"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="hexpand">True</property> + <property name="vexpand">True</property> + <property name="shadow_type">in</property> + <child> + <object class="GtkTreeView" id="scenariolist"> + <property name="width_request">-1</property> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">True</property> + <property name="hexpand">True</property> + <property name="vexpand">True</property> + <property name="model">liststore2</property> + <property name="headers_visible">False</property> + <property name="search_column">0</property> + <property name="show_expanders">False</property> + <child internal-child="selection"> + <object class="GtkTreeSelection"/> + </child> + <child> + <object class="GtkTreeViewColumn" id="treeviewcolumn1"> + <property name="spacing">6</property> + <child> + <object class="GtkCellRendererText" id="cellrenderertext3"/> + <attributes> + <attribute name="text">0</attribute> + </attributes> + </child> + </object> + </child> + </object> + </child> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">0</property> + </packing> + </child> + <child> + <object class="GtkScrolledWindow"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="shadow_type">in</property> + <child> + <object class="GtkTextView" id="scenariotext"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="editable">False</property> + <property name="wrap_mode">word</property> + <property name="cursor_visible">False</property> + <property name="accepts_tab">False</property> + </object> + </child> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">1</property> + </packing> + </child> + </object> + <packing> + <property name="left_attach">0</property> + <property name="top_attach">2</property> + </packing> + </child> + </object> + <packing> + <property name="left_attach">0</property> + <property name="top_attach">0</property> + </packing> + </child> + <child internal-child="accessible"> + <object class="AtkObject" id="NavigatorPanel-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="navigatorpanel|extended_tip|NavigatorPanel">Activates and deactivates the Navigator.</property> + </object> + </child> + </object> +</interface> |