https://bz.apache.org/ooo/show_bug.cgi?id=91768
--- Comment #7 from Chuck Spalding <[email protected]> --- Referenced Issue 124986 contains Comment 11 (posted 2020-05-29 05:18:06 UTC) saying "I do not think to store Application Data within the document is feasible at all." I looked at ODS and ODT files with a "smart" text editor (BBEdit), and discovered that *the information is already stored in the file* (although possible not correctly or completely). The following parameters are stored in "settings.xml" (i.e., inside ODS and ODT files): VisibleAreaTop, VisibleAreaLeft, VisibleAreaWidth, and VisibleAreaHeight. The values that are stored for the first two don't seem correct, but the values stored for the last two items do make sense for two test ODS files I used. For the record, I did experiments with Excel and Numbers, and both programs "do the right thing". That is, a file is opened in a window that has the same size and position as the previous window for that file, regardless of the windows for other files that have been opened/closed since the subject file was last closed. -- You are receiving this mail because: You are on the CC list for the issue. You are the assignee for the issue.
