summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYousuf Philips <philipz85@hotmail.com>2014-11-30 23:09:30 +0400
committerCaolán McNamara <caolanm@redhat.com>2014-12-01 10:14:34 +0000
commitf1da0cff2f67b0c66ec9e3cc5d9855b591eb8648 (patch)
treed50c7f626bc29f115d1c27e4e683491288475e97
parent83a597af21b41c268b073bce208dee1e8de10831 (diff)
fdo#84293 move clipboard functions to the top of context menu
Change-Id: I3be93178a9b4ba5ecfcb328a8235d2ae2cb17bcd Reviewed-on: https://gerrit.libreoffice.org/13216 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r--sc/source/ui/src/popup.src120
1 files changed, 60 insertions, 60 deletions
diff --git a/sc/source/ui/src/popup.src b/sc/source/ui/src/popup.src
index d4d879dd4592..82268ddccf00 100644
--- a/sc/source/ui/src/popup.src
+++ b/sc/source/ui/src/popup.src
@@ -33,6 +33,66 @@ Menu RID_POPUP_CELLS
{
MenuItem
{
+ Identifier = SID_CUT ;
+ HelpId = CMD_SID_CUT ;
+ Text [ en-US ] = "Cu~t" ;
+ };
+ MenuItem
+ {
+ Identifier = SID_COPY ;
+ HelpId = CMD_SID_COPY ;
+ Text [ en-US ] = "~Copy" ;
+ };
+
+ MenuItem
+ {
+ Identifier = SID_PASTE ;
+ HelpID = CMD_SID_PASTE ;
+ Text [ en-US ] = "~Paste" ;
+ };
+
+ MenuItem
+ {
+ Identifier = SID_PASTE_SPECIAL ;
+ HelpId = CMD_SID_PASTE_SPECIAL ;
+ Text [ en-US ] = "P~aste Special..." ;
+ };
+
+ MenuItem
+ {
+ Identifier = SID_PASTE_ONLY ;
+ HelpId = CMD_SID_PASTE_ONLY ;
+ Text [ en-US ] = "Paste O~nly" ;
+ SubMenu = Menu
+ {
+ ItemList =
+ {
+ MenuItem
+ {
+ Identifier = SID_PASTE_ONLY_TEXT ;
+ HelpId = CMD_SID_PASTE_ONLY_TEXT ;
+ Text [ en-US ] = "~Text" ;
+ };
+ MenuItem
+ {
+ Identifier = SID_PASTE_ONLY_VALUE ;
+ HelpId = CMD_SID_PASTE_ONLY_VALUE ;
+ Text [ en-US ] = "~Number" ;
+ };
+ MenuItem
+ {
+ Identifier = SID_PASTE_ONLY_FORMULA ;
+ HelpId = CMD_SID_PASTE_ONLY_FORMULA ;
+ Text [ en-US ] = "~Formula" ;
+ };
+ };
+ };
+ };
+
+ MenuItem { Separator = TRUE ; };
+
+ MenuItem
+ {
Identifier = SID_CELL_FORMAT_RESET ;
HelpId = CMD_SID_CELL_FORMAT_RESET ;
Text [ en-US ] = "Clear ~Direct Formatting" ;
@@ -111,66 +171,6 @@ Menu RID_POPUP_CELLS
MenuItem
{
- Identifier = SID_CUT ;
- HelpId = CMD_SID_CUT ;
- Text [ en-US ] = "Cu~t" ;
- };
- MenuItem
- {
- Identifier = SID_COPY ;
- HelpId = CMD_SID_COPY ;
- Text [ en-US ] = "~Copy" ;
- };
-
- MenuItem
- {
- Identifier = SID_PASTE ;
- HelpID = CMD_SID_PASTE ;
- Text [ en-US ] = "~Paste" ;
- };
-
- MenuItem
- {
- Identifier = SID_PASTE_SPECIAL ;
- HelpId = CMD_SID_PASTE_SPECIAL ;
- Text [ en-US ] = "P~aste Special..." ;
- };
-
- MenuItem
- {
- Identifier = SID_PASTE_ONLY ;
- HelpId = CMD_SID_PASTE_ONLY ;
- Text [ en-US ] = "Paste O~nly" ;
- SubMenu = Menu
- {
- ItemList =
- {
- MenuItem
- {
- Identifier = SID_PASTE_ONLY_TEXT ;
- HelpId = CMD_SID_PASTE_ONLY_TEXT ;
- Text [ en-US ] = "~Text" ;
- };
- MenuItem
- {
- Identifier = SID_PASTE_ONLY_VALUE ;
- HelpId = CMD_SID_PASTE_ONLY_VALUE ;
- Text [ en-US ] = "~Number" ;
- };
- MenuItem
- {
- Identifier = SID_PASTE_ONLY_FORMULA ;
- HelpId = CMD_SID_PASTE_ONLY_FORMULA ;
- Text [ en-US ] = "~Formula" ;
- };
- };
- };
- };
-
- MenuItem { Separator = TRUE ; };
-
- MenuItem
- {
Identifier = SID_DATA_SELECT ;
HelpId = CMD_SID_DATA_SELECT ;
Text [ en-US ] = "~Selection List..." ;