Bug 152055 - Help should explain which LO options are saved in the current document
Summary: Help should explain which LO options are saved in the current document
Status: NEW
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Documentation (show other bugs)
Version:
(earliest affected)
7.5.0.0 alpha0+
Hardware: All All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: Options-Dialog
  Show dependency treegraph
 
Reported: 2022-11-15 16:01 UTC by Eyal Rozenberg
Modified: 2026-04-29 17:04 UTC (History)
5 users (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eyal Rozenberg 2022-11-15 16:01:54 UTC
Currently, the LO options dialog actually has many settings which are _document-level_. That is bug 144814.

While we're waiting for this situation to change, it seems the Help doesn't tell us which settings are persistent in the app (or module), and which are persisted in the document.

For example: "Default languages" is persisted in the current document (see bug ), but that's not mentioned in the relevant Help page:

${LIBREOFFICE_DIR}/help/en-US/text/shared/optionen/01140000.html?System=UNIX&DbPAR=WRITER&HID=cui/ui/optlanguagespage/OptLanguagesPage#bm_id7035738

(this is with a recent LO 7.5 build.)
Comment 1 stragu 2022-11-21 16:06:31 UTC
Thanks Eyal.

Apart from the default languages, do you have a shortlist of pressing ones we could focus on for this bug? Just trying to have something specific so we can actually mark it as fixed one day.
Comment 2 Eyal Rozenberg 2022-11-21 21:49:01 UTC
(In reply to Eyal Rozenberg from comment #0)
> For example: "Default languages" is persisted in the current document (see
> bug )

I meant bug 151918, sorry :-)

(In reply to Stéphane Guillou (stragu) from comment #1)
> Apart from the default languages, do you have a shortlist of pressing ones
> we could focus on for this bug?

No, because I literally can't tell when this happens! I've always assumed no LO options apply to an already-created document, and was recently surprised to notice that is not the case...
Comment 3 BogdanB 2026-04-27 18:13:14 UTC
Eyal, I would like to work on this bug. Can you help me to tell how you imagine the text in the final version?

https://help.libreoffice.org/26.8/en-US/text/shared/optionen/01140000.html?System=UNIX&DbPAR=WRITER&HID=cui/ui/optlanguagespage/OptLanguagesPage#bm_id7035738
Comment 4 Eyal Rozenberg 2026-04-29 17:04:40 UTC
(In reply to BogdanB from comment #3)

So, I'll first say that the link you posted is to the help page for  

  Tools - Options - Languages and Locales - General

and this bug is more general. I gave the default language being persisted as an example.

For the example I gave - which isn't the best one actually - I'm not sure what the text would be exactly, but it has to say that the setting for default languages which you make here will be saved in every (?) document you create (well, not in plain text of course but most document types I would think). It may or may not be a good idea to explain _where_ in the document it's going to be saved. In FODT, right now, it's saved in some of the default styles (graphic and paragraph style families).

But there are all the other settings - from whether you're allowed to cancel print jobs, to your current database data source. The help pages which mention any of those million settings should say "This gets saved along with your document" about each of them. There are about 150 config-item's and possibly more things you can set with Tools|Options.


Of course, the _right_ thing to do - IMNSHO - would be to separate the app-level and doc-level settings, and not save a zillion app settings in the document, but that would be out of scope for this bug.