sc/source/ui/src/popup.src | 120 ++++++++++++++++++++++----------------------- 1 file changed, 60 insertions(+), 60 deletions(-)
New commits: commit 56856a43100ded70463d3721afa2fb13d054bd88 Author: Yousuf Philips <philip...@hotmail.com> Date: Sun Nov 30 23:09:30 2014 +0400 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 <caol...@redhat.com> Tested-by: Caolán McNamara <caol...@redhat.com> (cherry picked from commit f1da0cff2f67b0c66ec9e3cc5d9855b591eb8648) Reviewed-on: https://gerrit.libreoffice.org/13248 Reviewed-by: Yousuf Philips <philip...@hotmail.com> Tested-by: Yousuf Philips <philip...@hotmail.com> diff --git a/sc/source/ui/src/popup.src b/sc/source/ui/src/popup.src index d4d879d..82268dd 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..." ;
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits