diff --git a/AllLangHelp_shared.mk b/AllLangHelp_shared.mk index 789c4cd13b..61b965b911 100644 --- a/AllLangHelp_shared.mk +++ b/AllLangHelp_shared.mk @@ -353,6 +353,11 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,shared,\ helpcontent2/source/text/shared/01/packagemanager \ helpcontent2/source/text/shared/01/password_dlg \ helpcontent2/source/text/shared/01/password_main \ + helpcontent2/source/text/shared/01/pastespecialmenu \ + helpcontent2/source/text/shared/01/pasteunformatted \ + helpcontent2/source/text/shared/01/pastenestedtable \ + helpcontent2/source/text/shared/01/pasterowabove \ + helpcontent2/source/text/shared/01/pastecolumnleft \ helpcontent2/source/text/shared/01/profile_safe_mode \ helpcontent2/source/text/shared/01/ref_epub_export \ helpcontent2/source/text/shared/01/ref_pdf_export \ diff --git a/source/text/scalc/main0102.xhp b/source/text/scalc/main0102.xhp index b23d7914a8..40445ff819 100644 --- a/source/text/scalc/main0102.xhp +++ b/source/text/scalc/main0102.xhp @@ -40,7 +40,7 @@ - + diff --git a/source/text/sdraw/main_edit.xhp b/source/text/sdraw/main_edit.xhp index 2c40a115b6..1ad8f532c9 100644 --- a/source/text/sdraw/main_edit.xhp +++ b/source/text/sdraw/main_edit.xhp @@ -28,7 +28,7 @@
-Edit +

Edit

The commands in this menu are used to edit Draw documents (for example, copying and pasting).
@@ -36,26 +36,25 @@ -Paste Special - + -Find & Replace +

Find & Replace

-Points +

Points

Enables you to edit points on your drawing. -Glue points +

Glue points

Enables you to edit glue points on your drawing. -Duplicate +

Duplicate

-Cross-fading +

Cross-fading

-Fields +

Fields

UFI removed Layer command (as I did in zillion CWSs before...) -Links +

Links

-Hyperlink +

Hyperlink

diff --git a/source/text/shared/00/edit_menu.xhp b/source/text/shared/00/edit_menu.xhp index fa8a562018..ea70e4d4a0 100644 --- a/source/text/shared/00/edit_menu.xhp +++ b/source/text/shared/00/edit_menu.xhp @@ -123,7 +123,28 @@ -Choose Edit - Paste Special. +
+Choose Edit - Paste Special - Paste Special. +CommandCtrl + Shift + V. +
+
+ Choose Edit - Paste Special - Paste Unformatted Text. + Right click to open the context menu and choose Paste Special - Unformatted Text. + CommandCtrl + Alt + Shift + V. +
+
+ Choose Edit - Paste Special - Paste Nested Table. + Right click on the target table cell to open the context menu and choose Paste Special - Nested Table. +
+
+ Choose Edit - Paste Special - Paste as Rows above. + Right click on the target table cell to open the context menu and choose Paste Special - Rows above. +
+
+ Choose Edit - Paste Special - Paste as Columns Before. + Right click on the target table cell to open the context menu and choose Paste Special - Columns Before. +
+
Choose Edit - Select All. CommandCtrl+A diff --git a/source/text/shared/01/02070000.xhp b/source/text/shared/01/02070000.xhp index 8bae45a027..0e4edb543b 100644 --- a/source/text/shared/01/02070000.xhp +++ b/source/text/shared/01/02070000.xhp @@ -25,124 +25,118 @@ -
+ -Paste Special +
+

Paste Special

Inserts the contents of the clipboard into the current file in a format that you can specify.
+ - -
- -
-
-
- - -
- -
-
-
- - -
- -
-
-
- - -
- -
-
+ + + + +
+ +
+
-Source +

Source

Displays the source of the clipboard contents. -Selection - Select a format for the clipboard contents that you want to paste. - When you paste HTML data into a text document, you can choose "HTML format" or "HTML format without comments". The second choice is the default; it pastes all HTML data, but no comments. +

Selection

+ Select a format for the clipboard contents that you want to paste. The available format depends on the copied or cut source format. + + + When you paste HTML data into a text document, you can choose "HTML format" or "HTML format without comments". The second choice is the default; it pastes all HTML data, but no comments. + + + -Paste Special - This dialog appears in Calc if the clipboard contains spreadsheet cells. -Selection - Select a format for the clipboard contents that you want to paste. - -Paste all - Pastes all cell contents, comments, formats, and objects into the current document. - -Texti50436 - Inserts cells containing text. - -Numbers - Inserts cells containing numbers. - -Date & Time - Inserts cells containing date and time values. - -Formulas - Inserts cells containing formulae. - -Comments - Inserts comments that are attached to cells. If you want to add the comments to the existing cell content, select the "Add" operation. - -Formats - Inserts cell format attributes. - -Objects - Inserts objects contained within the selected cell range. These can be OLE objects, chart objects, or drawing objects. -Operations - Select the operation to apply when you paste cells into your sheet. - -None - Does not apply an operation when you insert the cell range from the clipboard. The contents of the clipboard will replace existing cell contents. - -Add - Adds the values in the clipboard cells to the values in the target cells. Also, if the clipboard only contains comments, adds the comments to the target cells. - -Subtract - Subtracts the values in the clipboard cells from the values in the target cells. - -Multiply - Multiplies the values in the clipboard cells with the values in the target cells. - -Divide - Divides the values in the target cells by the values in the clipboard cells.UFI: fixes #i14796# -Options - Sets the paste options for the clipboard contents. - -Skip empty cells - Empty cells from the clipboard do not replace target cells. If you use this option in conjunction with the "Multiply" or the "Divide" operation, the operation is not applied to the target cell of an empty cell in the clipboard. - If you select a mathematical operation and clear the Skip empty cells box, empty cells in the clipboard are treated as zeroes. For example, if you apply the Multiply operation, the target cells are filled with zeroes. - - + +

Paste Special

+ This dialog appears in Calc if the clipboard contains spreadsheet cells. +

Selection

+ Select a format for the clipboard contents that you want to paste. + +

Paste all

+ Pastes all cell contents, comments, formats, and objects into the current document. + +

Texti50436

+ Inserts cells containing text. + +

Numbers

+ Inserts cells containing numbers. + +

Date & Time

+ Inserts cells containing date and time values. + +

Formulas

+ Inserts cells containing formulae. + +

Comments

+ Inserts comments that are attached to cells. If you want to add the comments to the existing cell content, select the "Add" operation. + +

Formats

+ Inserts cell format attributes. + +

Objects

+ Inserts objects contained within the selected cell range. These can be OLE objects, chart objects, or drawing objects. +

Operations

+ Select the operation to apply when you paste cells into your sheet. + +

None

+ Does not apply an operation when you insert the cell range from the clipboard. The contents of the clipboard will replace existing cell contents. + +

Add

+ Adds the values in the clipboard cells to the values in the target cells. Also, if the clipboard only contains comments, adds the comments to the target cells. + +

Subtract

+ Subtracts the values in the clipboard cells from the values in the target cells. + +

Multiply

+ Multiplies the values in the clipboard cells with the values in the target cells. + +

Divide

+ Divides the values in the target cells by the values in the clipboard cells.UFI: fixes #i14796# +

Options

+ Sets the paste options for the clipboard contents. + +

Skip empty cells

+ Empty cells from the clipboard do not replace target cells. If you use this option in conjunction with the "Multiply" or the "Divide" operation, the operation is not applied to the target cell of an empty cell in the clipboard. + + If you select a mathematical operation and clear the Skip empty cells box, empty cells in the clipboard are treated as zeroes. For example, if you apply the Multiply operation, the target cells are filled with zeroes. -Transpose - The rows of the range in the clipboard are pasted to become columns of the output range. The columns of the range in the clipboard are pasted to become rows.i59261 +

Transpose

+ The rows of the range in the clipboard are pasted to become columns of the output range. The columns of the range in the clipboard are pasted to become rows.i59261 -Link - Inserts the cell range as a link, so that changes made to the cells in the source file are updated in the target file. To ensure that changes made to empty cells in the source file are updated in the target file, ensure that the "Insert All" option is also selected. -You can also link sheets within the same spreadsheet. When you link to other files, a DDE link is automatically created. A DDE link is inserted as a matrix formula and can only be modified as a whole. -Shift Cells - Set the shift options for the target cells when the clipboard content is inserted. +

Link

+ Inserts the cell range as a link, so that changes made to the cells in the source file are updated in the target file. To ensure that changes made to empty cells in the source file are updated in the target file, ensure that the "Insert All" option is also selected. +You can also link sheets within the same spreadsheet. When you link to other files, a DDE link is automatically created. A DDE link is inserted as a matrix formula and can only be modified as a whole. +

Shift Cells

+ Set the shift options for the target cells when the clipboard content is inserted. -Don't shift - Inserted cells replace the target cells. +

Don't shift

+ Inserted cells replace the target cells. -Down - Target cells are shifted downward when you insert cells from the clipboard. +

Down

+ Target cells are shifted downward when you insert cells from the clipboard. -Right - Target cells are shifted to the right when you insert cells from the clipboard. +

Right

+ Target cells are shifted to the right when you insert cells from the clipboard. + + +
+ +
diff --git a/source/text/shared/01/pastecolumnleft.xhp b/source/text/shared/01/pastecolumnleft.xhp new file mode 100644 index 0000000000..0809b66345 --- /dev/null +++ b/source/text/shared/01/pastecolumnleft.xhp @@ -0,0 +1,34 @@ + + + + + + + Paste as Column Before + /text/shared/01/pastecolumleft.xhp + + + +
+ +

Paste as Column Before

+ Insert clipboard table data in a table as new columns before instead of overwriting the content of the original cells of the target table. +
+
+ +
+
+ + + + +
+ +
diff --git a/source/text/shared/01/pastenestedtable.xhp b/source/text/shared/01/pastenestedtable.xhp new file mode 100644 index 0000000000..87f4de6134 --- /dev/null +++ b/source/text/shared/01/pastenestedtable.xhp @@ -0,0 +1,42 @@ + + + + + + + Paste Nested Table + /text/shared/01/pastenestedtable.xhp + + + + + + paste;nested table + paste special;nested table + paste nested table + +
+

Paste Nested Table

+ Paste clipboard content (including native tables or tables copied from Calc or other spreadsheets) as nested tables in empty cells and at cell starting cursor position. +
+
+ +
+ + Pasting table data in Writer tables overwrites the contents of the existing cells, when the cursor is in an empty cell or at the beginning of the first paragraph of a table cell. + +
+ + + + +
+ +
diff --git a/source/text/shared/01/pasterowabove.xhp b/source/text/shared/01/pasterowabove.xhp new file mode 100644 index 0000000000..df55e31126 --- /dev/null +++ b/source/text/shared/01/pasterowabove.xhp @@ -0,0 +1,34 @@ + + + + + + + Paste as Row Above + /text/shared/01/pasterowabove.xhp + + + +
+ +

Paste as Row Above

+ Insert clipboard table data in a table as new rows instead of overwriting the content of the original cells of the target table. +
+
+ +
+
+ + + + +
+ +
diff --git a/source/text/shared/01/pastespecialmenu.xhp b/source/text/shared/01/pastespecialmenu.xhp new file mode 100644 index 0000000000..93c4b8edf7 --- /dev/null +++ b/source/text/shared/01/pastespecialmenu.xhp @@ -0,0 +1,51 @@ + + + + + + + Paste Special + /text/shared/01/pastespecialmenu.xhp + + + +
+

Paste Special

+ Inserts the contents of the clipboard into the current file in a format that you can specify. +
+ + + + + + + +paste special;only text (spreadsheet) +paste special;only numbers (spreadsheet) +paste special;only formula (spreadsheet) + + + +

Paste Only Text

+ Paste clipboard text contents only. Numeric and formula values are not pasted and their destination cells contents are deleted. +

Paste Only Numbers

+ Paste clipboard numeric contents only. Text and formulas are not pasted and their destination cells contents are deleted. +

Paste Only Formula

+ Paste clipboard formula contents only. Text and numeric values are not pasted and their destination cells contents are deleted. +
+ + + + + +
+ + +
diff --git a/source/text/shared/01/pasteunformatted.xhp b/source/text/shared/01/pasteunformatted.xhp new file mode 100644 index 0000000000..0cb601129b --- /dev/null +++ b/source/text/shared/01/pasteunformatted.xhp @@ -0,0 +1,36 @@ + + + + + + + Paste Unformatted Text + /text/shared/01/pasteunformatted.xhp + + + + + +paste;unformatted text +paste special;unformatted text +unformatted text;paste special + +
+

Paste Unformatted Text

+ Paste only the text contents, without any formatting. +
+
+ +
+
+ +
+ +
diff --git a/source/text/simpress/main_edit.xhp b/source/text/simpress/main_edit.xhp index 5ebbd86432..54a0c9428b 100644 --- a/source/text/simpress/main_edit.xhp +++ b/source/text/simpress/main_edit.xhp @@ -31,7 +31,7 @@
-Edit +

Edit

This menu contains commands for editing the contents of the current document.
@@ -40,27 +40,27 @@ - + -Points +

Points

Switches the Edit Points mode on and off. -Glue Points +

Glue Points

Switches the Edit Glue Points mode on and off. -Fields +

Fields

-Links +

Links

-Object +

Object

diff --git a/source/text/swriter/main0102.xhp b/source/text/swriter/main0102.xhp index 772bc6c1eb..77a0845d51 100644 --- a/source/text/swriter/main0102.xhp +++ b/source/text/swriter/main0102.xhp @@ -40,7 +40,7 @@ - +