diff options
author | Rafael Lima <rafael.palma.lima@gmail.com> | 2021-08-31 22:43:27 +0200 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2021-09-01 11:14:01 +0200 |
commit | 4bf3053fbbf784070982cbcae793d9de2e559ae3 (patch) | |
tree | 251498c332b9f0acfb1c61f11b0377762ba2795e | |
parent | a2b78468e291401740dc43aafdd622d8527f862a (diff) |
Update "Paste Special" dialog help page
Since LO 7.2 the Paste Special dialog for Calc has 4 new presets that weren't documented in the help.
Change-Id: I098d384bef1d8e2bf152bfe5c846a378088771a8
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/121412
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-rw-r--r-- | source/text/shared/01/02070000.xhp | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/source/text/shared/01/02070000.xhp b/source/text/shared/01/02070000.xhp index 5920969922..1e418dd3c3 100644 --- a/source/text/shared/01/02070000.xhp +++ b/source/text/shared/01/02070000.xhp @@ -63,9 +63,22 @@ <switch select="appl"> <case select="CALC"> -<h2 id="hd_id3155420">Paste Special</h2> - <paragraph role="paragraph" id="par_id3150976" xml-lang="en-US">This dialog appears in Calc if the clipboard contains spreadsheet cells.</paragraph> -<h2 id="hd_id3155341">Selection</h2> + <h2 id="hd_id3155420">Paste Special</h2> + <paragraph role="paragraph" id="par_id3150976">This dialog appears in Calc if the clipboard contains spreadsheet cells.</paragraph> + <h2 id="hd_id191630440520574">Presets</h2> + <paragraph role="paragraph" id="par_id951630440692605">Choose one of the presets to quickly load commonly used settings for Paste Special.</paragraph> + <h3 id="hd_id41630440570501">Values Only</h3> + <paragraph role="paragraph" id="par_id111630440722545">Pastes only cell contents including text, numbers and dates.</paragraph> + <h3 id="hd_id891630440587478">Values & Formats</h3> + <paragraph role="paragraph" id="par_id511630441051343">Pastes cell contents and formats applied to cells.</paragraph> + <h3 id="hd_id301630440615367">Formats Only</h3> + <paragraph role="paragraph" id="par_id851630441123702">Pastes only formats applied to cells.</paragraph> + <h3 id="hd_id81630440632865">Transpose All</h3> + <paragraph role="paragraph" id="par_id41630441349354">Pastes all cell contents with their positions transposed.</paragraph> + <h3 id="hd_id991630441460829">Run immediately</h3> + <paragraph role="paragraph" id="par_id331630441454811">Check this option to load the preset and immediately apply it. When unchecked, chosing a preset will only load the corresponding options in the dialog without pasting anything.</paragraph> + <tip id="par_id811630441564039">Uncheck <emph>Run immediately</emph> to load the options from the preset and change its settings in the Paste Special dialog before applying them by clicking <emph>OK</emph>.</tip> + <h2 id="hd_id3155341">Selection</h2> <paragraph role="paragraph" id="par_id3152909" xml-lang="en-US">Select a format for the clipboard contents that you want to paste.</paragraph> <bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/pastespecial/paste_all" id="bm_id3148991" localize="false"/> <h3 id="hd_id3145120">Paste all</h3> |