LibreOffice
LibreOffice is a popular fork of the open-source OpenOffice office suite.
www.libreoffice.org
Most Popular In The Past Month
- Simplify lookup maps in PPPOptimizerTokenEnum
Simon Chenery: Used a range-based for loop which does not need the number of array elements in pppoptimizertoken.cxx. - Update ICU to 77.1
Taichi Haradaguchi: Downloaded from - tdf#83844 DOCX import: implement Ch-based LR indentation
Jonathan Clark: Adds support for the leftChars, rightChars, hangingChars, and firstLineChars attributes, which are used for character-based indentation in CJK documents. - require Xcode version >= 14.2 (and in turn macOS 12) to build
Christian Lohmaier: that was already our documented baseline, but configure still accepted older versions of the macOS SDK/older versions of Xcode. - tdf#163616 add Match Diacritics to the find bar
jlorber: Trying to replicate the behaviour implemented in the search dialog, while trying to respect the previous logic for search bar which ignores diacritics and kashida if CTL font is enabled. - Add vcl/README.themes.md for themes implementation details
Sahil Gautam: Change-Id: Ia1df363bc0a8d8d23ce3182504c4d0fb9164245c Reviewed-on: - tdf#164902 sw DoNotCaptureDrawObjsOnPage: enable non-textbox wrap=no draw objs
Miklos Vajna: Open the bugdoc, the poor layout expects Writer to not capture the shape at the top of the page, but we captured it.
This went wrong with commit a0b6587c4acb1d74e1b00904147821640c98b323 (tdf#161199 sw DoNotCaptureDrawObjsOnPage: capture wrap=none draw objects, 2024-06-13), which had a draw obj (part of a draw-fly format pair, forming a textbox), that was captured in Word, but not in Writer. - cool#11357 sw redline reinstate: implement this for a single insert
Miklos Vajna: When reviewing a document with tracked changes, sometimes we want to reject a change with history, which is currently hard to do on the UI.
For a single insert, a workaround is to select the insert redline and then press delete, that'll create a delete redline on top of the insert one.
Fix the problem by adding a new .uno:ReinstateTrackedChange UNO command that does this for the insert redline under cursor.
More cases (e.g. - tdf#165717, tdf#165718 additional hack to apply continuous section breaks
Oliver Specht: Keeps reference to range in front of the current range to apply page style to an already available page break in cases where the section starts with a table. - cool#11357 sw redline reinstate: add command state
Miklos Vajna: Go outside a redline with your cursor, the accept and reject UNO commands report disabled state, but reinstate is enabled all the time.