From 4c5eabdaf72ea996e202a6de1801b2bd681a1fba Mon Sep 17 00:00:00 2001 From: Yousuf Philips Date: Mon, 24 Nov 2014 10:09:17 +0400 Subject: fdo#86476 add icons to sheet management menu and context menu entries MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I3d286487a8b81d440f480a528298c815f295fc92 Reviewed-on: https://gerrit.libreoffice.org/13087 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara (cherry picked from commit df633ac5487fd566fbf526808bb015112bd38e77) Reviewed-on: https://gerrit.libreoffice.org/13107 --- icon-themes/galaxy/cmd/sc_hide.png | Bin 0 -> 293 bytes icon-themes/galaxy/cmd/sc_insert.png | Bin 0 -> 562 bytes icon-themes/galaxy/cmd/sc_move.png | Bin 0 -> 527 bytes icon-themes/galaxy/cmd/sc_protect.png | Bin 0 -> 727 bytes icon-themes/galaxy/cmd/sc_remove.png | Bin 0 -> 616 bytes icon-themes/tango/cmd/sc_hide.png | Bin 0 -> 293 bytes icon-themes/tango/cmd/sc_insert.png | Bin 0 -> 562 bytes icon-themes/tango/cmd/sc_move.png | Bin 0 -> 527 bytes icon-themes/tango/cmd/sc_protect.png | Bin 0 -> 727 bytes icon-themes/tango/cmd/sc_remove.png | Bin 0 -> 616 bytes .../data/org/openoffice/Office/UI/CalcCommands.xcu | 15 +++++++++++++++ 11 files changed, 15 insertions(+) create mode 100644 icon-themes/galaxy/cmd/sc_hide.png create mode 100644 icon-themes/galaxy/cmd/sc_insert.png create mode 100644 icon-themes/galaxy/cmd/sc_move.png create mode 100644 icon-themes/galaxy/cmd/sc_protect.png create mode 100644 icon-themes/galaxy/cmd/sc_remove.png create mode 100644 icon-themes/tango/cmd/sc_hide.png create mode 100644 icon-themes/tango/cmd/sc_insert.png create mode 100644 icon-themes/tango/cmd/sc_move.png create mode 100644 icon-themes/tango/cmd/sc_protect.png create mode 100644 icon-themes/tango/cmd/sc_remove.png diff --git a/icon-themes/galaxy/cmd/sc_hide.png b/icon-themes/galaxy/cmd/sc_hide.png new file mode 100644 index 000000000000..1fad05876717 Binary files /dev/null and b/icon-themes/galaxy/cmd/sc_hide.png differ diff --git a/icon-themes/galaxy/cmd/sc_insert.png b/icon-themes/galaxy/cmd/sc_insert.png new file mode 100644 index 000000000000..fba8fb1c5f48 Binary files /dev/null and b/icon-themes/galaxy/cmd/sc_insert.png differ diff --git a/icon-themes/galaxy/cmd/sc_move.png b/icon-themes/galaxy/cmd/sc_move.png new file mode 100644 index 000000000000..1d27feb247ff Binary files /dev/null and b/icon-themes/galaxy/cmd/sc_move.png differ diff --git a/icon-themes/galaxy/cmd/sc_protect.png b/icon-themes/galaxy/cmd/sc_protect.png new file mode 100644 index 000000000000..ef47f54a8e81 Binary files /dev/null and b/icon-themes/galaxy/cmd/sc_protect.png differ diff --git a/icon-themes/galaxy/cmd/sc_remove.png b/icon-themes/galaxy/cmd/sc_remove.png new file mode 100644 index 000000000000..54da4ad39ffc Binary files /dev/null and b/icon-themes/galaxy/cmd/sc_remove.png differ diff --git a/icon-themes/tango/cmd/sc_hide.png b/icon-themes/tango/cmd/sc_hide.png new file mode 100644 index 000000000000..1fad05876717 Binary files /dev/null and b/icon-themes/tango/cmd/sc_hide.png differ diff --git a/icon-themes/tango/cmd/sc_insert.png b/icon-themes/tango/cmd/sc_insert.png new file mode 100644 index 000000000000..fba8fb1c5f48 Binary files /dev/null and b/icon-themes/tango/cmd/sc_insert.png differ diff --git a/icon-themes/tango/cmd/sc_move.png b/icon-themes/tango/cmd/sc_move.png new file mode 100644 index 000000000000..1d27feb247ff Binary files /dev/null and b/icon-themes/tango/cmd/sc_move.png differ diff --git a/icon-themes/tango/cmd/sc_protect.png b/icon-themes/tango/cmd/sc_protect.png new file mode 100644 index 000000000000..ef47f54a8e81 Binary files /dev/null and b/icon-themes/tango/cmd/sc_protect.png differ diff --git a/icon-themes/tango/cmd/sc_remove.png b/icon-themes/tango/cmd/sc_remove.png new file mode 100644 index 000000000000..54da4ad39ffc Binary files /dev/null and b/icon-themes/tango/cmd/sc_remove.png differ diff --git a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu index 9df546501fc6..120d1f64cf39 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu @@ -621,6 +621,9 @@ ~Delete... + + 1 + @@ -1076,6 +1079,9 @@ ~Sheet... + + 1 + @@ -1226,6 +1232,9 @@ ~Hide + + 1 + @@ -1302,6 +1311,9 @@ ~Sheet... + + 1 + @@ -1511,6 +1523,9 @@ ~Move/Copy... + + 1 + -- cgit v1.2.3