diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2023-10-17 11:55:45 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2023-10-17 19:45:34 +0200 |
commit | 020c1cb426fa951da23f51c1d93b59259ec87608 (patch) | |
tree | fff3b52e2938f9c3255f2436040b27a17cc3f4ee /source/text/shared | |
parent | dfa69e84f71bced00eb552b0da554907f32794f5 (diff) |
tdf#155876 UI cmds Calc (03)
+ refactoring
+ Edit - Select menu and commands
Change-Id: I2c1e7c37cf40184391f04c29b0b6f49f43bef0e5
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/158087
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source/text/shared')
-rw-r--r-- | source/text/shared/00/edit_menu.xhp | 5 | ||||
-rw-r--r-- | source/text/shared/01/02090000.xhp | 4 | ||||
-rw-r--r-- | source/text/shared/01/pastespecialmenu.xhp | 16 |
3 files changed, 16 insertions, 9 deletions
diff --git a/source/text/shared/00/edit_menu.xhp b/source/text/shared/00/edit_menu.xhp index 2f9c984d5f..ead293e5f9 100644 --- a/source/text/shared/00/edit_menu.xhp +++ b/source/text/shared/00/edit_menu.xhp @@ -228,6 +228,11 @@ </section> <embed href="text/shared/00/00000004.xhp#from_keyboard"/> <paragraph role="paragraph" id="par_id3152417"><switchinline select="sys"><caseinline select="MAC"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + A</keycode></paragraph> + <switch select="appl"> + <case select="CALC"> + <paragraph role="paragraph" id="par_id721697471791843"><switchinline select="sys"><caseinline select="MAC"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Shift + Space</keycode></paragraph> + </case> + </switch> </section> <section id="changes"> diff --git a/source/text/shared/01/02090000.xhp b/source/text/shared/01/02090000.xhp index fb759db56e..5a5944689f 100644 --- a/source/text/shared/01/02090000.xhp +++ b/source/text/shared/01/02090000.xhp @@ -28,9 +28,9 @@ </history> </meta> <body> -<section id="select_all"> <bookmark branch="hid/.uno:SelectAll" id="bm_id3159079" localize="false"/> <bookmark branch="hid/.uno:Select" id="bm_id9111451" localize="false"/> +<section id="select_all"> <h1 id="hd_id3145138"><link href="text/shared/01/02090000.xhp">Select All</link></h1> <paragraph role="paragraph" id="par_id3149999"><variable id="allestext"><ahelp hid=".">Selects the entire content of the current file, frame, or text object.</ahelp></variable></paragraph> </section> @@ -38,7 +38,7 @@ <section id="howtoget"> <embed href="text/shared/00/edit_menu.xhp#select_all"/> </section> -<bookmark branch="hid/.uno:TableSelectAll" id="bm_id4889160" localize="false"/> + <paragraph role="paragraph" id="par_id3154046"><switchinline select="appl"><caseinline select="CALC">To select all of the sheets in a spreadsheet file, right-click the name tab of a sheet, and then choose <emph>Select All Sheets</emph>.</caseinline><defaultinline/></switchinline></paragraph> </body> </helpdocument> diff --git a/source/text/shared/01/pastespecialmenu.xhp b/source/text/shared/01/pastespecialmenu.xhp index 4136710402..bf2a517b2a 100644 --- a/source/text/shared/01/pastespecialmenu.xhp +++ b/source/text/shared/01/pastespecialmenu.xhp @@ -16,13 +16,7 @@ </topic> </meta> <body> - <section id="pastespecialmenu"> - <h1 id="hd_id361584804540671"><variable id="pastespecialmenuh1"><link href="text/shared/01/pastespecialmenu.xhp">Paste Special Menu</link></variable></h1> - <paragraph id="par_id721584804540674" role="paragraph"><ahelp hid=".">Inserts the contents of the clipboard into the current file in a format that you can specify.</ahelp></paragraph> - </section> - <section id="howtoget"> - <embed href="text/shared/00/edit_menu.xhp#pastespecialmenu"/> - </section> + <bookmark branch="hid/.uno:PasteSpecialMenu" id="bm_id981697471080216" localize="false"/> <bookmark id="bm_id611584804540669" branch="hid/.uno:PasteOnly" localize="false"/> <bookmark id="bm_id611584804640669" branch="hid/.uno:PasteOnlyFormula" localize="false"/> <bookmark id="bm_id611584804740669" branch="hid/.uno:PasteOnlyText" localize="false"/> @@ -32,6 +26,14 @@ <bookmark_value>paste special;only numbers (spreadsheet)</bookmark_value> <bookmark_value>paste special;only formula (spreadsheet)</bookmark_value> </bookmark> + <section id="pastespecialmenu"> + <h1 id="hd_id361584804540671"><variable id="pastespecialmenuh1"><link href="text/shared/01/pastespecialmenu.xhp">Paste Special Menu</link></variable></h1> + <paragraph id="par_id721584804540674" role="paragraph"><ahelp hid=".">Inserts the contents of the clipboard into the current file in a format that you can specify.</ahelp></paragraph> + </section> + <section id="howtoget"> + <embed href="text/shared/00/edit_menu.xhp#pastespecialmenu"/> + </section> + <embed href="text/shared/01/pasteunformatted.xhp#pasteunformatted"/> <switch select="appl"> <case select="CALC"> |