diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2018-03-14 18:45:24 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2018-03-15 13:57:13 +0100 |
commit | 71c51c931a99039b3bd4944dbce56ee53be29867 (patch) | |
tree | 138f13b9ca29fd915b9ae1aefca9ce5ed74ca69e | |
parent | 4dd9777f3e62637330b733526ed79ca4928e7e80 (diff) |
tdf#99483 Clarify Calc paste operation
Clarify the role of Ctrl + V and Enter key when pasting in
Calc.
Change-Id: I78366068edc82c4d948e5303d096eea7c5722fa8
Reviewed-on: https://gerrit.libreoffice.org/51301
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r-- | source/media/helpimg/sw_paste_range.png | bin | 0 -> 1520 bytes | |||
-rw-r--r-- | source/text/shared/01/02060000.xhp | 42 |
2 files changed, 36 insertions, 6 deletions
diff --git a/source/media/helpimg/sw_paste_range.png b/source/media/helpimg/sw_paste_range.png Binary files differnew file mode 100644 index 0000000000..02cb5178fe --- /dev/null +++ b/source/media/helpimg/sw_paste_range.png diff --git a/source/text/shared/01/02060000.xhp b/source/text/shared/01/02060000.xhp index a0215c6517..cb0a69433c 100644 --- a/source/text/shared/01/02060000.xhp +++ b/source/text/shared/01/02060000.xhp @@ -18,7 +18,7 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . --> - + <helpdocument version="1.0"> <meta> <topic id="textshared0102060000xml" indexer="include" status="PUBLISH"> @@ -32,10 +32,14 @@ <body> <section id="paste"> <section id="einfuegen"> -<bookmark xml-lang="en-US" branch="index" id="bm_id3149031"><bookmark_value>pasting;cell ranges</bookmark_value> +<bookmark xml-lang="en-US" branch="index" id="bm_id3149031"> + <bookmark_value>pasting;cell ranges</bookmark_value> <bookmark_value>clipboard; pasting</bookmark_value> <bookmark_value>cells;pasting</bookmark_value> -</bookmark><comment>mw deleted "cell ranges,pasting"</comment> +<bookmark_value>pasting;Enter key</bookmark_value> +<bookmark_value>pasting;Ctrl + V shortcut</bookmark_value> +</bookmark> +<comment>mw deleted "cell ranges,pasting"</comment> <bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/checkwarningdialog/CheckWarningDialog" id="bm_id3149988" localize="false"/> <switch select="appl"> <case select="CALC"> @@ -49,10 +53,36 @@ </section> </section> <section id="howtoget"> - <embed href="text/shared/00/00000402.xhp#insert"/> + <embed href="text/shared/00/00000402.xhp#insert"/> + <switch select="appl"> + <case select="CALC"> + <paragraph role="paragraph" id="par_id551521061448109" xml-lang="en-US">Press the <emph>Enter key</emph>.</paragraph> + </case> + </switch> </section> -<paragraph role="paragraph" id="par_id3147834" xml-lang="en-US"><switchinline select="appl"><caseinline select="CALC">In a spreadsheet, when you paste a range of cells from the clipboard, the result depends on the current selection: If only one cell is selected, the cell range will be pasted started from that cell. If you mark a cell range wider than the cell range in the clipboard, the cell range will be pasted repeatedly to fill the selected cell range. -</caseinline></switchinline></paragraph> +<switch select="appl"> + <case select="CALC"> +<paragraph role="paragraph" id="par_id3147834" xml-lang="en-US">In a spreadsheet, when you paste a range of cells from the clipboard, the result depends on the current selection: If only one cell is selected, the cell range will be pasted started from that cell. If you mark a cell range wider than the cell range in the clipboard, the cell range will be pasted repeatedly to fill the selected cell range. +</paragraph> +<paragraph role="heading" id="hd_id221521057740108" level="3" xml-lang="en-US">Pasting contents in %PRODUCTNAME Calc</paragraph> +<paragraph role="paragraph" id="par_id271521057645962" xml-lang="en-US">When copying a cell or a range in %PRODUCTNAME Calc the selection is marked with blinking dashes around the range (the "marching ants") to indicate what was being selected during the clipboard operation.</paragraph> +<paragraph role="paragraph" id="par_id481521058175847" xml-lang="en-US"> + <image src="media/helpimg/sw_paste_range.png" id="img_id541521058175847" width="153" height="60"> + <alt xml-lang="en-US" id="alt_id221521058175847">Marching ants mark for Calc clipboard</alt> + </image> +</paragraph> +<paragraph role="paragraph" id="par_id861521058166011" xml-lang="en-US">There are two ways to paste the clipboard contents in a spreadsheet document:</paragraph> +<list type="unordered"> + <listitem> + <paragraph id="par_id561521057687471" role="listitem" xml-lang="en-US">Using <emph>Ctrl+V shortcut</emph>, the <emph>Paste icon</emph> in the toolbar or choose <item type="menuitem">Edit - Paste</item> : The contents of the clipboard is pasted in the target location and the clipboard keeps the contents for more paste operations. The copied selection mark stays active.</paragraph> + </listitem> + <listitem> + <paragraph id="par_id811521057699468" role="listitem" xml-lang="en-US">Using <emph>Enter</emph> key: the clipboard contents is pasted once and cleared. No further paste is possible with the clipboard contents. The copied selection mark is disabled.</paragraph> + </listitem> +</list> +<paragraph xml-lang="en-US" id="par_id531521057600924" role="note">To deactivate the copied selection mark press the Esc key. The clipboard contents is not cleared.</paragraph> +</case> +</switch> <switch select="sys"> <case select="UNIX"><embed href="text/shared/01/02050000.xhp#unixkopieren"/> </case> |