From d700f1fe9e6e265d0f0125a0fb734fb2c201ce1a Mon Sep 17 00:00:00 2001 From: Alain Romedenne Date: Fri, 2 Dec 2022 14:56:37 +0000 Subject: tdf#134377 Refactoring built-in file dialogs Following use cases are covered: File - Save A Copy File - Export Change-Id: Id32418e944dc968cbd16100083cb2b9835084fd5 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/143576 Tested-by: Jenkins Reviewed-by: Alain Romedenne --- source/text/shared/01/01060002.xhp | 21 +++++++++++++++++++++ source/text/shared/01/01070000.xhp | 24 ++++++++++++++++-------- source/text/shared/01/01070001.xhp | 20 +++++++++++++++----- 3 files changed, 52 insertions(+), 13 deletions(-) (limited to 'source') diff --git a/source/text/shared/01/01060002.xhp b/source/text/shared/01/01060002.xhp index deac0208d8..e562f09264 100644 --- a/source/text/shared/01/01060002.xhp +++ b/source/text/shared/01/01060002.xhp @@ -28,10 +28,31 @@ Choose File - Save a Copy. Creates another file with same contents of the current file. The current file is kept open for editing. + + + + +

File name

+ + +

File type

+ + +

Save with password

+ + + + + + +

Save

+ +
Save Save as Export
+ diff --git a/source/text/shared/01/01070000.xhp b/source/text/shared/01/01070000.xhp index 0f084ce1b6..31bf6aa909 100644 --- a/source/text/shared/01/01070000.xhp +++ b/source/text/shared/01/01070000.xhp @@ -50,6 +50,7 @@ +

File type

Select the file format for the document that you are saving. In the display area, only the documents with this file type are displayed. File types are described in Information on Import and Export Filters. @@ -70,27 +71,34 @@ Only documents using the %PRODUCTNAME XML-based format can be saved with a password.
+

Automatic file name extension

Enforces the Open Document Format (ODF) when checked. +
+

Encrypt with GPG key

Use OpenPGP public keys to encrypt documents. +
- - -

Edit filter settings

-Allows you to set the spreadsheet saving options for some types of data files. -UFI: had to change text and remove Calc switch because switch did not work correctly -
-
+
+ + +

Edit filter settings

+ Allows you to set the spreadsheet saving options for some types of data files. +
+
+
+

Selection

Exports only the selected graphic objects in %PRODUCTNAME Draw and Impress to another format. If this box is not checked, the entire document is exported. If you are exporting to any document file type, the entire document is exported. -

Save

+
+

Save

Saves the file.
diff --git a/source/text/shared/01/01070001.xhp b/source/text/shared/01/01070001.xhp index 2064b7d47d..47d6924c68 100644 --- a/source/text/shared/01/01070001.xhp +++ b/source/text/shared/01/01070001.xhp @@ -38,13 +38,23 @@
-Unlike Save As, the Export command writes a copy of the current document in a new file with the chosen format, but keeps the current document and format open in your session. +Unlike Save As, the Export command writes a copy of the current document in a new file with the chosen format, but keeps the current document and format open in your session. The Export command opens the system file picker, where you can enter the name and format of the exported file. -

File Name

-Enter a file name or a path for the file. -

File Type

+ + + + +

File name

+ + +

File format

-

Save

+ + + + +

Export

+ -- cgit