Bug 167828 - Use last page break elements in markup to speed up determining page count of layout
Summary: Use last page break elements in markup to speed up determining page count of ...
Status: NEW
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Writer (show other bugs)
Version:
(earliest affected)
26.2.0.0 alpha0+ master
Hardware: All All
: medium enhancement
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: Writer-Page-Break Performance
  Show dependency treegraph
 
Reported: 2025-08-06 06:31 UTC by Buovjaga
Modified: 2025-08-13 04:22 UTC (History)
1 user (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 Buovjaga 2025-08-06 06:31:52 UTC
Counting pages in Writer documents is often slow and users are confused by the running counter in the status bar. It could potentially be made faster in some cases by looking at the last page breaks found in the document markup.

Originally from bug 167823 comment 4.
Comment 1 Mike Kaganski 2025-08-06 07:02:49 UTC
FTR: last rendered page breaks are represented by text:soft-page-break elements, when office:text element has text:use-soft-page-breaks="true" attribute.