summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYousuf Philips <philipz85@hotmail.com>2014-11-24 10:09:17 +0400
committerCaolán McNamara <caolanm@redhat.com>2014-11-24 20:44:47 +0000
commitdf633ac5487fd566fbf526808bb015112bd38e77 (patch)
tree42ef7feb501197acc05c9bb821287a3406d09443
parentc98c650ac4235cebc019e9c80fdc22cab6e077cd (diff)
fdo#86476 add icons to sheet management menu and context menu entries
Change-Id: I3d286487a8b81d440f480a528298c815f295fc92 Reviewed-on: https://gerrit.libreoffice.org/13087 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r--icon-themes/galaxy/cmd/sc_hide.pngbin0 -> 293 bytes
-rw-r--r--icon-themes/galaxy/cmd/sc_insert.pngbin0 -> 562 bytes
-rw-r--r--icon-themes/galaxy/cmd/sc_move.pngbin0 -> 527 bytes
-rw-r--r--icon-themes/galaxy/cmd/sc_protect.pngbin0 -> 727 bytes
-rw-r--r--icon-themes/galaxy/cmd/sc_remove.pngbin0 -> 616 bytes
-rw-r--r--icon-themes/tango/cmd/sc_hide.pngbin0 -> 293 bytes
-rw-r--r--icon-themes/tango/cmd/sc_insert.pngbin0 -> 562 bytes
-rw-r--r--icon-themes/tango/cmd/sc_move.pngbin0 -> 527 bytes
-rw-r--r--icon-themes/tango/cmd/sc_protect.pngbin0 -> 727 bytes
-rw-r--r--icon-themes/tango/cmd/sc_remove.pngbin0 -> 616 bytes
-rw-r--r--officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu15
11 files changed, 15 insertions, 0 deletions
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
--- /dev/null
+++ b/icon-themes/galaxy/cmd/sc_hide.png
Binary files 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
--- /dev/null
+++ b/icon-themes/galaxy/cmd/sc_insert.png
Binary files 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
--- /dev/null
+++ b/icon-themes/galaxy/cmd/sc_move.png
Binary files 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
--- /dev/null
+++ b/icon-themes/galaxy/cmd/sc_protect.png
Binary files 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
--- /dev/null
+++ b/icon-themes/galaxy/cmd/sc_remove.png
Binary files 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
--- /dev/null
+++ b/icon-themes/tango/cmd/sc_hide.png
Binary files 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
--- /dev/null
+++ b/icon-themes/tango/cmd/sc_insert.png
Binary files 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
--- /dev/null
+++ b/icon-themes/tango/cmd/sc_move.png
Binary files 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
--- /dev/null
+++ b/icon-themes/tango/cmd/sc_protect.png
Binary files 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
--- /dev/null
+++ b/icon-themes/tango/cmd/sc_remove.png
Binary files differ
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu
index 2a1da27e2602..c3a2eafaf671 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu
@@ -605,6 +605,9 @@
<prop oor:name="Label" oor:type="xs:string">
<value xml:lang="en-US">~Delete...</value>
</prop>
+ <prop oor:name="Properties" oor:type="xs:int">
+ <value>1</value>
+ </prop>
</node>
<node oor:name=".uno:FillDown" oor:op="replace">
<prop oor:name="Label" oor:type="xs:string">
@@ -1060,6 +1063,9 @@
<prop oor:name="ContextLabel" oor:type="xs:string">
<value xml:lang="en-US">~Sheet...</value>
</prop>
+ <prop oor:name="Properties" oor:type="xs:int">
+ <value>1</value>
+ </prop>
</node>
<node oor:name=".uno:InsertSheetFromFile" oor:op="replace">
<prop oor:name="Label" oor:type="xs:string">
@@ -1210,6 +1216,9 @@
<prop oor:name="ContextLabel" oor:type="xs:string">
<value xml:lang="en-US">~Hide</value>
</prop>
+ <prop oor:name="Properties" oor:type="xs:int">
+ <value>1</value>
+ </prop>
</node>
<node oor:name=".uno:Show" oor:op="replace">
<prop oor:name="Label" oor:type="xs:string">
@@ -1286,6 +1295,9 @@
<prop oor:name="ContextLabel" oor:type="xs:string">
<value xml:lang="en-US">~Sheet...</value>
</prop>
+ <prop oor:name="Properties" oor:type="xs:int">
+ <value>1</value>
+ </prop>
</node>
<node oor:name=".uno:ToolProtectionDocument" oor:op="replace">
<prop oor:name="Label" oor:type="xs:string">
@@ -1495,6 +1507,9 @@
<prop oor:name="ContextLabel" oor:type="xs:string">
<value xml:lang="en-US">~Move/Copy...</value>
</prop>
+ <prop oor:name="Properties" oor:type="xs:int">
+ <value>1</value>
+ </prop>
</node>
<node oor:name=".uno:TableSelectAll" oor:op="replace">
<prop oor:name="Label" oor:type="xs:string">