From 6161594437048386c4ac6013be119fbac340daad Mon Sep 17 00:00:00 2001 From: Olivier Hallot Date: Tue, 29 Oct 2019 07:34:19 -0300 Subject: Fix wrong/obsolete embeds Change-Id: I59e5a18c403caef79b1f08a8575c310faa724f08 Reviewed-on: https://gerrit.libreoffice.org/81659 Tested-by: Jenkins Reviewed-by: Olivier Hallot --- source/text/scalc/guide/cellreferences.xhp | 22 +++++++++++----------- source/text/shared/01/01160300.xhp | 12 +++++------- source/text/swriter/01/01160500.xhp | 21 +++++++-------------- 3 files changed, 23 insertions(+), 32 deletions(-) diff --git a/source/text/scalc/guide/cellreferences.xhp b/source/text/scalc/guide/cellreferences.xhp index 3d3fbaa780..e976710350 100644 --- a/source/text/scalc/guide/cellreferences.xhp +++ b/source/text/scalc/guide/cellreferences.xhp @@ -1,6 +1,6 @@ - + - - + + Referencing a Cell in Another Document @@ -32,11 +32,11 @@ cells; operating in another document documents;references mw made "sheet references;" a one level entryMW changed "references;" and added "documents;" -Referencing Other Sheets - +

Referencing Other Sheets +

In a sheet cell you can show a reference to a cell in another sheet. In the same way, a reference can also be made to a cell from another document provided that this document has already been saved as a file. - To Reference a Cell in the Same Document +

To Reference a Cell in the Same Document

Open a new, empty spreadsheet. By default, it has only a single sheet named Sheet1. Add a second sheet clicking on + button to the left of the sheet tab in the bottom (it will be named Sheet2 by default). @@ -54,9 +54,9 @@ If you switch back to Sheet1, you will see the same content in cell A1 there. If the contents of Sheet2.A1 change, then the contents of Sheet1.A1 also change. - When referencing a sheet with name containing spaces, use single quotes around the name: ='Sheet with spaces in name'.A1 - The example uses Calc formula syntax. It is also possible to use Excel A1 ot R1C1 formula syntax; this is configured on Formula options page. - To Reference a Cell in Another Document + When referencing a sheet with name containing spaces, use single quotes around the name: ='Sheet with spaces in name'.A1 + The example uses Calc formula syntax. It is also possible to use Excel A1 ot R1C1 formula syntax; this is configured on Formula options page. +

To Reference a Cell in Another Document

Choose File - Open, to load an existing spreadsheet document. @@ -81,7 +81,7 @@ If you examine the name of the other document in this formula, you will notice that it is written as a URL. This means that you can also enter a URL from the Internet.
- +
-
\ No newline at end of file + diff --git a/source/text/shared/01/01160300.xhp b/source/text/shared/01/01160300.xhp index 9767c21b1c..d58c73c6e1 100644 --- a/source/text/shared/01/01160300.xhp +++ b/source/text/shared/01/01160300.xhp @@ -27,23 +27,21 @@ -Create Master Document +

Create Master Document

Creates a master document from the current Writer document. A new sub-document is created at each occurrence of a chosen paragraph style or outline level in the source document.
The Navigator appears after you create a master document. To edit a sub-document, double-click the name of a sub-document in the Navigator. -Display area - -File name +

File name

-separated by +

separated by

Select the paragraph style or outline level that you want to use to separate the source document into sub-documents. By default a new document is created for every chapter level 1. -File type +

File type

-Save +

Save

removed autoextension diff --git a/source/text/swriter/01/01160500.xhp b/source/text/swriter/01/01160500.xhp index e8a0f30733..eaa0114cc2 100644 --- a/source/text/swriter/01/01160500.xhp +++ b/source/text/swriter/01/01160500.xhp @@ -1,7 +1,4 @@ - - - - - - + Name and Path of HTML Documents @@ -32,22 +27,20 @@ -Name and Path of HTML Documents -Saves the file as an HTML document, so that you can view it in a web browser. You can choose to create a separate page when a heading style that you specify is encountered in the document. If you choose this option, a separate page of links to all of the pages that are generated is also created. +

Name and Path of HTML Documents

+Saves the file as an HTML document, so that you can view it in a web browser. You can choose to create a separate page when a heading style that you specify is encountered in the document. If you choose this option, a separate page of links to all of the pages that are generated is also created.
Consecutive numbers are added to the file name if more than one HTML document is created. The titles of the HTML pages are created from the topmost chapter heading. -Display area - -File name +

File name

-separated by +

separated by

Select the heading paragraph style that you want to use to indicate a new HTML page. To use this option, apply one of the heading paragraph styles to the paragraphs where you want to start a new page in the document. -File type +

File type

-Save +

Save

-- cgit