From 4c075b1fefe6b5220c1b4cdddbb5ed6b6331d4f5 Mon Sep 17 00:00:00 2001 From: Bogdan B Date: Tue, 15 Nov 2022 20:47:48 +0200 Subject: tdf152013 Remove "imports one" when opening a file Change-Id: I6d3c7a6f00b8cc704c94d48be9a82a353c4824d1 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/142686 Tested-by: Jenkins Reviewed-by: Olivier Hallot --- source/text/shared/01/01020000.xhp | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'source') diff --git a/source/text/shared/01/01020000.xhp b/source/text/shared/01/01020000.xhp index e23446f82b..8d49beb7e3 100644 --- a/source/text/shared/01/01020000.xhp +++ b/source/text/shared/01/01020000.xhp @@ -41,15 +41,17 @@ styles; changed message mw replaced "wildcards" by "regular expressions"mw deleted "regular expressions;" and "files;" -
+ +

Open

- Opens a local or remote file, or imports one. + Opens a local or a remote file.
+
@@ -60,11 +62,9 @@

Display area

Displays the files and folders in the folder that you are in. To open a file, select the file, and then click Open. To open more than one document at the same time, each in an own window, hold CommandCtrl while you click the files, and then click Open. - Modern system file dialogs present many features for file handling. Most allows you to rename, delete, create files, sort list of files, display files and folders in icons, tree or list views, traverse the file system folder tree and much more. Use the mouse right button to get a list of commands on the selected files in the display area. - Click to delete the file with the name shown in this dialog. @@ -80,17 +80,22 @@ The following features are available in the dialog: +

Version

If there are multiple versions of the selected file, select the version that you want to open. You can save and organize multiple versions of a document by choosing File - Versions. The versions of a document are opened in read-only mode. +

File type

Select the file type that you want to open, or select All Files (*) to display a list of all of the files in the folder. +

Open

Opens the selected document(s). +

Insert

If you opened the dialog by choosing Insert - Document, the Open button is labeled Insert. Inserts the selected file into the current document at the cursor position. +

Read-only

Opens the file in read-only mode. @@ -103,6 +108,7 @@
+

Opening Documents With Templates

When you open a document created from a template, %PRODUCTNAME checks to see if the template has been modified since the document was last opened. If the template was changed, a dialog is shown where you can select which styles to apply to the document. @@ -118,9 +124,11 @@ To break the link between the document and the missing template, click No, otherwise %PRODUCTNAME will look for the template the next time you open the document. When you use File - Save As and select a template filter to save a template in a directory that is not specified in the Templates path, then the documents based on that template will not be checked.
+
Opening Documents Import and Export Filters
+ -- cgit o/mimo/mimo-7-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-27cid#1506511 silence Uncaught exceptionCaolán McNamara
2022-06-20use std::monostate in std::variantNoel Grandin
2022-06-18clean up Sc*CellValueNoel Grandin
2022-06-18tdf#126109 calc slow when replacing string to numberNoel Grandin
2022-06-18create getter for ScCellValue::mpFormulaNoel Grandin
2022-06-17create getter for ScCellValue::mpEditTextNoel Grandin
2022-06-17create getter for ScCellValue::mpStringNoel Grandin
2022-06-16create getter for ScCellValue::mfValueNoel Grandin
2022-06-16pass EditTextObject by unique_ptrNoel Grandin
2022-06-16make meType in ScCellValue privateNoel Grandin
2021-03-23tdf#124176 Use pragma once in s*Vincent LE GARREC
2020-09-24some places where ScDocument* is never passed a nullptrCaolán McNamara
2020-09-18ScCellValue::getString never called with a null ScDocument*Caolán McNamara
2019-08-23Mark move ctors/assignments noexceptMike Kaganski
2019-05-16optimize ScHTMLExport::WriteTables() with large columnsLuboš Luňák
2019-05-14cache cell positions when searching in calc (tdf#108347)Luboš Luňák
2017-12-06coverity#1421089 seems to be really reporting missing move ctors/assignmentsCaolán McNamara
2017-05-24tdf#107945: properly iterate over mtv during pivot cache loading.Kohei Yoshida
2016-10-04coverity#1371197 the compiler defaults should be sufficient hereCaolán McNamara
2016-07-22sc: convert SC_CLONECELL_... to typed_flagsJochen Nitschke
2016-01-19loplugin:unusedmethods in sc/Noel Grandin
2015-11-03implement assignment in only one placeEike Rathke
2015-11-02trash usage of ScRefCellValue default ctor followed by assign()Eike Rathke
2015-07-22loplugin:unusedmethods scripting,scNoel Grandin
2014-11-25Adjust ref undo to ensure group area listeners are used.Kohei Yoshida
2014-07-18Add a variant of set that takes ownership of EditTextObject.Kohei Yoshida
2014-04-19fixincludeguards.sh: scThomas Arnhold
2014-02-27Simplify ScViewFunc::DoThesaurus() with ScCellValue.Kohei Yoshida
2014-02-27remove unused cdeo from ScCellValueNoel Grandin
2014-02-27remove unused code ScRefCellValue::commit(ScColumn&, int) constNoel Grandin
2014-01-24Optimize copy-n-pasting of single cell replicated over a range.Kohei Yoshida
2013-10-08Store svl::SharedString in document cell storage instead of OUString.Kohei Yoshida
2013-09-12Change so that we won't have to include mtvelements.hxx in cellvalue.hxx.Kohei Yoshida
2013-07-25resolved fdo#67249 use ScFieldEditEngine to resolve field contentEike Rathke
2013-06-24We need to clone the source cell value to prevent crash.Kohei Yoshida
2013-06-24Switch to using multi_type_vector for cell storage.Kohei Yoshida
2013-03-27Converted the external ref manager code.Kohei Yoshida
2013-03-27More on killing direct use of cell classes.Kohei Yoshida
2013-03-26Make the conditional formatting code free of ScBaseCell.Kohei Yoshida
2013-03-26Add ScRefCellValue, which is ScCellValue without copied value.Kohei Yoshida
2013-03-26Get the whole change tracking code entirely ScBaseCell-free!Kohei Yoshida
2013-03-22Start switching ScCellIterator caller to alternative iteration method.Kohei Yoshida
2013-03-22Get change tracking to work again with these new ScDocFunc methods.Kohei Yoshida
2013-03-22Move ScCellValue into its own header/source files.Kohei Yoshida