LibreOffice Changelog

What's new in LibreOffice 24.2.0

Feb 2, 2024
  • GENERAL:
  • Save AutoRecovery information is enabled by default, and is always creating backup copies. This reduces the risk of losing content for first-time users who are unfamiliar with LibreOffice settings.
  • Fixed various NotebookBar options, with many menu improvements, better print preview support, proper resetting of customised layout, and enhanced use of radio buttons. This improves the experience for users familiar with the Microsoft Office UI.
  • The Insert Special Character drop-down list now displays a character description for the selected character (and in the tooltip when you hover over it).
  • WRITER:
  • “Legal” ordered list numbering: make a given list level use Arabic numbering for all its numeric portions.
  • Comments can now use styles, with the Comment paragraph style being the default. This makes it easier to change the formatting of all comments at once, or to visually categorise different types of comments.
  • Improved various aspects of multi-page floating table support: overlap control, borders and footnotes, nesting, wrap on all pages, and related UI improvements.
  • CALC:
  • A new search field has been added to the Functions sidebar deck.
  • The scientific number format is now supported and saved in ODF: embedded text (with number format like ###.000 E0); lower case for exponent (with number format like ###.000e0); exponent with empty ‘?’ instead of ‘0’ (with number format like 0.00E+?0).
  • Highlight the Row and Column corresponding to the active cell.
  • IMPRESS & DRAW:
  • The handling of small caps has been implemented for Impress.
  • Moved Presenter Console and Remote control settings from Tools > Options > LibreOffice Impress to Slide Show > Slide Show Settings, with improved labelling and dialogue layout.
  • Several improvements and fixes to templates: added and improved placement of various placeholders; fixed order of slides; made fonts and formatting consistent; fixed styles and their hierarchy; improved ODF compliance; made it easier to use templates in languages other than English; fixed use of wrong fonts for CJK and CTL.
  • ACCESSIBILITY:
  • Several significant improvements to the handling of mouse positions and the presentation of dialogue boxes via the Accessibility APIs, allowing screen readers to present them correctly.
  • Improved management of IAccessible2 roles and text/object attributes, allowing screen readers to present them correctly.
  • Status bars in dialogs are reported with the correct accessible role so that screen readers can find and report them appropriately, while checkboxes in dialogs can be toggled using the space bar.
  • SECURITY:
  • The Save with Password dialogue box now has a password strength meter. This uses zxcvbn-c to determine the password strength.
  • New password-based ODF encryption that performs better, hides metadata better, and is more resistant to tampering and brute force.
  • Clarification of the text in the options dialogue box around the macro security settings, so that it is clear exactly what is allowed and what is not.

New in LibreOffice 7.6.0.3 Fresh (Aug 21, 2023)

  • Added page number wizard in Insert menu for easy one-step insertion of the page number in the header/footer tdf#86630 (Paris Oplopoios / Justin Luth, Collabora)
  • The Paragraph Style dropdown (in the Formatting toolbar) now gradually replaces the default list with styles used in the document rather than always showing the full list at the top. tdf#152666 (Heiko Tietze, TDF)
  • Character properties of the paragraph marker from DOCX are now also remembered in ODT. blog post (Miklos Vajna, Collabora)
  • Citation handling: added plumbing in Writer to build Zotero-like functionality blog post (Miklos Vajna, Collabora)
  • Table of Figures can be generated more flexibly based on a paragraph style, not only by categories or object names. tdf#153090 (Michael Stahl, allotropia)
  • Table of Figures based on paragraph style
  • Bibliography entries can now be edited directly from a bibliography table. tdf#72955 (Vojtěch Doležal)
  • Bibliography marks now (by default) hyperlink to matching row in a bibliography table. The click behaviour can be changed to open the "Display URL", open the newly introduced "Target URL", or "None". tdf#153396 (Vojtěch Doležal)
  • Start of multi-page floating tables in Writer commits, blog post 1, blog post 2, blog post 3 blog post 4 blog post 5 (Miklos Vajna, Collabora)
  • Start of multi-page floating tables in Writer
  • The Accessibility Check has been moved to the sidebar to allow easier usage while editing the document. tdf#142978 (Samuel Mehrbrodt, allotropia)
  • Now if you have a hidden section in your document and try (possibly accidentally) to delete it, then Writer will show a warning message tdf#130199 (Balazs Varga, allotropia)
  • DOI citation recognition in Tools/AutoCorrect: Create a hyperlink pointing to doi.org for DOI citation tdf#145925 (Baole Fang)
  • Added highlighting for used Paragraph and Character styles and highlighting for used Direct Formatting in text. tdf#38194, tdf#106556 (Jim Raykowski)
  • keyboard navigation through forms: tab key now circularly navigates through content controls/fieldmarks. The modern content controls have a tabIndex field, which allows for precise ordering of keyboard navigation. The tabIndex also allows a control to be skipped - which is useful to avoid getting stuck in rich text controls (since the tab key needs to insert a tab character in that case). Form developers can specify the tabIndex via the content control properties UI. tdf#151548 (Justin Luth, Collabora)
  • Tracked tables (László Németh, NISZ)
  • Track table columns (follow-up to tracked table rows) commits
  • Show tables with change tracking colors within a single text change tdf#155187
  • Fix lost change tracking of tables within a single text change at table editing tdf#147180 and DOCX export tdf#150824 tdf#155187
  • The position of the cursor within the page is now exposed via accessibility APIs, so screen readers like NVDA can announce it. tdf#136760 Related NVDA change (Michael Weghorn)
  • Spell checking:
  • Phrase checking: multi-word dictionary items of Hunspell and custom dictionaries are accepted tdf#154499 (László Németh, FSF.hu)
  • New options for proofreading: optional disabling of recognition of possible hyphenated and closed compound words, i.e. rule-based compounding, which allowed to accept also typos in Danish, Dutch, German, Hungarian, Norwegian, Swedish etc., and in the case of hyphenated compound words, English and all the other languages tdf#136306 (László Németh, FSF.hu)
  • Calc:
  • Fixed conditional border color export to xlsx tdf#152581 (Attila Szűcs, Collabora)
  • Evaluate formula inputs in Validity… tdf#150098 (Balázs Varga, allotropia)
  • Number format:
  • ? are now supported on export to ODF to represent an integer digit, replaced by blank if it is a non significant zero tdf#118324 (Laurent Balland)
  • decimals for format in seconds without truncate like [SS].00 are now accepted tdf#150028 (Laurent Balland)
  • Delete Sheet tdf#153709 (Laurent Balland):
  • if Sheet is empty, no confirmation message is displayed
  • confirmation message is adapted to the number of selected sheets
  • Sheet copied to another document now retains a user-defined print range tdf#66613 (Andreas Heinisch)
  • Save solver settings to file tdf#38948 (Rafael Lima)
  • Added support for drawing styles for shapes and comments. This includes a dedicated style for comments that makes it possible to customize the default look and text formatting of new comments. The old workaround involving editing the default cell style was removed. commits (Maxim Monastirsky)
  • Export all page styles in Calc even if they are not in use tdf#154445 (Andreas Heinisch)
  • Automatic hyperlinks now stand out more in Calc tdf#153880 (Balazs Varga)
  • Added pivot table compact layout. core commit 2f8d1 (Dennis Francis, Collabora)
  • Add Poisson distribution to Random Number Generators (Sheet ▸ Fill Cells ▸ Fill Random Number...) tdf#154872 (Bartosz Kosiorek)
  • Sorting by color is now possible in Autofilter tdf#95520 (Samuel Mehrbrodt, allotropia)
  • Filter/sort by color considers colors set by number format tdf#144549 (Samuel Mehrbrodt, allotropia)
  • Import Text dialog (as CSV file or as Unformatted Text) have a new option to not detect number in scientific notation. This option is only available if "Detect special numbers" is off tdf#154131 (Laurent Balland)
  • add “formula marker” feature like in Quattro Pro tdf#97551 (feature requested by Brolin Empey in 2016, feature added by Grigory A. Mozhaev in 2023)
  • If you have enabled the 'Protect Size' option for a shape or form control and you see a different size after reopening the document, please do the following:
  • If it is a form control, put the form in 'Design Mode'. This is an icon on the 'Form Controls' toolbar. Then right-click on the shape or form control and open the 'Anchor' item in the context menu. If the anchor is set to 'To cell (resize with cell)', you are affected by the following problem.
  • The settings 'Protect size' and anchor 'To cell (resize with cell)' contradict each other. Unfortunately, versions prior to 7.6 had this contradiction written to the file in different ways, so an automatic repair is not possible. Version 7.6 automatically writes the 'To Cell' anchor to the file if the shape or form control is size protected.
  • To repair your file, set the anchor type to 'To cell'. Then uncheck the 'Protect Size' option and set the shape to the desired size and position. Now you can re-enable the 'Protect size' option. Then save the file. The shape or form control now has an unchanged size on reopening, not only in version 7.6, but also in older versions.
  • Possibly the problem was created because the 'Control Properties' dialog contains an 'Anchor' dropdown field with the entry 'To cell', but this is actually the anchor type 'To cell (resize with cell)'.
  • Please excuse that we did not detect the problem earlier.
  • Impress & Draw:
  • Display soft breaks as line breaks at fontwork. tdf#148000 (Attila Szűcs, Collabora)
  • "Show Layer" is now directly available from the right-click menu instead of having to set as "Visible" in Modify Layer... ▸ Properties. tdf#113439 (Heiko Tietze, TDF)
  • Navigation panel for switching slides while viewing a presentation. This option is enabled via checkbox: Slide Show ▸ Slide Show Settings ▸ Show navigation panel. tdf#154839 (Amin Irgaliev, Vladislav Tarakanov)
  • Objects can now be listed in "front to back" order in the Navigator, showing the top-most object at the top of the list: View ▸ Navigator ▸ Show Shapes ▸ Front to back. tdf#154604 (Jim Raykowski)
  • PDFium import now supports free text annotations, and export now supports ink, free text and polygon/polyline annotations (Jaume Pujantell, Collabora)
  • Added support to open multi image tiff files tdf#155444 (Rashesh Padia, Collabora)
  • Auto fitting text scaling algorithm has been changed so it works similar to MS Office. Text scaling now separates scaling for the spacing scale (paragraph and line spacings) and font scale, where spacing scale can only be 100%, 90% and 80% and font scaling is rounded to the nearest point size. Spacing in the horizontal direction (for example bullet size, various indents) is not scaled anymore. (Tomaž Vajngerl, Collabora)
  • Fix missing diacritics in slideshow animations that work letter-by-letter. tdf#113290 (Khaled Hosny, TDF)
  • Fix squashed display of emojis and glyphs taken from fallback fonts in slideshow on Windows. tdf#147999 (Khaled Hosny, TDF)
  • Fix missing CJK emphasis marks in slideshow on Linux. tdf#43671 (Khaled Hosny, TDF)
  • Fix gaps between justified Arabic letters in slideshow. tdf#155810 (Khaled Hosny, TDF)
  • Base:
  • Bug fixed tdf#117313 Firebird: Data is lost when updated using the data Beamer window or Dataform in odt/ods files (Juan C. Sanz)
  • Bug fixed tdf#117118 Firebird: Saving of data should be done automatically (Juan C. Sanz)
  • Bug fixed tdf#43369 PostgreSQL: Specific UI for collecting PostgreSQL connection settings (Nirnay Korde)
  • Added Firebird's DATEDIFF function to the set of functions that can be used in the query designer (without the need to run SQL directly). tdf#104918 (Juan C. Sanz)
  • Added Firebird's DATEADD function to the set of functions that can be used in the query designer (without the need to run SQL directly). tdf#156534 (Juan C. Sanz)
  • Added MariaDB/MySQL functions TIMESTAMPDIFF and TIMESTAMPADD to the set of functions that can be used in the query designer (without the need to run SQL directly) (Juan C. Sanz)

New in LibreOffice 7.5.5.2 Fresh (Jul 20, 2023)

  • Fixed bugs:
  • tdf#64830 RTL: LibreOffice requires duplicated hunspell dictionaries for each Arabic locale [خالد حسني, Khaled Hosny]
  • tdf#73483 FORMATTING: "Clear direct formatting" deletes page breaks but this does not show up until file is reopened [Mike Kaganski]
  • tdf#92824 Limit the number of context menu spellcheck/autocorrect suggestions [László Németh]
  • tdf#100680 FILEOPEN DOCX Image anchored as character + long word wrapped differently [Justin Luth]
  • tdf#104704 LAYOUT DOC/DOCX: Table in footer hides text in the following footer paragraph (fixed by re-layout) [Justin Luth]
  • tdf#107718 Some of old Hangul not rendering faithfully in vertical layout [Khaled Hosny]
  • tdf#122081 Crash in SwFrame::FindFootnoteBossFrame(bool) [Caolán McNamara]
  • tdf#122676 FORMATTING Currency Negative Values does not Correctly Apply (*) with a Space [Czeber László Ádám]
  • tdf#125154 writer calculation using variable within table does not work with formated numbers [Michael Stahl]
  • tdf#138279 Unable to add a textbox to chart [Justin Luth]
  • tdf#139863 Grantha consonants combining with Vedic svara markers are not displayed correctly [Khaled Hosny]
  • tdf#143877 [EMF+] Missing EmfPlusDrawCurve implementation (it is using cardinal spline) [Xisco Fauli, Bartosz Kosiorek]
  • tdf#145651 FILESAVE OOXML write error if using default colour for chart legend background from sidebar [Tünde Tóth]
  • tdf#145896 Bad SVG interpretation [Xisco Fauli]
  • tdf#145998 Page styles in docx-file revert to previous settings after reopening the document [Justin Luth]
  • tdf#146626 Crash in macOS Calc on font size operation on multi-monitor setup [Patrick Luby]
  • tdf#148142 "On tick marks" option of x-axis formatting in LibreOffice Calc is not saved [Tünde Tóth]
  • tdf#149297 EDITING: Text selection in vertical text positioned incorrectly [Khaled Hosny]
  • tdf#150606 Undo of table in columns adds multiple additional pages + broken layout [Michael Stahl]
  • tdf#151968 Squiggly lines cover misspelled Arabic words [خالد حسني, Khaled Hosny]
  • tdf#151987 After deleting a sort list, the default sort lists are added again every time Calc starts [Mike Kaganski]
  • tdf#152037 Data validation error when entering correct text length in XLSX file [Czeber László Ádám]
  • tdf#152046 DOCX Incorrect document layout [Justin Luth]
  • tdf#152048 Wrong rendering of underline for justified Arabic/Persian text with kashida [Khaled Hosny]
  • tdf#152983 crash in layout with chained text frames anchored in footer [Michael Stahl]
  • tdf#153040 PDF Export: SDT Dropdown List is empty [Justin Luth]
  • tdf#153317 MySQL/MariaDB direct connection: Content of field type 'Bit' isn't shown in Tools → SQL [Julien Nabet]
  • tdf#153437 Cancelling insertion of a line insert a shift after column I [Czeber László Ádám]
  • tdf#153440 Unexpected behavior when typing Emojis in RTL paragraph [Khaled Hosny]
  • tdf#153972 Calc Autofilter can't select background colour when all cells in the filtered column have no content [Samuel Mehrbrodt]
  • tdf#154168 FILESAVE: Export selection to .PNG without transparency fails [Paris Oplopoios]
  • tdf#154174 Empty edit cell after fill [Czeber László Ádám]
  • tdf#154349 Cannot set certain decimal values for character style font body size [Mike Kaganski]
  • tdf#154477 Color attribute set by colorscale conditional format not copied to HTML [Henry Castro]
  • tdf#154547 Hebrew fonts in drop-down list don't show the full expected phrase [Khaled Hosny]
  • tdf#155182 XHTML-Export: Min-Width is set to 0cm together with bullets [Franklin Weng]
  • tdf#155190 FILESAVE Acrobat Accessibility checker reports "Associated with content" error in alternative text check [Michael Stahl]
  • tdf#155244 Blue background when exporting spreadsheet as XHTML [Svante Schubert]
  • tdf#155319 Data bars appear incorrectly after copying [Tibor Nagy]
  • tdf#155321 FILEOPEN XLSX Colour scale changes colour on import [Tibor Nagy]
  • tdf#155324 updating ToX inserts wrong (too large) page numbers [Michael Stahl]
  • tdf#155368 Can't toggle Wrap Text on all cells if a cell already has it [Noel Grandin]
  • tdf#155369 Formula Calculation: Indirect() returns #REF! [Dennis Francis]
  • tdf#155387 ReqIF export produces invalid XML (too many closing li elements) for a list [Mike Kaganski]
  • tdf#155393 Crash in SfxShell::GetViewShell() [Jim Raykowski]
  • tdf#155407 Incorrect autocorrection of double dashes in a specific situation [Mike Kaganski]
  • tdf#155410 Scrolling is much slower in Writer 7.5 with gtk3 VCL in a document with lots of SVG and PNG images [Noel Grandin]
  • tdf#155443 MySQL/MariaDB direct connection: Impossible to change a field name in a table. [Julien Nabet]
  • tdf#155465 FILESAVE DOC: Saving as doc file would make the paragraph justified effects not worked [Justin Luth]
  • tdf#155496 ReqIF export produces invalid XML (unmatched closing elements) for a list with subheader [Mike Kaganski]
  • tdf#155514 VIEWING: Combination of unicode Devanagari UDATTA and ANUDATTA with Telugu characters results in dotted circle [Khaled Hosny]
  • tdf#155542 checkGlyphsEqual assert on IS_UNSAFE_TO_BREAK inconsistency seen in crashtesting [Khaled Hosny]
  • tdf#155611 Wrong layout and crash closing text documents with nested sections and tables in 7.5.3 [Mike Kaganski]
  • tdf#155647 Proofreading (grammar checking) does not work in version 7.5.4 [Mike Kaganski]
  • tdf#155685 CRASH: after undoing deletion with extended select all and table at end [Michael Stahl]
  • tdf#155690 FILEOPEN DOCX Bookmark in the first table of a page starts one letter later than in Word [Michael Stahl]
  • tdf#155733 SVG: Mask applied to the wrong object [Xisco Fauli]
  • tdf#155750 Error activating object General OLE error, private:factory/scalc as floating frame target [Caolán McNamara]
  • tdf#155819 SVG: marker not displayed [Xisco Fauli]
  • tdf#155823 A specific list item does not continue numbering after save-and-reload since 7.4 [Mike Kaganski]
  • tdf#155833 svg import inverses rows of checkerboard colored image [Xisco Fauli]
  • tdf#155863 The image stays cropped, but stretches to the size of original image, thus becomes distorted. [Tibor Nagy]
  • tdf#155939 LibreOffice-7.5.4.2 Writer hangs when changing language of text [Michael Stahl]
  • tdf#156016 FILEOPEN: SVG: General Error opening file [Paris Oplopoios]
  • tdf#156050 Multiple squiggly lines under misspelled words in text boxes [Khaled Hosny]
  • tdf#152575 Comments in margin missing depending on combination of settings in Print and PDF export dialogs (see comment 14) [Samuel Mehrbrodt]
  • tdf#153517 CALC - wrong time value when using the autofill function and minutes are entered (not for 00 min) [Eike Rathke]
  • tdf#153804 Footnotes disappear or move in docx file [László Németh]
  • tdf#155462 Scrollbar tooltips not shown anymore when dragging thumb; ShowScrollBarTips option doesn't work [Mike Kaganski]
  • tdf#156077 Hidden frames in document [Michael Stahl]

New in LibreOffice 7.5.4.2 Fresh (Jun 8, 2023)

  • Writer:
  • Content controls: added a new plain text type. blog post (Miklos Vajna, Collabora)
  • Content controls: added a new combo box type and PDF export. blog post (Miklos Vajna, Collabora)
  • Content controls: added titles and tags. blog post (Miklos Vajna, Collabora)
  • Now tabs can be edited for multiple paragraphs with different settings at a time. Tabs dialogue (Format ▸ Paragraph... ▸ Tabs) is available even when multiple paragraphs are selected which has different settings. core commit 9f7b3 (Pranam Lashkari)
  • Improved kashida insertion position validation, to prevent inserting kashida between contextually substituted glyphs breaking word shape. core commit 9a6b6 (Khaled Hosny)
  • Correctly calculate text caret position inside ligatures, and use caret positions from the font when available. tdf#30731 (Khaled Hosny)
  • Fix broken colored Arabic text when enabling Show Formatting Marks. tdf#150726 (Khaled Hosny)
  • It is now possible to define a custom color for Grammar mistakes in the Application Colors dialog (Tools ▸ Options... ▸ LibreOffice ▸ Application Colors). core commit 0aa61 (Rafael Lima)
  • AutoTexts created using "New (text only)" no longer insert a new line at the end of the AutoText. The currently embedded AutoTexts have been adjusted accordingly by explicitly adding a new line at the end of the text. User-created AutoTexts, relying on the trailing new line, should be re-created including the trailing empty paragraph. tdf#53023 (Andreas Heinisch)
  • Tables:
  • Better column deletion when it intersects with merged cells. tdf#46733 (Justin Luth)
  • Allow table row/column selection, if last cell starts with a nested table. tdf#47979, tdf#151478 (László Németh, NISZ)
  • Allow tracked table row/column deletion, if last cell starts with a nested table. tdf#150976, tdf#151657 (László Németh, NISZ)
  • Bookmarks:
  • Bookmark editing in Insert Bookmark dialog window:
  • Bookmark text content can be edited in the dialog. core commit aa6ec (Michael Stahl, allotropia)
  • The Bookmark dialog accessed from Navigator ▸ Bookmarks ▸ Right click ▸ Edit... now opens with the clicked bookmark already selected. core commit 9cc6a (Michael Stahl, allotropia)
  • Hidden _Toc and _Ref bookmarks imported from OOXML are shown as Hidden in the dialog, allowing sorting the not hidden (user-defined) bookmarks before them by a single click on header Hidden. tdf#150955 (László Németh, NISZ)
  • Colored bookmarks for metadata visualization:
  • Show visible marks in custom color defined in bookmark metadata. tdf#150717 (László Németh)
  • Page number in status bar now uses a range when the view spans several pages. tdf#90150 (Jim Raykowski)
  • Elements can be highlighted on page by hovering over their name in the Navigator sidebar deck. tdf#152029 (Jim Raykowski)
  • Spell checking:
  • Better recognition of typos, and better suggestions in Danish, Dutch, Estonian, German, Hungarian, Norwegian and Swedish with the improved compound word recognition algorithm of Hunspell spell checker. Hunspell 1.7.2 commit (László Németh, FSF.hu)
  • Moving text cursor Up/Down triggers pending spell checking of the last modified word. tdf#124603 (László Németh, NISZ)
  • Spell checking of plain words of hyperlinks tdf#45949 (László Németh, based on tdf#126657 (Khaled Hosny) and tdf#152492)
  • Keep comment of the corrected words, instead of removing it without being noticed tdf#65535 (László Németh) Note: continuation of the following improvements, which were left out of the previous release notes: core commit d08e4137 tdf#66043 sw: fix spell checking of word with deletion (László Németh, introduced in version 7.2) and core commit a6555eb8 tdf#65535 sw spell: ignore comment marker when checking spelling (Justin Luth, introduced in version 7.3).
  • Bookmark accessibility:
  • Screen readers get text equivalent of visible bookmarks. tdf#150947 (László Németh)
  • Bookmark visualization:
  • Various improvements of bookmark visibility (see Tools ▸ Options ▸ LibreOffice Writer ▸ Formatting Aids ▸ Bookmarks. (László Németh, NISZ)
  • Note: this is a continuation to Michael Stahl’s fix for tdf#45589 ("create and paint text portions for bookmarks"), introduced in LibreOffice 7.0.
  • ⌶-shape point bookmark (The previous shape, a single vertical line was overlapped with visible page margin at beginning of the paragraphs, also it was very similar to the NBSP and narrow NBSP shading.) tdf#150791
  • ][-shape (i.e. double) marks for neighboring bookmark ranges (instead of a single vertical line, which could not be distinguished from point bookmark symbol previously). tdf#150790
  • All bookmarks at the same character position are visible now, e.g. instead of a single |, neighboring bookmarks with point bookmarks are shown e.g. as ] ⌶ [ or ] ] ⌶ ⌶ [ [
  • Do not show visible marks for hidden _Toc and _Ref bookmarks imported from OOXML, like Microsoft Office does. tdf#150956
  • Accessibility:
  • Images, embedded objects and text frames can now be marked as decorative, which allows assistive technology to ignore them in exported PDFs. (Michael Stahl, allotropia) tdf#143311 core commit 31084
  • Hyperlinks, table of content and other indices keep their language, and with this, their accessibility. tdf#39794 tdf#145104 (fixed in tdf#126657 by Khaled Hosny, follow-up fixes: tdf#152492 and tdf#45949 by László Németh)
  • Accessibility checker:
  • Add several accessibility checker rules. (Paris Oplopoios, Collabora) core commit b4586 core commit f9eb5 core commit f03d2 core commit 2c44f core commit de02e core commit 043f0 core commit a1ae3 core commit 76615 core commit 5c893 core commit 3c0be
  • Add Rescan button to Accessibility Check dialog. (Samuel Mehrbrodt, allotropia) tdf#148999
  • Make Accessibility Check dialog non-modal. (Samuel Mehrbrodt, allotropia) tdf#148971
  • Automatic (Online) Accessibility Check has been added, which scans for accessibility issues while the user is editing the document. The accessibility status is shown in the status bar. You can enable it in the main menu (Tools ▸ Automatic Accessibility Checking). Currently it is only available when experimental mode is enabled, as it doesn't take all document objects into account. (Tomaž Vajngerl, Collabora)
  • Machine translation:
  • Initial machine translation is available, backend by DeepL translate (Mert Tumer, Collabora) core commit e20d2, tdf#34058
  • Performance:
  • Cutting hundreds of pages with numbered lists in Writer tdf#129101 (Noel Grandin, Collabora)
  • Export to EPUB in Windows tdf#133768 (Noel Grandin, Collabora)
  • Opening Writer documents with large tables tdf#126788 (Noel Grandin, Collabora)
  • Calc:
  • Cell input with leading ' apostrophe in cells that are not formatted as Text was changed to always strip the first apostrophe and force the remainder as text content. Previously, the user had to know (or guess) whether an input could be converted to a numeric type (number, date, ...) and prefix only that to force text, but not prefix a textual type that could not be converted, which was confusing and bad UX. The handling is not changed for cells already formatted as Text, where every input is continued to be accepted literally as content and a leading apostrophe is not removed. tdf#149665 (Eike Rathke, Red Hat)
  • Add support for Kamenický and Mazovia encodings. tdf#150877 (Stephan Bergmann, Red Hat)
  • Conditional formatting's begins-with/ends-with/contains are now case-insensitive like the rest of the conditions were. tdf#123990 (Justin Luth, Collabora)
  • Preserve tab characters and line-breaks in cell contents. tdf#75702 (Justin Luth, Collabora)
  • View ▸ Freeze Cells ▸ Freeze First Column/Row now always works even when first row or column are not visible. tdf#112641 (Justin Luth, Collabora)
  • Paste Special of cells now remembers last used settings between sessions. tdf#69750 (Siddhant Chaudhary)
  • Searching for a term in the Function Wizard now matches the function descriptions as well as their names. tdf#146781 (Andreas Heinisch)
  • Default “spell out” number and currency formats:
  • Number format dialog windows of Calc and Writer got default NatNum12 ("spell out") format codes. tdf#115007 (László Németh, FSF.hu)
  • Spell out numbers and currencies;
  • in 71 locales of 38 languages;
  • based on libnumbertext 1.0.11;
  • NatNum12 title case is fixed for English language: lowercase “and” and title case “-Five” e.g. in “One U.S. Dollar and Twenty-Five Cents”.
  • Performance:
  • Replacing strings with numbers in Calc tdf#126109 (Noel Grandin, Collabora)
  • Find and replace in very large Calc sheets tdf#150749 (Noel Grandin, Collabora)
  • Opening large Calc spreadsheets with row height differences tdf#124098 (Balázs Varga, allotropia)
  • Impress & Draw:
  • Impress now supports cropped video for media shapes. blog post (Miklos Vajna, Collabora)
  • Fix bug causing EMF graphics to appear blurry. tdf#150888 (Paris Oplopoios, Collabora)
  • The presenter console supports running as a normal window instead of fullscreen, with a setting in Tools ▸ Options ▸ Impress ▸ General ▸ Presentation (tdf#33495). This means it can be used in a single monitor too, sharing the presentation in a video-conferencing tool. (tdf#92717) (Daniel Lohmann)
  • The in-presentation pen function can be turned off with Ctrl + A (on top of the existing toggle Ctrl + P), which should make more presenter devices compatible. tdf#149351 (Gabor Kelemen, allotropia)
  • Objects can be drag-and-dropped in the navigator, allowing reordering and moving them in and out of groups. tdf#145359 (Jim Raykowski)
  • Table Design:
  • Added basic support for modifying table styles, and creating new ones. Modified styles are saved into documents, and can be shared via templates. This function can be accessed by right-clicking on a design in the Table Design Sidebar panel. core commit f23d3, core commit 553cf, core commit 5d683 (Maxim Monastirsky)
  • Added a new set of default table styles. core commit daab6 (Rafael Lima)
  • Chart:
  • Data tables are now supported in Charts. See blog post for furter details (Tomaž Vajngerl, Collabora)
  • Math:
  • Elements pane from left side of Math's window was moved to Sidebar. tdf#150489 (Mike Kaganski, Collabora)
  • Core / General:
  • Added support for rotate and zoom gestures when using touchpads. (Povilas Kanapickas)
  • Allow searching for combining marks from so-called complex scripts. tdf#91764 (Khaled Hosny)
  • Support font embedding on macOS. tdf#72456 (Khaled Hosny)
  • Fix disabled spellchecking and language-sensitive text layout (e.g. digit replacement) in table of contents and hyper link text. tdf#126657, tdf#145104 (Khaled Hosny)
  • Design:
  • New application and file-type icons tdf#132398 (Galdam Jitsu)
  • Accessibility:
  • Restored automatic detection of HighContrast (HC) mode while providing user ability to disable in Tools ▸ Options... ▸ LibreOffice ▸ Accessibility. tdf#151522 (Caolán McNamara, Red Hat)
  • Text Layout:
  • Improve kashida insertion by making the insertion positions explicit to avoid unwanted and spurious kashida insertion. tdf#104921, tdf#87731, tdf#106309, tdf#108604, tdf#112849, tdf#114257, tdf#127176, tdf#145647, tdf#146199 (Khaled Hosny)
  • Fix kashida position when inserted after a letter with a combining mark. tdf#139627 (Khaled Hosny)
  • Fix gaps inserted instead of kashida with some fonts. tdf#106653 (Khaled Hosny)
  • Fix justification of text containing spacing combining marks (e.g. in Malayalam). tdf#150665 (Khaled Hosny)
  • Disable ligatures when character spacing is set. tdf#66819 (Khaled Hosny)
  • Correctly enable variable fonts variation setting during text layout, as well as font metrics. tdf#103596 (Khaled Hosny, Caolán McNamara / Red Hat)
  • Use underline size and position as well as strike-through size and position values from the font when available core commit ba03e, and make overline size the same as underline size core commit 8da25. (Khaled Hosny)
  • Use the same skew angle for artificial (synthetic) italic text across graphics backends and PDF export. core commit f88e7 (Khaled Hosny)
  • Improve glyph positioning of artificial italic text, especially combining marks. core commit 1f9b2 (Khaled Hosny)
  • Edit Engine:
  • Sync kashida insertion algorithm with Writer one to include fixes and enhancements from Writer that other LibreOffice components were missing. tdf#137528 (Khaled Hosny)
  • Fix bad Arabic letter spacing when text starts with left-to-right characters. tdf#103492 (Khaled Hosny)
  • Fix gaps in justified Arabic text when the font does not have usable kashida glyph. tdf#137528 (Khaled Hosny)
  • Correctly calculate text caret position inside ligatures, and use caret positions from the font when available. tdf#83581 (Khaled Hosny)
  • Performance:
  • Opening Options ▸ LibreOffice ▸ Application Colors tdf#152301 (Caolán McNamara, Red Hat)
  • Filters:
  • doc:
  • Re-allow .doc files to be renamed as .dot. tdf#125216 (Justin Luth, Collabora)
  • VBA Support:
  • Added support for WordBasic.ScreenUpdating. core commit a8209 (Justin Luth, Collabora)
  • Added support for WordBasic.MsgBox. core commit 55628 (Justin Luth, Collabora)
  • Run AutoNew, AutoOpen, AutoClose events properly in Writer and Calc. tdf#148806 (Justin Luth, Collabora)
  • Added FormFields and ContentControls support for managing form objects. tdf#151548 (Justin Luth, Collabora)
  • PDF:
  • Support embedding color (e.g. Emoji) fonts using color layers (using COLR/CPAL OpenType tables). tdf#104403 (Khaled Hosny)
  • Support embedding color (e.g. Emoji) fonts using color bitmaps (using CBLC/CBDT or sbix OpenType tables). tdf#121327 (Khaled Hosny)
  • Support embedding variable fonts and apply font variations to glyph shapes. tdf#108497 (Khaled Hosny)
  • Correct set Postscript name when embedding for some broken fonts. tdf#138325 (Khaled Hosny)
  • Fix invalid PDF font subsets when subsetting blank glyphs. tdf#112152 (Khaled Hosny)
  • Fix visual artifacts in glyphs that use fractional point coordinates. tdf#126242 (Khaled Hosny)
  • Fix missing accent chars in glyphs that use deprecated arguments to CFF endchar operator. tdf#123234 (Khaled Hosny)
  • Apply artificial italic to fallback fonts. tdf#102914 (Khaled Hosny)
  • When exporting to PDF, you can now choose to export comments in the page margin. tdf#77650 (Samuel Mehrbrodt, allotropia)
  • When inserting a picture and using PDF as a source file, now it is possible to use larger files. core commit a5c1c (Szymon Kłos, Collabora)
  • SVG:
  • Remove "ghost" lines (extra semi-transparent white outline) of semi-transparent shapes tdf#149800 (László Németh)
  • GUI:
  • General changes:
  • Support for dark and high contrast operating system themes on Windows, macOS and Linux was greatly improved. More than 40 bugs were fixed by contributors including Caolán McNamara (Red Hat), Rafael Lima, Michael Weghorn and Rizal Muttaqin.
  • Add support for switching dark or light mode manually. (Caolán McNamara, Red Hat)
  • When previewing styles in the side bar and the styles menu, use the CTL and Asian fonts set on the style for respective text instead of always using Western fonts. tdf#87535 (Khaled Hosny)
  • Remove redundant File ▸ Recent Documents menu from macOS dock icon. tdf#55922 (Khaled Hosny)
  • An improved version of a single toolbar user interface was implemented, supporting context-aware controls and their customization. It can be activated via View ▸ User Interface... ▸ Single Toolbar. Customization can be done either with a right click context menu actions, or via Tools ▸ Customize... ▸ Toolbars, for various "Standard (Single Mode) - <context name>" targets. For now, context aware controls were added to Writer only. This largely makes the Contextual Single user interface obsolete, and it might be removed in future versions. tdf#125040 (Maxim Monastirsky)
  • GTK3 scrollbars now benefit from the "smooth scrolling" feature. Long-press on a scrollbar or use ⇧ Shift + Click for more precise scrolling. tdf#117388 (Caolán McNamara, Red Hat)
  • The Start Center can now filter recent documents by type. tdf#80934 (Heiko Tietze, TDF)
  • Icon theme:
  • The Sifr icon set was refreshed to follow GNOME Adwaita’s new rounded style. tdf#151071 (Rizal Muttaqin)
  • Labelling:
  • In Calc, the "language" label was changed to the more accurate "locale" label in the (HTML) Import Options and Text Import dialogs. tdf#138748 (Pedro Silva, Collabora)
  • Font Features Dialog:
  • The Font Features dialog (Format ▸ Character ▸ Font ▸ Features...) received some improvements:
  • Font features that are enabled by default (e.g. Standard Ligatures) can now be disabled. tdf#127423 (Khaled Hosny)
  • Stylistic Sets and Character Variants features each is now grouped together in a separate section, so they stand out from other common font features. core commit 3f9a8 (Khaled Hosny)
  • Stylistic Sets and Character Variants features can have user-friendly labels defined in the font, these are now shown in the dialog instead of the generic feature names. Additionally, localized versions of these labels that are provided by the font are also shown when LibreOffice user interface is in the respective languages. core commit 19787 (Khaled Hosny)
  • Localization:
  • Improvements to proofing tools and language support:
  • Dictionaries:
  • Ukrainian dictionary was updated. tdf#149980 (Aron Budea, Collabora)
  • Added Persian (fa-IR) dictionary commit (Aron Budea, Collabora)
  • Slovenian thesaurus was updated (Martin Srebotnjak, OdprtiTezaver).
  • Language tags:
  • The language list combo-box now accepts input of art-... BCP 47 private-use language tags like art-x-mylang or art-Latn-x-mylang (with every valid script subtag for Latn of course). This is an exception to the otherwise not accepted input of private-use subtags preventing mis-spreading arbitrary private-use tags, to support language attribution of artificial constructed languages. tdf#150370 (Eike Rathke, Red Hat)
  • Language list entries can be permanently added by dropping an auto-correction file acor_*.dat into the shared or user profile's autocorr/ directory with the corresponding well-formed and valid BCP 47 language tag in its name. The file can be empty (0 bytes length) with no auto-correction data being present, data can be added and edited as usual in AutoCorrect Options. For example, autocorr/acor_de-DE-1901.dat will add the de-DE-1901 tag's language entry that will be displayed as
  • German (Germany, Traditional German orthography) {de-DE-1901}
  • If the tag in the file name is not a well-formed BCP 47 language tag or not valid, it is silently ignored and no language list entry will be added. tdf#150371 (Eike Rathke, Red Hat)
  • For information about IETF BCP 47 language tags, see Wikipedia and W3.org
  • New languages/locales with locale data:
  • Available as default document language and for locale specific formatting.
  • Portuguese (Mozambique) {pt-MZ}. tdf#148792 (Eike Rathke, Red Hat)
  • Currencies:
  • As Croatia joins the Eurozone on the 1st of January 2023, Croatian kuna (HRK) conversion to and from euro (EUR) is now supported in the EUROCONVERT() function, and the new default currency for Croatia is the euro. tdf#150011 (Eike Rathke, Red Hat)
  • Scripting:
  • The Macro Selector dialog (Tools ▸ Macros ▸ Run Macro...) now remembers the last run macro (core commit 792e4 - Rafael Lima).
  • The Basic IDE now has a Zoom Slider that allow users to more easily increase/decrease the zoom factor applied to the code editing window. It can also be controlled with Ctrl + Scroll. The font size defined in the Options dialog (Tools ▸ Options... ▸ LibreOffice ▸ Fonts) is used as the 100% zoom factor (core commit 0d923 - Rafael Lima).

New in LibreOffice 7.4.7.2 RC 2 Still (May 5, 2023)

  • Bugs fixed1:
  • Crash when icon deleting table-row used for diagram generation.
  • Formula stops working after copy and paste onto a different cell
  • A macro which is executed in older versions but not in newer versions.
  • Scroll to first/last sheet buttons broken

New in LibreOffice 7.5.3.2 Fresh (May 4, 2023)

  • Bugs fixed compared to 7.5.2 RC2:
  • cid#1524497 uninitialized pointer field [Caolán McNamara]
  • rhbz#2171265 Libreoffice cannot start [Stephan Bergmann]
  • tdf#39667 Enable accessible/tagged PDF export options by default [Michael Stahl]
  • tdf#66613 EDITING: sheet copied to another document does not retain a defined print range [Andreas Heinisch]
  • tdf#89920 inserting line break to cell from macro [Andreas Heinisch]
  • tdf#104394 FILEOPEN DOCX: Textbox is missing [Justin Luth]
  • tdf#113027 Editing F4 (Sheet - Cycle Cell Reference Types) doesn't cycle remote references with space in sheet name [Andreas Heinisch]
  • tdf#114556 Emphasis mark set in the Japanese vertical text shifts upward [Mark Hung]
  • tdf#115321 Vertical Japanese text lines with emphasis mark above in odt exported to PDF is shown a quarter font height lower than the normal lines, and no emphasis mark is shown [Mark Hung]
  • tdf#117037 localc does not understand unicode minus [Andreas Heinisch]
  • tdf#126632 Tabs in Tabbed Compact don't update after adding of table and moving of cursor to body text in Writer document [Jim Raykowski]
  • tdf#126689 Icons needed for Bullets & Numbering toolbar and context menu [Rizal Muttaqin]
  • tdf#129547 Default shortcut key for insert current time doesn't work (French) [Julien Nabet]
  • tdf#132847 Not all shapes in gallery shown in Detailed View rendered automatically [Caolán McNamara]
  • tdf#139065 PDF Export: Emphasis Mark not shown in the exported PDF [Mark Hung]
  • tdf#140762 No text spoken by screen reader for "Borders" dropdown button items in Calc's formatting toolbar (NVDA on Windows) [Michael Weghorn]
  • tdf#142450 Remember .uno:Show/HideWhiteSpace across sessions [Xisco Fauli]
  • tdf#145147 FILEOPEN DOCX Hyperlink in grouped shape not imported [Tünde Tóth]
  • tdf#148008 autofit column width by cell selection using wrong width [Mike Kaganski]
  • tdf#149064 Error when running macro accessing WebDAV twice [Jaume Pujantell]
  • tdf#149144 sm Formula editor needs an icon motif for the newly implemented Elements SB deck [Rizal Muttaqin]
  • tdf#149485 "Show Whitespace" condition changes other documents look [Xisco Fauli]
  • tdf#149805 kf5: Gap when expanding comboboxes in toolbar [Michael Weghorn]
  • tdf#149996 A hyperlink with an anchored-to-character shape with text results in corrupt DOCX [Tünde Tóth]
  • tdf#150135 Accessing uninitialized TextInputStream methods crashes [Baole Fang]
  • tdf#150542 FILEOPEN DOCX Unused document variable not imported [Vasily Melenchuk]
  • tdf#151677 tip on "formula bar" for "formula making" is displaying over the formula itself. [Michael Weghorn]
  • tdf#151722 Incorrect TTF names are used in UI and in saved document [Caolán McNamara]
  • tdf#151971 Crash in: rtl_uString_alloc when using some Sounds Like (Japanese)" settings (steps in comment 7) [Stephan Bergmann]
  • tdf#152217 Black box in Basic IDE where the status bar should be (kf5 only) [Michael Weghorn]
  • tdf#152218 FILESAVE PDF PAC tool reports "Link annotation is not nested inside a Link structure element" error with footnote [Michael Stahl]
  • tdf#152234 FILESAVE PDF PAC tool reports "Widget annotation not nested inside a Form structure element" with form objects (clause 7.18) [Michael Stahl]
  • tdf#152257 Crash: Selecting an option in dropdown content control leads to unexpected exit with code 139 [Caolán McNamara]
  • tdf#152598 New application and .odf icons are blurry on Windows taskbar at default 24x24px [Galdam]
  • tdf#152671 ui, accessibility: auto filter drop down menu is not spoken by the screen reader [Michael Weghorn]
  • tdf#152704 WRITER: Linked image does not update after selecting another file in Properties dialog. [Caolán McNamara]
  • tdf#152887 Online/automatic accessibility check needs new icons for the status bar [Rizal Muttaqin]
  • tdf#152908 Tabbed compact toolbar does not repaint itself when tabs getting removed [Jim Raykowski]
  • tdf#152959 Find and Replace can't use the lowercase Unicode literal for soft hyphen [Stéphane Guillou]
  • tdf#152979 Freeze in Basic IDE's "Preview Dialog" using kf5 [Michael Weghorn]
  • tdf#153374 Hang using Keyboard viewer [Patrick Luby]
  • tdf#153458 Connecting to database: wrong cursor position for dropping data to Calc sheet [Michael Weghorn]
  • tdf#153465 Add Sukapura Dark Variant [Rizal Muttaqin]
  • tdf#153609 Elementary's Book Preview icon not distinct enough to Two Pages Preview [Rizal Muttaqin]
  • tdf#153628 Spellcheck now does not work v7.5.0.3 X86_64 [László Németh, Caolán McNamara]
  • tdf#153800 Calc sheet tab drag-and-drop target area has shifted vertically (kf5-only) [Michael Weghorn]
  • tdf#153808 Preview in the Bullets and Numbering is not painting bullets/numbers in dark mode [Rafael Lima]
  • tdf#153839 Exporting to xhtml results in most of the tags and content in one single line [Franklin Weng]
  • tdf#153842 Wrong currency format for Euro € Upper Sorbian in Calc [Eike Rathke]
  • tdf#153887 So-called improper fractions are badly formatted with a fix denominator to "0/0" under a certain condition. [Laurent Balland]
  • tdf#153908 Dragging scrollbars with mouse in relationships window causes content panel moves in oposite direction than expected [Caolán McNamara]
  • tdf#153923 Unclosed 'dd' tag in HTML export with a table with offset [Mike Kaganski]
  • tdf#153935 PDF/UA: Mark heading rows of tables with autoformat in PDF export [Michael Stahl]
  • tdf#154005 FILEOPEN ODS Dropdown form control becomes wider [Balazs Varga]
  • tdf#154043 Change object layer via drag and drop has target shifted down (KF5-only) [Michael Weghorn]
  • tdf#154087 Scroll bar disappears after searching a character [Caolán McNamara]
  • tdf#154115 A useless Text Field shows up when typing with Option menu open. prevents Options menu from closing the [Caolán McNamara]
  • tdf#154125 INDEX() does not return a vector of an array if that is only a vector, but only the first element [Eike Rathke]
  • tdf#154136 In Help I found Command+Shift+; to have a timestamp in a Calc cell, but it is doing nothing. [Julien Nabet]
  • tdf#154143 The explanatory image in Tips of The Day looked blurred and something not professional [Rizal Muttaqin]
  • tdf#154169 macOS Dark mode: black tree menu lines on dark background in LO preferences [Caolán McNamara]
  • tdf#154171 UI Bogus error message with PDF encryption and PDF/UA enabled [Michael Stahl]
  • tdf#154179 Crash opening Chapter Numbering dialog, when current paragraph has an outline style, but DF outline level "Text Body" [Mike Kaganski]
  • tdf#154205 Crash on reload of file (segfault in libswlo.so) [Caolán McNamara]
  • tdf#154218 variable and user field input field mishandles datetime when locale uses decimal commas [Eike Rathke]
  • tdf#154235 Underline blends with bold text in Liberation [Khaled Hosny]
  • tdf#154242 The explanatory image in UI Chooser (.uno:ToolbarModeUI) looked blurred [Rizal Muttaqin]
  • tdf#154273 Importing apostrophes from HTML or XHTML [Damjan Jovanovic]
  • tdf#154296 Lost ability to customize Notebook Bar UI --element checkboxes have no effect [Jim Raykowski]
  • tdf#154307 XML Form Document: Duplicate entry in context menu for adding elements to instance (kf5) [Caolán McNamara]
  • tdf#154308 Double click to open XLSX spreadsheet with password hides "enter password" window [Caolán McNamara]
  • tdf#154318 Wrong Conditional Formatting 5 Quarters Icon Sets Are Wrong in elementary (SVG) Theme [Rizal Muttaqin]
  • tdf#154319 ToC in DOCX has duplicated LS/LE elements; d in TOC field gives displaced CI and text elements [Mike Kaganski]
  • tdf#154322 XML Form Document: Choosing Instance after first clicking on Bindings leads to Crash of LO [Caolán McNamara]
  • tdf#154360 DOCX ToC: Tab stop between chapter number and text converts to a space [Mike Kaganski]
  • tdf#154433 Auto-Replacement gets Ukrainian Quotation Marks wrong [Eike Rathke]
  • tdf#154445 Unused custom page styles are removed on save [Andreas Heinisch]
  • tdf#154462 BASIC The ScriptForge.SF_FileSystem.pickfile macro runs once and fails on a second call (gtk3/gen) [Jean-Pierre Ledure]
  • tdf#154470 Split button dropdown disconnected from toolbar (GTK3, Wayland) [Caolán McNamara]
  • tdf#154486 A document with thousands of tables loads very slow, time grows quadratically [Mike Kaganski]
  • tdf#154521 selecting bookmarks in Navigator triggers selectionChanged event before the selection [László Németh]
  • tdf#154545 bad bookmark selection in Navigator tree list at nested bookmarks [László Németh]
  • tdf#154549 Hebrew Nikkud marks mis-positioned on Arabic letters [Khaled Hosny]
  • tdf#154565 Typing with Alt + Down List open replaces entry when hovered over [Caolán McNamara]
  • tdf#154582 Add-in function names appears as "Compatibility names" in "English function names" state of the Calc setting. [Eike Rathke]
  • tdf#154599 Crash while moving columns in Writer table [László Németh]
  • tdf#154627 Inconsistencies in RANK() function in Calc [Eike Rathke]
  • tdf#154629 Crash: after opening print preview, closing print preview, right click on TOC [Caolán McNamara]
  • tdf#154631 Export as gif ignores transparence of objects [Julien Nabet]
  • tdf#154658 XML Form Document: Fields doesn't calculate any more, connection to instance broken [Julien Nabet]
  • tdf#154680 Typing into font family field shows autocompleted font name as missing, when multiple cells selected with different fonts [Caolán McNamara]
  • tdf#154695 DOCX ToC: Tab stop is inserted before entry text, when there's no numbering [Mike Kaganski]
  • tdf#154708 An arrow key repeat deletes characters (macOS with Japanese input source) [Patrick Luby]
  • tdf#154753 Ubuntu Libreoffice impress does not show some symbols but Windows libreoffice impress does [Caolán McNamara]
  • tdf#154771 Copying columns when moving multiple selected columns in Writer. [László Németh]

New in LibreOffice 7.5.1.2 Fresh (Mar 2, 2023)

  • Add support for switching dark or light mode manually. (Caolán McNamara, Red Hat) blog post
  • When previewing styles in the side bar and the styles menu, use the CTL and Asian fonts set on the style for respective text instead of always using Western fonts. tdf#87535 (Khaled Hosny)

New in LibreOffice 7.3.7.2 Still (Nov 3, 2022)

  • Calc Failed to re-enter a formula starting with + (tdf#150780) [Eike Rathke]
  • Blurry icon in OLE link (tdf#150888) [Paris Oplopoios]
  • MacOS appstore LibreOffice fails to provide means to create new database in default configuration settings. (tdf#151073) [Christian Lohmaier]

New in LibreOffice 7.4.2.3 Fresh (Oct 13, 2022)

  • Queries don't show any content when executed directly through GUI

New in LibreOffice 7.3.6.2 Still (Sep 8, 2022)

  • tdf#150407 ODF: invalid attribute "writing-mode" in case ODF 1.3 strict for frame style with bottom-top left-right [Regina Henschel]
  • tdf#150577 Form Controls: "Input Required" in Form Controls won't do anything [Mike Kaganski]
  • tdf#150629 LibreOffice Writer crashes, when editing a page break [Caolán McNamara]

New in LibreOffice 7.4.0.3 Fresh (Aug 18, 2022)

  • The latest "fresh" version of LibreOffice, recommended for technology enthusiasts, which contains new features and program enhancements. This version may contain a few annoying bugs which will be fixed in the next bugfix versions to come. Detailed release notes can be accessed from the link below.

New in LibreOffice 7.2.1.2 Fresh (Sep 21, 2021)

  • Writer:
  • General improvements:
  • Alphabetical indexes, tables of contents and user-defined indexes will now generate clickable hyperlinks to document index entry marks core commit 7685c074 (Michael Stahl, allotropia)
  • All background fills can now be set to either cover the page inside the margins or the entire page core commit 56d8007a (Michael Stahl, allotropia)
  • Page styles can now have a gutter margin blog post (Miklos Vajna, Collabora)
  • Bibliography improvements: tooltip for bibliography entry fields and clickable URLs in the bibliography table blog post (Miklos Vajna, Collabora)
  • Added label and business card paper (A-One, Hisago, Sanwa Supply, Daiso) data used in Japan. This work is based on data included in the "Default Settings for Japanese" extension, which was developed mainly by Masahisa Kamataki. core commit baddf594 (JO3EMC, Jun Nogata)
  • The Word-compatible table border painting now has better support for merged cells blog post (Miklos Vajna, Collabora)
  • As-char images can now have a size larger than 65k twips (about 116 cms) blog post (Miklos Vajna, Collabora)
  • When Writer document is exported to PDF, links between anchors and footnotes or endnotes (even if not on the same page) are now available in both directions core commit 51d1952c core commit 38cff2a3 (Georgy Litvinov)
  • Support for list format strings in ODT files: right now complex numbering rules from DOCX are supported also for ODT core commit 9987b518 (Vasily Melenchuk, CIB)
  • Spell-checking for indices is disabled now (language set to None for paragraph style Index and children) tdf#143066 (Heiko Tietze, TDF)
  • Image file type is now displayed in the Image Properties dialog (Format ▸ Image ▸ Properties... ▸ Image), not just the Compress dialog. tdf#138843 (Shubham Jain)
  • Mail Merge:
  • User will see a warning about nonexistent data sources instead of producing empty fields. There is a button to fix the problem. blog post core commit e64dc07c core commit d7d48787 (Gülşah Köse, Collabora)
  • Performance:
  • Improved font caching to speed up text rendering core commit 3f69ec9a. (Luboš Luňák, Collabora)
  • Reduced opening time for some DOCX file tdf#135316 (Noel Grandin, Collabora)
  • RDF metadata in Style Inspector:
  • Style Inspector shows ODF 1.2 RDF metadata of annotated text ranges (text:meta), metadata fields (text:meta-field), paragraphs (text:p and text:h) and bookmarks (text:bookmark-start). core commit dd45df62, core commit 11a4e270, core commit db7ef0a9. (László Németh)
  • Custom color metadata field shadings:
  • It's possible to set a custom shading color for an annotated text range or a metadata field e.g. for visualization of metadata categories in the document editor. Ctrl-F8 or View ▸ Field Shadings disable/enable these colorful field shadings. tdf#142448 (László Németh)
  • Calc:
  • General improvements:
  • Fixed problems with pasting filtered cells and pasting with transpose. Also added many unit tests for those cases tdf#107348, tdf#45958, tdf#141215, tdf#141683, tdf#68976, tdf#71058, tdf#142065, tdf#142201, tdf#141683 (Roland Kurmann)
  • Added mixed date format "Common Year (Era Name)" and "Era Name (Common Year)" for cell format in Japanese locales. core commit 8362c4b3 (Jun Nogata)
  • Added traditional Japanese month names to sort lists in Japanese locales. core commit 17965775 (Jun Nogata)
  • Implemented the Kahan summation algorithm to reduce the numerical error in the total for some Calc functions tdf#137679 (Dante DM)
  • HTML tables listed in the External Data dialog (Sheet ▸ Link to External Data...) now show the table's caption to help identify them. tdf#127484 (Andreas Heinisch)
  • The 'fat-cross' cursor was introduced. To enable, go to Tools ▸ Options ▸ Calc ▸ View and check "Themed" (the cursor follows the icon theme); use System to keep the conventional arrow pointer. tdf#104169 (Sarabjot Singh, Mesut Çifci) tdf#142499 (Heiko Tietze, TDF)
  • The Paste Special dialog (Edit ▸ Paste Special ▸ Paste Special...) has been redesigned, and the new preset "Formats Only" was added. tdf#134802 (Heiko Tietze, TDF)
  • New options "Select Visible Rows Only" and "Select Visible Columns Only" to deselect hidden cells (in Edit ▸ Select menu). tdf#36466 (Tünde Tóth, NISZ)
  • Descriptive Statistics (Data ▸ Statistics ▸ Descriptive Statistics...) now uses the input range's column labels to label the results. tdf#128018 (Andreas Heinisch)
  • Improvements in auto-input by making its behaviour closer to popular Calc alternatives. tdf#142214 (Dennis Francis, Collabora)
  • Autofilter improvements:
  • Calc shows blue row numbers for filtered rows by Autofilter. tdf#89841 (Tünde Tóth, NISZ)
  • Calc now highlights an active autofilter dropdown arrow tdf#140955 (Tünde Tóth, NISZ)
  • AutoFilter dropdown button now scales according to sheet zoom level core commit 008c2354 (Szymon Kłos, Collabora)
  • Calc now can filter by color in Autofilter (both cell background color and text color), importing from and exporting to OOXML format are also supported tdf#76258 (Samuel Mehrbrodt, allotropia)
  • New spreadsheet functions:
  • Changed spreadsheet functions:
  • CELL() now evaluates the top left cell of a given cell range argument as second parameter instead of the usual intersecting position for scalar parameters, for interoperability and compliance with the ODF OpenFormula standard definition. tdf#66409 (Eike Rathke, Red Hat)
  • RAWSUBTRACT() now processes arguments from left to right. Previously, RAWSUBTRACT(1;2;3;4) calculated 1-4-3-2 as encountered on the arguments stack. That was changed to calculate 1-2-3-4 in "natural" left to right order as may be expected. This may make a difference like in =RAWSUBTRACT(0.3;0.2;0.1;-0.1;-0.2;0.3) where the result previously was 2.77555756156289E-17 (calculated as (0.3-0.3--0.2--0.1-0.1-0.2) == (0.0--0.2--0.1-0.1-0.2) same as =RAWSUBTRACT(0;0.2;0.1;-0.1;-0.2)), for which the first result now is 0 (calculated as (0.3-0.2-0.1--0.1--0.2-0.3)) and =RAWSUBTRACT(0;0.2;0.1;-0.1;-0.2) result now is -2.77555756156289E-17. (Eike Rathke, Red Hat)
  • ROUND() has its artificial limitation on the second parameter (rounding position) removed, for which the argument previously had to be in the interval [-20,20] and otherwise the function returned error. tdf#136794 (Eike Rathke, Red Hat)
  • Performance:
  • Improved speed of pasting formulas with VLOOKUP function tdf#92456 (Noel Grandin, Collabora)
  • Improved speed of some XLSX file opening and scrolling tdf#130326 (Noel Grandin, Collabora and Caolán McNamara, RedHat)
  • Improved speed when filtering tdf#133878 (Luboš Luňák, Collabora)
  • Improved file opening speed for some big XLSX files tdf#79049 (Noel Grandin, Collabora)
  • Document Conversion:
  • The --convert-to csv:... command line spreadsheet conversion or export filter options string accepts a new optional 12th numeric parameter, which makes it possible to export the entire document to individual sheets .csv files or a specified sheet. tdf#135762 (Caolán McNamara, Red Hat; Eike Rathke, Red Hat)
  • For example:
  • soffice --convert-to csv:"Text - txt - csv (StarCalc)":44,34,UTF8,1,,0,false,true,false,false,false,-1 sample.ods
  • 0 or absent means the default behaviour, first sheet from command line, or current sheet in macro filter options, exported to sample.csv
  • -1 for all sheets, each sheet is exported to an individual file of the base file name concatenated with the sheet name, for example sample-Sheet1.csv, sample-Sheet2.csv and sample-Sheet3.csv
  • 2 or any other 1-based number within the range of number of sheets for one specific sheet, here sample-Sheet2.csv
  • Impress & Draw:
  • General improvements:
  • The set of default templates was refreshed (tdf#138097 — Indonesian LibreOffice team and Heiko Tietze, TDF):
  • Removed: Alizarin, Bright Blue, Classy Red, Impress, Lush Green (introduced in 4.4)
  • Added: Candy, Freshes, Grey Elegant, Growing Liberty, Yellow Idea
  • All background fills can now be set to either cover the page inside the margins or the entire page core commit dda83832 (Michael Stahl, allotropia).
  • Improve and fix drawing of dashed lines in presentation mode tdf#136957 (Luboš Luňák, Collabora)
  • Multiple columns in LibreOffice text boxes a blog post (Mike Kaganski, Collabora)
  • PDF signature verification is now based on PDFium blog post (Miklos Vajna, Collabora)
  • User Interface:
  • Direct access to the document's scaling factor via statusbar in Draw tdf#66470 (Heiko Tietze, TDF)
  • Improved export dialog for PNG and JPG clarifies the distinction between dimensions and resolution. tdf#115464 (Aditya Pratap Singh)
  • Performance:
  • Improve document loading times by loading large images on-demand (Luboš Luňák, Collabora)
  • Improve slide rendering speed by prefetching large images (Luboš Luňák, Collabora)
  • Faster drawing of semi-transparent images core commit 5ba5ac94. (Luboš Luňák, Collabora)
  • Base:
  • Chart:
  • Data Series Labels:
  • Adding series name to data series label is now possible tdf#94235 (Samuel Mehrbrodt, allotropia)
  • "Moving Average" Trendline:
  • For "Moving average" trend line, the type can now be selected tdf#133423 (Samuel Mehrbrodt, allotropia)
  • Prior (default)
  • Central
  • Averaged Abscissa
  • Math:
  • It's now possible to scale the code input box. see tdf#130654 (Dante DM)
  • The setting is accessible from expert configuration as: org.openoffice.Office.Math.smeditwindowzoom
  • The setting is accessible from math options panel as: Tools ▸ Options ▸ LibreOffice Math ▸ Settings ▸ Scaling code input window
  • Core / General:
  • Built-in development tools with a "Xray" like UNO object inspector part1 part2 part3 (Tomaž Vajngerl, Collabora)
  • Selecting form fields inside a document is now possible using Alt+<Mnemonic>. tdf#139804 (Samuel Mehrbrodt, allotropia)
  • The C++ library used to generate QR codes was changed from qrcodegen to ZXing. tdf#139778 (Akshit Kushwaha)
  • StarViewMetafile Format (SVM) was improved: When handling tdf#127471 I stumbled upon a never identified bug: When using ScaledText, the export to SVM is System-dependent due to the differing internal representation in the Font-MetafileAction. Thus, the SVM content differs if it was written on a Windows or non-Windows System, which leads to errors when exchanging SVM-based Metafiles between those systems (details in the task ([1]) ). Due to SVM being used partially as Metafile-Format in saved files (e.g. ODF variants), this was leading to 'strange' looking SWcaledText's. ScaledText is luckily not too often used, but e.g. heavily in Chart Labels which were most obviously hit by this. Since SVM is our own format, this could be enhanced by adding information to the SVM-Format in a backward compatible way. After the fix, all newly written SVM-Files can be exchanged now between LibreOffice Versions containing that fix without that error. For already existing files this is not always possible, see this Table ([2]) (2nd half) for details. (Armin Le Grand, allotropia)
  • EMF/WMF Metafile Formats were improved: When handling tdf#127471 and correcting the SVM format (see above), I also found out that the same error is in the EMF/WMF files that we write. These formats are Windows-specific formats, what makes the versions written under Windows the valid ones. The definitions for EMF/WMF are not in our hands, so I had to fix that differently. A fix is not only important for flawless data exchange between LibreOffice Versions, but also with all kinds of Windows-Applications that use EMF/WMF as DataType. After the fix EMF/WMF is always produced in Windows-conform form for ScaledText. This leads to this working data exchange Table ([3]). (Armin Le Grand, allotropia)
  • Detect wrong written old EMF/WMF Metafile Files: To not have to accept old wrong written files, I added a kind of 'Old-Emf-Wmf-Format-Detector' that uses fuzzy evaluation and corrects old files when loaded in LibreOffice from now on. This makes the exchange between EMF/WMF written by old and new LibreOffice Versions complete: no old written files are lost or need to be reproduced. This is unfortunately not possible for other Windows-Applications, so these EMF/WMF files produced by older non-Windows LibreOffice Versions have - as a workaround - e.g. be loaded and rewritten by a LibreOffice Version containing these fixes. (Armin Le Grand, allotropia)
  • Enhancements for linked OLE in Documents: The content of the OLE Data/File is now synchronized to saving the hosting Document. Before this change, the OLE Data/File for a linked OLE was always saved/changed when the OLE was changed at deactivating it. This is unexpected and not intuitive from a User's point of view. There were complaints from a User who by purpose did *not* save the hosting Document after changing the OLE in it - in the expectation that the OLE Data/File will not be touched that way and stay the same when embedding it again. With this change (for details see tdf#141529) changing the linked OLE is delayed (using a temporary file) until the hosting Document is saved. If the hosting Document is closed without saving (or the Office crashes), the linked OLE does not get saved/changed at all. This is more conform to user's expectations when changing Document-bound Data. (Armin Le Grand, allotropia)
  • Various fixes when using the Skia-based drawing backend. (Luboš Luňák, Collabora)
  • Fixed rendering of CJK text when using the Skia-based drawing backend. (Luboš Luňák, Collabora)
  • Text boxes got multi-column feature in all modules. Blog post (Mike Kaganski, Collabora)
  • In the Security Options dialog, choosing "Remove personal information on saving" now removes names and dates from comments and tracked changes. core commit 12da70. (László Németh, NISZ)
  • Performance:
  • Improved drawing speed with large images tdf#138068tdf#140797. (Luboš Luňák, Collabora)
  • Improved text rendering speed when using font fallback core commit 7439cabc. (Luboš Luňák, Collabora)
  • Improved interactivity of slow drawing operations with repeated user input core commit d3b498cc. (Luboš Luňák, Collabora)
  • Various drawing speed improvements when using the Skia-based drawing backend. (Luboš Luňák, Collabora)
  • Improve document loading speed by using zlib optimized crc32 core commit 85ed3a47. (Luboš Luňák, Collabora)
  • Improved swapping speed and memory consumption of graphics (Tomaž Vajngerl, Collabora)
  • LibreOffice Help:
  • Filters:
  • Improvements of DOC import/export filter:
  • DOC import: it was fixed chapter numbering tdf#94326 (Justin Luth)
  • DOC import: it was fixed Z-order of objects tdf#120761 (Justin Luth)
  • DOC import: it was fixed some DOC file in 64 bit system tdf#139495 (Justin Luth)
  • DOC export: it was fixed a loss of the outline level tdf#81705 (Justin Luth)
  • Improvements of DOCX import/export filter:
  • DOCX: import discarded headers/footers. Before the inactive DOCX headers/footers lost during import time. Now it can be restored by disabling the options “Same content on left and right pages” and “Same content on first page” on the Header and the Footer panes of the Page style. This is for improving the interoperability with other Office programs, e.g. supporting DOCX text document templates better. tdf#141158 (Attila Bakos, NISZ)
  • DOCX: rtlGutter is supported now. blog post tdf#140343 (Miklos Vajna, Collabora)
  • DOCX: export NONE background for ParaBackColor. tdf#140336 (Justin Luth)
  • DOCX: fix lost tables in footnotes and endnotes by converting them to floating tables during the import, and removing floating at the DOCX export. tdf#95806, tdf#125877, tdf#141172 (László Németh, NISZ)
  • DOCX export: save header image once. Writer used to dump the same image file as many times as it was featured in different headers or footers in the document, bloating the .docx file size. tdf#118535 (Dániel Arató, NISZ)
  • DOCX table import: fix extra page break. tdf#140182 (Attila Szűcs, NISZ)
  • DOCX: fix handling for effect extent vs line width. tdf#138895 (Miklos Vajna, Collabora)
  • DOCX export: put fly before fieldmark start into its own run. core commit 3eced2d5 (Michael Stahl, allotropia)
  • DOCX import: fix missing tblPrEx border of first table cells. Now property set of a new cell is a copy of the table exception property set of the table row, as needed for the import of the table style inheritance. tdf#140957 (László Németh, NISZ)
  • DOCX export: always write title page in section props. Even if page description is not set we should try to mark title page because chaining of two page styles can not work for continuous sections. tdf#124678 (Vasily Melenchuk, allotropia)
  • DOCX export: fix missing page break. When an empty paragraph has both page break and section break, only the section break was exported to DOCX, the page break was not, while MSO needs that to show all page breaks. tdf#121666 (Attila Szűcs, NISZ)
  • DOCX import: fix frame direction. Frames used to be imported with zero rotation even if a w:textDirection tag explicitly called for a non-default orientation. tdf#97128 (Dániel Arató, NISZ)
  • DOCX import: fix slow endnote import by parsing endnotes.xml only once instead of parsing again and again for every endnotes. This was a serious performance problem for documents with hundreds of endnotes, where the endnote import took minutes instead of seconds. tdf#76260, tdf#120351 (László Németh, NISZ)
  • DOCX: fix page margins imported as border padding. Trying to import non-existing "none" borders of w:pgBorders zeroed page margins, removing their values to border padding. tdf#74367 (Attila Szűcs, NISZ)
  • DOCX import: preserve formatting of CREATEDATE fields. The create date of a document doesn't really change, so we can only loose if the cached result of the field is not preserved. tdf#134592 (Miklos Vajna, Collabora)
  • DOCX table import: fix zero para top margin when only w:beforeAutospacing=0 was specified, but not PARA_TOP_MARGIN (see default_spacing = -1 in processing of LN_CT_Spacing_beforeAutospacing). tdf#137655 (László Németh, NISZ)
  • DOCX: added import/export support for Hebrew/Arabic numbering Types tdf#141341 (Justin Luth)
  • DOCX export: now Writer saves russianUpper/russianLower numbering tdf#97569 (Justin Luth)
  • DOCX export: stop duplicating stuff in postponed text tdf#134951 (Justin Luth)
  • DOCX: import and export Resolved state of comments tdf#122222 (Mike Kaganski, Collabora)
  • DOCX export: fix missing border of frame tdf#131420 (Nagy Tibor and Attila Szűcs, NISZ)
  • DOCX import: fix frame positions of old docs by limiting AddFrameOffsets compatibility option for docs created by MSO 2010 or older. tdf#138782 (Attila Bakos, NISZ)
  • DOCX: export hidden (shared) headers/footers. tdf#69635 (Dániel Arató, NISZ)
  • DOCX: import track changes of inline images tdf#128913 (László Németh, NISZ)
  • DOCX import: fix lost column break at shapes. The column break was moved into the neighboring shape during the first import, and eliminated during the second import, losing the 2-column text layout. As a workaround, split the paragraph moving the column break into a new paragraph. tdf#121659 (Attila Szűcs and Tibor Nagy from NISZ and Justin Luth)
  • DOCX: support tracked table (row) deletion. tdf#79069 (László Németh, NISZ)
  • DOCX c15: TabOverMargin no longer true in 2013+ tdf#142404 (Justin Luth)
  • DOCX import: fix anchored obj position with to-char and TEXT_LINE tdf#139915 (Miklos Vajna, Collabora)
  • DOCX import: improvements for first line indent in lists tdf#132752 (Vasily Melenchuk, allotropia)
  • Improvements of XLSX import/export filter
  • XLSX import: set filtered flag for rows hidden by AutoFilter to support copying the result of filtering. Unlike ODS and XLS, XLSX doesn't differentiates filtered and manually hidden rows, and without this fix, copy of the unupdated data of the loaded filtering contained the hidden rows, too. tdf#99913 (Tünde Tóth, NISZ)
  • XLSX import: fix lost rounded filters if the stored filter values are in the visible cell format (e.g. rounded values) instead of the original (editing) values. Now AutoFilter popup window shows the items according to the visible cell format (e.g. 1.0 instead of 1.01 or 0.99), but still grouping them based on the "editing format" (e.g. not rounded values which visible during editing), i.e. there could be repeated values in the filtering conditions (e.g. two options "1.0" and "1.0" for 1.01 and 0.99). tdf#140968, tdf#140978 (Balazs Varga, NISZ)
  • XLSX import: fix missing datetime filters by convert string representation of the datetime data to ISO 8601 (with blank instead of T) datetime to eliminate locale dependent behaviour when filtering for datetimes. tdf#137626 (Balazs Varga, NISZ)
  • XLSX import: apply more than 8 filters in OOXML autofilter import by removing the artificial limit (which looked like the limit for conditions handled by the standard filter in LO, but not for the autofilter). Now the autofilter popup menu does not always select all items, if the document contained more than 8 selected items there. tdf#140469 (Balazs Varga, NISZ)
  • XLSX import: fix conditional formatting in same cell range. Multiple conditional formatting rules of the same cell range were imported incorrectly because of missing handling of their (different) priorities and operators. tdf#139928 (Nagy Tibor, NISZ)
  • XLSX export autofiltered date columns. Export XML_dateGroupItem, XML_year, XML_month, XML_day, XML_dateTimeGrouping based on the OOXML standard. tdf#139809 (Balazs Varga, NISZ)
  • XLSX export: fix proliferation of conditional styles. Run-time created styles “ExtConditionalStyle_N N” for extended conditional styles were written back to the XLSX file, growing the cell style list by each save-reload with unused styles. tdf#139167 (Nagy Tibor, NISZ)
  • XLSX import: fix autofiltered date columns by importing dateGroupItem. tdf#116818 (Balazs Varga, NISZ)
  • XLSX export: fix lost file names in modified links. tdf#138832 (Attila Szűcs, NISZ)
  • XLSX export: fix position of rotated images tdf#139258 (Szabolcs Toth, NISZ)
  • XLSX import: fix "Formula is" type conditional formatting rule when the formula contains a reference to another worksheet. tdf#113013 (Nagy Tibor, NISZ)
  • XLSX: fix "begins/ends with" conditional formatting when using "Given text" type and cell reference. tdf#120749 tdf#139394 (Nagy Tibor, NISZ)
  • XLSX export: fix "contains" conditional formatting when using "Given text" type with cell reference instead of fixed string. Fix also "notContainsText", and prepare the fix for "beginsWith", "endsWith" and "expression" type conditions. tdf#139021 (Nagy Tibor, NISZ)
  • XLSX import: hide hidden named range of autofilter. tdf#127301 (Balazs Varga, NISZ)
  • Improvements of PPTX import/export filter:
  • PPTX import: fix WordArt effect textDeflate and textInflateTop. These effects were mapped incorrectly, resulting missing display and after ODP round-trip, changed effects. tdf#125560 (Gabor Kelemen, NISZ and Regina Henschel)
  • PPTX import: fix lost direct hyperlink colors. tdf#137367 (Nagy Tibor, NISZ)
  • PPTX table export: fix vertical alignment. tdf#131905 (Nagy Tibor, NISZ)
  • PPTX wordart 3D, add sp3d. tdf#140865 (Regina Henschel)
  • Shadow for tables from PPTX in Impress. blog post (Miklos Vajna, Collabora)
  • Import support for graphics cropped into custom geometry. blog post core commit db39b68c (Gülşah Köse, Collabora)
  • Import support for crop position of the custom cropped graphics. blog post core commit ccdee8ee (Gülşah Köse, Collabora)
  • Import support for greyscale effect of the custom cropped graphics.blog post core commit b7189e1a (Gülşah Köse, Collabora)
  • Import support for mirror effect of the custom cropped graphics. blog post core commit 62ee7fdc(Gülşah Köse, Collabora)
  • Import support for custom stretch values of the custom cropped graphics.blog post core commit 2c96bd26(Gülşah Köse, Collabora)
  • PPTX export: fix placeholders. Empty placeholders were exported as white empty custom shapes, losing their visibility and usability. tdf#111903, tdf#137152 (Attila Bakos, NISZ)
  • PPTX import: fix internal hyperlink to slide. Internal hyperlinks were lost, if they refer slides using their names. tdf#65724 (Nagy Tibor, NISZ)
  • PPTX export: fix internal hyperlinks exported as external by accident: after reloading the bad export, clicking on the hyperlink opened the same file in another document, because the exported link contained also the full file name reference instead of the slide name, according to the OOXML Relationship TargetMode="External". tdf#54037 (Nagy Tibor, NISZ)
  • PPTX import: fix duplicated slide name. tdf#103347 (Nagy Tibor, NISZ)
  • PPTX animation: export repeatCount tdf#124457 (Nagy Tibor, NISZ)
  • PPTX: fix custom slide show is not imported tdf#131390 (Nagy Tibor, NISZ)
  • PPTX: fix missing custom slide show export tdf#125071 (Nagy Tibor, NISZ)
  • Improvements of WMF/EMF filter
  • Add support for import WMF and EMF images, generated by LTSpice tdf#53004 tdf#142495 (Bartosz Kosiorek, Valek Filippov - QA)
  • Add support for import EMF images, created by CATIA tdf#55007 (Bartosz Kosiorek, Valek Filippov - QA)
  • Add support for import EMF files generated by ESRI ArcMap 2004 tdf#128199 (Bartosz Kosiorek, Valek Filippov - QA)
  • EMF FILLRGN record is displayed correctly now tdf#55058, tdf#141394 (Bartosz Kosiorek)
  • Complex clipping for EMF is implemented tdf#37281, tdf#45820, tdf#48916, tdf#55058 (Bartosz Kosiorek)
  • EMF Implement PAINTRGN record support tdf#55058 (Bartosz Kosiorek)
  • EMF: Improve performance of FILLRGN, PAINTRGN, EXTSELECTCLIPRGN records tdf#142745 (Bartosz Kosiorek, Valek Filippov - QA)
  • WMF EMF Fix RestoreDC record according to MS specification tdf#142567 (Bartosz Kosiorek, Valek Filippov - QA)
  • EMF: Add rotation support for INTERSECTCLIPRECT, ARC, ARCTO, CHORD, PIE and ROUNDRECT support tdf#55058 tdf#141982 tdf#142139 (Bartosz Kosiorek, Valek Filippov - QA)
  • EMF Fix displaying of ARC, CHORD and PIE tdf#55007 tdf#142263 tdf#142268 (Bartosz Kosiorek, Valek Filippov - QA)
  • WMF: Add support for selecting colors from palette tdf#117957 (Bartosz Kosiorek, Valek Filippov - QA)
  • WMF/EMF: Fix drawing lines with different width tdf#112603 tdf#142014 tdf#142139 (Bartosz Kosiorek, Valek Filippov - QA)
  • WMF: Add implementation of BitBlt and StretchBlt records tdf#55058 tdf#142722 (Bartosz Kosiorek, Valek Filippov - QA)
  • WMF: Preserve both non-EMF+ and EMF+ drawing commands during a load/save roundtrip core commit 6b349bcc. (Luboš Luňák, Collabora)
  • EMF+: Add brush support to DrawString record tdf#142975 (Bartosz Kosiorek, Valek Filippov - QA)
  • EMF+ Add alignment support for DrawString tdf#142995 tdf#142997 tdf#143076 (Bartosz Kosiorek, Valek Filippov - QA)
  • Improvements of SVG filter:
  • A slide with a custom background is exported correctly now core commit fd84bce8 (Marco Cecchetti, Collabora).
  • It is possible to export a slide with a bitmap as background core commit 3d008f3b (Marco Cecchetti, Collabora).
  • The background is exported in an optimized way. If several slides share the same bitmap as background the bitmap is exported only once. In the same way if a background is made up of tiles where all tiles are the same bitmap, the bitmap is exported only once. The same improvement has been provided for backgrounds made up with patterns or hatches core commit 66f88211 (Marco Cecchetti, Collabora).
  • GUI:
  • General:
  • New command popup HUD ("Heads-up display") to search for and execute actions. It can be invoked with the menu Help ▸ Serch Commands or the shortcut ⇧ Shift+Esc. tdf#91874 blog (Tomaž Vajngerl, Collabora)
  • Global toolbar lock can now switched off via View ▸ Toolbars tdf#131817 (Heiko Tietze, TDF)
  • Alternative Tools ▸ Options ▸ LibreOffice ▸ Application Colors theme 'LibreOffice Dark' added. tdf#141986 (Heiko Tietze, TDF)
  • Icon theme:
  • Dialogs:
  • Templates dialog got a list view. You can sort templates by name, category, date, modules, size, etc. tdf#104154 (Vert D.)
  • File ▸ Properties... ▸ General ▸ Location is now a clickable link to the folder, in case of local files tdf#135896 (Heiko Tietze, TDF)
  • Sidebar:
  • Fontwork panel was added. (Szymon Kłos, Collabora)
  • Notebookbar:
  • Now it is easier to find style using the new scrollable style picker (Szymon Kłos, Collabora)
  • Localization:
  • New languages/locales with locale data:
  • Available as default document language and for locale specific formatting.
  • English (Denmark) {en-DK}. (Eike Rathke, Red Hat)
  • Using ',' comma decimal separator and '.' dot group separator.
  • ISO 8601 date(+time) formats.
  • Inheriting calendar from {en-GB} (week-1stweek=4 first_weekday=2).
  • Currency DKK 'kr.' symbol.
  • Secondary currency EUR '€' symbol.
  • Additional languages in the language list:
  • Available for text attribution:
  • Pali Thai {pi-Thai} in the CTL language list. tdf#139607 (Eike Rathke, Red Hat)
  • Cabécar {cjp-CR} and Bribri {bzd-CR}. tdf#138839 (Eike Rathke, Red Hat)
  • Sesotho {st-LS} (as spoken in Lesotho). (Eike Rathke, Red Hat)
  • Improvements to proofing tools and language support:
  • Esperanto spelling dictionary and thesaurus (Carmen Bianca Bakker, András Tímár)
  • A major update of Czech spelling dictionary: thousands of words have been added (based on the frequency of missing words in corpora), modified (fixes of incorrect forms) or removed (including rarely used correct forms that can be confused with mistyped forms). For more details in Czech, see this blogpost or the README file. (Miroslav Pošta, committed by Stanislav Horáček)
  • The [NatNum12] number format code modifier now supports all day and month names, abbreviated or full or initials, with its upper, lower, capitalize and title keywords. The lower keyword is new, see also tdf#128314. (Eike Rathke, Red Hat)
  • Examples:
  • [NatNum12 MMM=upper]MMM-DD displays a format JAN-01
  • [NatNum12 MMMM=lower]MMMM displays a format january
  • [NatNum12 MMMM=capitalize]MMMM displays a format January (meant for locales where the month name is in only lower case letters)
  • Note that none of the NatNum12 modifier rules and spell-out options can be exported to Excel or Word or other file formats than ODF (OpenDocument Format).
  • Scripting:
  • The ScriptForge libraries:
  • An extensible and robust collection of macro scripting resources for LibreOffice to be invoked from user Basic or Python scripts. (Jean-Pierre Ledure)
  • The libraries expose a total of 21 services with each a bunch of methods and properties.
  • New in LibreOffice 7.2:
  • The DialogControl service supports tree controls including the OnNodeSelected and OnNodeExpanded events.
  • The document management part is enriched with the new Form and FormControl services. A form and its subforms may be located in a Base, Writer or Calc document.
  • The whole set of services (except for those functions that are better handled by Python natively) is made available for Python scripts with identical syntax and behaviour as in Basic. In addition, a set of methods is provided compatible with their homonymous Basic builtin functions (MsgBox, CreateUnoService, ...). ScriptForge also integrates the APSO shell console, providing the previous installation of the APSO extension.
  • The english version of the documentation of the ScriptForge libraries (7.2) has been fully integrated in the LibreOffice help pages (https://help.libreoffice.org/7.2/en-US/text/sbasic/shared/03/lib_ScriptForge.html?DbPAR=BASIC). Their translation into other languages is underway. (Alain Romedenne, Rafael Lima)
  • BASIC:
  • The InStr and Replace functions now support the case-insensitive operation for non-ASCII characters using the application locale. tdf#139840 and tdf#132389 (Andreas Heinisch)
  • Exporting a macro under File ▸ Export Basic, writes the resulting *.bas file using the UTF-8 charset including the BOM. Importing a macro under File ▸ Import Basic, checks if the BOM is present, and decides whether the *.bas file will be imported using the system or the UTF-8 charset. tdf#139196 (Andreas Heinisch)
  • Python
  • The Python version shipped with LibreOffice has been upgraded to 3.8.10 core commit c22fc8 (Jan-Marek Glogowski, CIB)
  • Feature Removal / Deprecation:
  • Remove VLC in avmedia: it has been experimental since 2015 and no real patch since 2013. See https://lists.freedesktop.org/archives/libreoffice/2020-December/086522.html (Julien Nabet)
  • OpenGL-based drawing code has been removed in favor of Skia/Vulkan. (Luboš Luňák, Collabora)
  • Platform Compatibility:
  • Windows:
  • You can now use wildcards when converting documents from command line. tdf#48413 (Deborah Barkley-Yeung)
  • For example, the following command converts all documents with .doc extension in C:DocsIn directory to ODF format:
  • soffice.exe --headless --convert-to odf --outdir C:DocsOut C:DocsIn*.doc
  • LibreOffice can now check default file format association for ODF formats on startup tdf#45735 (Matt K.)

New in LibreOffice 7.1.3 Fresh (May 6, 2021)

  • The latest "fresh" version of LibreOffice, recommended for technology enthusiasts, which contains new features and program enhancements. This version may contain a few annoying bugs which will be fixed in the next bugfix versions to come. Detailed release notes can be accessed from the link below.
  • Bugs fixed:
  • cid#1473830 resource leak [Caolán McNamara]
  • fdo#38884 Improve Up/Down movement in writer [Xisco Fauli]
  • ofz#32499 overflowing pos [Caolán McNamara]
  • ofz#32796 no pdfium during wmf fuzzing [Caolán McNamara]
  • tdf#35986 Parts of EMF file not visible/stretched to an enormous extent [Bartosz Kosiorek]
  • tdf#37281 emf file display yellow square instead of yelow circle [Bartosz Kosiorek]
  • tdf#40427 Sections in Navigator are not listed in order of occurrence in document [Mike Kaganski]
  • tdf#45820 insanely slow wmf import (complex clipping and basegfx::tools::findCuts) [Bartosz Kosiorek]
  • tdf#48916 FORMATTING: The clipping of EMF files are ignored. [Bartosz Kosiorek]
  • tdf#55058 (emf-testbed) EMF+ List of EMF import bugs with examples [Bartosz Kosiorek]
  • tdf#58745 EDITING Extending date lists with dates of 29th or greater by dragging misses month ends [Andreas Heinisch]
  • tdf#81396 XLSX IMPORT: Data plots in chart not visible when cells have formula, needs Ctrl+Shift+F9 (Steps in Comment 5) [Xisco Fauli]
  • tdf#89754 using autofill on dates is wrong when increment should be 0 [Andreas Heinisch]
  • tdf#93441 EDITING: cursor jumps to different horizontal position when moving to a different line with Up / Down [Xisco Fauli]
  • tdf#97569 Filesave as docx saves lists with bulgarian or serbian character numbering as simple digit numbering (see comment 12) [Justin Luth]
  • tdf#99913 Importing autofiltered XLSX and selecting cells copies hidden cells, too [Tünde Tóth]
  • tdf#106181 FILESAVE: Check boxes get lost when saving as .XLSX [Justin Luth]
  • tdf#117750 Some of the image filters aren't working (like Aging or Relief) [Julien Nabet]
  • tdf#118482 Doesn't work mouse scrolling in list of conditions in dialogue Conditional formatting for... [Caolán McNamara]
  • tdf#122717 FILEOPEN DOCX: Horizontal line has wrong size/position and vertical line rendered horizontally [Xisco Fauli]
  • tdf#122894 FILEOPEN DOC: Crash: SwFrame::RemoveFromLayout() [Caolán McNamara]
  • tdf#125936 FILEOPEN DOCX: Wrong format for characters [Justin Luth]
  • tdf#126742 writer: OLE object resized incorrectly [Armin Le Grand (Allotropia)]
  • tdf#127471 Copied calc diagram in gdi format looks ok under linux, but the fonts looks weird under windows. [Armin Le Grand (Allotropia)]
  • tdf#128334 Assert using FormulaR1C1 [Eike Rathke]
  • tdf#131031 F5 navigator in calc opens initially very wide [Armin Le Grand (Allotropia)]
  • tdf#131171 Slide animation "diagonal squares" has wrong labels for directions [Katarina Behrens]
  • tdf#131269 A particular PPT with unusual order of Master-Note-Presentation fails to open in Impress [nd101]
  • tdf#132393 Page numbers for alphabetical index not displayed, if index is in more than one column (see comment 8) [Miklos Vajna]
  • tdf#133159 Navigator: Selected item changes to the previous one (gtk3) [Caolán McNamara]
  • tdf#133487 z-index wrong for shape with style:run-through="background" [Michael Stahl]
  • tdf#133933 CRASH: Undoing paste of table with images of cats [Miklos Vajna]
  • tdf#134736 Draw PDF export to Archive/A-1b and without "Reduce image resolution" duplicates, resizes and misplaces images [Caolán McNamara]
  • tdf#135364 Pen color and width not stored under Gtk (see comment 9) [Caolán McNamara]
  • tdf#136740 pasting RTF content to LO writer resets tab stops setting in options [Mike Kaganski]
  • tdf#136918 Style down arrow not completely visible [Jan-Marek Glogowski]
  • tdf#136956 CRASH: Undoing merge cell [Mark Hung]
  • tdf#137367 [FILEOPEN PPTX] direct hyperlink colors aren't supported [Tibor Nagy]
  • tdf#138646 The "Excel R1C1" formula syntax does not allow you to refer to a named range (single cell or cell range) by name [Andreas Heinisch]
  • tdf#138895 FILEOPEN DOCX Shape distance from text imported with rounding error [Miklos Vajna]
  • tdf#139075 UI: Format Cell, borders Borders tab has drawing glitches when applying diagonal lines [Caolán McNamara]
  • tdf#139495 Import of DOC file broken on 64 bit, ok on 32 bit [Justin Luth]
  • tdf#139786 VBA code modified while saving to .xls format - no longer works in Excel [Justin Luth]
  • tdf#139804 Button inside document can't be triggered with Alt-<Mnemonic> [Samuel Mehrbrodt]
  • tdf#139926 CSS/visual design: Explore making notes less visually dominant; it gets annoying in some pages [Adolfo Jayme Barrientos]
  • tdf#140229 Link to External Data - Calc not responding/very slow [Jan-Marek Glogowski]
  • tdf#140271 EMF Displayed lines are too thin and have equal line weight [Bartosz Kosiorek]
  • tdf#140292 Empty frame at undo [Michael Stahl, Miklos Vajna]
  • tdf#140395 "Font effects" screenshot has to be updated so that it does not show "blinking" control [Seth Chaiklin]
  • tdf#140404 No "Paste Special" dialog on Wayland with kf5 vclplug [Jan-Marek Glogowski]
  • tdf#140489 FILEOPEN XLSX Chart display is incorrect [Szymon Kłos]
  • tdf#140556 Master document view not launching subdocument from pulldown [Caolán McNamara]
  • tdf#140590 Crash in: mergedlo.dll: Using Save-As dialog in Tools>Chapter Numbering [Noel Grandin]
  • tdf#140639 It is not possible to work with an older document from LO 6.4 in new LO 7.0, slow perf [Caolán McNamara]
  • tdf#140714 FILEOPEN PPTX: image styles that clip images into curvy shapes missing (and images shown rectangular) [Gülşah Köse]
  • tdf#140813 Use GetUpdatedClipboardFormats Vista API to minimize clipboard-related overhead [Mike Kaganski]
  • tdf#140828 Caption frame content (image) detached from frame [Attila Bakos (NISZ)]
  • tdf#140848 FORMATTING: Display errors of rotated vector graphics [Luboš Luňák]
  • tdf#140863 Error hiding and unhiding sections [Xisco Fauli, Bjoern Michaelsen]
  • i#123539 CRASH when open particular .XLS with 3D Chart [Xisco Fauli]
  • tdf#86321 EDITING, FORMATTING: diagram didn't automatic update when change variable (steps in comment 28) [Xisco Fauli]
  • tdf#132472 FILEOPEN PPTX Table text imported with white color [Xisco Fauli]
  • tdf#132901 Tools > Options > LibreOffice > Online update crashes if "online update" feature is not installed [Xisco Fauli]
  • tdf#137470 Fix temporary URL in additionsdialog [Christian Lohmaier]
  • tdf#138785 Empty frames after deleting an image and (auto-saving the file) (track changes involved) [Michael Stahl]
  • tdf#141244 Controls in Modify DDE Link dialog missing [Aron Budea]
  • tdf#141419 UI: Missing Backcolor in Preview of conditional format dialog [Caolán McNamara]
  • tdf#141703 EDITING Tab key no longer moves to next cell in Impress table [Samuel Mehrbrodt]
  • tdf#141715 incorrect horizontal scaling of glyphs in sm formula nodes [Luboš Luňák]
  • tdf#141770 Cancel/Ok buttons don't work in Modify DDE Link dialog (gen) [Caolán McNamara]
  • tdf#141887 Crash on closing Writer via window decoration (X) with unmodified document and active IM [Jan-Marek Glogowski]
  • tdf#141902 translations into Dutch are still shown in English [Julien Nabet]
  • tdf#141914 document with chart set as modified (follow-up bug 31231) [Mike Kaganski]
  • tdf#141924 A specific file crashes with Style Inspector open, after deleting some text [Mike Kaganski]
  • tdf#140865 FILEOPEN FILESAVE PPTX: Wordart 3D is lost on round trip [Regina Henschel]
  • tdf#140977 Assert is failed closing Table Properties dialog with table selected [Caolán McNamara]
  • tdf#140986 LO hangs when you select a cell with validity's drop-down [Noel Grandin]
  • tdf#141011 Password is requested to open MailMerge database when opening More Fields dialog *on any tab* [Mike Kaganski]
  • tdf#141012 Password to the associated DB asked again twice after cancelled first time, when opening More Fields dialog in a MailMerge document [Mike Kaganski]
  • tdf#141015 It's not visible to user that a MailMerge document without database fields is associated with the database [Mike Kaganski]
  • tdf#141021 Extrusion North has wrong Origin [Regina Henschel]
  • tdf#141027 LibreOffice freezes when checking russian spelling [Caolán McNamara]
  • tdf#141050 CCur does not accept negative strings [arpit1912]
  • tdf#141079 Hard to select field when it's the first character in a table cell [Samuel Mehrbrodt]
  • tdf#141084 URL input of form config popup : cursor jump at start after 1 key press [Caolán McNamara]
  • tdf#141115 Crash in: connectivity::OSQLParseTreeIterator::getOrderTree [Lionel Elie Mamane]
  • tdf#141127 FILEOPEN ODP LibreOffice uses wrong default skew angle in extruded custom shape [Regina Henschel]
  • tdf#141146 LOOKUP picks data from unreferenced sheet [Eike Rathke]
  • tdf#141197 Buttons in LO startcenter are not available through accessibility [Caolán McNamara]
  • tdf#141201 Basic: MOD result is different for values passed as literals vs. using variables [Andreas Heinisch]
  • tdf#141258 LibreOffice Writer freeze when you try use a spellchecking in RU GUI [Caolán McNamara]
  • tdf#141282 .uno:DecrementSubLevels ("Demote One Level with Subpoints") has the wrong icon [Rizal Muttaqin]
  • tdf#141284 UI: Inconsistent Colibre Icon for "Next/Previous Track Change" and "Accept/Reject Track Change and select the next one" [Rizal Muttaqin]
  • tdf#141297 Removing links for external images doesn't work [Arnaud Versini]
  • tdf#141318 "Close" button in "Target in Hyperlink" dialog missing its left border [Caolán McNamara]
  • tdf#141394 EMF FILLRGN record is not displayed correctly [Bartosz Kosiorek]
  • tdf#141416 [FILEOPEN] Excel file very long to open (more than one hour) [Xisco Fauli]
  • tdf#141515 BASE - Relationsships were shown with big space in Tableviews [Caolán McNamara]
  • tdf#141528 Linked OLE: Error when breaking linked OLE [Armin Le Grand (Allotropia)]
  • tdf#141529 Linked OLE: OLE content is changed independent from hosting Document [Armin Le Grand (Allotropia)]
  • tdf#141547 CRASH: opening Standard Filter dialog [Mike Kaganski]
  • tdf#141549 FILEOPEN: DOCX: Missing images in header [Michael Stahl]
  • tdf#141600 UI: The vertical line of Anchor marker is blurry in Colibre icon theme [Rizal Muttaqin]
  • tdf#141618 UI: The vertical line of Anchor marker is blurry in Sukapura icon theme [Rizal Muttaqin]
  • tdf#141623 Qt5 refresh problem when starting LO start center and cairo (text) rendering ennabled [Jan-Marek Glogowski]

New in LibreOffice 7.0.5.2 RC 2 Still (Mar 12, 2021)

  • Bugs fixed compared to 7.0.5 RC1:
  • tdf#134940 --> does not replace automatically to → in AutoCorrect [László Németh]
  • tdf#139039 PDF export: Error message if filepath is URL coded / crash when saving as DOCX [Miklos Vajna]
  • tdf#140137 FILEOPEN Cannot open .docx in writer - format openXML [Aron Budea]
  • tdf#140528 Crash in: swlo.dll In "Save As" dialog in "Tools -Chapter Numbering", when switching from Numbering to Position tab [Noel Grandin]
  • tdf#140572 FILESAVE DOCX Crash when saving a file with superscript formatting [Justin Luth]

New in LibreOffice 7.0.5.1 RC 1 Still (Mar 12, 2021)

  • Bugs fixed compared to 7.0.4 RC1:
  • i#118767 Change Customer Annimation Effects can't work for more options [Jean-Pierre Ledure]
  • ofz#29113 short read [Caolán McNamara]
  • rhbz#1889257 libreoffice calc bug [Caolán McNamara]
  • rhbz#1902708 null deref [Caolán McNamara]
  • rhbz#1913070 [abrt] libreoffice-core: (anonymous namespace)::signalHandlerFunction(): soffice.bin killed by SIGABRT [Caolán McNamara]
  • rhbz#1916640 [abrt] libreoffice-core: (anonymous namespace)::signalHandlerFunction(): soffice.bin killed by SIGABRT [Caolán McNamara]
  • rhbz#1918152 libreoffice: FTBFS in Fedora rawhide [Caolán McNamara]
  • tdf#46579 Form fields 'Image Button' do not work in Forms [Julien Nabet]
  • tdf#66813 Tools / SQL dialog is modal [Caolán McNamara]
  • tdf#76644 extended tips missing for menu items [Caolán McNamara]
  • tdf#82802 conditional style with no conditions is displayed as un-conditional style after reloading document [Justin Luth]
  • tdf#83618 SIDEBAR: Paragraph dialog and SideBar Paragraph Content Panel -- using different source for their Line spacing values [Jim Raykowski]
  • tdf#96787 AutoCorrect: After Removal of Replacement Entry the Replacement Itself is still Performed. [Julien Nabet]
  • tdf#106484 UI: Print Properties Device tab dropdown items not applied or remembered [Caolán McNamara]
  • tdf#112634 Incorrect/defunct database shown when trying to add further fields after mail merge [Justin Luth]
  • tdf#116394 DocX Import - Word merge fields lose "=" character [Justin Luth]
  • tdf#118767 FIREBIRD: Access2Base: Dlookup function generates SQL error [Jean-Pierre Ledure]
  • tdf#119367 UI / german translation: dialogues in english if path has umlauts (accented chars) [Mike Kaganski]
  • tdf#119610 Insert > Cross-reference: All registered databases are opened [Justin Luth]
  • tdf#120348 Copy-paste of line chart to another spreadsheet results in data loss if the data-range of the chart contains cells that have value ERR:502 [Ouyang Leyan]
  • tdf#123632 Accessibility: Writer crashes while browsing the images if Orca is on [Julien Nabet]
  • tdf#124646 EDITOR ODT Writer inserts all data from filtered range [László Németh]
  • tdf#125957 FIREBIRD: Datatype Binary(fix) [CHAR] couldn't be filled with content [Julien Nabet]
  • tdf#127086 PPT: FILESAVE: Crop image is gone after RT [Xisco Fauli]
  • tdf#128501 FILESAVE: DOC: Cropped images are lost after RT [Xisco Fauli]
  • tdf#128550 [FILEOPEN PPTX] list item appear animation [Mark Hung]
  • tdf#129180 UI Print dialog shows incorrect paper size by default [Gabor Kelemen]
  • tdf#131281 Android Viewer: Doesn't display form controls [Armin Le Grand (allotropia)]
  • tdf#133345 Macros Editor IDE: no dialbox tabs in LO 7.0.0.0 [Caolán McNamara]
  • tdf#134133 Go back in presenting mode leads to dropped animation steps [Gülşah Köse]
  • tdf#134605 FILESAVE: DOCX: Footer shrinks after RT [Miklos Vajna]
  • tdf#134607 LO7RC1 - LANGPACK macOS - many versions fail to recognize LibreOffice 7.0 / 7.1 installation as valid on Catalina and Big Sur [Christian Lohmaier, Xisco Fauli]
  • tdf#134626 assertion in SwTextNode::~SwTextNode() [Caolán McNamara]
  • tdf#135014 FILESAVE DOCX: Crash after opening and making and edit and save ( steps en comment 18 ) [Michael Stahl]
  • tdf#135202 LO 6.4.6.1 and 7.0.1 fail with error 1045 when accessing MySQL database using native connector [Michael Stahl]
  • tdf#135217 FILEOPEN DOCX Empty headers size is applied instead of page top margin [Miklos Vajna]
  • tdf#135377 No format pre-selected by default in the format column for fields, variables, user fields [Caolán McNamara]
  • tdf#135550 List Box not triggering any event macros [Caolán McNamara]
  • tdf#135641 ListBox in a table control - can't write into the cell without using the mouse [Caolán McNamara]
  • tdf#136155 "Sort" Dialogue Box Too Large for Long Sort Keys [Caolán McNamara]
  • tdf#136278 The left arrow key causes objects to disappear. [Gülşah Köse]
  • tdf#136704 Writer crash with AutoCorrect Apply Styles on typing when pressing Enter [Justin Luth]
  • tdf#136816 Entire Legend corrupted in chart in LibreOffice calc when hiding last data series from legend in "column and line" chart [Tünde Tóth]
  • tdf#136861 FILESAVE Resolved state of a single-point comment isn't saved [Miklos Vajna]
  • tdf#137406 Crash when clicking "Apply to Master" in Slide Master mode on Bullets and Numbering dialog [Gokce Kuler]
  • tdf#137453 calc: ui: display of cells formatted as fraction partly broken [Eike Rathke]
  • tdf#137694 Forms: Combobox or Listbox in a Tablecontrol: Entering by Mouse will destroy Navigation by Key [Caolán McNamara]
  • tdf#137695 GTK3 - Comboboxes and Listboxes are too big for one row in a Tablecontrol [Caolán McNamara]
  • tdf#138068 When there are a lot of pictures, typing the text is very slow (macOS/GTK3/GDI) [Luboš Luňák]
  • tdf#138130 Crash in: swlo.dll [Xisco Fauli]
  • tdf#138427 Edit Print Range: focus set to wrong input box [Caolán McNamara]
  • tdf#138457 Cursor position wrong when using functions in a table (GTK3) [Caolán McNamara]
  • tdf#138467 FILEOPEN EMF: The EMF image is shifted after opening [Bartosz Kosiorek]
  • tdf#138471 Clicking "Page Margins" button sets left and right margins to 0 [Caolán McNamara]
  • tdf#138481 Support for multiple code point emojis is missing [Tor Lillqvist]
  • tdf#138590 PARAGRAPH STYLES: Not editing the style selected from dropdown, editing the one selected in text instead [Caolán McNamara]
  • tdf#138600 Vertical aligned text in nested table is hidden [Miklos Vajna]
  • tdf#138627 Repeated data in Tables of File Conversion Filter Names [Balaharipreetha Muthu]
  • tdf#138661 FORMCONTROLS: Date in formatted fields is set back to number when saving control properties [Caolán McNamara]
  • tdf#138688 Pasting Calc data into Writer table hangs Writer CRASH (steps in comment 4) [László Németh]
  • tdf#138701 Entering text in the data field combo box in Base Control Properties is backwards [Caolán McNamara]
  • tdf#138710 Crash when deleting cell rows (multi_type_vector::position#1707: block position not found!) ( steps in comment 7 ) [Eike Rathke]
  • tdf#138727 Help right-hand pane text doesn't auto flow to make all text visible [Caolán McNamara]
  • tdf#138762 Crash when opening chart properties after creation [Aron Budea]
  • tdf#138789 Line Width and Transparency in sidebar isn't disabled for chart area when line is set to none [Caolán McNamara]
  • tdf#138801 FILEOPEN DOCX Image in table disappears after opening [Miklos Vajna]
  • tdf#138818 Some imported tif images are being truncated and thereby corrupted [Georgy Litvinov]
  • tdf#138822 when managing Named Ranges changes are applied even if you press the "Cancel" button [Julien Nabet]
  • tdf#138829 Base ODBC Name for Database - Enter one character loses focus from name textbox (Win + Linux&gen/kf5 backend) [Caolán McNamara]
  • tdf#138845 UI: The border dots in properties -> table borders arrows have purple background (not skia) [Rizal Muttaqin]
  • tdf#138851 Named range manager always display "Document (Global)" when launching [Julien Nabet]
  • tdf#138892 FILEOPEN DOCX Empty paragraph after two consecutive breaks gets numbering [Justin Luth]
  • tdf#138935 CRASH: Opening animation sidebar pane after inserting a shape [Caolán McNamara]
  • tdf#138937 CRASH: adding a new animation after defining a motion path [Mark Hung]
  • tdf#138950 JPEG looks as a black rectangle in Writer [Caolán McNamara]
  • tdf#138953 Position and size of rotated and cropped image off after DOCX export [Mike Kaganski]
  • tdf#138963 Clicking the position and size box without an object selected disables future selection. [Caolán McNamara]
  • tdf#138972 Database copy over loses database info in version 7.0.3.1 [Caolán McNamara]
  • tdf#138987 Deprecation warnings when building against Python 3.9 [David Ostrovsky]
  • tdf#139040 BASE: Open two same report when press "enter" key on report name [Caolán McNamara]
  • tdf#139126 faulty expressions cells show incorrect value [Eike Rathke]
  • tdf#139173 Incorrect bounds on formula DEC2HEX [Eike Rathke]
  • tdf#139239 Database-wizard: List box for ODBC: No value could be chosen by key with VCL: gtk3 [Caolán McNamara]
  • tdf#139332 UI: Expert Configuration doesn't show Ok/Cancel button [Caolán McNamara]
  • tdf#139486 FORMS: Height of fields couldn't be changed by key directly [Caolán McNamara]
  • tdf#139511 Impress: Shrinking table by dragging bottom border up or top down not working anymore [Gülşah Köse]
  • tdf#139567 GTK3: Sidebar: incorrect extra field in Line Spacing Control [Caolán McNamara]
  • tdf#139580 Writer crash when saving certain documents as .docx or .doc [Caolán McNamara]
  • tdf#139590 EDITING: Drag and drop doesn't work in editview [Caolán McNamara]
  • tdf#139643 PDF/UA export is missing PDF/UA flag [Julien Nabet]
  • tdf#139774 Combobox icon in right click form menu use List Box icon [Rizal Muttaqin, Caolán McNamara]
  • tdf#139782 Calc crashes opening file containing "MATCH" formula referencing not yet allocated column [Michael Weghorn]
  • tdf#139996 CRASH: using CTRL + SHIFT + Up in the slidesorter when no slide is selected [Xisco Fauli]
  • tdf#140006 Drop down text is not full lenght of the column (see comment 4 for a test file) [Caolán McNamara]
  • tdf#140014 Calc crashes when using COUNTIF, SUMIF, etc. on columns "far away" without data [Noel Grandin]
  • tdf#140079 EDITING: can't edit OLE object [Caolán McNamara]
  • tdf#140151 Button with link does not work anymore [Julien Nabet]
  • tdf#140207 Qt's ImCursorRectangle is not correctly take device scale factor into account [Jan-Marek Glogowski]
  • tdf#140239 on typing in URL field cursor returns to the start of the Entry on each keypress [Caolán McNamara]

New in LibreOffice 7.1.1.2 Fresh (Mar 8, 2021)

  • Writer:
  • General improvements:
  • Writer now has support for anchoring shapes relative to the bottom of the page content frame. blog post (Miklos Vajna, Collabora)
  • Default anchor for newly added images can be set per Tools ▸ Options ▸ LibreOffice Writer ▸ Formatting Aids tdf#99646 (Heiko Tietze, TDF)
  • Writer now supports locale-independent templates blog post (Miklos Vajna, Collabora)
  • Writer can now detect Unicode type even if imported text file does not have a BOM tdf#60145 (Tomofumi Yagi)
  • Outline folding mode:
  • Added a new Writer outline folding mode (as experimental feature). You should enable experimental features in Tools ▸ Options ▸ LibreOffice ▸ Advanced dialog to see "Show outline content visibility button" checkbox in Tools ▸ Options ▸ LibreOffice Writer ▸ View dialog. After checking it you'll can see a button with arrow near any selected heading in your document. Click on it to fold all text from the current heading to next heading. Right click on it to fold all text from current heading to next the same level heading with all its subheadings tdf#38093 (Jim Raykowski)
  • Table formulas:
  • Added several table formulas for Word interoperability (László Németh, NISZ)
  • PRODUCT table formula tdf#123388
  • ABS table formula tdf#123354
  • SIGN table formula tdf#123390
  • COUNT table formula tdf#123356
  • Style inspector:
  • Added Style Inspector for displaying all the attributes of Paragraph Styles, Character Styles and manually formatted (Direct Formatting) properties. tdf#134554. Read the necessity of this tool here. (Shivam Kumar Singh, GSoC; mentors: Mike Kaganski, Heiko Tietze, Tomaz Vajngerl)
  • Fields:
  • Input fields now can be toggled with View ▸ Field Names core commit 926a1a16 (Michael Stahl, CIB)
  • Empty fields can be selected with the mouse core commit 2c7bf354 (Samuel Mehrbrodt, CIB)
  • Word compatible Fields can now be toggled to hide either the command or the result with View ▸ Field Names (Michael Stahl, CIB)
  • Performance:
  • Sped up find/replace operations tdf#119286 (Noel Grandin, Collabora)
  • ODF subtable conversion:
  • Simple cases of subtables in legacy ODF documents initially created by OpenOffice.org 2.2 and older can now be converted to modern rowspan tables on import, typically improving the quality of a subsequent export to Word formats or HTML drastically. core commit e366c928(Michael Stahl, CIB)
  • Calc:
  • General improvements:
  • Added an option to disable paste with Enter key. You can find it in a dialog from menu Tools ▸ Options ▸ LibreOffice Calc ▸ General. tdf#34686 (Martin van Zijl)
  • Now you can select items in Autofilter window clicking by all item's row, but not only by checkbox tdf#116675 (Attila Szűcs, NISZ)
  • Fixed an issue in formula input box when Calc fail to set the formula reference if you have freeze rows/columns enabled in a sheet. tdf#47349 (Justin Luth, Collabora)
  • Added "Reset All" button to Solver dialog tdf#134528 (Rafael Lima)
  • Fill with merged cells:
  • Fix lost merging and bad linear sequence of numbers during fill with merged cells (Attila Szűcs, NISZ):
  • Copy merged cell structure like other spreadsheets do tdf#40993, tdf#59585
  • Select merged area wholly to fix the selection rectangle during fill, fixing incomplete attribute copying, bad grid and border tdf#43958
  • Apply correct linear sequence of numbers by skipping empty overlapped (invisible, i.e. not top-left) cells of the merged areas tdf#88782
  • New spreadsheet functions:
  • Changed spreadsheet functions:
  • Now INDIRECT function supports sheet-local scoped names tdf#100818 (Eike Rathke, Red Hat)
  • Performance:
  • Improved spell checking performance in Calc core commit bdd149b1 (Dennis Francis, Collabora)
  • Improved performance when searching in Autofilter. Previously if the record contains a lot of unique values Calc will be very slow if you type-in a character in the autofilter search box. Now the search is instant. tdf#122419 (Eike Rathke, Red Hat), tdf#133878 (Luboš Luňák).
  • Impress & Draw:
  • Adding visible digital signatures to existing PDF files with Draw. Blog post (Miklos Vajna, Collabora)
  • Now Impress allows changing animations for several objects at once tdf#126394 (Srijan Bhatia)
  • Presentation console has an "Exit" button now tdf#90978 (Srijan Bhatia)
  • Presentation console has a "Pause/Resume" button now tdf#128964 (Srijan Bhatia)
  • Added realistic soft blurred shadows for objects tdf#48722 (Ahmad Ganzouri, GSoC; mentors: Miklos Vajna (Collabora), Tomaž Vajngerl)
  • Added new physics based animation capabilities and new animation effect presets that use them. Namely Fall Simulated, Shoot right/left and return, Fall and fade out. Blog post (Sarper Akdemir, GSoC; mentor: Thorsten Behrens (CIB))
  • Fixed an issue in slideshow mode caused animated files ceased to work. tdf#128353 (Miklos Vajna)
  • Math:
  • Math has now a full support of HTML colors. Some of them have been added to the UI on Attributes section in Element pane. core commit 0643dab6 (Dante Doménech)
  • New examples in Element pane. core commit 2b29e16e (Dante Doménech), core commit ad8485eb (Laurent BP)
  • Scripting:
  • The ScriptForge libraries:
  • An extensible and robust collection of macro scripting resources for LibreOffice to be invoked from user Basic or Python scripts. (Jean-Pierre Ledure)
  • about data containers:
  • an extensive set of primitives for array handling, including sorts, set operations and interfaces with csv files and Calc sheets
  • an extensive set of primitives for string handling, including replacements, regular expressions, encodings, hashing and localization
  • a Dictionary mapping class
  • a coherent error handling for both user and ScriptForge scripts
  • complete FileSystem and TextStream classes for file and directory handling, and text files read & write
  • detailed context information: platform, operating system, directories, ...
  • interconnection of Basic and Python modules
  • easy access to and management of actual windows and documents
  • specific modules for
  • automation on Calc sheets
  • management of dialogs and their controls
  • access to data contained in databases
  • ScriptForge libraries documentation is undergoing review. ScriptForge help pages will be available from release 7.2 onwards.
  • BASIC:
  • Python:
  • Core / General:
  • Improve finding a matching printer paper size for the printed document tdf#134646 (Samuel Mehrbrodt, CIB)
  • Show all supported files by default when adding a new extension in Extension Manager core commit 6a32706e (Samuel Mehrbrodt, CIB)
  • Print preview is now updated asynchronously to not block UI when adjusting settings in print dialog core commit 93c833e8 (Samuel Mehrbrodt, CIB)
  • New dialog: additions:
  • In various places, it should be possible to get more content such as macros or templates from external storage. This requirement is now fulfilled with the Additions Dialog. blog post (Yusuf Keten, GSoC; mentors: Muhammet Kara (Collabora), Heiko Tietze)
  • What and why?
  • Without this dialog, when we want to install an extension we need to search it from the webpage, download and install it using the Extension Manager. With this dialog, we can now get and install extensions with one-click. This dialog is appropriate for searching and installing not only general extensions but also other types of extensions such as templates, macros, icons, etc. The main purpose of creating this dialog is to improve user experience. Therefore, nearly every detail of the extensions exist in the user interface. This simplicity is designed and created thanks to the web API, power of extension manager, and additions dialog.
  • Interaction added to Sidebar > Gallery, Templates Manager, Options > Dictionaries, Options > Icon Themes (Heiko Tietze, TDF)
  • Specifications:
  • User:
  • can change the sorting filter according to the desire. Options are download number, rating, and comment number.
  • can see which extensions are installed with this feature. Installed extensions are disabled on the list.
  • can see the name, description, screenshot, rating, comment number, download number of the extensions from the list.
  • can access the extension webpage and the comment section of the extension with the links on the UI.
  • LibreOffice Help
  • Reactivated extended tips in dialogs tdf#118148 (Olivier Hallot, Christian Lohmaier)
  • Syntax diagrams exist for all Basic statements, including a new How to Read Syntax Diagram page tdf#131416 (Alain Romedenne)
  • Filters
  • Now detecting 0-byte files based on extension blog post (Miklos Vajna, Collabora)
  • Improvements of DOCX import/export filter:
  • Add support for change tracking in floating table tdf#132271 (László Németh, NISZ)
  • Add formula import in text tables core commit 68e74bdf (Michael Warner) and core commit 782700c6 (László Németh, NISZ)
  • Export formula fields tdf#118682 and formula cells tdf#133163 in text tables (László Németh, NISZ)
  • Added a workaround for ABOVE/BELOW/LEFT/RIGHT arguments in SUM, AVERAGE, etc. table functions importing. Now Writer converts that arguments into cell range like <A1:A10> and saves into DOCX as a cell range. Be careful with this new behavior tdf#123355 (László Németh, NISZ)
  • Better handling of cached field results in Writer. a blog post (Miklos Vajna, Collabora)
  • Support keeping the spacing below the last paragraph in the header in doc/docx files tdf#128195 (Samuel Mehrbrodt, CIB)
  • Improvements of XLSX import/export filter
  • Improvements of PPTX import/export filter:
  • Several SmartArt improvements when importing from PPTX blog post 1 blog post 2 (Miklos Vajna, Collabora)
  • GUI:
  • Icon theme:
  • elementary icon theme got update to be more closely to upstream's color branding. See the blog post here. tdf#139056 (Rizal Muttaqin)
  • Dialogs:
  • New dialog to select the User Interface flavor, aiming to pick the right UI at first start tdf#117463 (Heiko Tietze, TDF)
  • Notebookbar:
  • New widget with styles preview was added to the tabbed Notebookbar. core commit b982be12 (Szymon Kłos, Collabora)
  • Online:
  • Note: The LibreOffice Online repository at TDF is temporarily frozen. Updates on this will be published on our blog and on our website.
  • Localization
  • New languages/locales with locale data
  • English Kenya [en-KE] tdf#115436 (Eike Rathke (Red Hat, Inc.))
  • English (Hong Kong) [en-HK] tdf#135518 (Eike Rathke (Red Hat, Inc.))
  • Additional languages in the language list
  • Incorporation of other languages
  • Improvements to proofing tools and language support
  • See details on the changes:
  • Albanian. The hyphenation dictionary was added and Hunspell files were encoded into UTF-8 (Isah Bllaca).
  • Danish. The spelling dictionary was updated (stavekontrolden.dk)
  • English (GB). The spelling dictionary was updated (Marco A. G. Pinto).
  • French. The spelling dictionary was updated (Olivier R., Grammalecte).
  • Hungarian. The hyphenation dictionary was updated (László Németh, magyarispell.sourceforge.net).
  • Italian. The spelling and hyphenation dictionaries were updated (Marina Latini, LibreItalia).
  • Korean. New spelling dictionaries was added (Ilkyu Ju, spellcheck-ko.github.io).
  • Occitan. The spelling dictionary was updated (Quentin PAGÈS, Dicollecte).
  • Portuguese (Brazil). The spelling dictionary was updated (Olivier Hallot, VERO/DivSilab).
  • Portuguese (Portugal). The spelling dictionary was updated (Olivier Hallot, Onto.PT).
  • Slovenian. The thesaurus was updated (Martin Srebotnjak, OdprtiTezaver).
  • Spanish (all). The spelling dictionaries were updated (Ismael Olea, RLA-ES).
  • Platform Compatibility:
  • It's now possible to build LibreOffice native for Windows Arm64. This is realized as a cross-build from Windows x64. It's in early development and has some known limitations, documented in tdf#137143. The Windows build instructions in this Wiki were also updated.
  • API Changes:
  • UNO API changes:
  • Added scrollbar properties to AWT tabpage (and added documentation for those at AWT dialogs - which were there since LibreOffice 4.0) core commit b3f2530a (Thorsten Behrens, CIB)
  • Added a new property SinglePrintJobs to the com::sun::star::view::PrintOptions service. Setting this property to true will create a separate print job for each collated copy. core commit 2e2c162b (Samuel Mehrbrodt, CIB)
  • In Writer, SwXFieldEnumeration will now return fieldmarks in addition to fields and meta-fields. core commit dd24e21b (Michael Stahl, CIB)
  • XShapeGrouper::group now works with a single shape in Writer (matching behavior in Calc, Impress and Draw) tdf#136423 (Samuel Mehrbrodt, CIB)
  • Configuration changes:
  • Renamed config items with unintended meanings (Thorsten Behrens, CIB)
  • OpenCLWhiteList changed to OpenCLAllowList core commit abb6c015
  • DeviceBlacklist changed to DeviceDenylist core commit 493ae7a6
  • BlacklistCurrentDevice changed to DenylistCurrentDevice core commit 493ae7a6
  • OpenCLBlackList changed to OpenCLDenyList core commit 493ae7a6
  • The ImageIdentifier property of MenuItem and ToolBarItem types from /org.openoffice.Office.Addons/ used to accept URLs to internal images, with the syntax private:image/<number>. This was broken for a few years, and now removed completely. Referencing user-defined images with this property should still work, although being obsolete. core commit 3e4968e6
  • SDK changes:
  • Remove OSL_SIGNAL_USER_RESOURCEFAILURE from include/osl/signal.h. Should only have been used by internal code anyway. core commit 9951d414
  • Remove OSL_THIS_FUNC from include/osl/diagnose.h. Should only have been used by internal code anyway. core commit e5356fb0
  • Remove unused and deprecated sal_Char/sal_sChar/sal_uChar from include/sal/types.h. core commit c3634ad6

New in LibreOffice 7.1.0.3 Fresh (Feb 3, 2021)

  • Writer:
  • General improvements:
  • Writer now has support for anchoring shapes relative to the bottom of the page content frame. blog post (Miklos Vajna, Collabora)
  • Default anchor for newly added images can be set per Tools ▸ Options ▸ LibreOffice Writer ▸ Formatting Aids tdf#99646 (Heiko Tietze, TDF)
  • Writer now supports locale-independent templates blog post (Miklos Vajna, Collabora)
  • Writer can now detect Unicode type even if imported text file does not have a BOM tdf#60145 (Tomofumi Yagi)
  • Outline folding mode:
  • Added a new Writer outline folding mode (as experimental feature). You should enable experimental features in Tools ▸ Options ▸ LibreOffice ▸ Advanced dialog to see "Show outline content visibility button" checkbox in Tools ▸ Options ▸ LibreOffice Writer ▸ View dialog. After checking it you'll can see a button with arrow near any selected heading in your document. Click on it to fold all text from the current heading to next heading. Right click on it to fold all text from current heading to next the same level heading with all its subheadings tdf#38093 (Jim Raykowski)
  • Table formulas:
  • Added several table formulas for Word interoperability (László Németh, NISZ)
  • PRODUCT table formula tdf#123388
  • ABS table formula tdf#123354
  • SIGN table formula tdf#123390
  • COUNT table formula tdf#123356
  • Style inspector:
  • Added Style Inspector for displaying all the attributes of Paragraph Styles, Character Styles and manually formatted (Direct Formatting) properties. tdf#134554. Read the necessity of this tool here. (Shivam Kumar Singh, GSoC; mentors: Mike Kaganski, Heiko Tietze, Tomaz Vajngerl)
  • Fields:
  • Input fields now can be toggled with View ▸ Field Names core commit 926a1a16 (Michael Stahl, CIB)
  • Empty fields can be selected with the mouse core commit 2c7bf354 (Samuel Mehrbrodt, CIB)
  • Word compatible Fields can now be toggled to hide either the command or the result with View ▸ Field Names (Michael Stahl, CIB)
  • Performance:
  • Speeded up find/replace operations tdf#119286 (Noel Grandin, Collabora)
  • ODF subtable conversion:
  • Simple cases of subtables in legacy ODF documents initially created by OpenOffice.org 2.2 and older can now be converted to modern rowspan tables on import, typically improving the quality of a subsequent export to Word formats or HTML drastically. core commit e366c928(Michael Stahl, CIB)
  • Calc:
  • General improvements:
  • Added an option to disable paste with Enter key. You can find it in a dialog from menu Tools ▸ Options ▸ LibreOffice Calc ▸ General. tdf#34686 (Martin van Zijl)
  • Now you can select items in Autofilter window clicking by all item's row, but not only by checkbox tdf#116675 (Attila Szűcs, NISZ)
  • Fixed an issue in formula input box when Calc fail to set the formula reference if you have freeze rows/columns enabled in a sheet. tdf#47349 (Justin Luth, Collabora)
  • Added "Reset All" button to Solver dialog tdf#134528 (Rafael Lima)
  • Fill with merged cells:
  • Fix lost merging and bad linear sequence of numbers during fill with merged cells (Attila Szűcs, NISZ):
  • Copy merged cell structure like other spreadsheets do tdf#40993, tdf#59585
  • Select merged area wholly to fix the selection rectangle during fill, fixing incomplete attribute copying, bad grid and border tdf#43958
  • Apply correct linear sequence of numbers by skipping empty overlapped (invisible, i.e. not top-left) cells of the merged areas tdf#88782
  • Changed spreadsheet functions:
  • Now INDIRECT function supports sheet-local scoped names tdf#100818 (Eike Rathke, Red Hat)
  • Performance:
  • Improved spell checking performance in Calc core commit bdd149b1 (Dennis Francis, Collabora)
  • Improved performance when searching in Autofilter. Previously if the record contains a lot of unique values Calc will be very slow if you type-in a character in the autofilter search box. Now the search is instant. tdf#122419 (Eike Rathke, Red Hat), tdf#133878 (Luboš Luňák).
  • Impress & Draw:
  • Adding visible digital signatures to existing PDF files with Draw. Blog post (Miklos Vajna, Collabora)
  • Now Impress allows changing animations for several objects at once tdf#126394 (Srijan Bhatia)
  • Presentation console has an "Exit" button now tdf#90978 (Srijan Bhatia)
  • Presentation console has a "Pause/Resume" button now tdf#128964 (Srijan Bhatia)
  • Added realistic soft blurred shadows for objects tdf#48722 (Ahmad Ganzouri, GSoC; mentors: Miklos Vajna (Collabora), Tomaž Vajngerl)
  • Added new physics based animation capabilities and new animation effect presets that use them. Namely Fall Simulated, Shoot right/left and return, Fall and fade out. Blog post (Sarper Akdemir, GSoC; mentor: Thorsten Behrens (CIB))
  • Math:
  • Math has now a full support of HTML colors. Some of them have been added to the UI on Attributes section in Element pane. core commit 0643dab6 (Dante Doménech)
  • New examples in Element pane. core commit 2b29e16e (Dante Doménech), core commit ad8485eb (Laurent BP)
  • Scripting:
  • The ScriptForge libraries:
  • An extensible and robust collection of macro scripting resources for LibreOffice to be invoked from user Basic or Python scripts. (Jean-Pierre Ledure)
  • about data containers:
  • an extensive set of primitives for array handling, including sorts, set operations and interfaces with csv files and Calc sheets
  • an extensive set of primitives for string handling, including replacements, regular expressions, encodings, hashing and localization
  • a Dictionary mapping class
  • a coherent error handling for both user and ScriptForge scripts
  • complete FileSystem and TextStream classes for file and directory handling, and text files read & write
  • detailed context information: platform, operating system, directories, ...
  • interconnection of Basic and Python modules
  • easy access to and management of actual windows and documents
  • specific modules for
  • automation on Calc sheets
  • management of dialogs and their controls
  • access to data contained in databases
  • ScriptForge libraries documentation is undergoing review. ScriptForge help pages will be available from release 7.2 onwards.
  • Python:
  • Core / General:
  • Improve finding a matching printer paper size for the printed document tdf#134646 (Samuel Mehrbrodt, CIB)
  • Show all supported files by default when adding a new extension in Extension Manager core commit 6a32706e (Samuel Mehrbrodt, CIB)
  • Print preview is now updated asynchronously to not block UI when adjusting settings in print dialog core commit 93c833e8 (Samuel Mehrbrodt, CIB)
  • New dialog: additions:
  • In various places, it should be possible to get more content such as macros or templates from external storage. This requirement is now fulfilled with the Additions Dialog. blog post (Yusuf Keten, GSoC; mentors: Muhammet Kara (Collabora), Heiko Tietze)
  • What and why:
  • Without this dialog, when we want to install an extension we need to search it from the webpage, download and install it using the Extension Manager. With this dialog, we can now get and install extensions with one-click. This dialog is appropriate for searching and installing not only general extensions but also other types of extensions such as templates, macros, icons, etc. The main purpose of creating this dialog is to improve user experience. Therefore, nearly every detail of the extensions exist in the user interface. This simplicity is designed and created thanks to the web API, power of extension manager, and additions dialog.
  • Note: Please visit the blog post to learn how to link Additions to other dialogs.
  • Interaction added to Sidebar > Gallery, Templates Manager, Options > Dictionaries, Options > Icon Themes (Heiko Tietze, TDF)
  • Specifications:
  • User:
  • can change the sorting filter according to the desire. Options are download number, rating, and comment number.
  • can see which extensions are installed with this feature. Installed extensions are disabled on the list.
  • can see the name, description, screenshot, rating, comment number, download number of the extensions from the list.
  • can access the extension webpage and the comment section of the extension with the links on the UI.
  • LibreOffice Help:
  • Reactivated extended tips in dialogs tdf#118148 (Olivier Hallot, Christian Lohmaier)
  • Syntax diagrams exist for all Basic statements, including a new How to Read Syntax Diagram page tdf#131416 (Alain Romedenne)
  • Filters:
  • Now detecting 0-byte files based on extension blog post (Miklos Vajna, Collabora)
  • Improvements of DOCX import/export filter:
  • Add support for change tracking in floating table tdf#132271 (László Németh, NISZ)
  • Add formula import in text tables core commit 68e74bdf (Michael Warner) and core commit 782700c6 (László Németh, NISZ)
  • Export formula fields tdf#118682 and formula cells tdf#133163 in text tables (László Németh, NISZ)
  • Added a workaround for ABOVE/BELOW/LEFT/RIGHT arguments in SUM, AVERAGE, etc. table functions importing. Now Writer converts that arguments into cell range like and saves into DOCX as a cell range. Be careful with this new behavior tdf#123355 (László Németh, NISZ)
  • Better handling of cached field results in Writer. a blog post (Miklos Vajna, Collabora)
  • Support keeping the spacing below the last paragraph in the header in doc/docx files tdf#128195 (Samuel Mehrbrodt, CIB)
  • Improvements of PPTX import/export filter:
  • Several SmartArt improvements when importing from PPTX blog post 1 blog post 2 (Miklos Vajna, Collabora)
  • GUI:
  • Dialogs:
  • New dialog to select the User Interface flavor, aiming to pick the right UI at first start tdf#117463 (Heiko Tietze, TDF)
  • Notebookbar:
  • New widget with styles preview was added to the tabbed Notebookbar. core commit b982be12 (Szymon Kłos, Collabora)
  • Localization:
  • New languages/locales with locale data:
  • English Kenya [en-KE] tdf#115436 (Eike Rathke (Red Hat, Inc.))
  • English (Hong Kong) [en-HK] tdf#135518 (Eike Rathke (Red Hat, Inc.))
  • Improvements to proofing tools and language support
  • See details on the changes:
  • Albanian. The hyphenation dictionary was added and Hunspell files were encoded into UTF-8 (Isah Bllaca).
  • English (GB). The spelling dictionary was updated (Marco A. G. Pinto).
  • French. The spelling dictionary was updated (Olivier R., Grammalecte).
  • Hungarian. The hyphenation dictionary was updated (László Németh, magyarispell.sourceforge.net).
  • Italian. The spelling and hyphenation dictionaries were updated (Marina Latini, LibreItalia).
  • Korean. New spelling dictionaries was added (Ilkyu Ju, spellcheck-ko.github.io).
  • Occitan. The spelling dictionary was updated (Quentin PAGÈS, Dicollecte).
  • Portuguese (Brazil). The spelling dictionary was updated (Olivier Hallot, VERO/DivSilab).
  • Portuguese (Portugal). The spelling dictionary was updated (Olivier Hallot, Onto.PT).
  • Slovenian. The thesaurus was updated (Martin Srebotnjak, OdprtiTezaver).
  • Spanish (all). The spelling dictionaries were updated (Ismael Olea, RLA-ES).
  • Bugs fixed:
  • cid#1468270 wrapper object use after free [Caolán McNamara]
  • cid#1470362 uninitialized scalar field [Caolán McNamara]
  • cid#1470370 uninitialized scalar field [Caolán McNamara]
  • cid#1470371 uninitialized scalar field [Caolán McNamara]
  • ofz#27756 null deref [Caolán McNamara]
  • ofz#27892 recursion too deep [Caolán McNamara]
  • ofz#28271 divide-by-zero [Caolán McNamara]
  • rhbz#1900428 LibreOffice 7.0.3.1 crashed on invalid row index used in StarBasic macro [Caolán McNamara]
  • tdf#41466 VML Callout shapes are incorrectly imported for 2007 DOCX (OK if resaved in MSO to newer DOCX) [Regényi Balázs]
  • tdf#43003 Calc EDITING: Cells, containing call to Macro Function as Array doesn't update, even if press F9 [Andreas Heinisch]
  • tdf#46579 Form fields 'Image Button' do not work in Forms [Julien Nabet]
  • tdf#54021 EDITING: Fields in tablecontrols of a form could not be moved/sorted [Julien Nabet]
  • tdf#61154 EDITING: Table of Content (ToC) doesn't cross mark deleted text with Track changes Shown [László Németh]
  • tdf#66043 EDITING: Spellchecking tracked and shown changes - erratic underlining [László Németh]
  • tdf#76644 extended tips missing for menu items [Caolán McNamara]
  • tdf#87973 XLSX:vlookup formula changed in path to external csv file after saved and re-opened [Attila Szűcs]
  • tdf#95147 suggestion: warning that automatic wrapping text in LO Calc needs to be set Optimal in case of some xls import [gar Soul]
  • tdf#99646 Make default type of anchoring optional [Heiko Tietze]
  • tdf#100691 If hidden characters exist in headings, they appear visible in the table of contents [László Németh]
  • tdf#105719 Problem with help advice for changing default template [Seth Chaiklin]
  • tdf#107229 [LOCALHELP] Review help pages for Templates [Seth Chaiklin]
  • tdf#107870 View jumps to cursor when activating or deactivating record changes and showing or hiding changes [László Németh]
  • tdf#113286 Crash report url/link should be clickable in Crash Report dialog [Seth Chaiklin]
  • tdf#115643 Problems connecting to OneDrive and Google Drive [Christian Lohmaier]
  • tdf#118711 DOC(X): Copy-pasting bulleted list entries insert page break [Justin Luth]
  • tdf#122045 Apply button doesn't change the document to modified [Caolán McNamara]
  • tdf#122102 FILEOPEN XLSX, Conditional formatting goes missing when opened in LO. [Tibor Nagy]
  • tdf#122720 Handling of templates potentially unclear in respect to where files are stored [Seth Chaiklin]
  • tdf#123613 FILESAVE XLSX Rotated shapes change their X/Y position on export [Szabolcs Toth]
  • tdf#124646 EDITOR ODT Writer inserts all data from filtered range [László Németh]
  • tdf#125957 FIREBIRD: Datatype Binary(fix) [CHAR] couldn't be filled with content [Julien Nabet]
  • tdf#126166 Command labels for Select to Start of Word, select to End of Word need correction [shubham656]
  • tdf#126492 Crash report service is not documented [Seth Chaiklin]
  • tdf#127086 PPT: FILESAVE: Crop image is gone after RT [Xisco Fauli]
  • tdf#127294 Add more tips of the day (and make it module-specific eventually) [andreas kainz]
  • tdf#128501 FILESAVE: DOC: Cropped images are lost after RT [Xisco Fauli]
  • tdf#129961 FILEOPEN PPTX: shadow effect for table completely missing [Miklos Vajna]
  • tdf#131218 No focus on any object double clicked in Navigator after a shape object is double click in Navigator [Jim Raykowski]
  • tdf#131416 [LOCALHELP] Add BASIC syntax diagrams to Help [Alain Romedenne]
  • tdf#131815 Validity dialog height [Roman Kuznetsov]
  • tdf#132350 Icon of updates button on right end of menu bar is still not visible with kf5 and gtk3 vcl (or again not visible) [Caolán McNamara]
  • tdf#132860 UI: Paragraph style name field should be grayed out for default styles (can't be editted) [shubham656]
  • tdf#133878 Slow performance in autofilter if the record contains many unique values (10 seconds after 5.4 vs. 2 seconds before) [Luboš Luňák]
  • tdf#134059 Loss of nominated Chart data series Labels when target cells hidden or grouped & collapsed [Ouyang Leyan]
  • tdf#134128 caps on dashes are missing in edit mode [Regina Henschel]
  • tdf#134528 [ENHANCEMENT] Implement a "Redefine Model" Button on Calc Solver [Rafael Lima]
  • tdf#134602 "Freezing Rows or Columns" help uses slightly wrong path [Seth Chaiklin]
  • tdf#134626 assertion in SwTextNode::~SwTextNode() [Caolán McNamara]
  • tdf#134754 Crash on macOS 10.13 opening local HSQLDB-based odb file in Base on LibreOffice 7 rc1 [Stephan Bergmann]
  • tdf#135044 EDITING Shape with textbox copied with Ctrl+dragging creates incorrectly placed textbox [Attila Bakos (NISZ)]
  • tdf#135198 EDITING Moving large shape upwards makes its textbox fall out of it [Daniel Arato (NISZ)]
  • tdf#135202 LO 6.4.6.1 and 7.0.1 fail with error 1045 when accessing MySQL database using native connector [Michael Stahl]
  • tdf#135217 FILEOPEN DOCX Empty headers size is applied instead of page top margin [Miklos Vajna]
  • tdf#135329 Image not exported to rtf/doc/docx [Justin Luth]
  • tdf#135580 Remove Euro Converter Wizard from Wizard menu [Christian Lohmaier]
  • tdf#135727 [ko] Extend Autocorrect list for Korean language [DaeHyun Sung]
  • tdf#136272 Corrupted calc file: invalid number format condition [ Properties opens dialog named "Slide setup" [Ayhan Yalçınsoy]
  • tdf#137745 LO Base Firebird: crash, when deleting tables and changed relationship isn't changed in database file [Julien Nabet]
  • tdf#137769 ChangesInMargin: Crash on Undo of characters deleted by pressing Delete ( part 2 ) [László Németh]
  • tdf#137802 CRASH When deleting shape+textframe anchored to page [Attila Bakos (NISZ)]
  • tdf#137894 FILESAVE RTF Language, font family, and font size mess up [Mark Hung]
  • tdf#137935 Unchecking use Skia For all Rendering isn't stored, it's activated again after restart [Luboš Luňák]
  • tdf#138050 FILEOPEN DOCX with text box opens modified [Daniel Arato (NISZ)]
  • tdf#138127 Border control in property dialogs use black color even on dark theme [Heiko Tietze]
  • tdf#138130 Crash in: swlo.dll [Xisco Fauli]
  • tdf#138137 EDITING Merged cells don’t lose detective circles when correct value is entered [Tibor Nagy]
  • tdf#138181 FILEOPEN XLSX Hidden pie chart legend entry visible [Tünde Tóth]
  • tdf#138194 FILEOPEN XLSX Rotated X axis labels are not wrapped [Tünde Tóth]
  • tdf#138203 [Draw] [Impress][UI]: Menu items with identical (or very similar) labels but different actions [Ayhan Yalçınsoy]
  • tdf#138253 Crash swlo!SwNodeIndex::~SwNodeIndex+0x18 (gen) [Miklos Vajna]
  • tdf#138307 FILEOPEN: Calc chart embedded basic custom shape text missing (ODF import) [Balazs Varga]
  • tdf#138326 impress template thumbnails are blurred [Noel Grandin]
  • tdf#138350 Wrong colors used in icon-themes/colibre/svx/res/frmsel*.png [Rizal Muttaqin]
  • tdf#138353 fade-to-white transition on Impress does not stay saved [Luboš Luňák]
  • tdf#138360 ROUND() large numbers to decimals and to negative -5 decimals inaccurate [Eike Rathke]
  • tdf#138417 Crash when customizing sidebar tab bar [Caolán McNamara]
  • tdf#138425 Adding a menu bar entry given by a PopupMenuController in an extension doesn't work with GTK [Thomas Viehmann]
  • tdf#138427 Edit Print Range: focus set to wrong input box [Caolán McNamara]
  • tdf#138428 CRASH: Undoing paste after editing comment [Caolán McNamara]
  • tdf#138430 Bullets and Numbering toolbar dropdown list and dialog miss scroll bar [Caolán McNamara]
  • tdf#138450 BitmapEx.Replace() is not working [Caolán McNamara]
  • tdf#138466 Crash when creating different scenarios ( steps in comment 4 ) [Noel Grandin]
  • tdf#138467 FILEOPEN EMF: The EMF image is shifted after opening [Bartosz Kosiorek]
  • tdf#138471 Clicking "Page Margins" button sets left and right margins to 0 [Caolán McNamara]
  • tdf#138479 ChangesInMargin: fix Undo of embedded deletions (in paragraph level) [László Németh]
  • tdf#138481 Support for multiple code point emojis is missing [Tor Lillqvist]
  • tdf#138483 EDITING Validation circles not updated when circled cells get merged [Tibor Nagy]
  • tdf#138486 Artifacts in some impress templates [Noel Grandin]
  • tdf#138507 FILEOPEN: error discovered in the file in sub-document content.xml (fastparser) [Noel Grandin]
  • tdf#138540 It moves Formula's tooltip when you type a formula in Formula bar in Calc [Caolán McNamara]
  • tdf#138549 CRASH: Undoing comment hovering (steps in comment 11) [Caolán McNamara]
  • tdf#138561 FILEOPEN DOCX Drawing shapes placed on chart open in the top left corner [Balazs Varga]
  • tdf#138596 Applying Formatting Aids twice crashes the application [Caolán McNamara]
  • tdf#138600 Vertical aligned text in nested table is hidden [Miklos Vajna]
  • tdf#138605 CRASH: Undoing paragraph deletion ( track changes ) [László Németh]
  • tdf#138612 LibreOffice not splitting table cells automatically for docx files [László Németh]
  • tdf#138621 three improvements in File > Templates and associated .uno commands [Seth Chaiklin]
  • tdf#138627 Repeated data in Tables of File Conversion Filter Names [Balaharipreetha Muthu]
  • tdf#138631 "Apply to All" button in select preferred UI dialog can't be translated [Heiko Tietze]
  • tdf#138661 FORMCONTROLS: Date in formatted fields is set back to number when saving control properties [Caolán McNamara]
  • tdf#138662 RENAMING SHEET: Improve content of warning per Comment 7 [Seth Chaiklin]
  • tdf#138688 Pasting Calc data into Writer table hangs Writer CRASH (steps in comment 4) [László Németh]
  • tdf#138701 Entering text in the data field combo box in Base Control Properties is backwards [Caolán McNamara]
  • tdf#138741 FILESAVE XLSX Crash if Spreadsheet contain external reference that is not used in cells [Attila Szűcs]
  • tdf#138762 Crash when opening chart properties after creation [Aron Budea]
  • tdf#138778 After renaming sheet with Alt-click, clicking away loses the new name [Caolán McNamara]
  • tdf#138789 Line Width and Transparency in sidebar isn't disabled for chart area when line is set to none [Caolán McNamara]
  • tdf#138822 when managing Named Ranges changes are applied even if you press the "Cancel" button [Julien Nabet]
  • tdf#138823 Rename "Recent Files" to "Recent Documents" in Start Center -- to be consistent with File > Recent Documents [Seth Chaiklin]
  • tdf#138834 Crash in table creation wizard when clicking next [Julien Nabet]
  • tdf#138847 EDITING Deletions with Backspace/Delete not unified in changes-in-margin mode [László Németh]
  • tdf#138851 Named range manager always display "Document (Global)" when launching [Julien Nabet]
  • tdf#138857 Make the font replacement table easier to understand [Jan-Marek Glogowski]
  • tdf#138874 The Type bar in Options - LibreOffice - Paths dialog does not invert the list of paths [Caolán McNamara]
  • tdf#138889 FILEOPEN DOCX Rotated drawing in chart has wrong width/height [Balazs Varga]
  • tdf#138892 FILEOPEN DOCX Empty paragraph after two consecutive breaks gets numbering [Justin Luth]
  • tdf#138935 CRASH: Opening animation sidebar pane after inserting a shape [Caolán McNamara]
  • tdf#138936 gradient missing under RTL from writer comment margins [Caolán McNamara]
  • tdf#138938 No tooltips for Sidebar tab bar buttons (Windows, kf5, gen) [Caolán McNamara]
  • tdf#138945 Setting width of rotated custom shape results in wrong rotation angle [Regina Henschel]
  • tdf#138950 JPEG looks as a black rectangle in Writer [Caolán McNamara]
  • tdf#138963 Clicking the position and size box without an object selected disables future selection. [Caolán McNamara]
  • ofz#29113 short read [Caolán McNamara]
  • rhbz#1902708 null deref [Caolán McNamara]
  • rhbz#1913070 [abrt] libreoffice-core: (anonymous namespace)::signalHandlerFunction(): soffice.bin killed by SIGABRT [Caolán McNamara]
  • tdf#82802 conditional style with no conditions is displayed as un-conditional style after reloading document [Justin Luth]
  • tdf#83618 SIDEBAR: Paragraph dialog and SideBar Paragraph Content Panel -- using different source for their Line spacing values [Jim Raykowski]
  • tdf#89709 TOOLTIP: Page number tooltip doesnt appear in document with a single page [Jim Raykowski]
  • tdf#96787 AutoCorrect: After Removal of Replacement Entry the Replacement Itself is still Performed. [Julien Nabet]
  • tdf#106380 autocorrect incorrectly includes characters in change tracking [László Németh]
  • tdf#113013 FILEOPEN: XLSX - Unable to interpret 'Formula is' type conditional formatting rule [Tibor Nagy]
  • tdf#119367 UI / german translation: dialogues in english if path has umlauts (accented chars) [Mike Kaganski]
  • tdf#120171 Hanging punctuation doesn't work [Mark Hung]
  • tdf#120749 Conditional Formatting CELLIS and BEGINSWITH not working correctly (Xlsx) [Tibor Nagy]
  • tdf#123632 Accessibility: Writer crashes while browsing the images if Orca is on [Julien Nabet]
  • tdf#127401 Release Notes button leads to English RN on Chinese system [Ming Hua]
  • tdf#128353 Impress: Animated video GIF, WMV, AVI do not play anymore in GDI with some video cards- OK with Shift+F5 on slide (OK in OpenGL or Skia) [Miklos Vajna]
  • tdf#130275 "Insert > Field > More Fields" dialog is too high/tall - the OK/Cancel buttons get hidden behind the bottom panel of 'gnome-panel' [Kevin Suo]
  • tdf#131281 Android Viewer: Doesn't display form controls [Armin Le Grand (allotropia)]
  • tdf#134133 Go back in presenting mode leads to dropped animation steps [Gülşah Köse]
  • tdf#134288 FILEOPEN PPTX: text box renders vertically instead of horizontally [Miklos Vajna]
  • tdf#135504 *.appdata.xml should be installed in /usr/share/metainfo [Chris Mayo]
  • tdf#136155 "Sort" Dialogue Box Too Large for Long Sort Keys [Caolán McNamara]
  • tdf#136278 The left arrow key causes objects to disappear. [Gülşah Köse]
  • tdf#137083 Grid does not work in RTL sheet. [Regina Henschel]
  • tdf#137729 Hatch background changes after saving and re-opening [Justin Luth]
  • tdf#138360 ROUND() large numbers to decimals and to negative -5 decimals inaccurate [Eike Rathke]
  • tdf#138457 Cursor position wrong when using functions in a table (GTK3) [Caolán McNamara]
  • tdf#138654 Number format preview uses dark background and font [princesinghtomar]
  • tdf#138675 Crash in LO Base in MS Windows when creating auto-number using a variety of number types [Caolán McNamara]
  • tdf#138710 Crash when deleting cell rows (multi_type_vector::position#1707: block position not found!) ( steps in comment 7 ) [Eike Rathke]
  • tdf#138779 FILESAVE: RTF: Incorrect font properties [Mark Hung]
  • tdf#138801 FILEOPEN DOCX Image in table disappears after opening [Miklos Vajna]
  • tdf#138818 Some imported tif images are being truncated and thereby corrupted [Georgy Litvinov]
  • tdf#138845 UI: The border dots in properties -> table borders arrows have purple background (not skia) [Rizal Muttaqin]
  • tdf#138865 Selecting a tree view row with a check box entry toggles the entry [Jan-Marek Glogowski]
  • tdf#138879 Last paragraph of inserted text from ODT file does not retain paragraph style. [Georgy Litvinov]
  • tdf#138907 Format - Title Page dialog specifies a Page 1 restart for non-title page, but that is lost on fileopen. [Justin Luth]
  • tdf#138937 CRASH: adding a new animation after defining a motion path [Mark Hung]
  • tdf#138953 Position and size of rotated and cropped image off after DOCX export [Mike Kaganski]
  • tdf#138959 Object not properly filled with gradient after scroll down up (not skia specific) [Luboš Luňák]
  • tdf#138986 Assertion error when saving docx file to doc [Regényi Balázs]
  • tdf#138987 Deprecation warnings when building against Python 3.9 [David Ostrovsky]
  • tdf#138995 FILEOPEN DOCX: A shape in front of textbox is position behind textbox (fine with DOC) [Miklos Vajna]
  • tdf#139020 elementary: Proposal to Revert All Blue-Violet Color Arrow Pair to One Coherent Color [Rizal Muttaqin]
  • tdf#139021 FILESAVE XLSX Conditional formatting of “Cell value“ type and condition “contains” or “does not contain” does not get saved [Tibor Nagy]
  • tdf#139046 elementary: Update Arrow for Import and Export Icons [Rizal Muttaqin]
  • tdf#139048 elementary: Update Pencil Element to Be Yellow [Rizal Muttaqin]
  • tdf#139052 elementary: Update shapes and line to be violet [Rizal Muttaqin]
  • tdf#139056 elementary: Update Color to Follow Upstream's Brand [Rizal Muttaqin]
  • tdf#139074 CRASH on Paste from clipboard into dialog or other floating window, paste to document canvas is fine; Windows only? [Stephan Bergmann]
  • tdf#139120 EDITING Changes-in-margin: $2 appears in margin after undoing paragraph deletion [László Németh]
  • tdf#139126 faulty expressions cells show incorrect value [Eike Rathke]
  • tdf#139127 Crash when deleting page break and undo [László Németh]
  • tdf#139173 Incorrect bounds on formula DEC2HEX [Eike Rathke]
  • tdf#139174 [UI] elementary: icons for (work)sheet does not represent actual sheet [Rizal Muttaqin]
  • tdf#139218 Title Page: Page number in "Reset page numbering after this page" defaults to 0 instead of 1 [Julien Nabet]
  • tdf#139219 [UI] elementary: Proposal to remove green header row part in table icon [Rizal Muttaqin]
  • tdf#139299 EDITING: Closing of query from design view leads to crash [Caolán McNamara]
  • tdf#139328 example Euler-Lagrange equation is wrong [Laurent BP]
  • tdf#139335 UI: LibreOffice product flavor Community branding [Heiko Tietze]
  • tdf#139343 A new "Community Edition" motif for Start Center [Heiko Tietze]
  • tdf#139353 [UI] elementary: Change Comment/Note/Annotation Appearance to Be Rounded Rectangle Bubble [Rizal Muttaqin]
  • tdf#139394 FILESAVE XLSX Conditional formatting is not applied in RT file in Excel [Tibor Nagy]
  • tdf#139566 "Select All" type selection with a table in it is removed when switching between windows. [Tamás Zolnai]
  • tdf#139567 GTK3: Sidebar: incorrect extra field in Line Spacing Control [Caolán McNamara]

New in LibreOffice 7.0.4.2 Still (Feb 3, 2021)

  • Writer:
  • Implemented a padded numbering in Writer's lists. More info in a first blog post and in a second blog post (Miklos Vajna, Collabora)
  • Actually not limited to lists; e.g., page numbering may also use padding (ODT only).
  • Bookmarks and Fields can now be protected to prevent accidental changes to them (See Tools ▸ Protect Document) (Katarina Behrens, Michael Stahl, Samuel Mehrbrodt - CIB)
  • Fix in Mail merge: progress is not updated during export of many files tdf#133270 (Serge Krot, CIB)
  • Improved rotated text handling in Writer's table rows with automatic height. More info in this blog post (Miklos Vajna, Collabora)
  • Implemented support for semi-transparent text in Writer. More info in this blog post (Miklos Vajna, Collabora)
  • Bookmarks can now be displayed in-line in the text, controlled by Standard Toolbar ▸ Toggle Formatting Marks and Tools ▸ Options... ▸ LibreOffice Writer ▸ Formatting Aids ▸ Bookmarks tdf#45589 core commit 4ce8120f1 core commit 04405edc3 (Michael Stahl, CIB)
  • Empty input fields were completely invisible and now they are highlighted with grey background too tdf#101830 (Serge Krot, CIB)
  • Navigator:
  • Writer's Navigator got many improvements by Jim Raykowski:
  • Navigator's categories are gray if they don't have any items (the same for Calc's Navigator) tdf#129625
  • All objects in Navigator (Headings, Tables, Frames, Images, etc.) have own context menu items like Go To, Edit, Delete, Rename tdf#128814
  • Headings in Navigator have Promote/Demote level and Promote/Demote chapter context menu items tdf#128814
  • Table's context menu in Navigator now has Insert caption item tdf#128814
  • Added Outline tracking for Headings in Navigator. It can be in three states: Default, Focus, Off. Try clicking with your mouse in several places in your big text document with many headings. You'll see that Headings in Navigator will be selected automatically according to text cursor position tdf#108766
  • Replaced the navigation toolbox with the navigate by elements control tdf#89566
  • Added Navigator section tooltip word and character count tdf#63967
  • AutoCorrect:
  • Improved usage of quotation marks and apostrophe in several languages (László Németh)
  • Replace ASCII apostrophe with typographic apostrophe (’) in Czech, German, Icelandic, Slovak and Slovene instead of second level quotation mark (‘) outside of second level quotation tdf#128860
  • Similar in Russian and Ukrainian: replace ASCII apostrophe with typographic apostrophe (’) instead of second level quotation mark (“) outside of second level quotation tdf#123786
  • Replace character sequences > with double angle quotes « and » in Aragonese, Asturian, Catalan, Finnish, Galician, German, Hungarian, Polish, Portuguese, Romanian, Spanish, Swedish, Ukrainian; and with single angle quotes ‹ and › in Swiss French, where these quotation marks are in use, but their actual Single and Double Quotes replacement doesn't support them tdf#133524
  • Replace ASCII quotation mark " with second level quotation marks inside primary level quotation in Hungarian and Romanian (these languages use apostrophe and single quotation marks instead of the equally important double angle quotes in Single Quotes AutoCorrect) tdf#133524
  • Transliteration to Old Hungarian:
  • As an RTL (Right-To-Left) AutoCorrect feature in Hungarian, words, numbers and some kind of punctuation are transliterated to Old Hungarian (or Szekler/Székely) writing, turning on the right to left writing direction using Writer’s Complex Text Layout support during typing. See this screencast about the usage: Hungarian, as well as an Old Hungarian template document with embedded Noto Old Hungarian font. tdf#133589 (László Németh)
  • Accessibility improvements:
  • New (experimental) features have been added to make documents more accessible: an accessibility check tool to review common accessibility problems in documents, and support for PDF/UA specifications in the PDF export dialog. More information in this blog post (Tomaž Vajngerl, Collabora)
  • To enable the accessibility check tool and the PDF/UA export, go to:
  • Tools ▸ Options... ▸ LibreOffice ▸ Advanced ▸ Optional Features ▸ Enable experimental features (may be unstable)
  • Restart LibreOffice
  • You can then find the accessibility check tool in Tools ▸ Accessibility Check..., and the PDF/UA export option in File ▸ Export As ▸ Export as PDF... ▸ Universal Accessibility (PDF/UA).
  • Performance improvements:
  • Find & Replace is ~50% faster tdf#119286 (Noel Grandin, Collabora)
  • Calc:
  • New spreadsheet functions:
  • RAND.NV() and RANDBETWEEN.NV() non-volatile random number generating functions that are not recalculated on every input like RAND() and RANDBETWEEN() are. tdf#127831 (Eike Rathke (Red Hat, Inc.))
  • Changed spreadsheet functions:
  • Functions that allow using regular expressions now correctly honor case-insensitivity flags (?i) / (?-i) in the expression. Note that the default case-sensitivity of the functions is not changed; the affected functions: AVERAGEIF, AVERAGEIFS, COUNTIF, COUNTIFS, HLOOKUP, LOOKUP, MATCH, SEARCH, SUMIF, SUMIFS, VLOOKUP are case-insensitive by default, so the sensitivity only changes after first (?-i) in the regular expression tdf#78840 (Mike Kaganski, Collabora)
  • TEXT() now allows the second argument to be an empty format string for interoperability with other implementations. If the first argument is numeric or a text string that could be converted to a number (according to formula detailed settings) then an empty string is returned. If the first argument is a text string that can not be converted to number then that text string is returned. In previous releases an empty format string always results in Err:502 (invalid argument) error. tdf#131536 (Eike Rathke (Red Hat, Inc.))
  • OFFSET() optional 4th parameter (Width) and 5th parameter (Height) now must be greater than 0 if given, otherwise the result is Err:502 (invalid argument) error. In previous releases a negative argument value was silently taken as value 1, which does not comply with the specification and other implementations. tdf#85551 (Eike Rathke (Red Hat, Inc.))
  • Changed since 7.0.1:
  • : TEXTJOIN() and CONCAT() now handle array/matrix arguments row-wise instead of column-wise, to behave the same as for cell range references and interoperability with other implementations. If formula expressions relied on the old erroneous behaviour that an internal matrix with two columns or more was processed column-wise, they must be changed to pass a transposed matrix to achieve the same (e.g. old CONCAT({"a","b";"c","d"}) would now have to be CONCAT(TRANSPOSE({"a","b";"c","d"})) for the same acbd result). Again, this change is only for the array/matrix case, cell reference arguments are not affected. tdf#109409 (Eike Rathke (Red Hat, Inc.))
  • Performance improvements:
  • Improved opening speed of XLSX files with many pictures tdf#93831 (Noel Grandin, Collabora)
  • Improved searching speed in autofilter pulldown tdf#76481 (Noel Grandin, Collabora)
  • Improved Calc autofill speed tdf#88109 (Noel Grandin, Collabora)
  • Decreased a time for a sheet deleting's undoing operation tdf#132454 (Luboš Luňák and Noel Grandin, Collabora)
  • Other:
  • Allow raising text import dialog for paste tdf#125440 (Samuel Mehrbrodt, CIB)
  • Add Alt+= keyboard shortcut for autosum tdf#39302 (Martin van Zijl)
  • Preserve non-breaking space between number and percent sign when adding/deleting decimal tdf#133342 (Laurent Balland)
  • Add/Delete decimal to time format for 100th second tdf#103414 (Laurent Balland)
  • Impress & Draw:
  • Subscripts now return to the default of 8%. Automatic positioning fixed for superscripts and subscripts in Textboxes (editeng). Positioning fixed for textboxes with "Autofit text". Users may need to fix exaggerated superscripts in presentations created since LO 4.1. tdf#80194 tdf#89849 (Justin Luth, SIL)
  • Implemented support for semi-transparent text in Draw/Impress. More info in this blog post (Miklos Vajna, Collabora)
  • Draw (and other modules) now support page sizes larger than 200" during pdf export (using PDF 1.6 markup). More info in this blog post (Miklos Vajna, Collabora)
  • Performance improvements:
  • Speed up: Long operation during typing in list with animations tdf#129708 (Serge Krot, CIB)
  • Speed up: entering to table editing mode became faster tdf#120216 (Mark Hung)
  • Speed up: improved opening speed for some PPT files tdf#131496 (Miklos Vajna, Collabora)
  • Base:
  • Macro signatures are now evaluated on document load core commit f2f93434 (Samuel Mehrbrodt, CIB)
  • Math:
  • Added RGB personalized color. You should use syntax like color rgb 0 100 0 { your_symbols } in Formula editor. That "color" is available in Element's Attributes pane too tdf#40436 (Dante DM)
  • Added a Laplace transform symbol tdf#47914 (Dante DM)
  • BASIC:
  • For numeric types, the current locale for the decimal and thousands separators is taken into account, e.g., 1.234,321 in de_DE becomes 1234, whereas 1,234.321 in the en_UK locale provides the same result. tdf#97983 (Andreas Heinisch)
  • Replace function now case-insensitively replaces non-ASCII Unicode character by default. tdf#132389 (Andreas Heinisch)
  • Core / General:
  • The underlying OpenGL backend on Windows was replaced with the Skia library and Vulkan. List of commits (Luboš Luňák, Collabora)
  • Fontwork got some new artistic shapes. See this blog post (Jun Nogata & Andreas Kainz)
  • Gallery:
  • Move previous image galleries to extensions.libreoffice.org (Andreas Kainz)
  • Add new shape galleries which can be easily edited and stylized by the user tdf#131779
  • Arrows tdf#131784 (Andreas Kainz)
  • BPMN tdf#99675 (Andreas Kainz)
  • Diagrams (Andreas Kainz)
  • Flowchart tdf#99674 (Andreas Kainz)
  • Icons tdf#131860 (Andreas Kainz)
  • Network See this blog post tdf#131308 (Rizal Muttaqin & Andreas Kainz)
  • Shapes (Andreas Kainz)
  • Symbols tdf#131795 (Andreas Kainz)
  • Templates:
  • Most Impress templates were updated from a 4:3 ratio to 16:9, some of templates got style support tdf#132138 (Andreas Kainz) and cleaned tdf#132771 (Laurent Balland-Poirier)
  • Add Draw BPMN template (Andreas Kainz)
  • Config options:
  • New config options to disable individual Infobars has been added. core commit 29575dc6 (Samuel Mehrbrodt, CIB)
  • Look for org.openoffice.Office.UI.Infobar in Expert config
  • New config option to prevent disabling readonly mode tdf#101652 (Samuel Mehrbrodt, CIB)
  • Look for AllowEditReadonlyDocs in Expert config
  • New option to disallow opening files locked by other users (Samuel Mehrbrodt, CIB)
  • Look for AllowOverrideLocking in Expert config
  • LibreOffice Help:
  • Internet Explorer 11 is no longer supported for viewing the Help
  • New help pages for Property and Resume LibreOffice Basic statements as well as Err VBA object (Alain Romedenne).
  • Basic Syntax diagrams are starting to be included inside help pages (Alain Romedenne).
  • Help pages now have module brand color in the header (Olivier Hallot).
  • Review and enhancements of Calc functions syntax in Help pages, using square brackets for optional arguments (S. Fanning).
  • Continuous improvements in Help contents and accuracy (S. Fanning, O. Hallot, A. Romedenne, S. Chaiklin, M. Kaganski, S. Horacek, A. Barrientos, S. Schröder, E. Rahtke, I.Lauhakangas, S. Bergman and many others).
  • Filters:
  • ODF 1.3:
  • LibreOffice 7.0 adds support for exporting to new versions of ODF, available via Tools ▸ Options ▸ Load/Save ▸ General ▸ ODF format version: "ODF 1.3" and "ODF 1.3 Extended"; the latter is the default, unless the user has previously changed the version in the configuration. These implement the current OASIS OpenDocument 1.3 Committee Specification 01. core commit a541cd919 (Michael Stahl, CIB)
  • All of the previously existing versions are still available. There were several fixes to prevent producing invalid files when choosing earlier ODF versions ("ODF 1.0/1.1", "ODF 1.2", "ODF 1.2 Extended"). In particular, Chart interpolation type "stepped" and regression curve types "moving-average" and "polynomial" are no longer exported in version "ODF 1.2 Extended". These features are available in ODF 1.3, so it is recommended to save documents with version "ODF 1.3" or "ODF 1.3 Extended". The latter is the default file format in LibreOffice 7.0. tdf#130176 core commit 58c01351 (Michael Stahl, CIB)
  • Recent versions of LibreOffice should have no issues consuming "ODF 1.3 Extended" files. The only known exception is OpenPGP/GPG encrypted ODF 1.3 documents, which can be imported only since LibreOffice 6.4.5. If compatibility with old and no longer maintained ODF consumers (such as OpenOffice.org, Apache OpenOffice or LibreOffice 3.x) is required, and conformance to the ODF standard is no concern, the version "ODF 1.2 Extended (compatibility mode)" continues to be available.
  • Improvements of the EMF+ import filter:
  • Add support for linear gradient import tdf#124424 (Armin Le Grand, Bartosz Kosiorek)
  • Add support for BeginContainer record to properly display image tdf#131542 (Bartosz Kosiorek)
  • LibreOffice is now able to import and display custom labels from charts in OOXML format and store them in the ODF format. More information in the blog post (Tamás Bunth, Collabora)
  • Improvements of DOCX import/export filter:
  • Improve interoperability of table formulas at import time tdf#133647 tdf#123386 tdf#123389 (Michael Warner)
  • Table formulas are exported to DOCX tdf#133647 tdf#123386 tdf#123389 (László Németh)
  • Formula fields are exported to DOCX tdf#118682 (László Németh)
  • Formula cells are exported to DOCX tdf#133163 (László Németh)
  • DOCX now saves in native 2013/2016/2019 mode instead of in 2007 compatibility mode. “This mode is intended to ensure users of different versions of Microsoft Office can continue working together and documents created with older versions of Office won’t look any different when they’re opened in future versions of Office.” So this mainly benefits Word users - where documents can use more features and Word’s bugfixes since DOCX 1.0 can be applied. Although this means Word 2010 users lose out a little, Microsoft has done the same to them since 2013, and it is end-of-life before 7.0 reaches stable status. Word 2010 users should upgrade to LibreOffice. tdf#131304 tdf#123116 tdf#131121 (Justin, SIL; Miklos/Mike, Collabora; Samuel Mehrbrodt, CIB)
  • DOCX export of non-default cell margins has been implemented. Previously, the only cell margins that were being exported were the row defaults from the last column tdf#98409 (Justin Luth, Miklos Vajna, Collabora)
  • Glow effect on objects was implemented tdf#101181 (Tamás Bunth, Mike Kaganski, Collabora)
  • Improvements of XLSX import/export filter:
  • Export into XLSX with sheet names bigger than 31 characters tdf#79998 (Serge Krot, CIB)
  • Export checkboxes into XLSX tdf#106181 (Serge Krot, CIB)
  • Resolved "invalid content error" when opening exported XLSX file with shape tdf#133595 (Serge Krot, CIB)
  • Glow effect on objects was implemented tdf#101181 (Tamás Bunth, Mike Kaganski, Collabora)
  • Soft edge effect on objects was implemented. More info in this blog post tdf#49247 (Mike Kaganski, Collabora)
  • Improvements of PPTX import/export filter:
  • Implemented better support for Impress math objects from PPTX, avoiding duplication. More info in this blog post (Miklos Vajna, Collabora)
  • The handling of predefined table styles for imported PPTX has been improved tdf#107604 (Gülşah Köse, Collabora)
  • The OOXML “strips” slide transition is now read properly as SLIDEWIPE in Impress core commit c69e5e3 (Luboš Luňák, Collabora)
  • The “flashing” transitions of slides have been implemented to the API. This effect used in PowerPoint presentations is similar to “fade” but flashes in white instead of fading to black. core commit e3d7fdf (Luboš Luňák, Collabora)
  • GUI:
  • Standard Toolbars:
  • All toolbars are locked by default now on fresh user profiles tdf#92484 (Ahmad Ganzouri)
  • Icon Theme:
  • Added a new icon theme, named Sukapura. This icon theme follows Apple's color palette as defined in its macOS Human Interface Guidelines for Visual Design. This icon theme will be the default for new LibreOffice installations in macOS. tdf#130500 (Rizal Muttaqin)
  • Colibre icon theme used for Windows operating system as the default theme got a refreshing look to adjust to the new monoline style iconography as in MS Office 365. More info in this blog post tdf#133268 (Rizal Muttaqin)
  • Sifr has been polished and receive many updates tdf#99185 tdf#122488 tdf#127415 tdf#128689 tdf#128849 tdf#129846 tdf#130204 tdf#130648 tdf#130871 tdf#130875 tdf#130939 tdf#131509 tdf#131974 tdf#131975 tdf#132490 tdf#131975 and now fewer icons are still falling back to Breeze or Colibre tdf#132022 tdf#125510 tdf#130898 tdf#130885 tdf#130864 tdf#131708 tdf#132489. (Rizal Muttaqin)
  • The unmaintained Tango icon theme was removed from core, but is still available as extension. tdf#132022 (Rizal Muttaqin, Heiko Tietze)
  • Dialogs:
  • New icons and banner in Windows installer. tdf#130778 (Bayu Rizaldhan Rayes, Rizal Muttaqin, Muhammad Rivan)
  • Renaming a page in Draw or slide in Impress with empty or already used name give a tool tip dialog. tdf#129032 (Heiko Tietze)
  • Impress Presenter Screen:
  • Impress presenter screen/presenter console got new refreshed and more up to date user interface design. More info in this blog post (Rizal Muttaqin)
  • Start Center:
  • Fixed unnecessary scrolling for recent documents and templates in Start Center when all thumbnails displays in the window tdf#91818 (Roman Kuznetsov)
  • Fixed unnecessary scrolling for recent documents and templates in Start Center to empty space not appear below of last thumbnails row tdf#132441 (Roman Kuznetsov)
  • Localization:
  • New languages/locales with locale data:
  • Ligurian [lij-IT]. tdf#130579 (Jean Maillard, Eike Rathke (Red Hat, Inc.))
  • Minangkabau [min-ID]. tdf#130772 (Peter Farley, Eike Rathke (Red Hat, Inc.))
  • Sundanese [sun-ID]. tdf#131297 (Rizal Muttaqin, Eike Rathke (Red Hat, Inc.))
  • Võro [vro-EE]. tdf#136951 (Mihkel Tõnnov, Sulev Iva)
  • Incorporation of other languages:
  • Brand-new UI translation into Central Kurdish / Soranî‎ / سۆرانی (ckb)
  • Brand-new UI translation into Friulian (fur)
  • Improvements to proofing tools and language support:
  • See details on the changes:
  • Afrikaans. The spelling dictionary was updated.
  • Catalan. The spelling dictionary was updated.
  • English (GB). The spelling dictionary was updated.
  • Latvian. The spelling dictionary was updated.
  • Slovak. The spelling dictionary was updated.
  • Belarusian (Belarus). The spelling dictionary was updated and hyphenation patterns added.
  • Russian. Updated Russian thesaurus and conversion of spelling dictionary from KOI8-R to UTF-8.
  • Scripting:
  • Python:
  • Support for building against the obsolete CPython 2.7 has been removed, and scripts are now always executed on CPython 3 core commit c4fa6efa67775a6b333a4a5aa873b5cc24a4f7bc (Michael Stahl, CIB)
  • LibreLogo
  • Add command FONTTRANSPARENCY for semi-transparent text (similar to PENTRANSPARENCY and FILLTRANSPARENCY) core commit d4c92c836c42d8fa7e31657d0534bef3979a03e2 (László Németh, based on the new Writer feature by Miklós Vajna)
  • Feature removal / deprecation:
  • General:
  • Support for the unofficial environment variables JFW_PLUGIN_DO_NOT_CHECK_ACCESSIBILITY and JFW_PLUGIN_FORCE_ACCESSIBILITY has been removed. core commit c0ac7ae73480cd2b01f24e88c01bee507e8638f9
  • Filters:
  • Macromedia Flash export filter was removed as Flash player will be end-of-life by the end of 2020 core commit 63e43c1db9d0d5c52916dc6d2d7cd1d3d9bcae76
  • Bugs fixed:
  • ofz#26619 detect if SwFrameFormat deleted during import [Caolán McNamara]
  • ofz#26676 null deref [Caolán McNamara]
  • ofz#26708 direct-leak [Caolán McNamara]
  • ofz#26753 avoid infinite regress [Caolán McNamara]
  • ofz#26943 detect if FormatOfJustInsertedApo was deleted [Caolán McNamara]
  • ofz#27756 null deref [Caolán McNamara]
  • rhbz#1891326 GNOME software cannot find the correct language pack required by LibreOffice [Caolán McNamara]
  • rhbz#1893846 [abrt] libreoffice-core: (anonymous namespace)::signalHandlerFunction(): soffice.bin killed by SIGABRT [Caolán McNamara]
  • rhbz#1900428 LibreOffice 7.0.3.1 crashed on invalid row index used in StarBasic macro [Caolán McNamara]
  • tdf#35986 Parts of EMF file not visible/stretched to an enormous extent [Bartosz Kosiorek]
  • tdf#91762 Inserting table has incorrect row heights [Xisco Fauli]
  • tdf#92315 Writer incorrectly renders EMF file representing molecule with text in it [Bartosz Kosiorek]
  • tdf#98868 FILESAVE: crash if try save ODT file with track changes compared [Caolán McNamara]
  • tdf#103987 FILESAVE: DOCX Duplicated custom properties after roundtrip [Bartosz Kosiorek]
  • tdf#104378 Chinese conversion problem [Mark Hung]
  • tdf#106613 UI: Sidebar navigator in Impress/Draw not updated immediately when page/slide is renamed [Jim Raykowski]
  • tdf#113163 FILEOPEN PPTX: EMF+ A color change to transparent on the image is missing on import (PPT OK) [Bartosz Kosiorek]
  • tdf#114956 Calc - comment field does not increase dynamically during input [Caolán McNamara]
  • tdf#116214 Custom properties: value type is changed from Number to Text [Bartosz Kosiorek]
  • tdf#116335 EMF is opened with large empty space around it [Bartosz Kosiorek]
  • tdf#116622 Inserted EMF image is not cropped correctly [Bartosz Kosiorek]
  • tdf#117643 Word search does not work in LibreOffice Writer if search term contains an apostrophe [László Németh]
  • tdf#121553 Editing: Firebird: Table editor erroneously prompts to change CLOB field to a BLOB field during alter table [Julien Nabet]
  • tdf#121886 Firebird: Datatype Image(BLOB) is not working properly with Form or Report image controls. [Julien Nabet]
  • tdf#126700 Untitled document remains open when have a default template [Jan-Marek Glogowski]
  • tdf#127047 Font Sizes Greater than 255 are Printed with Size 255 [Noel Grandin]
  • tdf#127086 PPT: FILESAVE: Crop image is gone after RT [Miklos Vajna]
  • tdf#127471 Copied calc diagram in gdi format looks ok under linux, but the fonts looks weird under windows. [Samuel Mehrbrodt]
  • tdf#127680 New Print dialog: impossible to only print even/odd pages from a range/selection [Srijan Bhatia]
  • tdf#128135 UI GTK3: dialog Pivot Table Layout / properties is too high: section Source and Destination cannot be fully used [andreas kainz]
  • tdf#128213 FILESAVE PPTX roundtrip with z-rotated text produces additional shape rotation [Gülşah Köse]
  • tdf#128877 FILEOPEN DOCX: Image Location lost on Import [Miklos Vajna]
  • tdf#130314 Writer busy-locks in layouting CJK fonts (was: hangs while converting to pdf) - see comment #9 / #8 [Mark Hung]
  • tdf#130596 FIREBIRD (internal): Parameter doesn't work with COALESCE and numeric fieldtypes [Julien Nabet]
  • tdf#130629 Crash in Writer when inserting shape again after undoing a previous insertion [Jim Raykowski]
  • tdf#131510 Old Replacement in german language [Thorsten Behrens]
  • tdf#131679 Crash cutting a chart [Michael Stahl]
  • tdf#131970 LO Create hyperlink → Jump to the correct field by keyboard with TAB? [Caolán McNamara]
  • tdf#132137 Styles: Default Style is too generic [Xisco Fauli]
  • tdf#132536 Memory usage increases after every file-reload [Jan-Marek Glogowski]
  • tdf#133630 CRASH: Chart: Changing properties in different objects [Ouyang Leyan]
  • tdf#133771 When saving an encrypted document, unchecking 'Save with password' has no effect, encryption is kept [Xisco Fauli]
  • tdf#133950 UI EDITING Drawing a shape, the cursor is not precise (GTK3) [Caolán McNamara]
  • tdf#134161 CPU at 100% after opening a particular spreadsheet [Xisco Fauli]
  • tdf#134298 Picture overlappes page with content, so it is not readible anymore [Michael Stahl]
  • tdf#135082 Print selection doesn't print selection but whole page [Srijan Bhatia]
  • tdf#135108 Err:540 when adding an external reference in a loaded document that so far had no linked externals [Eike Rathke]
  • tdf#135202 LO 6.4.6.1 and 7.0.1 fail with error 1045 when accessing MySQL database using native connector [Julien Nabet]
  • tdf#135893 Image pasted twice when copy/pasting a caption frame with image after DOCX export [Miklos Vajna]
  • tdf#136336 LO Writer does not display footnote text on mouse hover for GTK 3 [Caolán McNamara]
  • tdf#136453 Duplication of content after undo (spurious) [Michael Stahl]
  • tdf#136555 StartCenter is inconsistent with dark theme(s) [Jan-Marek Glogowski]
  • tdf#136611 Crash: Change Corner Style on sidebar with selecting Data Series. [Caolán McNamara]
  • tdf#136962 Navigator content view flash (gen backend) [Caolán McNamara]
  • tdf#137085 RTF table is shifted left [Michael Stahl]
  • tdf#137159 Harmonize UI in Options-LibreOffice-View when works a Skia black list [Luboš Luňák]
  • tdf#137181 Basic macro: CRASH when running a macro in Impress [Caolán McNamara]
  • tdf#137215 Hang after switching windows with cell selector open in Validity dialog [Caolán McNamara]
  • tdf#137329 White borders in Slide Show mode (F5) in Impress with SKIA [Luboš Luňák]
  • tdf#137397 Faulty Height value in Position and Size content panel in Properties deck in the sidebar in Calc [Caolán McNamara]
  • tdf#137403 Keys list box fills in customization keyboard tab page when focus is in Function list box and a key is pressed (Gtk3 only) [Caolán McNamara]
  • tdf#137520 Colibre: Some icons with text (like B, I, U, etc) are too big that make them unbalance with the rest of the icons [Rizal Muttaqin]
  • tdf#137532 EDITING: Font formatting lost after undo/redo [Xisco Fauli]
  • tdf#137556 Crash if I try to open the Print dialog in GTK3 3.18 only [Caolán McNamara]
  • tdf#137575 UI: Custom sorting state is lost when reopening the LibreOffice file picker dialog [Caolán McNamara]
  • tdf#137593 FILEOPEN DOCX Table paragraph gets unexpected spacing before if shape is anchored to it [László Németh]
  • tdf#137617 Incorrect operation Sheet -> Named Ranges and Expressions -> Create; with ExcelA1 and ExcelR1C1 syntax [Eike Rathke]
  • tdf#137643 Can't select font, no font dropdown list, if open MSO .doc in GTK3 only (gen and Skia OK) [Caolán McNamara]
  • tdf#137652 XDL import: missing empty combobox items [Serge Krot]
  • tdf#137660 Missing focus indicator for flat buttons (like in the start center) in KDE [Jan-Marek Glogowski]
  • tdf#137662 When combo box (and List box) from Base is located in a data sheet, it has to be clicked twice in order to be able to enter text [Caolán McNamara]
  • tdf#137698 FILEOPEN DOCX: rectangle position images positioned wrong on file open [Miklos Vajna]
  • tdf#137726 Message dialog during pivot table insertion not displayed, LO hangs [Caolán McNamara]
  • tdf#137754 Crash when applying styles in a table within Impress [Noel Grandin]
  • tdf#137786 Crash swlo!SwNodeIndex::~SwNodeIndex+0x18 [Caolán McNamara]
  • tdf#137801 LO base with Firebird: WARNING, when adding a field to a table with an old field type BLOB [Julien Nabet]
  • tdf#137804 Qt5 printing (from Writer) crashes LibreOffice [Jan-Marek Glogowski]
  • tdf#137871 CRASH: applying different styles to different cells in table (GTK3) [Caolán McNamara]
  • tdf#137880 Installer picture has weird black lines [Heiko Tietze]
  • tdf#137897 FILESAVE: export xltx with encryption to ods doesn't accept "no password" as OK-able option [Justin Luth]
  • tdf#137898 Page count is not reset to 1 in the print preview dialog [Caolán McNamara]
  • tdf#137908 Exceptions for auto correct disappear lost after restart [Noel Grandin]
  • tdf#137949 IMPORT OOXML: Table row height is wrong. [Gülşah Köse]
  • tdf#137980 EDITING Moving shape with arrow keys makes it grow [Miklos Vajna]
  • tdf#137982 CRASH: closing table preview. mail merge [Caolán McNamara]
  • tdf#137993 Crash after closing one window and pressing enter in the other window with search bar focused (GTK3) [Caolán McNamara]
  • tdf#138000 RFE: Add menu icon to Writer's Format > Text > Single Underline [Gabor Kelemen]
  • tdf#138011 EDITING: row in table doesn't grow while editing [Xisco Fauli]
  • tdf#138022 LibreOffice exits/crashes when minimizing start center after closing a document (SKIA) [Jan-Marek Glogowski]
  • tdf#138039 sw: frame in table cell layouted incorrectly [Michael Stahl]
  • tdf#138108 LO base with Firebird: crash during FORMS design, when entering Groups and exiting (gtk3 only?) [Caolán McNamara]
  • tdf#138113 Base: SQL Syntax Colouring Issue Problem Operators "/", "-" [Julien Nabet]
  • tdf#138131 UI: List Box form: List entries option is enabled by default (gen) [Caolán McNamara]
  • tdf#138148 IMPORT OOXML: Graphic bullet size is different. [Gülşah Köse]
  • tdf#138156 Border widget does not allow to keep settings [Caolán McNamara]
  • tdf#138183 Failed to copy and paste in calc [Caolán McNamara]
  • tdf#138187 URL opened twice when clicking UNO hyperlink control [Michael Weghorn]
  • tdf#138210 RTF document with a text frame can't open in LibreOffice [Mark Hung]
  • tdf#138219 Libreoffice 7.0.x => Skia Vulkan - Intel HD Graphics 520 problems ( windows 7 SP1 ) [Luboš Luňák]
  • tdf#138240 ODBC: Crash when trying to connect to Edit → Database → Properties (gtk3) [Caolán McNamara]
  • tdf#138253 Crash swlo!SwNodeIndex::~SwNodeIndex+0x18 (gen) [Miklos Vajna]
  • tdf#138271 FORMS: Some values are not saved (gen) [Caolán McNamara]
  • tdf#138350 Wrong colors used in icon-themes/colibre/svx/res/frmsel*.png [Rizal Muttaqin]
  • tdf#138428 CRASH: Undoing paste after editing comment [Caolán McNamara]
  • tdf#138430 Bullets and Numbering toolbar dropdown list and dialog miss scroll bar [Caolán McNamara]
  • tdf#123621 FILEOPEN | DOCX, Rectangle with text moves in LO [Tibor Nagy]
  • tdf#134754 Crash on macOS 10.13 opening local HSQLDB-based odb file in Base on LibreOffice 7 rc1 [Stephan Bergmann]
  • tdf#135479 LO Complains about missing JDK when accessing any Java functionality, despite recognizing JDK on macOS under Preferences [Tor Lillqvist]
  • tdf#136272 Corrupted calc file: invalid number format condition

New in LibreOffice 6.4.7.2 Still (Oct 22, 2020)

  • Bugs fixed:
  • ofz#25169 insertion into set might find a duplicate [Caolán McNamara]
  • ofz#25684 keep ParseCMAP within legal area [Caolán McNamara]
  • ofz#25881 use std::vector with bounds checking accessor [Caolán McNamara]
  • rhbz#1875377 PDF export in calc does not export labels [Caolán McNamara]
  • rhbz#1878275 Changing "Start at" number never changes unless you do something else to reinitialize bullets and numbering inputs [Caolán McNamara]
  • tdf#95640 FILEOPEN: Custom lists not imported from MSO XLSX files [Serge Krot]
  • tdf#108673 FILESAVE XLSX: Copy-pasting cell validation may result in a sheet reference error saved as invalid xlsx content [Serge Krot]
  • tdf#124470 Table settings and borders are not saved if checked "Embed fonts" and "Only embed fonts that are used" [Mike Kaganski]
  • tdf#127471 Copied calc diagram in gdi format looks ok under linux, but the fonts looks weird under windows. [Samuel Mehrbrodt]
  • tdf#127802 FONT EFFECTS: Not possible to hide/unhide when selection contains both hidden and unhidden text (GTK3) [Caolán McNamara]
  • tdf#127932 Printing progress dialog briefly shows the total page numbers multiplied by ten in the beginning [Juergen Funk]
  • tdf#128197 FILEOPEN: DOCX: Incorrect spacing when paragraph is divided by a line [Vasily Melenchuk]
  • tdf#128198 FILEOPEN: DOCX: Incorrect text wrapping of fly frame [Michael Stahl]
  • tdf#129685 FILEOPEN: PPTX: Incorrect paragraph alignment in shape [Miklos Vajna]
  • tdf#130862 AUTO-REDACT: enhance GUI and term [Adolfo Jayme Barrientos]
  • tdf#131047 UI: Find All search result frame cannot resized (gen) [Xisco Fauli]
  • tdf#131801 add support for paragraph mark formatting with character style for DOCX [Vasily Melenchuk]
  • tdf#132160 Crash in swlo!SwRedlineData::SetSeqNo [Michael Stahl]
  • tdf#132892 Drag and drop to the left removes formatting [Caolán McNamara]
  • tdf#132944 Table is multiplying with dummy's after undo [Michael Stahl, Xisco Fauli]
  • tdf#133327 Calc only saves background color up to column BL for additional row of the same background color with empty row in between ( steps on comment 16 ) [Noel Grandin]
  • tdf#133437 FILEOPEN: Frames have no bonder [Vasily Melenchuk]
  • tdf#133490 Unwanted "Text box" movement after Undo'ing last Move [Vasily Melenchuk]
  • tdf#133958 Check Spelling (F7): cursor unexpectedly jumps backwards when correcting text [Caolán McNamara]
  • tdf#133967 Crash swlo!SwDoc::GotoOutline+0x59c [Michael Stahl, Xisco Fauli]
  • tdf#134043 DOCX import: use DropDown text field instead of ComboBox form control [Thorsten Behrens]
  • tdf#134112 Python script freezes when access text field master in MailMerge event for the second time [Oleg Schelykalnov]
  • tdf#134157 Edit with external tool causes a CPU hit [Tomofumi Yagi]
  • tdf#134252 CRASH: undoing section paste [Michael Stahl]
  • tdf#134400 FILEOPEN RTF (in Writer): Image missing/empty frame [Miklos Vajna]
  • tdf#134436 Crash specific undo/redo dance [Michael Stahl]
  • tdf#134439 Page Break: editing "Text flow > Breaks" gives differing results depending on where the cursor is situated [Caolán McNamara]
  • tdf#134477 MsgBox macro function always creates an icon next to the text [Caolán McNamara]
  • tdf#134746 Images disappearing when editing text in libre writer (tracking changes enabled) [Michael Stahl]
  • tdf#134931 Table does paste but not visible [Michael Stahl]
  • tdf#134965 Crash in: swlo.dll [Michael Stahl]
  • tdf#135001 Crash delete/undo an resize shape [Michael Stahl]
  • tdf#135018 CRASH: Track Changes: Accepting All Changes [Michael Stahl]
  • tdf#135056 Freeze hang/after deleting index SwPosition::dumpAsXml [Michael Stahl]
  • tdf#135098 Writer crashes when merging horizontally cells in a table (GTK3) [Caolán McNamara]
  • tdf#135144 Saving DOCX to ODT with hiding tracking changes trashes all images [Michael Stahl]
  • tdf#135211 Crash: Run Swam Non Linear Solver with blank input [Julien Nabet]
  • tdf#135249 Allow duration inputs of 0:mm or 0:0:ss with values >59, or 0:mm:ss with mm>59 [Eike Rathke]
  • tdf#135342 Impress generates a wrong PPTX file after Minimize presentation [Mike Kaganski]
  • tdf#135412 CRASH: Undoing paste of section with flys [Michael Stahl]
  • tdf#135442 LO crashes when About Libreoffice is clicked [Caolán McNamara]
  • tdf#135457 CRASH in a BASIC macro [Michael Stahl]
  • tdf#135623 Tables are stacked onto each other after undo of page wrap change [Vasily Melenchuk]
  • tdf#135639 Crash inspecting an array after Redim Statement with option VBASupport 1 [Mike Kaganski]
  • tdf#135661 Image position broken after undo save & reload (and causes save error for DOCX) [Michael Stahl]
  • tdf#135682 EDITING: If a table is the first element of the document, "Select All" does not select all [Miklos Vajna]
  • tdf#135721 Image removed after correcting word with right click context menu [Michael Stahl]
  • tdf#135872 Sifr: Missing icons for Line Numbering [Rizal Muttaqin]
  • tdf#135888 copy/paste of text boxes results in separate shape and text frame [Michael Stahl]
  • tdf#135931 Breeze: Missing icons for Line Numbering [Rizal Muttaqin]
  • tdf#135942 crashtesting failure on export to docx [Mike Kaganski]
  • tdf#135950 Immediate CRASH: Highlight multiple cells in a Writer table and select FORMAT -> CHARACTER [Caolán McNamara]
  • tdf#135973 FILESAVE DOCX: Restart Numbering (text:start-value="1") Not Reserved [Vasily Melenchuk]
  • tdf#136032 Basic Compiler Bug - incorrect syntax error message - Print #iNumber,"#" [Andreas Heinisch]
  • tdf#136062 UI Calc Manage Changes dialog has incorrect button texts [Gabor Kelemen]
  • tdf#136189 Crash rejecting track and changes sorted by author [Caolán McNamara]
  • tdf#136323 LibreOffice 6.4.3.2 crash ASSERT: "object == obj" in qaccessiblecache.cpp, line 122 [Michael Weghorn]
  • tdf#136364 Multiple non-contiguous ranges (range list/concatenation/union) broken on import from Excel and in UI [Eike Rathke]
  • tdf#136423 XShapeGrouper::group does not work with a single shape [Samuel Mehrbrodt]
  • df#126830 Icons not showing in menus [Maxim Monastirsky]
  • tdf#132688 Display of diacritics added to existing files is broken in lines with punctuation or footnotes/endnotes [Noel Grandin]
  • tdf#133358 Crash in: sw::GetParaPropsNode [Caolán McNamara]
  • tdf#133812 Style 'Result' and 'Result2' have been removed; Subtotals do not get automatic formatting any longer [Eike Rathke]
  • tdf#134351 Wrong Auto Filter Result if all the records are selected [Xisco Fauli]
  • tdf#134782 layout change with paragraph line spacing in table cells caused by fix for bug 125300 [Michael Stahl]
  • tdf#136985 Crash after resolving comment, undoing and opening redo steps [Caolán McNamara]
  • tdf#137023 FILEOPEN: PPTX: Text is center aligned instead of left [Miklos Vajna]

New in LibreOffice 7.0.1.2 Fresh (Sep 3, 2020)

  • LibreOffice 7.0.1 includes around 80 bug fixes and improvements to document compatibility.

New in LibreOffice 7.0.0.3 Fresh (Aug 5, 2020)

  • GENERAL:
  • New icon theme, the default on macOS: Sukapura
  • New shapes galleries: arrows, diagrams, icons and more…
  • Glow and soft edge effects for objects
  • WRITER:
  • Navigator is easier to use, with more context menus
  • Semi-transparent text is now supported
  • Bookmarks can now be displayed in-line in text
  • Padded numbering in lists, for consistency
  • Better handling of quotation marks and apostrophes
  • CALC:
  • New functions for non-volatile random number generation
  • Keyboard shortcut added for autosum
  • IMPRESS & DRAW:
  • Semi-transparent text is supported here too
  • Subscripts now return to the default of 8%
  • PDFs larger than 500 cm can now be generated

New in LibreOffice 6.4.5.2 Fresh (Jul 8, 2020)

  • List of fixed bugs:
  • Bugs fixed compared to 7.0.0 RC:
  • cid#1464967 RESOURCE_LEAK (sw/wrtww8) [Julien Nabet]
  • cid#1464973 RESOURCE_LEAK (sc/excel) [Julien Nabet, Caolán McNamara]
  • cid#1464974 null pointer dereferences (sw/unosett) [Julien Nabet]
  • cid#1464975 RESOURCE_LEAK (sd/sdpptwrp) [Caolán McNamara, Julien Nabet]
  • tdf#40436 Custom colours in Math [dante]
  • tdf#43452 Long Password fails for file saving LibreOffice CALC file [Caolán McNamara]
  • tdf#47914 Enhancement Request: Please add Laplace symbol [dante]
  • tdf#51671 [XLS] FILEOPEN particular .XLS uses all chart data instead of first row for Legend [Gabor Kelemen]
  • tdf#70102 RTL: Flipped toolbar button icons dont always look suitable [Rizal Muttaqin]
  • tdf#75330 EDITING: "Show the legend without overlapping the chart" [Gabor Kelemen]
  • tdf#76817 Outline Numbering for DOCX not working when new headings inserted in between (to reproduce, see comment 15/17/19) [László Németh]
  • tdf#83309 FILEOPEN: NUMBERING: text paragraph indentation/tab stops in .DOCX displayed incorrectly with tab [Vasily Melenchuk]
  • tdf#85551 LO Calc and MS Excel treat invalid OFFSET height and width parameters differently [Eike Rathke]
  • tdf#97177 FILEOPEN: Document with huge autofilter takes long to open [Noel Grandin]
  • tdf#101830 Empty input fields completely invisible [Serge Krot]
  • tdf#104865 FILTER : Calc Macro hangs when CopyOutputData = True [Luboš Luňák]
  • tdf#106229 New icon for infobar type success needed [Rizal Muttaqin]
  • tdf#108505 FILEOPEN: DOCX - Drop down list form field doesn't have correct font when at the beginning of a line [Gabor Kelemen]
  • tdf#119081 RTF paste not working when attempting to paste under an embedded table [Miklos Vajna]
  • tdf#120394 FILEOPEN: Numbers appear in numbered list MSO created in attached DOC without visible number format [Vasily Melenchuk]
  • tdf#121120 Png image is black when OpenGL enabled [Luboš Luňák]
  • tdf#121384 Crash of Writer opening any document with "invalid" python file in home directory (linux) [Caolán McNamara]
  • tdf#122225 FILEOPEN DOCX Textbox of Column chart legend reduces and text of legend disappears [Tünde Tóth]
  • tdf#124010 Help in Database->Advanced Settings dialog does not open relevant help page [Olivier Hallot]
  • tdf#125893 FILEOPEN DOCX Space between paragraphs of the same style is altered (different contextual spacing setting) [László Németh]
  • tdf#126122 Icon for Indent and Promote needs differentiation [Rizal Muttaqin]
  • tdf#126425 EDITING Custom size chart legend does not ellipsize contents [Tünde Tóth]
  • tdf#126733 Inverted emoticons sets for the conditional formatting [Julien Nabet]
  • tdf#127138 Breeze dark system theme should enable Breeze dark icons [Igor Poboiko]
  • tdf#127635 TRACK CHANGES: Replacement problem - spaces separated from other characters when replacing a single word by several words [Michael Stahl]
  • tdf#128006 Macro warning dialog is prompted on every function or sub call (see comment 4) [Caolán McNamara]
  • tdf#128197 FILEOPEN: DOCX: Incorrect spacing when paragraph is divided by a line [Vasily Melenchuk]
  • tdf#128689 Request to Localize More Formatting Icons into Korean UI [Rizal Muttaqin]
  • tdf#130151 Bookmarks point to incorrect pages in exported PDF if document contains a hidden section [Samuel Mehrbrodt]
  • tdf#130218 FILEOPEN DOCX Hanging indent in table is not ignored if it would hide the paragraph [László Németh]
  • tdf#130436 Writer crash while going Tools>Redaction, if Draw not installed [Muhammet Kara]
  • tdf#130449 GTK3: AutoFilter float dialog falls outside of visible window area which makes OK/Cancel button not usable [Caolán McNamara]
  • tdf#130777 UI Hide legend entry option for pie chart [Gabor Kelemen]
  • tdf#130802 WRITER EDITING: Frame goes out of the shape after moving [Attila Bakos]
  • tdf#130805 WRITER EDITING: Frame goes out of the shape when added to the shape [Attila Bakos]
  • tdf#130991 Toolbar arrows too large on 200% scaling [Jan-Marek Glogowski]
  • tdf#131353 Core build fails with poppler >= 0.86.0 [Martin Whitaker]
  • tdf#131416 [LOCALHELP] Add BASIC syntax diagrams to Help [Alain Romedenne]
  • tdf#131424 FILEOPEN XLSX Table reference broken if named table header contains comma [Eike Rathke]
  • tdf#131825 [LOCALHELP] 3D effect update button irrelevant [Olivier Hallot]
  • tdf#131991 Exchanged mousewheel scroll behaviour of Customization dialog in RTL (Arabic) UI (kf5) [Jan-Marek Glogowski]
  • tdf#132165 Copying a large dataset by drag a a corner slow [Luboš Luňák]
  • tdf#132172 Page size in Writer doesn't show up anymore [Jan-Marek Glogowski]
  • tdf#132326 CRASH: undoing paste of frames [Michael Stahl]
  • tdf#132451 Wrong calculation after copy/paste of a formula [Luboš Luňák]
  • tdf#132454 Lots of time spend in SfxBroadcaster after Undo of a deleted sheet [Luboš Luňák, Noel Grandin]
  • tdf#132464 Help file should be updated to describe new drop down from "sigma" button in Calc Formula bar [Olivier Hallot]
  • tdf#132757 UI Option to set Axis position property of charts [Gabor Kelemen]
  • tdf#132904 Lost New Gallery Stuff in 7.0 [Heiko Tietze]
  • tdf#132944 Table is multiplying with dummy's after undo [Michael Stahl]
  • tdf#132976 FILEOPEN DOCX Text box horizontal size grows with relative width to left margin [Szabolcs Toth]
  • tdf#133016 SVG in presentation mode not as crispy in Skia raster/vulkan compared to GDI [Luboš Luňák]
  • tdf#133116 Help file does not describe Create MSO lock file option [Olivier Hallot]
  • tdf#133326 Crash after redo (steps in comment 5) [Noel Grandin]
  • tdf#133524 Add double angle quote («, ») autocorrection, where "Single/Double quotes AutoCorrect" locale settings don't support it [László Németh]
  • tdf#133538 Need An Icon for the New Show Whitespace Command [Rizal Muttaqin]
  • tdf#133582 Tools > Options has no check boxes [Rizal Muttaqin]
  • tdf#133589 add transliteration support for Old Hungarian [Mike Kaganski]
  • tdf#133629 FORMATTING: Calc crashes on setting borders to all cells on more than one sheet simultaneously [Noel Grandin]
  • tdf#133640 Links and/or headings need a redesign [Adolfo Jayme Barrientos]
  • tdf#133662 French translation missing in 'help' menu and in 'about LibreOfficeDev' window [Ilmari Lauhakangas]
  • tdf#133670 FILEOPEN DOCX Text box horizontal size grows with relative width to right margin [Szabolcs Toth]
  • tdf#133692 Add margin to formula bar [Thorsten Wagner]
  • tdf#133699 Slow sorting of a column [Noel Grandin]
  • tdf#133701 FILESAVE DOCX Frame distance from text setting lost [Tibor Nagy]
  • tdf#133753 "Base point" image in "Position and Size" dialog is missing [Rizal Muttaqin]
  • tdf#133788 Gallery theme names no longer localized in 7.0 [Heiko Tietze]
  • tdf#133807 Closing Find All results doesn't focus Find & Replace dialog [Caolán McNamara]
  • tdf#133858 opening spreadsheet with large array formula takes 10 mins [Noel Grandin]
  • tdf#133859 Wizard service initially enables "Next"-button even if there are no more items in the path [Ilhan Yesil]
  • tdf#133913 Passing a constant to a Basic function changes variant parameter type to integer [Andreas Heinisch]
  • tdf#133924 FILESAVE DOCX Frame Wrap around property saved incorrectly [Tibor Nagy]
  • tdf#133981 CRASH: Undoing deletion of selection [Michael Stahl]
  • tdf#133982 CRASH: copying content in nested table [Michael Stahl]
  • tdf#133990 CRASH: Undoing table deletion [Michael Stahl]
  • tdf#134009 Multiple delete frame style undo actions after paste [Michael Stahl]
  • tdf#134021 Crash swlo!SwFrame::CheckPageDescs+0x12d6: [Michael Stahl]
  • tdf#134023 Select the table by dragging over the columns become harder [Justin Luth]
  • tdf#134029 EDITING Pie chart data label cannot be moved if outside chart with Best fit [Balazs Varga]
  • tdf#134032 Formula cell used in macro with function EOMONTH() or FIN:MOIS() giving #NAME? [Olivier Hallot]
  • tdf#134035 Separate date format in Writer and Calc for Hungarian [László Németh]
  • tdf#134039 EDITING Pie chart area resizes when data label is moved [Balazs Varga]
  • tdf#134043 DOCX import: use DropDown text field instead of ComboBox form control [Serge Krot]
  • tdf#134053 FILEOPEN PPTX: dotted line shows as solid [Regina Henschel]
  • tdf#134054 High UI scaling reveal triangles / arrows are too large [Jan-Marek Glogowski]
  • tdf#134063 FILEOPEN DOCX Tabs at the beginning of line no longer appear [Vasily Melenchuk]
  • tdf#134084 Double underline under Font color and Highlight color [Caolán McNamara]
  • tdf#134099 BigPtrArray::Index2Block undo crash [Miklos Vajna]
  • tdf#134106 Binary URP bridge disposed during call to ServiceManager.createInstanceWithContext [Stephan Bergmann]
  • tdf#134129 Skia: Image is blurry in edit mode, if 'Force Skia software rendering' is off [Luboš Luňák]
  • tdf#134134 Soft edge does not work together with shadow in slideshow [Mike Kaganski]
  • tdf#134152 Skia: a shadow on a specific object is broken [Luboš Luňák]
  • tdf#134160 Dragging image around slow (Skia Raster; SkColorFilters::Blend) [Luboš Luňák]
  • tdf#134167 No SDBC driver was found for sdbc:embedded:hsqldb [Stephan Bergmann]
  • tdf#134234 FILEOPEN: SUMPRODUCT formulas are broken [Noel Grandin]
  • tdf#134235 FILEOPEN DOCX Long chart title flows out of chart area [Tünde Tóth]
  • tdf#134243 Hang launching mailmerge wizard with a specific file [Caolán McNamara]
  • tdf#134247 FILEOPEN DOCX Stacked charts with resized legend show legend entries reversed [Tünde Tóth]
  • tdf#134277 FILEOPEN DOCX Image in table rendered on wrong page [Bakos Attila]
  • tdf#134280 Can set Epsilon Level 4 on Coin MP Solver [Caolán McNamara]
  • tdf#134285 Error Adding gallery images to Impress Presentation [Caolán McNamara]
  • tdf#134291 Names of new hatch patterns in 7.0 not localizable [Julien Nabet]
  • tdf#134326 Text Grid should accept floating point font-size for base text and ruby [Caolán McNamara]
  • tdf#134346 SVG graphics in LO Draw lose fidelity when using SKIA [Luboš Luňák]
  • tdf#134357 Sidebar: paragraph widget clipped on the right (and far wider than necessary) [Caolán McNamara]
  • tdf#134360 Sidebar: paragraph widget: numeric fields become inactive/unaccessible after saving (GTK3) [Caolán McNamara]
  • tdf#134365 Large GIF animation slow with Skia Vulkan/fine with Raster [Luboš Luňák]
  • tdf#134386 UI “Data series in rows” in chart wizard became ineffective [Caolán McNamara]
  • tdf#134390 Error with Row and Column fields in Calc's Navigator dialog at LO 7 (regression from 6.4.4.2). [Caolán McNamara]
  • tdf#134404 Deleting a page break with backspace deleted the image on the previous page [Michael Stahl]
  • tdf#134414 UI: The field dialog has some odd with text positioning [Caolán McNamara]

New in LibreOffice 6.4.4.2 Fresh (May 21, 2020)

  • core:
  • bump product version to 6.4.4.1.0+ [Christian Lohmaier]
  • bump product version to 6.4.4.2 [Christian Lohmaier]
  • dispose progressbar when its target is destroyed (tdf#131956) [Caolán McNamara]
  • ensure we don't reuse the last SetSearchMask setting (tdf#130108) [Caolán McNamara]
  • give default focus to the file name field (tdf#130505) [Caolán McNamara]
  • limit forms to http[s] [Caolán McNamara]
  • revert "c10 vcl/button: enforce only one radio selected on init" (tdf#125609) [Justin Luth]
  • revert fix for (tdf#132282, tdf#131554) [Xisco Fauli]
  • sanitize properly Calc search bounds (tdf#132783) [LuboÅ¡ Luňák]
  • sw: fix creation of frames on end node in CopyWithFlyInFly() (tdf#132187) [Michael Stahl]
  • update credits [Christian Lohmaier]
  • update git submodules [Christian Lohmaier]
  • use the LinkManager persist to determine the Referer [Caolán McNamara]
  • version 6.4.4.2, tag libreoffice-6.4.4.2 [Christian Lohmaier]
  • we only want the text from column 0 (tdf#131898) [Caolán McNamara]
  • dictionaries:
  • version 6.4.4.2, tag libreoffice-6.4.4.2 [Christian Lohmaier]
  • help:
  • version 6.4.4.2, tag libreoffice-6.4.4.2 [Christian Lohmaier]
  • translations:
  • update translations for 6.4.4 rc2 [Christian Lohmaier]

New in LibreOffice 6.4.0.3 Fresh (Jan 29, 2020)

  • Calc 6.3: Asian Font is Wrongly Applied to Western Text (tdf#126248) [LuboÅ¡ Luňák]
  • PARAGRAPH TABS: Not possible to delete all tabs in table cells. (tdf#127417) [Caolán McNamara]
  • macOS -- LibreOffice crash within 40s after opening app when online update automatically enabled, or with check from the Extension manager -- https certificate issues (tdf#127619) [Stephan Bergmann]
  • Calc: cannot format whole row of unprotected cells since LO 6.3 (tdf#129393) [Noel Grandin]
  • FILESAVE: DOCX: Some page's numbers in TOC are lost after RT (tdf#129525) [Michael Stahl]
  • FILESAVE: RTF: Duplicated entries in TOC after RT in MSO (tdf#129574) [Michael Stahl]
  • Preview image for encrypted files garbled (tdf#129788) [Xisco Faulí]
  • Crash when copying the content of a complex DOCX (tdf#129805) [Michael Stahl]
  • Crash inspecting properties of cell range object in IDE (tdf#129839) [Mike Kaganski]
  • CRASH: Scrolling down document (tdf#129887) [Serge Krot]
  • Help button in Options - LibreOffice does not show relevant pages (tdf#129904) [Caolán McNamara]
  • Crash at Data > Group and outlone > AutoOutline (tdf#129908) [Noel Grandin]
  • EDITING - While pasting data in a table, selecting "Next" makes Base crash (tdf#130075) [Caolán McNamara]
  • Create New Folder in the Save Dialog crashes with the gen (X11) VCL plugin (tdf#130090) [Caolán McNamara]

New in LibreOffice 6.3.3.2 Fresh (Oct 31, 2019)

  • Writer:
  • The “Words With TWo INitial CApitals” AutoCorrect exception list function has been extended to also be considered when changing case in “Capitalize first letter of every sentence” and “Correct accidental use of cAPS lOCK key” functions. This allows avoid auto-capitalization in words like mRNA, iPhone, fMRI. It has been renamed to “Words With TWo INitial CApitals or sMALL iNITIAL” tdf#121779 (Mike Kaganski - Collabora).
  • Added UNO command .uno:TableCellBackgroundColor to allow setting single and multiple selected table cell(s) background color tdf#82504 (Jim Raykowski)
  • Add “Send Outline to Clipboard” button to Navigator ?? Context Menu (right click on “Headings”) tdf#123395 (Wenzhe Pei).
  • Variable input fields Insert ? Field ? More Fields... ? Variables ? Input field can now be edited inline, in the same way as was already possible for function input fields Insert ? Field ? More Fields... ? Functions ? Input field tdf#123968 (Michael Stahl, CIB)
  • Index/Table of Contents Update is now Undo/Redo enabled and no longer clears the Undo stack tdf#38703 (Michael Stahl, CIB)
  • Selection of drawing objects anchored at-character works more consistently and user-friendly now, and doesn't crash in Undo (Michael Stahl, CIB) core commit 28b77c89dfcafae82cf2a6d85731b643ff9290e5
  • Native copy from Calc into Writer text tables (introduced in LO 6.2, see tdf#37223) improvement: only visible cells of a filtering are being copy and paste tdf#124646 (László Németh, NISZ)
  • Only filtered rows of the Calc data are copied to Writer tables
  • Page backgrounds (color, gradient and tiled bitmaps) are now covering the entire page, not only within page margins tdf#33041 (László Németh, NISZ)
  • Colored pages without white margins
  • New bottom-to-top, left-to-right writing direction in table cells and text frames, improving compatibility with Word blog post 1 blog post 2 (Miklos Vajna, Collabora)
  • New btLr text direction in Writer:
  • Importing charts from DOCX drawingML group shapes is now possible blog post (Miklos Vajna, Collabora)
  • Import of Microsoft drawingML group shapes in Writer
  • Interoperable text-based form controls
  • LibreOffice already imported Microsoft Word forms reasonably well - much had improved over the years - and from LibreOffice 6.3 on it is also possible to add Word form controls. After setting the options Tools ? Options ? Writer ? Compatibility ? Reorganize Forms menu to have it MS compatible, the Forms menu in Writer changes.
  • Microsoft compatible forms menu in Writer:
  • Optional Forms menu layout, similar to Microsoft Office (Tamás Zolnai, Collabora)
  • Implement GUI for legacy form controls (Tamás Zolnai, Collabora)
  • There is much more interesting to know about this improvement with forms; see also this page: Form controls in LibreOffice
  • Open/Save Performance:
  • Improve performance of bookmarks. Export time is 1.5 times faster tdf#117066 (Noel Grandin, Collabora)
  • Improve performance of large tables. tdf#84635 (Noel Grandin, Collabora)
  • Improve performance of embedded fonts. tdf#69060 (Mike Kaganski, Collabora)
  • Improve perfomance for some ODT files tdf#63640 (Noel Grandin, Collabora)
  • Better performance of various file openings in Writer
  • See the full list of perf Writer bugs fixed in this version here
  • Calc:
  • Added UNO API to let cell anchored graphics resize with the cell (Samuel Mehrbrodt, CIB) tdf#124329
  • Added new Russian ruble currency symbol to currency formats. It will display the ? character (U+20BD) instead of ???. or other localized variants (Eike Rathke, Red Hat) tdf#96711
  • Added new drop-down widget into formula bar instead old tool Sum (Gagandeep Singh) tdf#120697
  • New drop-down widget in formula bar
  • User can disable the extra dialog for search results. For activate of this dialog use option Show summary of replaced cells in dialog Tools ? Options ? Calc ? View ? Window tdf#87965 (Heiko Tietze)
  • Search results:
  • Added a new checkbox in Data ? Statistics ? Moving Average dialog that allows trimming of the input range to the actual data content before computing moving-average. This checkbox is enabled by default. Also fixed the underlying performance problem even for the case when this checkbox is disabled (Dennis Francis, Collabora) tdf#99938.
  • Moving Average dialog with the new “trim input range” checkbox.
  • The auto-filter popup no longer flickers on Windows without OpenGL tdf#101086 (Miklos Vajna, Collabora)
  • It's now possible to sort range containing a protected labels row tdf#119804 (Martin van Zijl)
  • Rework Data ? Statistics ? Sampling dialog
  • All work was made by Eike Rathke commit
  • Add “With replacement” checkbutton
  • checked: WR (with replacement, put back after draw), larger sample size than population size possible
  • mutually exclusive with “Keep order”
  • unchecked: WOR (without replacement, do not put back after draw), sample size limited to population size
  • automatically unchecked for “Periodic” samples
  • Add “Keep order” checkbutton
  • checked: samples are drawn in order of population data
  • WOR method mutually exclusive with “With replacement”
  • automatically checked for “Periodic” samples
  • unchecked: samples are drawn in random order
  • Sampling dialog with the new options, “With replacement” and “Keep order”
  • Limit “Sample size” and “Period” input fields to size of population for all WOR methods
  • when limiting, increment “Sample size” and “Period” up to their last known value when enlarging the population size
  • Previously, for “Periodic” samples the “Period” field was never limited, which for populations of smaller size makes no sense.
  • The new recent implementation for “Random” without “Keep order” and without “With replacement” set (WOR) strictly needs “Sample size” limited to population size.
  • New spreadsheet functions:
  • FOURIER() function
  • FOURIER(Array, GroupedByColumns, Inverse, Polar, MinimumMagnitude) is a matrix formula that computes discrete Fourier transform [DFT] of an input array (first argument) using a couple of Fast Fourier Transform algorithms. All features of this formula will also be available graphically via the dialog Data ? Statistics ? Fourier analysis tdf#74664 blog (Dennis Francis, Collabora)
  • The data in input array(first argument) can be:
  • grouped by columns (needs to be indicated by flag GroupedByColumns = TRUE). In this case the array can contain 1 or 2 columns, where the first column contains the real part of input sequence and second column if present contains the imaginary part of the input sequence. If there is only 1 column, the input sequence is treated as purely real.
  • grouped by rows (needs to be indicated by flag GroupedByColumns = FALSE). In this case the array can contain 1 or 2 rows, where the first row contains the real part of input sequence and second row if present contains the imaginary part of the input sequence. If there is only 1 row, the input sequence is treated as purely real.
  • The third argument “Inverse” is a boolean flag to indicate whether an inverse DFT needs to be computed. This argument is optional and the default value is FALSE.
  • The fourth argument Polar is a boolean flag to indicate whether the final output needs to be in polar coordinates. This argument is optional and the default value is FALSE.
  • The result of DFT consists of two columns - first column contains the real parts (or the magnitudes if Polar=TRUE) and second column contains the imaginary parts (or the phases if Polar=TRUE).
  • There is a 5th optional parameter, MinimumMagnitude. This parameter is used only if Polar=TRUE. All frequency components with magnitude less than MinimumMagnitude will be suppressed with a zero magnitude-phase entry. This is very useful when looking at the magnitude-phase spectrum of a signal because there is always some very tiny amount of rounding error when doing FFT algorithms and results in incorrect non-zero phase for non-existent frequencies. By providing a suitable value to this parameter, these non-existent frequency components can be suppressed. By default the value of this 5th parameter is 0.0, so *no* suppression is done by default.
  • Fourier Analysis Tool in action
  • Performance:
  • Speed-up loading of XLSX files. tdf#67629 tdf#89522 tdf#121094 (Noel Grandin, Collabora)
  • Speed-up loading of ODS files. tdf#120445 tdf#85482 (Noel Grandin, Collabora)
  • Speed-up loading and rendering of Calc files with VLOOKUP (Serge Krot, CIB / Eike Rathke, Red Hat) tdf#121052
  • Speed-up saving files to XLS format. tdf#85470 (Noel Grandin, Collabora)
  • Cache MDDS positions to improve performance while working with large datasets tdf#112383 (Luboš Lunák, Collabora)
  • Improved performance in Calc:
  • See the full list of perf Calc bugs fixed in this version here
  • Changed spreadsheet functions
  • Impress & Draw:
  • Users may now drag’n’drop multiple Impress animations to reorder them. (Brian Fraser) commit
  • Introduce an expert option ‘WriteLayerStateAsConfigItem’ with default value ‘true’. If you set it to ‘false’, the visible/printable/locked state of layers are only written ODF conform to part styles.xml, otherwise to settings.xml in addition. You might need the option ‘false’ to avoid inconsistency in case you manipulate layers via macro. (Regina Henschel) commit
  • OOXML preset shapes as used by PowerPoint or SoftMaker had some glitches in handle-movement, when you tried to alter the shapes in LibreOffice. The shape outline moved in opposite direction of the handle movement, or the handle jumped to a new location, when you touched it, or the handle was not movable at all. That is fixed for most shapes now. (Regina Henschel, tdf#115813, tdf#125126, tdf#125181, tdf#125445)
  • Various improvements to the import of SmartArt from PPTX files Blog post 1 Blog post 2 blog post 3 blog post 4 (Miklos Vajna, Collabora)
  • Microsoft compatible forms menu in Writer
  • Base:
  • Firebird Migration Assistant, previously available only in experimental mode, will prompt users to migrate their Base HSQLdb embedded files by default.
  • Includes 13 resolved issues, including:
  • 5 for Firebird sdbc support
  • 2 for MySQL/Mariadb support
  • 1 dBase file format support
  • 2 general UI enhancement
  • Chart:
  • Implement feature to disable legend entry for series (Markus Mohrhard) tdf#51671
  • Add palette selection to options charts default colors (Jim Raykowski) tdf#105225
  • Math:
  • Introduce attributes harpoon and wideharpoon for an alternative representation of vectors, which combines a variable name with the harpoon symbol (U+20D1 ??) as like attributes vec and widevec tdf#120047 (Takeshi Abe).
  • BASIC:
  • Core / General:
  • LibreOffice TWAIN module on Windows was reimplemented as a separate 32-bit shim executable (twain32shim.exe). This allows both 32-bit and 64-bit LibreOffice to use 32-bit TWAIN Windows component. Now finally LibreOffice x64 for Windows is able to use scanner (tdf#114635 - Mike Kaganski, Collabora).
  • The number of saved searches in the Find & Replace dialog can be adjusted per expert configuration Tools ? Options ? LibreOffice ? Advanced org::openoffice::Office::Common::Misc::FindReplaceRememberedSearches tdf#122322 (Heiko Tietze)
  • New command .uno:InsertNarrowNobreakSpace introduced bound to ? Shift+Alt+Space that inserts a non-breakable narrow space (U+202F) tdf#121596 (Heiko Tietze)
  • Added ability to create and change properties of UNO grid control and UNO Hyperlink control within the Dialog-Editor tdf#53524,i#119731 (Shubham Goyal - Samuel Mehrbrodt, CIB).
  • Tip-Of-The-Day dialog shows useful information once per day on startup tdf#124238 (Heiko Tietze)
  • Tip of the Day:
  • What's-New infobar pointing to the release notes when a new version is started for the first time tdf#69042 (Heiko Tietze)
  • What’s New infobar:
  • Sentence selection (triple click) is available for keyboard customization now (no default shortcut assigned) tdf#124552 (Heiko Tietze)
  • If an unmodified template document is opened in an existing window, it will no longer be overwritten by a new document. Instead, a new document will open in a new window tdf#83722 (Katarina Behrens, CIB)
  • The Apple Advanced Typography (AAT) layout is now supported on all platforms. commit (Khaled Hosny)
  • Ability to read and optionally generate MSO lockfiles was added. Now LibreOffice can report who of MS Office users has locked a document by reading the lock files generated by MS Office; and when "Create MSO lock file" is checked at Tools ? Options ? Load/Save ? Microsoft Office, LibreOffice would generate such files in addition to own lock files, to allow MS Office users to know who has locked documents, too. tdf#34171, commit (Mike Kaganski, Collabora / Tamás Zolnai, Collabora)
  • New Feature: Redaction:
  • Now it is possible to redact your documents with LibreOffice to remove/hide sensitive information. blog post (Muhammet Kara, Collabora)
  • Redaction tool in LibreOffice
  • Redaction in its sanitization sense is the blacking out or deletion of text in a document, or the result of such an effort. It is intended to allow the selective disclosure of information in a document while keeping other parts of the document secret. Typically the result is a document that is suitable for publication or for dissemination to others than the intended audience of the original document. For example, when a document is subpoenaed in a court case, information not specifically relevant to the case at hand is often redacted. Redaction in Wikipedia
  • Although there are some proprietary software applications in the market for this purpose, they have their own limitations like lack of support for open/libre document formats. Thanks to LibreOffice's great support for various file formats, and our recent work on implementing this new feature on top of it, it is now possible to redact most of your documents without leaving the comfort of your favourite office suite.
  • Open your document in LibreOffice:
  • Click (Tools ? Redact) from the main menu, and wait for your document to be prepared for redaction (converted to an internal meta-format, and transferred to Draw)
  • Do the redaction by using the “Rectangle Redaction,” and the “Freeform Redaction” tools on the “Redaction Toolbar”
  • Save & share the in-redaction copies of the document with peers either in the modifiable (odg) or the verbatim (pdf) format at your option
  • Once you are ready to finalize the redaction, click the desired option on the “Redacted Export” tool on the Redaction toolbar
  • Redaction command in the Tools menu of Writer
  • Starting redaction in Draw (Redaction toolbar is in the green rectangle)
  • Screenshot while redacting a document in LibreOffice
  • Screenshot of a redacted document, finalized and exported as PDF
  • Some Notes:
  • As a result, you will have a pixellized version of the redacted document in PDF. There will be no selectable text in it, and the redacted content will be non-existent.
  • During redaction, the redaction shapes will be transparent and in grey so that the user can see what they are redacting.
  • The Redaction Toolbar
  • There are currently 4 tools on the Redaction toolbar (from left to right): Rectangle Redaction, Freeform Redaction, Redacted Export, Direct Export to PDF
  • The Rectangle Redaction tool allows the user to mark the content for redaction by drawing transparent rectangles covering the content
  • The Freeform Redaction tool allows the user to mark the content for redaction by drawing freeform lines/polygons covering the content
  • The “Redacted Export” button box has two options: “Redacted Export (Black)” and “Redacted Export (White).” When clicked, it will finalize your document (by converting the transparent grey redaction shapes to opaque black or white shapes), and export as a pixellized PDF file. The “White” option might be preferred to save toner while printing.
  • The Direct Export to PDF button allows the user to take an in-redaction copy of the document in PDF to share as a verbatim copy for review
  • LibreOffice Help
  • Help pages on Python Macro programming (Alain Romedenne, Olivier Hallot)
  • More pages on undocumented BASIC objects and functions (Alain Romedenne, Olivier Hallot)
  • Python and BASIC code fragments better rendered in Help pages (Olivier Hallot)
  • Bascode rendering.png
  • Python and Basic code fragments can now be copied to clipboard on a mouse click for later use - tdf#122548 (Olivier Hallot)
  • Extension of the XML dictionary (DTD) to simplify markup for Help pages (Olivier Hallot)
  • The Online Help Editor (Olivier Hallot, Mike Saunders)
  • Refactoring of Math icons to SVG (Mark Robbinson, Olivier Hallot)
  • Refactoring of Help file names for Draw (Ilmari Lauhakangas, Olivier Hallot)
  • Code cleanups and typo fixing (Sophia Schröder, Andrea Gelmini)
  • Calc functions CONCAT, TEXTJOIN, IFS, SWITCH documented (Olivier Hallot, Wilfried Donkers)
  • Calc functions now indicates the LibreOffice release of their implementation (Olivier Hallot, Mike Kaganski)
  • Filters:
  • Improvements of the EMF+ export filter
  • add proper rotation support for Ellipse, Arc and Pie tdf#122498 (Bartosz Kosiorek)
  • add support for image rotation and shearing tdf#122557 (Bartosz Kosiorek)
  • add transparency support for drawing lines tdf#122559 (Bartosz Kosiorek)
  • correct line weight tdf#122646 (Bartosz Kosiorek)
  • add transparency support for linear gradients tdf#124424 (Bartosz Kosiorek)
  • Improvements of the PDF export filter
  • added support for PDF/A-2 export, switched UI to be able to use either PDF/A-1 or PDF/A-2 tdf#62728 (Thorsten Behrens, CIB)
  • fixed a number of veraPDF-reported PDF validation issues for PDF/A tdf#113448 (Thorsten Behrens, CIB)
  • Improvements of OOXML filters:
  • Added support for export to spreadsheet template file .xltx tdf#99438 (Vasily Melenchuk, CIB)
  • Added support for export to text document template file .dotx commit (Vasily Melenchuk, CIB)
  • Improve XLSX Pivot table interoperability tdf#123939, tdf#124651, tdf#113908, tdf#124736, tdf#124772, tdf#124810, tdf#124881, tdf#124883, (Mike Kaganski, Collabora)
  • Preserve SmartArts when exporting PPTX files to allow editing in PowerPoint commit (Grzegorz Araminowicz, Collabora)
  • Improvements of Tagged PDF export
  • Several enhancements were made to Tagged PDF export in order to improve accessibility of produced documents and PDF standard compliance, in particular:
  • better tagging of bullets and numbered lists
  • export of image title and description (alt text)
  • images on slide/page background are now exported as artifacts, thus not announced by screenreader
  • This work has been sponsored by Blackboard Ally (Armin Le Grand, Katarina Behrens, CIB)
  • GUI:
  • Notebookbar
  • The new Tabbed Compact UI is ready for release! Writer, Calc, Impress and Draw have complete Tabbed Compact UI versions. Try it out by selecting it in (View ? User Interface). (Andreas Kainz)
  • The new Tabbed Compact UI.
  • The new Contextual Single UI is ready for release in Writer and Draw! Try it out by selecting it in (View ? User Interface). (Andreas Kainz)
  • New Contextual Single UI for Writer and Draw.
  • General Improvements
  • Now icons of the uno commands with extra parameters are displayed correctly. commit 2e732cbbd52e4bb1ea3e03efea33c97d4e528b0d (Muhammet Kara, Collabora)
  • Classic Toolbars:
  • Toolbar More controls was deleted and all tools from this toolbar were moved to toolbar Form Controls. It was made for all modules of LibreOffice. tdf#112411 (Roman Kuznetsov)
  • Icon Theme:
  • Sifr icon theme got a huge update (Andreas Kainz)
  • Comparison between Sifr icons in LibreOffice 6.2 (Top) with Sifr icons in LibreOffice 6.3 (Bottom).
  • Karasa Jaga icon theme reworked from 22px*22px size to 24px*24px one. tdf#124808 (Rizal Muttaqin)
  • To up Karasa Jaga large icons in version 6.2, to down - in version 6.3
  • Karasa Jaga icon theme got SVG (Scalable Vector Graphics) version. tdf#125368 (Rizal Muttaqin)
  • Dialogs:
  • Changed fonts in LibreOffice’s installer dialog in Windows from Tahoma 8 to Segoe UI 9 and changed width of windows of dialog tdf#99891 (Roman Kuznetsov)
  • Above - old dialog, bottom - new
  • Sidebar:
  • Sidebar width can now be configured via the Office/UI/Sidebar/General/MaximumWidth config option. tdf#124255 (Samuel Mehrbrodt, CIB)
  • Some improvements to handle different widths for sidebar decks commit 1 d0c73ce13c02c37fcc094ac6612d6a8eee2a4026 commit 2 a58391b1f61db702a5246c5a33717cbba68c5252 (Samuel Mehrbrodt, CIB)
  • Changed Bullet style’s names in Style section of Writer Sidebar tdf#124471 (Roman Kuznetsov)
  • Changed Bullet style’s names in Style section of Sidebar. Before - to left, after - to right
  • Calc/Draw tabs:
  • Calc and Draw tabs were changed for more visible and usability tdf#124572 (Tomaž Vajngerl, Collabora)
  • To left Calc tabs in version 6.2, to right - in version 6.3
  • To left Draw tabs in version 6.2, to right - in version 6.3
  • Calc Formula bar:
  • Drop-down control in Calc Formula bar was reworked for solve some visual problems tdf#101443 (Thorsten Wagner)
  • On top - before, on bottom - after
  • Online
  • Admin:
  • Improved handling of information about storage loading failures for hosting/development (Szymon Klos, Collabora)
  • Improved logging (Tor Lillqvist, Michael Meeks, Collabora)
  • Integration:
  • The location of the online Help is now configurable (Andras Timar, Ashod Nakashian, Collabora)
  • It can now be configured that printing is not available for the user (Ashod Nakashian, Collabora)
  • Inform people working on integrations if the Online they are using is supporting (new) features (Jan Holesovsky, Collabora)
  • Allow the hiding of the list of users (Szymon Klos, Collabora)
  • Customization:
  • The following PostMessage methods have been added to allow UI customization: (Samuel Mehrbodt, CIB)
  • Hide_Menubar/Show_Menubar - to hide/show the menu bar
  • Remove_Button to remove a button from the toolbar
  • Insert_Button now has a paramter to specify the insert position as well as the UNO command to be executed on click
  • Performance:
  • Improved speed of handling online-documents (Michael Meeks, Ashod Nakashian, Collabora)
  • Faster loading of pages (Henry Castro, Collabora)
  • HiDPI:
  • Correct display of group level controls on hidpi display (Marco Cecchetti, Collabora)
  • Document signing:
  • Signing, export and upload of PDF, ODT and DOCX can now be done in one combined action (Tomaž Vajngerl, Collabora)
  • Improvements in showing identity of the currently logged in on the signing toolbar (Tomaž Vajngerl, Collabora)
  • The Vereign Sign dialog has been improved, as well as the toolbar (Tomaž Vajngerl, Jan Holesovsky, Miklos Vajna, Collabora)
  • Added config items for Vereign toolbar (Andras Timar, Collabora)
  • Charts:
  • Improved dragging for pie segments of charts (Marco Cecchetti, Collabora)
  • Improving selecting of chart elements (Marco Cecchetti, Collabora)
  • User interaction:
  • Improvements in handling online user dialogs (Szymon Klos, Collabora)
  • Easier pasting experience for the user (Jan Holesovsky, Collabora)
  • If the user clicks a link, tell which site they are about to visit and ask if that is OK (Jan Holesovsky, Szymon Klos, Collabora)
  • Ask user before opening a Hyperlink:
  • Improved keyboard handling for Delete and Insert key (Iván Sánchez Ortega, Collabora)
  • Improved context menu’s on iOS Safari (Henry Castro, Collabora)
  • The user can now paste text into fields in dialogs (Henry Castro, Collabora)
  • Many improvements and additions to the menu (Ashod Nakashian, Collabora)
  • Improved selection and input in text boxes (Henry Castro, Collabora)
  • The status bar now indicates when a document is modified (Henry Castro, Collabora)
  • Extra toolbar command names are available (Jan Holesovsky, Collabora)
  • The zooming of the Insert Hyperlink dialog is fixed (Szymon Klos, Collabora)
  • Better width of About and Help popup windows on narrow and wide screens (Andras Timar, Collabora)
  • Misc:
  • Improved selection and rotating of images in Writer (Marco Cecchetti, Collabora)
  • Rotating of Images now easier:
  • Show user colors when no avatar is available (Szymon Klos, Collabora)
  • Make avatar unified and colored (Szymon Klos, Collabora)
  • Microsoft Visio files are now opened (read-only) in the application (Tor Lillqvist, Collabora)
  • Microsoft Visio files now opened:
  • Share and Print buttons should be enabled also in read only mode (Jan Holesovsky, Collabora)
  • Language support: more possibilities for handling languages/locales added (Henry Castro, Ashod Nakashian, Collabora)
  • When creating a new document online, the user now can chose from (the installed) templates (merttumer, Collabora)
  • Custom Templates now supported
  • The user now has paste options in the context menu (Henry Castro, Collabora)
  • Updated Slovenian translation (Andras Timar, Collabora)
  • Calc:
  • The user now has the full power of the conditional formatting dialogs in Calc (Henry Castro, Jan Holesovsky, Collabora)
  • Conditional formatting in Calc
  • Improved inserting rows with the context menu (Marco Cecchetti, Collabora)
  • In Calc, users now have the following menus available (Mert Tumer, Collabora):
  • Insert ? Edit Header and Footer,
  • Tools ? Goal Seek,
  • Format ? Format Page,
  • Format ? Conditional Formatting ? Manage
  • Reduce read only toolbar height in Calc (Szymon Klos, Collabora)
  • Impress:
  • In Impress, users now can use Insert ? Header and Footer (Miklos Vajna, Collabora)
  • Impress toolbar now has the button Insert Text Box, which directly inserts at the cursor position (Jan Holesovsky, Collabora)
  • Much improved update of preview in Impress online while there is a change in selection or editing (Ashod Nakashian, Collabora)
  • In Impress, users now have dialogs for formatting characters, paragraphs and the page (Jan Holesovsky, Collabora)
  • Insert > Chart available in Writer
  • The Insert Chart... toolbar button now also is available in Impress (Jan Holesovsky, Collabora)
  • Writer:
  • Improved displaying of comments, so that those from various places do not overlap (Marco Cecchetti, Collabora)
  • In Writer, users can now add and change watermarks via the dialog (Mert Tümer, Collabora)
  • Add and edit Watermark in Writer Online
  • In Writer, users can now use the menu (Miklos Vajna, Collabora):
  • Insert ? Section
  • Format ? Section, and
  • Insert ? Table of Contents and Index ? Index Entry or .... ? Bibliography Entry
  • The Insert Chart… toolbar button now also is available in Writer (Jan Holesovsky, Collabora)
  • Insert Charts in Writer
  • Localization:
  • Incorporation of other languages
  • Improvements to proofing tools and language support
  • see details on the changes: [1]
  • Afrikaans. The spelling dictionary was updated.
  • Breton. The spelling dictionary was updated.
  • Danish. The spelling dictionary was updated.
  • English (GB). The spelling dictionary was updated.
  • Galician. The spelling dictionary was updated.
  • Serbian. The spelling dictionary was updated.
  • Slovenian. The thesaurus was updated.
  • Spanish. The spelling dictionary was updated.
  • Thai. The spelling dictionary was updated.
  • Feature removal / deprecation:
  • Java
  • Support for Java 5 has been removed. Java 6 is now the oldest supported version. (Samuel Mehrbrodt, CIB)
  • General
  • GStreamer 0.10 deprecation
  • Support for GStreamer 0.10 is deprecated and will no longer be present in the subsequent LibreOffice version 6.4 (commit 6b911ae9eb9484bebbdc1323210020486f5ef33f). GStreamer 1.0 continues to be supported.
  • GUI:
  • KDE4 VCL plugin
  • KDE4 is out of maintenance upstream since November 2014. LibreOffice’s KDE4 VCL plugin has been removed and binaries provided by TDF have switched to KDE5 as the official backend. commit 410bf59de02192c2daf1158b9de76ec0ebab4c56
  • GTK+2 VCL plugin
  • The GTK+2 VCL backend is deprecated and will be removed in the next version.
  • Personalization
  • Firefox Personas search & apply functionality has been removed from the personalization dialog (Tools ? Options ? LibreOffice ? Personalization) as per the ESC & Design Team decisions, after major changes on the Mozilla side, which made it impossible to use their API and the themes data for us. The default personas are unaffected, and still functional. Future improvements and more features are planned by the Design Team, thanks to now having a clean slate, without the burden of chasing an external API. Firefox Themes are dead; long live the LibreOffice Themes! :) tdf#123831 (Muhammet Kara, Collabora)
  • Personalization dialog with preinstalled themes, without Firefox Personas support
  • Please beware that although users may continue using their already installed personas as long as they don’t switch to a default persona; once a default persona is applied, there is no way to go back to the custom theme via normal means.

New in LibreOffice 6.3.1.2 Fresh (Sep 5, 2019)

  • Text flickering when highlighting text in about us windows (tdf#118856) [Miklos Vajna]
  • LibreOffice UI freezes (shows not responding) while exporting a pdf (tdf#125869) [Noel Grandin]
  • Help - About is black with Linux gen and gtk2 backend (tdf#126254) [Caolán McNamara]
  • Selecting of control points of curves not working correctly for combined polygons (tdf#126271) [Regina Henschel]
  • Crash in: ScColumn::MergeBlockFrame(SvxBoxItem *,SvxBoxInfoItem *,ScLineFlags &,long,long,bool,short) (tdf#126418) [Mike Kaganski]
  • I cannot create custom categories for captions (tdf#126693) [Caolán McNamara]
  • size of conditional formatting window prevents text to be changed (right end unreachable) (tdf#126781) [Caolán McNamara]
  • Config Tip-Of-The-Day option is shown displaced (tdf#126805) [Heiko Tietze]
  • Can't retrieve the mouse position written in the statusbar (tdf#126819) [Noel Grandin]
  • Icons not showing in menus (tdf#126830) [Noel Grandin]
  • No keyID for some tooltips in table toolbar (tdf#126908) [Laurent BP]
  • FILEOPEN: Multiple external link chain with several calc documents doesn't work properly any more (tdf#126928) [Eike Rathke]
  • Libreoffice v6.3.0.4 hangs - Scan in Writer/ Impress/ Draw/(Calc?) (tdf#126989) [Mike Kaganski]
  • Calc: Page Formatting: Header & Footer: can't move text cursor to proper position. (tdf#127002) [Caolán McNamara]
  • When attempting to insert a 'set variable' field into a document, not all formatting options are available (tdf#127021) [Caolán McNamara]

New in LibreOffice 6.3.0.4 Fresh (Aug 9, 2019)

  • Writer and Calc performance has been improved by an order of magnitude based on documents provided by end users: text files with different bookmarks, tables and embedded fonts, large ODS/XLSX spreadsheets, and Calc files with VLOOKUP load and render more quickly. Saving Calc spreadsheets as XLS files is also faster.
  • The Tabbed Compact version of the NotebookBar user interface, introduced in LibreOffice 6.2, is now available for Writer, Calc, Impress and Draw. It leaves more space for user documents, spreadsheets and presentations on laptops with wide screens. In addition, the new Contextual Single UI is ready for Writer and Draw.
  • In Calc, a new drop-down widget in the formula bar replaces the old Sum tool, giving the user quick access to the most frequently used functions. Also, a new FOURIER function has been added, to compute the discrete Fourier transform of an input array.
  • Export as PDF has been improved with the support for the standard PDF/A-2 document format, which is required by several organizations for long term file storage. In addition, the design of editable PDF forms has been simplified with the addition of the Form menu to Writer, to further improve one of LibreOffice strongest features.
  • Documents can now be redacted to remove or hide sensitive information such as personal data before exporting or sharing the file, to help companies or organisations to comply with regulations.
  • On Windows, a proper console mode was added, with better output and error codes. This makes it easier to use LibreOffice to perform batch operations such as printing or converting many documents.
  • Interoperability with Microsoft Office proprietary file formats has been improved in several areas with export support for DOTX document templates and XLTX spreadsheet templates, import of charts from DOCX drawingML group shapes, import/export of SmartArt from PPTX files, to preserve editing capabilities in PowerPoint, and better XLSX Pivot table interoperability.
  • LibreOffice 6.3’s new features have been developed by a large community of code contributors: 65% of commits are from developers employed by companies sitting in the Advisory Board like Collabora, Red Hat and CIB, plus other organizations, and 35% are from individual volunteers.
  • In addition, there is a global community of individual volunteers taking care of other fundamental activities such as quality assurance, software localization, user interface design and user experience, editing of help system and documentation, plus free software and open document standards advocacy.

New in LibreOffice 6.2.5.2 Fresh (Jul 4, 2019)

  • Text in Thai for some font go right to left (tdf#121486) [Khaled Hosny]
  • Basic script error after update from LO 6.1.X to LO 6.2.X, when "URI" to open from a hyperlink is vnd.sun.star.script:... (tdf#124251) [Eike Rathke]
  • COMPARE DOCUMENTS: Crash in swlo!SwRedlineData::SetSeqNo (tdf#125660) [Michael Stahl]
  • Crash in: OutputDevice::InitClipRegion on Slide show (tdf#125670) [Jan-Marek Glogowski]
  • Crash swlo!SwAnchoredDrawObject::IsValidPos (tdf#125754) [Michael Stahl]
  • Toolbar icons not displayed in gen (tdf#125777) [Jan-Marek Glogowski]
  • CRASH: Updating link to external files (tdf#125983) [Noel Grandin]
  • Crash deleting template (tdf#126000) [Noel Grandin]

New in LibreOffice 6.2.2 RC1 Fresh (Mar 21, 2019)

  • Fixed bugs:
  • tdf#90243 SIDEBAR: Named shapes incorrectly named in custom animation tab [Mark Hung]
  • tdf#93951 Changing a formula calculation to include § causes truncation [Eike Rathke]
  • tdf#101873 Cursor jumps to the begin of the document after searching for text not found [Miklos Vajna]
  • tdf#110987 Binary MS Office files identified as template when they're opened lacking file extension or with "wrong" file extension [Tor Lillqvist]
  • tdf#116382 UI: Border and background item of header and footer drop-down menu should open the dialog of Page style > Header > 'More' button [Aditya]
  • tdf#117761 Snake Algorithm unable to display accurate layout. [Miklos Vajna]
  • tdf#117890 Math Online Help: The screenshots in the Symbols and Edit Symbols pages are unhelpful [Olivier Hallot]
  • tdf#118707 Crash when cutting some content [Luboš Luňák]
  • tdf#119720 kde5: Buttons in some dialogs only shown after repaint is triggered [Aleksei Nikiforov]
  • tdf#119890 Default directory for my documents is not xdg-user-dir DOCUMENTS [Takeshi Abe]
  • tdf#120824 KDE5: Submenu for Edit -> Object doesn't appear [Aleksei Nikiforov]
  • tdf#121040 Different row height calculation in Linux and Windows in specific ODS [Serge Krot]
  • tdf#121440 EDITING DOCX, Word document edited in Writer by typing after and before footnote number, the typed text become superscript [Vasily Melenchuk]
  • tdf#121532 LO62b1: on macOS local help opens an empty page in default browser [Stephan Bergmann]
  • tdf#121949 Crash in: libsclo.so Copy block of cells to clipboard with focus on non-selected cell [Luboš Luňák]
  • tdf#121970 kde5: Customizing menu breaks it [Aleksei Nikiforov]
  • tdf#122256 KDE5: no menu in data provider dialog [Aleksei Nikiforov]
  • tdf#122305 Form-Wizard: No wordwrap in Group Element and Combo Box Wizard for forms. [Caolán McNamara]
  • tdf#122307 Wizards: Dialog for form elements like list box wizard or group box wizard isn't resizable any more [Caolán McNamara]
  • tdf#122355 HELP button in Format Cells no longer opens help on Format Cells (it opens top of Help) [Caolán McNamara]
  • tdf#122643 Crash in: libc-2.27.so after setting Named Ranges to e.g. F:F (non-absolute columns) [Luboš Luňák]
  • tdf#122689 Cannot copy text from/to Libreoffice to/from other application in KDE [Michael Weghorn]
  • tdf#122982 LibreOffice Calc cut/paste image anchored to cell not functioning as expected [Samuel Mehrbrodt]
  • tdf#123057 MAILMERGE: Conditionally hidden sections can lead to wrong page count [Ilhan Yesil]
  • tdf#123090 Text in table in PPTX placed very oddly [Gülşah Köse]
  • tdf#123393 FILEOPEN RTF Font size in table cell is too big [Miklos Vajna]
  • tdf#123400 FILESAVE DOCX Data Label Separator is changing to Semicolon after exported [Balazs Varga]
  • tdf#123406 kde5: Crash pressing Esc in undocked Find toolbar [Aleksei Nikiforov]
  • tdf#123426 Number gets reversed when entered in Format Paragraph / Tabs / Position field [Caolán McNamara]
  • tdf#123451 the "." in the numeric keypad inputs '.' instead of ',' when using the kde5 VCL in Calc [Michael Weghorn]
  • tdf#123477 Array formula with COLUMN() function evaluates to #VALUE error [Eike Rathke]
  • tdf#123481 Threads get deadlocked in jurt [Samuel Mehrbrodt]
  • tdf#123485 Excel 2003 xml file with xls extension detected as HTML [Noel Grandin]
  • tdf#123488 Colibre: There isn't Currency icon (32px) in Calc [andreas kainz]
  • tdf#123575 Error 501 will be produced on loading an ods with formulas in which characters in sheet name is recognized as illegal Char, even if the file is loadable in Excel. [Eike Rathke]
  • tdf#123693 Libreoffice Draw Export to picture has size limit of 1000 [Caolán McNamara]
  • tdf#123705 After save a DOCX file, it gives a error when it try to be open [Julien Nabet]
  • tdf#123711 With only a Western language enabled the Font name listbox in the Character dialog is too wide, while the listbox for font Size is cramped [Caolán McNamara]
  • tdf#123728 Printing via UNO hangs in certain situation [Samuel Mehrbrodt]
  • tdf#123748 Time format may display uncorrected if value includes date [Eike Rathke]
  • tdf#123763 In Impress and Draw, the menu item to break apart a SVG graphic is missing [andreas kainz]
  • tdf#123772 UNO: Setting dialog resizable has no effect [Samuel Mehrbrodt]

New in LibreOffice 6.2.1.2 Fresh (Mar 6, 2019)

  • Writer:
  • Reimplementation of hiding tracked changes: Edit ? Track Changes ? Show no longer severely impacts performance in documents with many tracked changes. The document view is now capable of hiding the tracked changes, so they do not have to be rearranged in the document model to be hidden. The dialog advising users of the performance impact has been removed tdf#113479 (Michael Stahl - CIB)
  • Native copy & paste of spreadsheet data in Writer tables. tdf#37223 (László Németh – NISZ) Previously, you could paste a copied table as image, object, plain text, and as RTF; the latter resulting in a new table in Writer. In 6.2 you can paste directly in an existing table.
  • Before (insert Calc table as - for example - an embedded OLE object)
  • After (cell by cell as a native Writer table)
  • Remove CopyGraphic tdf#105262 (Xisco Faulí)
  • Previous table-size actions were distribute column/row size equally and optimize (which acted like minimize), so a true minimize action was added and optimize was changed. Optimize row now acts similar to distribute where each row is given the same height based on the tallest row. Optimize, however, is based on the minimum height of the row with the most content. In addition, optimize ensures that the table size will not shrink (but it will grow if necessary). Optimize column now acts like minimize except that the width of the table will not change. Any leftover space is distributed proportionately, with thin columns growing slightly, and wide columns growing much wider. tdf#64242 (Justin Luth, SIL)
  • Advanced menus to add/modify header/footer menus can be disabled now at Insert ? Header and Footer ? Use header/footer menu (enabled by default) tdf#118621 (Heiko Tietze)
  • UTF-8 and UTF-16-encoded text may now be saved without BOM?Wikipedia logo v3.svg. tdf#44291 (Martin van Zijl)
  • The option is available from GUI (using Text - Choose Encoding (.txt) export filter in Save As dialog with Edit filter settings checked), in the filter settings dialog:
  • ASCII Filter dialog BOM option
  • as well as from command line, as in
  • soffice --convert-to "txt:Text (encoded):UTF8,CR,,,false" *.doc
  • where "UTF8" is the text encoding; "CR" is line ending setting (also "LF" and "CRLF" are valid options); third and fourth empty parameters are unused for export; and "false" is to suppress output of BOM ("true" is the default to output the BOM).
  • HTML export has an opt-in mode to write the ReqIF subset of XHTML blog post (Miklos Vajna - Collabora)
  • Various small UNO API improvements blog post (Miklos Vajna - Collabora)
  • LibreLogo, programming interface for graphic design and education has got unit testing, IDE and compiler fixes and improvements, see blog post (László Németh – FSF.hu Foundation)
  • Calc:
  • Signature Lines are now available in Calc too (Samuel Mehrbrodt, CIB) tdf#117903
  • Data Validation now supports custom formulas (Marco Cecchetti - Collabora) tdf#96698
  • Now it is possible to do multivariate regression analysis using the regression tool (Data ? Statistics ? Regression). In addition, many more statistical measures are now available in the analysis output. For example, it shows confidence intervals for all the estimated parameters. (Dennis Francis - Collabora) tdf#109042 tdf#114092 blog entry
  • The new regression dialog with support for multivariate regression and other related features
  • New spreadsheet functions:
  • REGEX to match text against a regular expression and optionally replace text. (Eike Rathke (Red Hat, Inc.)) tdf#113977
  • Changed spreadsheet functions
  • LARGE and SMALL now support an array as Rank argument, in which case they return an array of ranked numbers. This to comply with ODF 1.2 OpenFormula and interoperability with other spreadsheet applications. (Takeshi Abe) i#32345
  • Impress & Draw:
  • Related to Animation Editing:
  • Fix named object display of the animation entry. tdf#90243 (Mark Hung)
  • Update display of the animation entry when object renames. tdf#45178 (Mark Hung)
  • Display actual paragraph grouping level in Text Animation tab. tdf#47995 (Mark Hung)
  • Prevent animation removed when setting as "As One Object" tdf#67611 (Mark Hung)
  • Dispose old motion path so that new path works when changing the motion path type. tdf#33022 (Mark Hung)
  • Allow changing the motion path by dragging its control points. tdf#53993 (Mark Hung)
  • UI:
  • "Next" is disabled on the presenter console when the last slide is reached (arrow right goes ahead to the "end of presentation" slide) (Heiko Tietze) tdf#118443
  • Couple of text-related drawing styles were added (Heiko Tietze) tdf#94369
  • Table-size actions for Minimize and Optimize were added and Distribute Rows changed to set equal row height based on the tallest row, similar to Writer. tdf#117721 (Justin Luth, SIL)
  • Added Table submenu to menu Format in Draw tdf#120540 (Justin Luth)
  • Drag and drop Impress animations in sidebar to reorder them. tdf#37483 (Brian Fraser)
  • Various small improvements to SmartArt import from PPTX blog post (Miklos Vajna - Collabora)
  • Miscellaneous:
  • Use ODF layer attributes draw:display and draw:protected to make LibreOffice conform to specification. tdf#101242 (Regina Henschel)
  • Bug fixes in regard to user defined layers in Draw. tdf#119392, tdf#67248, tdf#119956 (Regina Henschel)
  • Increase accuracy of circle shape. tdf#121305 (Regina Henschel)
  • Base:
  • Support for Base files using embedded Firebird RDBMS becomes non experimental in this release.
  • Firebird Migration Assistant now creates a backup copy of the existing content.xml file inside the HSQL based ODB file prior to the actual migration process. commit
  • Get rid of the MySQL C++ Connector as an extension and replace it with MariaDB C connector, which is LGPL licensed ( Tamas Bunth - Collabora )
  • Chart:
  • Remove the incomplete ODC export feature (Markus Mohrhard) tdf#93005 tdf#100611
  • Math:
  • BASIC
  • Access2Base basic library, bundled with the 6.2 release, adds full support for Firebird RDBMS.
  • Core / General:
  • Signature Lines can now be signed with an image of your handwritten signature (Samuel Mehrbrodt, CIB) tdf#118568
  • When SuggestedSaveAsName is set, it is now displayed in the frame title instead of "Untitled x" (Samuel Mehrbrodt, CIB) tdf#121537
  • Send document as email now prefers OOXML over the binary MS formats (Samuel Mehrbrodt, CIB) tdf#99122
  • Infobar added to show how to Get Involved and how to Donate (Jan Holesovsky, Heiko Tietze) Patch tdf#120643 tdf#120271 tdf#120643
  • Fonts:
  • Source Serif Pro font added (Heiko Tietze) tdf#79022
  • Liberation fonts updated (Heiko Tietze) tdf#121676
  • LibreOffice Help
  • The browser-based help system now has faster filtering of index keywords, which highlights your search term as you type and displays results based on the selected module. tdf#119415 (Ilmari Lauhakangas)
  • Filters:
  • Improvements in EMF+ vector images import (used by .doc, docx, .xls, .xlsx, .ppt file formats)
  • EMF+ Add support for Underline and Strikeout for String Drawing tdf#55058 tdf#106084 (Bartosz Kosiorek)
  • EMF+ Correct displaying of DrawString record without StringFormat tdf#113624 (Bartosz Kosiorek)
  • EMF+ Add rotation support for String drawing tdf#55058 tdf#106084 tdf#114738 (Bartosz Kosiorek)
  • Test image in LO 6.0, labels are not rotated,
  • Test image in LO 6.2, labels are properly rotated,
  • Reference test image from XnView (Wine 3.0.1)
  • Improvements in OOXML charts filters
  • OOXML Export Chart shapes area fill properties tdf#108078 (Balazs Varga)
  • OOXML Import: Fix disappeared Hatch Background Color tdf#94231 (Balazs Varga)
  • Add support for exporting OOXML gradient, bitmap and pattern properties for chart tdf#114174 (Bartosz Kosiorek)
  • Improvements of PPTX import/export filter:
  • Related to Animation PPTX Export:
  • Fix put on the brake animation. tdf#118768 (Mark Hung)
  • Fix motion path offsetting to upperleft corner. tdf#118806 (Mark Hung)
  • Fix Grow-shrink animation. tdf#118836 (Mark Hung)
  • Rotation animation no longer corrupt pptx file. tdf#118783 (Mark Hung)
  • Color transform no longer corrupt pptx file. tdf#118835 (Mark Hung)
  • Fix animation motion path. tdf#118825 (Mark Hung)
  • Related to Animation PPTX Import:
  • Fix underline letter-by-letter animation. tdf#113822 (Mark Hung)
  • Fix put on the brake animation. tdf#50499 (Mark Hung)
  • Fix Grow-shrink animation. tdf#98477 tdf#118890 (Mark Hung)
  • Fix swivel animation. tdf#113818 (Mark Hung)
  • Fix import delay between letter-by-letter animation. tdf#119118 (Mark Hung)
  • Improvements of PPT import/export filter:
  • PPT import of swivel animation. tdf#118080 (Mark Hung)
  • Improvements of animation rendering:
  • Fix text disappearing of "Put on the brakes." animation. tdf#108435 (Mark Hung)
  • Fix RTL text positions of animation. tdf#55361 (Mark Hung)
  • Document Encryption
  • Implement OOXML agile encryption. OOXML Agile encryption can use AES-256-CBC encryption algorithm with SHA512 hash function. (Tomaž Vajngerl - Collabora)
  • HMAC verification (when saving an encrypted document) is now supported as well, which verifies that the document is bit-exact as when it was saved. (Tomaž Vajngerl - Collabora)
  • Change the default for OOXML to use AES-256-CBC and SHA512, which is supported by all recent Microsoft Office and LibreOffice versions. (Tomaž Vajngerl - Collabora)
  • GUI:
  • Notebookbar
  • The new Tabbed UI is ready for release! Writer, Calc, Impress and Draw have complete Tabbed UI versions. It has been moved out of experimental. Try it out by selecting it in (View ? User Interface). (Andreas Kainz)
  • The new Tabbed UI:
  • The New Groupedbar Compact UI is also ready for release! Writer, Calc, Impress and Draw have complete Groupedbar Compact UI versions. It has been moved out of experimental. Try it out by selecting it in (View ? User Interface). (Andreas Kainz)
  • The new Groupedbar Compact UI
  • Classic Toolbars
  • Standard toolbar presents now the enhanced widget for special characters by default (Rizal Muttaqin, Heiko Tietze) tdf#118539,tdf#118993
  • Standard toolbar layout updates, context toolbars have now the same commands at the same place at all apps (Andreas Kainz)
  • Track Changes toolbar now has Accept All Changes and Reject All Changes by default (Rizal Muttaqin) tdf#121187
  • New Track Changes toolbar with Accept All Changes and Reject All Changes
  • Icon Theme
  • LibreOffice ships with three SVG based icons styles. This includes the SVG variants of Breeze, Colibre and Elementary.
  • These icon sets are considered an experimental feature, therefore LibreOffice still defaults to PNG icon styles on all platforms, even in HiDPI environments.
  • The SVG variants are select-able in the Icon style combo box found in Tools ? Options ? LibreOffice ? View with an "(SVG)" suffix indicator.
  • elementary got huge update and much improved (Rizal Muttaqin) tdf#115986,tdf#111950,tdf#120108,tdf#120135,tdf#120185,tdf#120192,tdf#120300,tdf#120831,tdf#94878
  • LibreOffice Style elementary. blog entry
  • elementary now get 32px icon theme support (Rizal Muttaqin)
  • elementary icons are available in 16px, 24px and 32px
  • Karasa Jaga also get update (Rizal Muttaqin)
  • Karasa Jaga: Impress Slide Transition. blog entry
  • Dialogs:
  • Added Minimum and Maximum labels for some conditions in Conditional formatting dialog (Roman Kuznetsov) tdf#117719
  • Added Font Features dialog to access font features, which is available via Feature button in the Character dialog, or the Format cell dialog of Calc (Tomaž Vajngerl) tdf#58941
  • Personalization:
  • Thanks to many improvements on the user interface and under-the-hood, LibreOffice's personalization dialog (Tools ? Options ? LibreOffice ? Personalization) is now much faster, efficient, and stable. (Muhammet Kara, Pardus)
  • Personalization dialog with preinstalled themes
  • Personalization's theme search and selection sub-dialog
  • Context Menu:
  • Update all context menu to be more consistent in the different apps (Andreas Kainz) https://colibreoffice.wordpress.com/2018/11/06/context-menu/
  • Online
  • Mobile:
  • improve comment rendering on zoom (Marco Cecchetti, Collabora)
  • simplified Mobile UI, cleaner toolbars (Marco Cecchetti, Collabora)
  • Online Mobile UI:
  • disable 'pull to reload' gesture (Jan Holesovsky, Collabora)
  • add context toolbar (Henry Castro, Collabora)
  • copy/paste floating options (Henry Castro, Collabora)
  • improve response when pinch/zooming (Tor Lillqvist, Collabora)
  • on-screen keyboard, text input and cursor improvements (Tor Lillqvist, Henry Castro Collabora)
  • hide ruler, scroll-bars, status bar, document name (Henry Castro, Collabora)
  • scroll / pan of mobile dialogs (Henry Castro, Collabora)
  • larger, circular shape sizing handles (Victor Walker)
  • Android chrome text input improvements (Jan Holesovsky, Collabora)
  • HiDPI:
  • improve slide previews when necessary (Jan Holesovsky, Collabora)
  • enable scale factor for rendering of dialogs (Jan Holesovsky, Collabora)
  • Online HiDPI wins
  • Performance:
  • significant latency reduction work (Tamás Zolnai, Collabora)
  • track client's visible area in WSD
  • push tile changes avoiding round-trip invalidate / re-render
  • manage network usage and tiles in flight
  • reduce unnecessary animation (Ashod Nakashian, Collabora)
  • avoid repeated re-layout of comments & red-lines (Michael Meeks, Collabora)
  • improved, custom pre-initialization hooks (Michael Meeks, Collabora)
  • significantly smaller and simplified chroot jails (Michael Meeks, Collabora)
  • avoid loading l10n framework for very short lived pages (Andras Timar, Collabora)
  • Document signing:
  • Vereign compatible authentication & document signing (Tomaž Vajngerl, Collabora)
  • new LibreOfficeKit signing & certificate APIs (Tomaž Vajngerl, Collabora)
  • configuration to enable/disable (Miklos Vajna, Collabora)
  • signing infobar (Tomaž Vajngerl, Collabora)
  • Online Signing
  • Integration:
  • Insert remote graphic from integration (Henry Castro, Jan Holesovsky, Collabora)
  • enable convert-to API for existing hosts (Tamás Zolnai, Collabora)
  • add configurable time-limit for document conversion (Michael Meeks, Collabora)
  • add hosting/capabilities endpoint to list online features (Tamás Zolnai, Collabora)
  • install sample webserver config snippets (Andras Timar, Collabora)
  • Service-root - make it easy to re-locate the services' path (Jan Holesovsky, Collabora)
  • Misc:
  • Improved allowed frame ancestors (domains which are allowed to embed the LibreOffice Online iframe) commit (Samuel Mehrbrodt, CIB)
  • Beforehand, any host could embed the iframe as the Referer was always allowed.
  • Now, only the loolwsd and the WOPI host are allowed to do that.
  • Additionally, a config option has been added to add more allowed hosts (see <frame_ancestors> in loolwsd.xml)
  • Add postMessage methods to show/hide toolbar buttons: Hide_Button, Show_Button commit (Samuel Mehrbrodt, CIB)
  • Add custom http header when saving before document is cleaned up from memory: X-LOOL-WOPI-IsExitSave commit (Samuel Mehrbrodt, CIB)
  • Open pdf file in new tab instead of asking to download (Pranav Kant, Collabora)
  • Improved cache handling (Jan Holesovsky, Collabora)
  • Disk space and session handling improvements (Ashod Nakashian, Collabora)
  • Zooming improvements (Tamás Zolnai, Collabora)
  • Make track changes options more configurable (Ashod Nakashian, Collabora)
  • Mac / Alt key handling improvments (Tor Lillqvist, Collabora)
  • improve scroll-wheel behavior (Michael Meeks, Collabora)
  • jail improvements around PDF, DNS, signing (Andras Timar, Jan Holesovsky, Collabora)
  • improved docker parameter passing via environment (Andras Timar, Collabora)
  • implement testbed gtk+ app re-using Online (Tor Lillqvist, Collabora)
  • configurable, anonymized logging (Ashod Nakashian, Jan Holesovsky, Collabora)
  • signal safe logging improvements (Ashod Nakashian, Collabora)
  • threading improvements to SocketPolling (Ashod Nakashian, Collabora)
  • detect SSL data on non-ssl sockets and respond / warn (Michael Meeks, Collabora)
  • cursor handling simplification (Michael Meeks, Collabora)
  • New shape insertion toolbar (Pranav Kant,Collabora)
  • Shape Insertion Palette
  • open internal port only on loopback interface (Andras Timar, Collabora)
  • enable debug by pressing 'd' in the About dialog (George Wood)
  • add missing configuration defaults (YiiChang Yen)
  • cleaner and more attractive 404 error reporting (George Wood)
  • implement client websocket masking (Michael Meeks, Collabora)
  • Localization:
  • Incorporation of other languages
  • Brand-new UI translation into Lower Sorbian (dsb). Kudos to our volunteer translator, Michael Wolf, for undertaking this effort.
  • Im-jabber.svg
  • If you speak an endangered language and want to help us to achieve our goal of providing free tools for every single person on Earth, please join us.
  • Improvements to proofing tools and language support
  • Breton. The spelling dictionary was updated to version 0.16 from 0.15 (Denis Arnaud - An Drouizig)
  • English. The spelling dictionary was updated to version 2018.04.16 from 2017.08.24. (Marco A. G. Pinto)
  • French. The spelling dictionary was updated to version 6.3 from 6.0.3. (Olivier R. - Grammalecte)
  • Galician. The spelling dictionary was updated to version 18.07 from 12.10. (Adolfo Jayme Barrientos)
  • Indonesian. A new hyphenator was introduced. (Ali Ahmadi)
  • Norwegian. The spelling dictionary was updated to version 2.2 from 2.1. (András Tímár - Collabora)
  • Slovenian. The thesaurus was updated to version 1.9.19001 from 1.8.18500 (Martin Srebotnjak - OdprtiTezaver)
  • Spanish. The spelling dictionary and hyphenator were updated to version 2.4 from 2.3. (Ricardo Palomares - rla-es)
  • Turkish. New integration of spelling dictionary and affixation rule sets, sourced from hunspell-tr (1.2.0). (Muhammet Kara)

New in LibreOffice 6.1.4.2 RC Fresh (Dec 17, 2018)

  • XLSX file appears to be blank [Eike Rathke]
  • shift of cells in a specific xlsx [Eike Rathke]
  • Split svx module [Stephan Bergmann]
  • Analysis of Variance (ANOVA): Total DEVSQ returns Err:508, while direct DEVSQ formula returns correct result [Eike Rathke]
  • Failure to launch Libreoffice 6 after installation [Mike Kaganski]
  • Trying to install. Message states api-ms-win-crt-string-l1-1-0.dll is missing [Mike Kaganski]
  • [gtk3_kde5] 6.1 stable branch: within Plasma-5 session w/ drkonqi: lo_kde5filepicker crashes every time on close (OK/Cancel regardless) [Michael Weghorn]
  • Cannot open ppt files [Michael Meeks]
  • CRASH closing LibreOffice with confirmation dialog open [Caolán McNamara]
  • LibreOffice Vanilla not usable; opens OK but crashes when entering data on macOS 10.14.1 Mojave [Stephan Bergmann]
  • FILEOPEN PPTX Video file permanently paused during slideshow [Caolán McNamara]
  • FILEOPEN XLSX "Maximum number of rows per sheet" on tags ROW without attribute R [Eike Rathke]
  • Sildeshow: Video is played 2 times [Caolán McNamara]
  • Windows: MSI installation fails if WU service is disabled hard way [Mike Kaganski]

New in LibreOffice 6.1.4.1 RC Fresh (Dec 4, 2018)

  • DOCX import: fix loss of free-form text in date control (bnc#779630) [Miklos Vajna]
  • corrected Snake Algorithm (coverity#1436015) [ekuiitr]
  • stay inside sSecStr bounds (ofz#10879) [Caolán McNamara]
  • move the reset of trailing fly paras to before redline processing (ofz#10994) [Caolán McNamara]
  • pass param len around (ofz#11125) [Caolán McNamara]
  • revert "infinite loop" (ofz#7802) [Caolán McNamara]
  • Libreoffice Calc crashing with certain ods spreadsheet files (rhbz#1645905) [Luboš Luňák]
  • MS PowerPoint with Chart shows hidden data labels when opened in Impress (tdf#102186) [Markus Mohrhard]
  • FILEOPEN DOCX: Inconsistent pie chart color (tdf#104579) [Markus Mohrhard]
  • DOCX import: shape has incorrect position when it's intentionally outside the page rectangle (tdf#105143) [Miklos Vajna]
  • Extra blank lines inserted at end of Comments in DOCX on save when text added in document before comment (steps in Comment 8) (tdf#105444) [Stephan Bergmann]
  • EMF+ images from OOXML document are not rendered correctly LibreOffice (tdf#106084) [Bartosz Kosiorek]
  • EDITING Insert > Date | Time inserts some content into protected cells (tdf#107240) [Xisco Fauli]
  • FILEOPEN: XLSX - Chart sheet tab color not imported (tdf#107586) [Markus Mohrhard]
  • FILESAVE DOCX: One column chart is exported instead of two (tdf#108022) [Markus Mohrhard]
  • FILEOPEN XLSX: The column descriptions of a column chart disappear (tdf#108027) [Markus Mohrhard]
  • [FILEOPEN DOCX] Chart data series with custom fill are displayed incorrectly in DOCX files created with MS Word 2013 (tdf#108104) [Balazs Varga]
  • Crashed in Calc Macro (Basic) (tdf#111313) [Stephan Bergmann]
  • FILESAVE: RTF: Shapes inside another shape disappear after RT (tdf#112520) [Miklos Vajna]
  • Sidebar: Changing page orientation of user-defined size let disappear the page (tdf#113848) [Ilhan Yesil]
  • Cross-Document reference in array formula using FIND/ISERROR does not work (tdf#113898) [Eike Rathke]
  • EMF+ rendering problems (tdf#114738) [Bartosz Kosiorek]
  • FILEOPEN: Chart height is different than before (tdf#114836) [Markus Mohrhard]
  • (ODT --> DOCX) Non-breaking spaces vanish while in centered paragraphs (tdf#115067) [Mike Kaganski]
  • FILEOPEN: Paragraph borders are non-continuous on paragraphs with paragraph spacing (tdf#115296) [Armin Le Grand]
  • EDITING: Unable to paste URL when editing a cell (tdf#115317) [Paul Trojahn]
  • Objects Anchored "To Cell, Resize with Cell", Move and Scale when Cell's Position is Changed (tdf#116931) [Armin Le Grand]
  • FILEOPEN: DOCX: Text does not wrap around floating table in footer (disable conversion of tables in footers to floating) (tdf#116989) [Mike Kaganski]
  • 'Master View' button is displayed after re-displaying the sidebar (tdf#117108) [Xisco Fauli]
  • Snake Algorithm unable to display accurate layout. (tdf#117761) [ekuiitr, Miklos Vajna]
  • "Bullets and Numbering" menu does not show any dialog (tdf#117784) [Caolán McNamara]
  • FILEOPEN: FORMATTING occasionally wrong row height (tdf#118086) [Vasily Melenchuk]
  • FILESAVE: DOCX Export loses header/footer (tdf#118393) [Serge Krot]
  • Process Soffice.bin does not stop at x64 Windows shutdown/logoff when Quickstarter is used from LO 6.0 (tdf#118573) [Mike Kaganski]
  • Table paste from specific .ods to Writer adds two empty rows above so table looks emtpy (tdf#118747) [Vasily Melenchuk]
  • FILEOPEN ODT: Table background doesn't fill the entire table (tdf#118820) [Caolán McNamara]
  • Icons are corrupted on Windows when scaling UI 150% and higher, with some OpenGL dependency (tdf#119020) [Jan-Marek Glogowski]
  • Formatting: Last bullet of the bullet list is disappearing after removing a item from the bulleted list using backspace (tdf#119065) [Mark Hung]
  • pocheck utility needs an update (tdf#119080) [Andras Timar]
  • UI: Interactive gradient tool is broken (tdf#119235) [Michael Stahl]
  • Nodes don't expand on double click in the Customize dialog (tdf#119266) [Muhammet Kara]
  • [BASE] Copy/Paste problem with hidden column in Table (tdf#119564) [Lionel Elie Mamane]
  • FILEOPEN PPTX Text box setting "Resize shape to fit text" not imported correctly (tdf#119617) [Balazs Varga]
  • Deleting shared formula group top cell does not re-establish listeners for the remaining (group) formula cell(s) (steps in comment 5) (tdf#119623) [Eike Rathke]
  • Crash if I click on Fontwork Shape: Arch Left, Arch Right (Pour or Curve). (tdf#119648) [Michael Meeks]
  • Links to external HTML files updated wrong (tdf#119700) [Eike Rathke]
  • When printing to PDF, existing file with different file name in the target folder gets overwritten (GTK3-only) (tdf#119790) [Caolán McNamara]
  • DOCX: Horizontal spacing of font "Open Sans" differs from Word (tdf#119885) [Mike Kaganski]
  • Impress/Draw hangs/crashes when exiting while editing formula (tdf#119945) [Xisco Faulí]
  • UI FILEOPEN Slide toolbars not visible when opening a slideshow saved in slide sorter view (tdf#119997) [Caolán McNamara]
  • Missing arrow from Gallery (tdf#120038) [andreas kainz]
  • Crash in: SfxItemSet::GetItemState (tdf#120115) [Bjoern Michaelsen]
  • Impossible to paste special in Writer from Calc in Libreoffice 6.1.x in some UI languages - the dialogue caption says "unknown source" (tdf#120158) [Julien Nabet, Stephan Bergmann]
  • Text appears as white on first launch (hard to see) (tdf#120176) [heiko tietze]
  • In Writer document when a text is highlighted and right click+Character is selected the resulting window is too wide and cannot be resized (tdf#120188) [Caolán McNamara]
  • Scalable brackets: nodes with fractions and square roots are resized when updated <F9> (tdf#120204) [Jan-Marek Glogowski]
  • gtk3_kde5: Crash with file dialog when Java extension "WollMux" is installed (tdf#120261) [Michael Weghorn]
  • Special Character dialog doesn't appear in Online (tdf#120277) [Caolán McNamara]
  • Crash when closing dialog Position and Size (tdf#120334) [Caolán McNamara]
  • Inserting of Page Breaks is Possible if Spreadsheet is in Read-only Mode (tdf#120410) [Xisco Fauli]
  • Outline/Chapter Numbering Dialog can only accept one level (GTK3) (tdf#120426) [Caolán McNamara]
  • Date, Time and Formulas Can be Inserted in Read-only Spreadsheets (tdf#120432) [Xisco Fauli]
  • Exporting as epub inserts line that fails most content submission checks (tdf#120491) [Miklos Vajna]
  • LibreOffice Calc warning message when opening an XLSX file is misleading (tdf#120513) [Adolfo Jayme Barrientos]
  • Re-pagination starts for every save (making saving quite slow) (tdf#120515) [Miklos Vajna]
  • percent linespacing <100% bug with fonts with big descent (tdf#120525) [AlicVB]
  • DOCX: Wrong position of grouped drawing objects (see comment 7) (tdf#120551) [Miklos Vajna]
  • [LOCALHELP] Edit DDE link has no Help page or ID (tdf#120612) [Caolán McNamara]
  • Character position arrow hotkey reversed (only 6-1) (tdf#120651) [Caolán McNamara]
  • Freezes when I open a ODT document (tdf#120677) [Mike Kaganski]
  • FILESAVE Roundtripped XLSM opens with recovery in Excel (tdf#120689) [Eike Rathke]
  • Firebird Migration of Existing Database Error on Importing Table Name with space (multiword handling) (tdf#120691) [Tamas Bunth]
  • Bugs found by PVS-Studio static analyzer (tdf#120703) [Mike Kaganski]
  • Crash in: SbxArray::Count() when trying to call a WinAPI function (tdf#120706) [Mike Kaganski]
  • Firebird Form-Based Filter search with checkbox values of "1" or "0" fails. (tdf#120713) [Lionel Elie Mamane]
  • crash in report editing: insert page number in footer while header is active (tdf#120728) [Armin Le Grand]
  • gtk 3.24/Wayland: Toolbar popups not working when a tooltip is visible (tdf#120764) [Maxim Monastirsky]
  • Crash on Crl+Shift+F10 in F5 floating Navigator page number field (tdf#120807) [Jan-Marek Glogowski]
  • UI: "New Snap Object" dialog box needs Help/Ok/Cancel button order changed (tdf#120879) [Xisco Fauli]
  • Windows: quickstart --killtray does not work (tdf#120928) [brinzing]
  • Cannot set zoom >= 1000% in "Zoom & View Layout" dialog (gen and gtk2) (tdf#120988) [Caolán McNamara]
  • Crash in: libc-2.24.so ( only 6.1 ) (tdf#121005) [Caolán McNamara]
  • "Presenter Console shortcuts" link is dead in online help (tdf#121073) [Olivier Hallot]
  • EDITOR UI Hatch background color not read back from editor (tdf#121083) [Tamás Zolnai]
  • UI: Incorrect behaviour in Date and Time dialog (tdf#121097) [Caolán McNamara]
  • Compiler plugins won't build with Ubuntu 18.04 (tdf#121131) [Stephan Bergmann]
  • InputBox/MsgBox: title/text is truncated (tdf#121181) [Caolán McNamara]
  • forms controls are created with "input required" set to yes by default (tdf#121188) [Lionel Elie Mamane]
  • CRASH in SdrPage::GetPageNum() (tdf#121198) [Xisco Fauli]
  • Cannot copy from Writer to the Text Box in Draw (tdf#121200) [Caolán McNamara]
  • Date forms are not showing dat (tdf#121203) [Miklos Vajna]
  • chart: multiline chart title in presentation not supported (tdf#121205) [Vasily Melenchuk]
  • Black box blinking inside the scrollbar of the special character dialog (gtk/gen) (tdf#121229) [Caolán McNamara]
  • UI: Page border line size is set to 5 pt by default (would expect 0,05 pt) (gen/gtk) (tdf#121238) [Caolán McNamara]
  • FILESAVE: Using "Excel A1" formula syntax in LibO Calc options results in charts losing their link to source data if the worksheet is saved in .xlsx format (tdf#121260) [Eike Rathke]
  • SIDEBAR: border cell color isn't shown (white box) (tdf#121267) [Maxim Monastirsky]
  • KDE5: Can't save minimized presentation (tdf#121276) [Michael Weghorn]
  • Save on Sharepoint results in always locked file (tdf#121288) [Mike Kaganski]
  • 4-argument form of Mid() BASIC function broken in 6.x (worked in 5.x and OO) (tdf#121325) [Stephan Bergmann]
  • “Font” page opens instead of “Statistics” page after staying on it and closing it (tdf#121415) [Caolán McNamara]
  • Pressing twice on the "Help" button causes LibreOffice application to crash when the focus is on one of the tabs on Properties window (tdf#121432) [Caolán McNamara]
  • UI: File Reload dialog size not right (gen/gtk) (tdf#121547) [Caolán McNamara]
  • CRASH: Print Preview fails if cursor inside Floating frame (tdf#121591) [Xisco Faulí]
  • Crash when closing a document (being the only active) while being prompted for data source password (tdf#121607) [Caolán McNamara]
  • Pressing on the "Reset" button when the writing focus is on the "Value" input field of a property causes LibreOffice to crash on Properties - Custom Properties (tdf#121644) [Caolán McNamara]
  • font list box preview certain malformed TTF fonts crash LO -- when receiving ShouldUseWinMetrics() handling (tdf#121647) [Xisco Fauli]
  • FILEOPEN: EMF+: Wrong displaying of string, drawed with DrawDriverString record (tdf#121648) [Bartosz Kosiorek]
  • comments: after editing Position and Size, arrow points to cell A1 (tdf#121695) [Caolán McNamara]
  • Remove uno calls from xlsx import (tdf#48140) [Eike Rathke]
  • EMF+ List of EMF import bugs with examples (tdf#55058) [Bartosz Kosiorek]
  • FILEOPEN: Optimum row height should be recalculated with "style:use-optimal-row-height='true'" (tdf#62268) [Vasily Melenchuk]
  • [firebird db integration] big-endian LibreOffice unable to open little-endian embedded firebird db (found 2944.512, support 11.2) (tdf#72987) [Rene Engelhard]

New in LibreOffice 6.0.6.2 Still (Aug 10, 2018)

  • Bug fixes:
  • rhbz#1589029 Impress not showing text background in presentation mode [Caolán McNamara]
  • tdf#43388 Crash (Runtime error) when using SCO (or DEPS) Evolutionary Algorithm Solver [Julien Nabet]
  • tdf#50613 VIEWING: Scrolling performance slow in files with lots of chart objects [Caolán McNamara]
  • tdf#68290 EDITING: cursor moves with Enter key [Eike Rathke]
  • tdf#90190 FILEOPEN : When open the Roundtrip PPTX in LO loss the table cell border line width i.e lnL, lnT, lnR, lnB tag is not exported. [Justin Luth]
  • tdf#93789 text background color not displayed in slide show [Caolán McNamara]
  • tdf#95880 Add lock mark on protected sheet tab before tab label [Eike Rathke]
  • tdf#101798 VIEWING: Text boundaries broken when text is entered (GTK2) [Caolán McNamara]
  • tdf#101930 Cannot use page up/down keys in read-only mode [Xisco Fauli]
  • tdf#102907 Blue selection indicator for characters and words does not show when text is rotated 90° [Noel Grandin]
  • tdf#102928 JPEG image (CMYK?) damaged in the exported PDF [Miklos Vajna]
  • tdf#103913 LibreOffice changes file extension and mime type of EMF file to .wmf and image/x-wmf [László Németh]
  • tdf#104199 FILEOPEN: PPTX Table cell borders shouldn't be displayed [Justin Luth]
  • tdf#113197 FILEOPEN: EMF+ Incorrect lines' height [Bartosz Kosiorek]
  • tdf#114131 Inserting new rows/columns not disabled in read-only spreadsheet when right-clicking on rows or columns [Xisco Fauli]
  • tdf#114487 Importing HTML creates questionable named ranges [Justin Luth]
  • tdf#114710 EDITING: CRASH (Reason=EXCEPTION_ACCESS_VIOLATION_READ) when paste special contents from particular source.ods as GDI metafile [Dennis Francis]
  • tdf#114845 FILESAVE: PPTX Incorrect position of shapes after RT [Justin Luth]
  • tdf#115233 Replacing image resets the crop [Paul Trojahn]
  • tdf#115353 Status bar displays wrong characters upon load (OpenGL) [Miklos Vajna]
  • tdf#115816 Sidebar Gallery preview list box context menu has two Insert menu items [Caolán McNamara]
  • tdf#115890 Assert when using tab to move between controls in the Navigator in the Sidebar [Michael Stahl]
  • tdf#116195 "Designing with LibreOffice"'s front cover images are not rendered in LibreOffice 6.0.2 [Patrick Jaap]
  • tdf#116208 Zoom factor, word counter etc. do not update in status bar (with OpenGL) [Miklos Vajna]
  • tdf#116268 [Writer UI] Set page variable dialog (Insert-Fileds) is sorted alphabetically [Caolán McNamara]
  • tdf#116543 Crash (fatal error) when attempting a mail merge print ( only the first time the connection is done) [Mike Kaganski]
  • tdf#116876 Special Character dialog: on resize with a selection from recent or favorite character list, the fields for Unicode Name, "Hexadecimal: U+" value, and the "Decimal:" value pick up incorrect string from the selection on chart (comment 16) [Caolán McNamara]
  • tdf#117261 External Forms: Form control property connection-resource link-ref contents changed when an odt file is saved [Michael Stahl]
  • tdf#117335 GIF images fail to display in Impress [Bartosz Kosiorek]
  • tdf#117522 LibreOffice 6 Calc Column Width after Insert Columns Left [Noel Grandin]
  • tdf#117537 FILEOPEN: Hang opening a excel file (Windows and all backend except GTK3) [Caolán McNamara]
  • tdf#117723 Writer crashes every time with a certain large file FILEOPEN [Bjoern Michaelsen]
  • tdf#117824 Crash in: ScInputHandler::EnterHandler(ScEnterMode) [Caolán McNamara]
  • tdf#117843 FILEOPEN Image in header in DOCX is shifted downwards [Miklos Vajna]
  • tdf#117866 LibreOffice hangs if "Select Firefox Theme" dialog is dismissed before theme previews are completely loaded. [Miklos Vajna]
  • tdf#117879 Formula truncated falsely if the first/middle argument of the function(with two or more significant args) contains a non-constants parameter within array of constants [Eike Rathke]
  • tdf#117885 FILEOPEN: LibreOffice Incorrectly Calculating Page Size in .doc [Luke Deller]
  • tdf#117940 Undo doesn't work with 'resize shape to fit text' [Caolán McNamara]
  • tdf#117981 [GTK3] Editing: Calc cannot select video file [Caolán McNamara]
  • tdf#118022 Crash when searching record in a form of an external MySQL-database (JDBC-connection) [Julien Nabet]
  • tdf#118112 Parameter index out of range (1 > number of parameters, which is 0). [Julien Nabet]
  • tdf#118189 EDITING Crashes on Undo after Cut conditional formatting data [Dennis Francis]
  • tdf#118316 Numbering in Preview of Caption is Wrong. [Mike Kaganski]
  • tdf#118412 FILEOPEN: DOC: Incorrect top/bottom page margin [Luke Deller]
  • tdf#118452 CRASH: Finalized configuration item (Enable multi-threaded calculation) editable in UI [Gabor Kelemen]
  • tdf#118506 Try to Change the Page Orientation Crashes LibreOffice [Xisco Fauli]
  • tdf#118547 Lock mark on protected sheet tab disappears when entering wrong password [Eike Rathke]
  • tdf#118561 External reference not supported as result in the THEN or ELSE paths of an IF jump [Eike Rathke]
  • tdf#118578 Master Document: insert text from file doesn't work [Michael Stahl]
  • tdf#78907 FILESAVE: LO crashes while saving DOCX file containing table in footer [Xisco Fauli]
  • tdf#113860 Selecting a recent or favorite special character is not applied by OK in bullets and numbering dialog [Mark Vecsernyes]
  • tdf#118579 FILEOPEN: html: File format error found at 920,8(row,col) [Caolán McNamara]
  • tdf#118620 PivotTable: the last row of a worksheet can't be used in the PivotTable (crash) [Michael Meeks]
  • tdf#118702 FILESAVE DOCX Next Style property for page styles lost [Xisco Fauli]
  • tdf#118919 CRASH: Writer crashes when double click on first OLE object in to .doc file [Caolán McNamara]

New in LibreOffice 6.1.0.3 Fresh (Aug 8, 2018)

  • The Document Foundation announces LibreOffice 6.1, the second major release of the LibreOffice 6 family presented in January 2018, with a significant number of new and improved features:
  • Colibre, a new icon theme for Windows based on Microsoft’s icon design guidelines, which makes the office suite visually appealing for users coming from the Microsoft environment;
  • A reworked image handling feature, which is significantly faster and smoother thanks to a new graphic manager and an improved image lifecycle, with some advantages also when loading documents in Microsoft proprietary formats;
  • The reorganization of Draw menus with the addition of a new Page menu, for better UX consistency across the different modules;
  • A major improvement for Base, only available in experimental mode: the old HSQLDB database engine has been deprecated, though still available, and the new Firebird database engine is now the default option (users are encouraged to migrate files using the migration assistant from HSQLDB to Firebird, or by exporting them to an external HSQLDB server);
  • Significant improvements in all modules of LibreOffice Online, with changes to the user interface to make it more appealing and consistent with the desktop version,
  • An improved EPUB export filter, in terms of link, table, image, font embedding and footnote support, with more options for customizing metadata;
  • Online Help pages have been enriched with text and example files to guide the users through features, and are now easier to localize.

New in LibreOffice 6.1.0.3 RC3 Fresh (Aug 6, 2018)

  • Bug fixes:
  • don't check attribs of Invalid column (ofz#9431) [Caolán McNamara]
  • wrong start point for Johab block 59 (ofz#9507) [Caolán McNamara]
  • FILEOPEN [DOCX filter]: track changes move of string not parsed (tdf#104797) [László Németh]
  • Preview glyph and charmap of selected Unicodepoint does not behave when changing to a font without coverage of the codepoint (tdf#118304) [Caolán McNamara]
  • Adding long entry to Autocorrect replace table causes a crash ( steps on comment 6 ) (tdf#118517) [Xisco Fauli]
  • Inner border of an embedded table can't be dragged around (tdf#118716) [Noel Grandin]
  • Broken tab key navigation in Properties and Navigator decks (tdf#118764) [Jim Raykowski]
  • [Crash] Insert Signature Line after select image object (tdf#118777) [Michael Stahl, Katarina Behrens]
  • FORMATTING Unsuitable setting in default graphic style blocks resizing. (tdf#118816) [Caolán McNamara]
  • [NEWHELP] Colibre icons missing in several help pages. (tdf#118844) [Olivier Hallot]
  • XML Form Document: Impossible to create a second instance in the same model (tdf#118862) [Caolán McNamara]
  • Installer claims of MS KB 2919355 for Win 8.1 (tdf#118869) [Mike Kaganski]
  • CRASH: Writer crashes when double click on first OLE object in to .doc file (tdf#118919) [Caolán McNamara]
  • Date format in Impress header/footer is lost when saving (tdf#118948) [Noel Grandin]
  • Cannot Edit choices in Writer Input List (tdf#118965) [Caolán McNamara]
  • Arrow keys doesn't work with images (tdf#118971) [Xisco Fauli]
  • Crash: Closing LibreOffice in print preview mode (tdf#119042) [Mike Kaganski]
  • Option to revert to old Pop-Up edit method for Input Fields (tdf#79877) [Caolán McNamara]

New in LibreOffice 6.0.6.2 Fresh (Aug 2, 2018)

  • rhbz#1589029 Impress not showing text background in presentation mode [Caolán McNamara]
  • tdf#43388 Crash (Runtime error when using SCO (or DEPS Evolutionary Algorithm Solver [Julien Nabet]
  • tdf#50613 VIEWING: Scrolling performance slow in files with lots of chart objects [Caolán McNamara]
  • tdf#68290 EDITING: cursor moves with Enter key [Eike Rathke]
  • tdf#90190 FILEOPEN : When open the Roundtrip PPTX in LO loss the table cell border line width i.e lnL, lnT, lnR, lnB tag is not exported. [Justin Luth]
  • tdf#93789 text background color not displayed in slide show [Caolán McNamara]
  • tdf#95880 Add lock mark on protected sheet tab before tab label [Eike Rathke]
  • tdf#101798 VIEWING: Text boundaries broken when text is entered (GTK2 [Caolán McNamara]
  • tdf#101930 Cannot use page up/down keys in read-only mode [Xisco Fauli]
  • tdf#102907 Blue selection indicator for characters and words does not show when text is rotated 90° [Noel Grandin]
  • tdf#102928 JPEG image (CMYK? damaged in the exported PDF [Miklos Vajna]
  • tdf#103913 LibreOffice changes file extension and mime type of EMF file to .wmf and image/x-wmf [László Németh]
  • tdf#104199 FILEOPEN: PPTX Table cell borders shouldn't be displayed [Justin Luth]
  • tdf#113197 FILEOPEN: EMF+ Incorrect lines' height [Bartosz Kosiorek]
  • tdf#114131 Inserting new rows/columns not disabled in read-only spreadsheet when right-clicking on rows or columns [Xisco Fauli]
  • tdf#114487 Importing HTML creates questionable named ranges [Justin Luth]
  • tdf#114710 EDITING: CRASH (Reason=EXCEPTION_ACCESS_VIOLATION_READ when paste special contents from particular source.ods as GDI metafile [Dennis Francis]
  • tdf#114845 FILESAVE: PPTX Incorrect position of shapes after RT [Justin Luth]
  • tdf#115233 Replacing image resets the crop [Paul Trojahn]
  • tdf#115353 Status bar displays wrong characters upon load (OpenGL [Miklos Vajna]
  • tdf#115816 Sidebar Gallery preview list box context menu has two Insert menu items [Caolán McNamara]
  • tdf#115890 Assert when using tab to move between controls in the Navigator in the Sidebar [Michael Stahl]
  • tdf#116195 "Designing with LibreOffice"'s front cover images are not rendered in LibreOffice 6.0.2 [Patrick Jaap]
  • tdf#116208 Zoom factor, word counter etc. do not update in status bar (with OpenGL [Miklos Vajna]
  • tdf#116268 [Writer UI] Set page variable dialog (Insert-Fileds is sorted alphabetically [Caolán McNamara]
  • tdf#116543 Crash (fatal error when attempting a mail merge print ( only the first time the connection is done [Mike Kaganski]
  • tdf#116876 Special Character dialog: on resize with a selection from recent or favorite character list, the fields for Unicode Name, "Hexadecimal: U+" value, and the "Decimal:" value pick up incorrect string from the selection on chart (comment 16 [Caolán McNamara]
  • tdf#117261 External Forms: Form control property connection-resource link-ref contents changed when an odt file is saved [Michael Stahl]
  • tdf#117335 GIF images fail to display in Impress [Bartosz Kosiorek]
  • tdf#117522 LibreOffice 6 Calc Column Width after Insert Columns Left [Noel Grandin]
  • tdf#117537 FILEOPEN: Hang opening a excel file (Windows and all backend except GTK3 [Caolán McNamara]
  • tdf#117723 Writer crashes every time with a certain large file FILEOPEN [Bjoern Michaelsen]
  • tdf#117824 Crash in: ScInputHandler::EnterHandler(ScEnterMode [Caolán McNamara]
  • tdf#117843 FILEOPEN Image in header in DOCX is shifted downwards [Miklos Vajna]
  • tdf#117866 LibreOffice hangs if "Select Firefox Theme" dialog is dismissed before theme previews are completely loaded. [Miklos Vajna]
  • tdf#117879 Formula truncated falsely if the first/middle argument of the function(with two or more significant args contains a non-constants parameter within array of constants [Eike Rathke]
  • tdf#117885 FILEOPEN: LibreOffice Incorrectly Calculating Page Size in .doc [Luke Deller]
  • tdf#117940 Undo doesn't work with 'resize shape to fit text' [Caolán McNamara]
  • tdf#117981 [GTK3] Editing: Calc cannot select video file [Caolán McNamara]
  • tdf#118022 Crash when searching record in a form of an external MySQL-database (JDBC-connection [Julien Nabet]
  • tdf#118112 Parameter index out of range (1 > number of parameters, which is 0. [Julien Nabet]
  • tdf#118189 EDITING Crashes on Undo after Cut conditional formatting data [Dennis Francis]
  • tdf#118316 Numbering in Preview of Caption is Wrong. [Mike Kaganski]
  • tdf#118412 FILEOPEN: DOC: Incorrect top/bottom page margin [Luke Deller]
  • tdf#118452 CRASH: Finalized configuration item (Enable multi-threaded calculation editable in UI [Gabor Kelemen]
  • tdf#118506 Try to Change the Page Orientation Crashes LibreOffice [Xisco Fauli]
  • tdf#118547 Lock mark on protected sheet tab disappears when entering wrong password [Eike Rathke]
  • tdf#118561 External reference not supported as result in the THEN or ELSE paths of an IF jump [Eike Rathke]
  • tdf#118578 Master Document: insert text from file doesn't work [Michael Stahl]
  • tdf#78907 FILESAVE: LO crashes while saving DOCX file containing table in footer [Xisco Fauli]
  • tdf#113860 Selecting a recent or favorite special character is not applied by OK in bullets and numbering dialog [Mark Vecsernyes]
  • tdf#118579 FILEOPEN: html: File format error found at 920,8(row,col [Caolán McNamara]
  • tdf#118620 PivotTable: the last row of a worksheet can't be used in the PivotTable (crash [Michael Meeks]
  • tdf#118702 FILESAVE DOCX Next Style property for page styles lost [Xisco Fauli]
  • tdf#118919 CRASH: Writer crashes when double click on first OLE object in to .doc file [Caolán McNamara]

New in LibreOffice 6.1.0.2 RC2 Fresh (Jul 23, 2018)

  • coverity#735517 restore to historic logic [Caolán McNamara]
  • coverity#1437960 resource leak in object [Caolán McNamara]
  • tdf#68290 EDITING: cursor moves with Enter key [Eike Rathke]
  • tdf#78907 FILESAVE: LO crashes while saving DOCX file containing table in footer [Xisco Fauli]
  • tdf#86371 FILESAVE: Setting line spacing to "Single" not preserved in DOC/DOCX/RTF (it falls back to 120%) [Justin Luth]
  • tdf#89893 When a document is in read-only mode, Edit->Track Changes->{Next, Previous} Change are greyed out [Xisco Fauli]
  • tdf#94925 Calc Hyperlink Error when opening MS Excel [Eike Rathke]
  • tdf#95114 [Writer] Property Next style lost when saving as MS DOCX [Justin Luth]
  • tdf#95115 You cannot file an improvement suggestion - you just get fobbed off with bugs (which it isnt really!) [Justin Luth]
  • tdf#95880 Add lock mark on protected sheet tab before tab label [Eike Rathke]
  • tdf#101778 Several Icons of Toolbars are not greyed, if Document is in Read-only mode [Xisco Fauli]
  • tdf#101930 Cannot use page up/down keys in read-only mode [Xisco Fauli]
  • tdf#102619 FILESAVE: Numbering style not saved correctly on DOCX export [Justin Luth]
  • tdf#103226 Toolbars are to be hidden in Notebookbar mode [Kshitij Pathania]
  • tdf#105320 Dragging (reordering) slides on the Slides pane deletes slides instead (gtk3?) [Caolán McNamara]
  • tdf#106174 FILEOPEN: Paragraph alignment inherited from parent style not loaded from docx file [Justin Luth]
  • tdf#107266 Persona flipped on Notebookbars [Kshitij Pathania]
  • tdf#107690 FILEOPEN DOCX: Mark as Final property not read [László Németh]
  • tdf#112034 notebookbar: label collor didn't use system color [Kshitij Pathania]
  • tdf#112690 Incorrect page size when creating PDF from .odt file set to A4 paper size [Aron Budea]
  • tdf#113646 Font size in conditional style not saved with round trip xlsx [Markus Mohrhard]
  • tdf#114131 Inserting new rows/columns not disabled in read-only spreadsheet when right-clicking on rows or columns [Xisco Fauli]
  • tdf#114845 FILESAVE: PPTX Incorrect position of shapes after RT [Justin Luth]
  • tdf#115254 [NEWHELP] Some branch bookmarks are not working [Olivier Hallot]
  • tdf#115524 EDITING Track Changes does not show the change in number of added numbered paragraphs [Olivier Hallot]
  • tdf#115890 Assert when using tab to move between controls in the Navigator in the Sidebar [Michael Stahl]
  • tdf#115950 EDITING: Crash while selecting cell format with double-click [Eike Rathke]
  • tdf#116334 Double-click does not expand option tree [Eike Rathke]
  • tdf#116543 Crash (fatal error) when attempting a mail merge print ( only the first time the connection is done) [Mike Kaganski]
  • tdf#116861 Minimize Presentation default settings [andreas kainz]
  • tdf#117016 Formula to Get value of last non-empty cell does not return expected result (lookup function) [Eike Rathke]
  • tdf#117038 UI: The layout of the Special character dialog moving a little when switching from recent to favorite character (no gtk3) [Caolán McNamara]
  • tdf#117063 Double-click does not expand/collaps the options in the navigator [Eike Rathke]
  • tdf#117081 cannot create Firebird embedded database unless experimental features is turned on [Xisco Faulí]
  • tdf#117261 External Forms: Form control property connection-resource link-ref contents changed when an odt file is saved [Michael Stahl]
  • tdf#117517 OpenGL font rendering on Windows 10 regression [Jan-Marek Glogowski]
  • tdf#117697 Missing Section icon in Findbar Navigate By drop down and Sidebar Navigator Navigation tool box [andreas kainz]
  • tdf#117816 FILEOPEN Cells with wrong colors in .xlsx exported document/ conditional formatting Cell value Contains "string" [Markus Mohrhard]
  • tdf#117901 Signature line can't be signed with OOXML docs [Samuel Mehrbrodt]
  • tdf#118063 EDITING: Impress: After changing spacing, previous spacing remains checked [Ilhan Yesil]
  • tdf#118115 Help page doesn't open from Signature Line dialog [Caolán McNamara]
  • tdf#118123 Tango shouldnt be falling back on Colibre [andreas kainz]
  • tdf#118153 FILEOPEN VBA Macro:“Workbooks.Open Filename” command does not work [bvarga91]
  • tdf#118232 FILEOPEN: General Error opening a SVG file [Armin Le Grand]
  • tdf#118254 Replacement of SVGFilter by SVGIO seems to break extensions (e.g. TeXMaths) [Armin Le Grand]
  • tdf#118302 Tabs' content in calc get deleted by accident (GTK3) [Caolán McNamara]
  • tdf#118314 Remove "Input Method Status" menu option and implementation [Adolfo Jayme Barrientos, andreas kainz]
  • tdf#118354 CRASH: Draw just closes if to try select table in file [Armin Le Grand]
  • tdf#118361 DOC/DOCX: Footnote separator Line position is wrong when locale doesn't match RTL/LTR [Justin Luth]
  • tdf#118412 FILEOPEN: DOC: Incorrect top/bottom page margin [Luke Deller]
  • tdf#118414 FILEOPEN: Form fields not displayed [Michael Stahl]
  • tdf#118430 LO61b2: In online help - move Search box from sidebar bottom to sidebar top or to top bar [Ilmari Lauhakangas]
  • tdf#118506 Try to Change the Page Orientation Crashes LibreOffice [Xisco Fauli]
  • tdf#118520 Layout of the insert sheet dialog is off (not in gtk3) [Caolán McNamara]
  • tdf#118540 LO6.1b2: DOCX crashes when properties are opened in print preview mode [Henry Castro]
  • tdf#118545 Footnotes randomly lose double spacing [Caolán McNamara]
  • tdf#118546 CRASH: Writer crashes in print preview [Kshitij Pathania]
  • tdf#118547 Lock mark on protected sheet tab disappears when entering wrong password [Eike Rathke, Xisco Fauli]
  • tdf#118549 CRASH: Pressing Enter with a color selected in the ColorTabPage [Caolán McNamara]
  • tdf#118555 Garbled text in Expert Configuration [Jan-Marek Glogowski]
  • tdf#118561 External reference not supported as result in the THEN or ELSE paths of an IF jump [Eike Rathke]
  • tdf#118562 [UI] Edit sections dialog: Help button should be on the left of dialog (v) [Caolán McNamara]
  • tdf#118571 LibO 6.1 Help does not work Windows builds [Michael Stahl]
  • tdf#118578 Master Document: insert text from file doesn't work [Michael Stahl]
  • tdf#118579 FILEOPEN: html: File format error found at 920,8(row,col) [Caolán McNamara]
  • tdf#118604 [GTK3] Format button in chapter numbering cannot be clicked. [Caolán McNamara]
  • tdf#118620 PivotTable: the last row of a worksheet can't be used in the PivotTable (crash) [Michael Meeks]
  • tdf#118624 RAND() in an array returns the same value for each cell [Eike Rathke]
  • tdf#118635 UI: The relative checkbox in table properties is disabled after re-opening of the dialog [Caolán McNamara]
  • tdf#118638 subtotal option loses doesn't contain existing format for column [Eike Rathke]
  • tdf#118645 Doesn't work items in menu Styles on Groupedbar in Calc [andreas kainz]
  • tdf#118647 MacOS: Some system dictionaries are missing [Tor Lillqvist]
  • tdf#118651 FILESAVE DOCX Text box form control loses Text type property [Balazs Varga]
  • tdf#118681 SpecialCharacter dialog hex input handling of SMP codepoints is broken [Caolán McNamara]
  • tdf#118702 FILESAVE DOCX Next Style property for page styles lost [Xisco Fauli]
  • tdf#118717 Add download package for Kabyle (kab [Christian Lohmaier]
  • tdf#118738 (WriterMultiListener-regressions) [META] WriterMultiListener instead of SwDepend in SwContentNode regressions [Xisco Fauli]
  • tdf#118751 FIREBIRD: Firebird support is available by default with version 6.1RC [Xisco Faulí]
  • tdf#118752 FIREBIRD: MIGRATION: The firebird migration assistant is not available under 6.1RC when experimental features are enabled [Xisco Faulí]
  • tdf#118769 Impress & Draw: Menu can be opened twice. Close app, one Menu is left open, click 'Ok', Crash [Caolán McNamara]
  • tdf#118800 HOUR, MINUTE and SECOND function return value that is 1 too high, when seconds value of time >= 59.5 (HOUR, MINUTE) or >= xx.5 (SECOND) [Winfried Donkers]
  • tdf#118801 UI: Left and Right arrows are missing in Input field dialog [Caolán McNamara]
  • tdf#118802 Closing the Input field dialog modifies the document [Caolán McNamara]
  • tdf#118827 CRASH when adding comment to a tracked change (no gtk3) [Caolán McNamara]

New in LibreOffice 6.0.5.2 Fresh (Jun 22, 2018)

  • Crash when working with form (tdf#107867) [Eike Rathke]
  • Crash with CJK characters in status bar (OpenGL) (tdf#114736) [Tamas Bunth]
  • Crash in: `anonymous namespace'::documentStartPageNumber (tdf#116527) [Caolán McNamara]
  • Pivot table shortcuts for moving the current field into the "Row" area (tdf#116552) [Caolán McNamara]
  • Synchronize Labels button not working (tdf#117827) [Laurent BP]
  • Impress crashes when the New Slide toolbar command is used (tdf#118068) [Caolán McNamara]
  • LibreOffice 6.0.4.2 fails to build with GLM 0.9.9.0: GLM_GTX_bit is an experimental extension (tdf#118070) [Louis Sautier]
  • LibreOffice Basic freezes when line ends with "0." (tdf#118073) [Eike Rathke]
  • COUNTA() returns inconsistent values depending on entering separate cells or a corresponding cell range (tdf#118161) [Eike Rathke]
  • Date format problem using the Dutch (NL) localization (tdf#33689) [Eike Rathke]

New in LibreOffice 6.1.0.0 Beta 2 Fresh (Jun 18, 2018)

  • uninitialized scalar field (coverity#1435837) [Caolán McNamara]
  • uninitialized scalar field (coverity#1435838) [Caolán McNamara]
  • unintended sign extension (coverity#1436013) [Caolán McNamara]
  • silence Dereference null return value (coverity#1436014) [Caolán McNamara]
  • DEADCODE (coverity#1436017) [Michael Stahl]
  • dereference after null check (coverity#1436018) [Caolán McNamara]
  • uninitialized scalar field (coverity#708674) [Caolán McNamara]
  • Calc charts in .xls cause Excel to crash (fdo#77750) [LuboÅ¡ Luňák]
  • protect one-time creation in ScGlobal::Get(Case)Collator() by a mutex (lp#390983) [LuboÅ¡ Luňák]
  • blacklist ocExternal for calc's threaded calculations (ooo#118213) [LuboÅ¡ Luňák]
  • blacklist ocDBSum for calc's threading (ooo#58183) [LuboÅ¡ Luňák]
  • Impress not showing text background in presentation mode (rhbz#1589029) [Caolán McNamara]
  • FileOpen: Opening documents via LibreOffice (from other applications) (tdf#100756) [Noel Grandin]
  • VIEWING: Text boundaries broken when text is entered (GTK2) (tdf#101798) [Caolán McNamara]
  • F11 shortcut should put focus to control sidebar content panel of Styles and Formatting deck (or back in document on closing the panel) (tdf#101915) [Jim Raykowski]
  • Blue selection indicator for characters and words does not show when text is rotated 90° (tdf#102907) [Noel Grandin]
  • JPEG image (CMYK?) damaged in the exported PDF (tdf#102928) [Miklos Vajna]
  • FILESAVE: PDF: Only first page's background is exported (tdf#106702) [Miklos Vajna]
  • Crash when working with form (tdf#107867) [Eike Rathke]
  • Auto Optimal View gives jarring experience (tdf#109190) [Justin Luth]
  • Edit form, use 'replace with' to change the type of control - nothing happens (tdf#111080) [Julien Nabet]
  • README and Download page System requirements are wrong for OSX - states 10.8 supported, but requires minimum 10.9 (tdf#111988) [Xisco Fauli]
  • Pivot table: popupbuttons are placed on wrong cells imported from XLS (tdf#112501) [Caolán McNamara]
  • FILESAVE PDF: wrong position of a JPEG image on exported notes page (tdf#113143) [Miklos Vajna]
  • Importing HTML creates questionable named ranges (tdf#114487) [Justin Luth]
  • EDITING: CRASH (Reason=EXCEPTION_ACCESS_VIOLATION_READ) when paste special contents from particular source.ods as GDI metafile (tdf#114710) [Dennis Francis]
  • Add a number formatting option (for using in Format() BASIC function, and in Calc number format) to spell number, like in NUMBERTEXT extension (tdf#115007) [László Németh, Eike Rathke, Mike Kaganski]
  • Shortcut and behaviour of fullscreen mode on Mac (tdf#115284) [Tor Lillqvist]
  • [Writer UI] Set page variable dialog (Insert-Fileds) is sorted alphabetically (tdf#116268) [Caolán McNamara]
  • Wrong font metrics with Font "DIN Light" (tdf#116498) [Samuel Mehrbrodt]
  • Pivot table shortcuts for moving the current field into the "Row" area (tdf#116552) [Caolán McNamara]
  • [HELP] Incorrect description of the COUNTIFS function (tdf#116642) [Olivier Hallot]
  • Special Character dialog: on resize with a selection from recent or favorite character list, the fields for Unicode Name, "Hexadecimal: U+" value, and the "Decimal:" value pick up incorrect string from the selection on chart (comment 16) (tdf#116876) [Caolán McNamara]
  • Icon themes missing on LibreOffice Vanilla from macOS appstore (tdf#116916) [heiko tietze, Heiko Tietze]
  • Table of Illustration doesn't take figures (tdf#117013) [Nickson Thanda]
  • Image context menu Save fails to do anything (tdf#117172) [Marco Cecchetti]
  • can't sort columns past blank row (tdf#117372) [Eike Rathke]
  • UI: Settings in PDF Options not remembered for next export (tdf#117410) [Matteo Casalin]
  • Firebird: Migration: LibO hangs with data type Binary[VARBINARY] OR Binary(fix)[BINARY] AND data in hsql column exceeds new column size ( 8000 bytes ) (tdf#117446) [Julien Nabet]
  • no images in buttons in Database pane in main database window (tdf#117481) [Rizal Muttaqin]
  • FILESAVE: DOC: Incorrect page break added after RT (tdf#117503) [Miklos Vajna]
  • FILEOPEN: Hang opening a excel file (Windows and all backend except GTK3) (tdf#117537) [Caolán McNamara]
  • Crash in: libstdc++.so.6.0.22 on merge cells in writer with TDF .debs on Debian 9 (tdf#117601) [Caolán McNamara]
  • Defaulting to Elementary for gtk isnt a good idea (tdf#117615) [heiko tietze]
  • Crash after closing Media Player after opening and applying file (kde4 and gen) (tdf#117628) [Caolán McNamara]
  • [OLH] Closing installed help with + crashes LO (tdf#117712) [Caolán McNamara]
  • error displaying some integer values if number of decimals is forced to more than 15 (tdf#117819) [Eike Rathke]
  • Editing: Forms: Replace control menu selection image button places wrong control type on form (combo box) (tdf#117821) [Julien Nabet]
  • Crash in: ScInputHandler::EnterHandler(ScEnterMode) (tdf#117824) [Caolán McNamara]
  • FILEOPEN Image in header in DOCX is shifted downwards (tdf#117843) [Miklos Vajna]
  • Quitting LibreOffice on macOS while About dialog is open causes process to get stuck consuming CPU (tdf#117850) [Tor Lillqvist]
  • [GTK3] Crash in welded "Tab color" dialog. (tdf#117859) [Caolán McNamara]
  • crash on save user profile (tdf#117862) [Caolán McNamara]
  • Fails to cut copy or paste chart elements from the content menu (tdf#117864) [Caolán McNamara]
  • LibreOffice hangs if "Select Firefox Theme" dialog is dismissed before theme previews are completely loaded. (tdf#117866) [Miklos Vajna]
  • LO61b1: On macOS in Impress slide show does not run full screen (tdf#117872) [Tor Lillqvist]
  • Formula truncated falsely if the first/middle argument of the function(with two or more significant args) contains a non-constants parameter within array of constants (tdf#117879) [Eike Rathke]
  • Tables in 6.2 Rendered Incorrectly (tdf#117884) [Mark Hung]
  • FILEOPEN: LibreOffice Incorrectly Calculating Page Size in .doc (tdf#117885) [Luke Deller]
  • Bullet Tooltips Describe Wrong Symbol (tdf#117915) [Julien Nabet]
  • [LOCALHELP] Help pages for MAXIFS and MINIFS (tdf#117933) [Olivier Hallot]
  • Undo doesn't work with 'resize shape to fit text' (tdf#117940) [Caolán McNamara]
  • 'Break'ing loaded SVG example creates obstacles in form of missing parts in gradients (tdf#117949) [Armin Le Grand]
  • Light Magenta and Dark Magenta don't have Key ID in standard color palette . (tdf#117969) [Gabor Kelemen]
  • [GTK3] Editing: Calc cannot select video file (tdf#117981) [Caolán McNamara]
  • Crash when cutting an 3d object in Draw (tdf#117984) [Armin Le Grand]
  • [GTK3] Preview doesn't get updated when changing the values in Chapter Numbering (tdf#117991) [Caolán McNamara]
  • FILEOPEN: Hidden text is displayed at import time (tdf#118037) [Miklos Vajna]
  • LibreOffice crashes after clicking "Target in document" button in the Hyperlink dialog (tdf#118042) [Julien Nabet]
  • Impress crashes when the New Slide toolbar command is used (tdf#118068) [Caolán McNamara]
  • LibreOffice 6.0.4.2 fails to build with GLM 0.9.9.0: GLM_GTX_bit is an experimental extension (tdf#118070) [Louis Sautier]
  • Sidebar: mouse wheel should work with the shapes desk (tdf#118110) [heiko tietze]
  • Parameter index out of range (1 > number of parameters, which is 0). (tdf#118112) [Julien Nabet]
  • MAILMERGE: Conditionally hidden section leads to anchoring to wrong page (tdf#118113) [Michael Weghorn]
  • Help page doesn't open from Signature Line dialog (tdf#118115) [Gabor Kelemen]
  • Date format problem using the Dutch (NL) localization (tdf#33689) [Eike Rathke]
  • Unable to change name of a custom style (tdf#38225) [Mike Kaganski]
  • VIEWING: Scrolling performance slow in files with lots of chart objects (tdf#50613) [Caolán McNamara]
  • Reset Button in Options Dialogues does not Work with all Options (tdf#58134) [Olivier Hallot]
  • Opening document by double-click waits a long time (tdf#77444) [Tor Lillqvist]
  • [a11y] merging cells crashes writer (tdf#87199) [Caolán McNamara]
  • text background color not displayed in slide show (tdf#93789) [Caolán McNamara]
  • WIKIHELP: Code role paragraphs appear with the same background color as tables (tdf#94121) [Adolfo Jayme Barrientos]
  • Rounding display error for 15 digits integers (tdf#96918) [Eike Rathke]
  • NAVIGATOR: Unable to drag header in 'Content View', if first was tried to drag a header with all Categories visible. (tdf#98094) [Jim Raykowski]

New in LibreOffice 6.1.0.0 Beta 1 Fresh (May 25, 2018)

  • clang-tidy modernize-use-equals-default LanguageTag (CID#1103756) [Jochen Nitschke]
  • and import w:tcMar_start/end (bnc#793262) [Justin Luth]
  • try silence CONSTANT_EXPRESSION_RESULT (cid#1420316) [Stephan Bergmann]
  • silence Explicit null dereferenced (coverity#1362777) [Caolán McNamara]
  • silence Uncaught exception (coverity#1399176) [Caolán McNamara]
  • document checked 'Uncaught exception' (coverity#1401307) [Caolán McNamara]
  • silence Operands don't affect result (coverity#1419948) [Caolán McNamara]
  • unchecked dynamic_cast (coverity#1420315) [Caolán McNamara]
  • unchecked dynamic_cast (coverity#1420317) [Caolán McNamara]
  • unchecked dynamic_cast (coverity#1420536) [Caolán McNamara]
  • uninitialized scalar field (coverity#1420537) [Caolán McNamara]
  • copy-paste error (coverity#1420538) [Caolán McNamara]
  • dead code (coverity#1420539) [Stephan Bergmann]
  • uncaught exception (coverity#1421065) [Caolán McNamara]
  • uncaught exception (coverity#1421068) [Caolán McNamara]
  • uninitializer scalar field (coverity#1421071) [Caolán McNamara]
  • useless call (coverity#1421082) [Caolán McNamara]
  • silence Uncaught exception (coverity#1421084) [Caolán McNamara]
  • useless call (coverity#1421095) [Caolán McNamara]
  • useless call (coverity#1421110) [Caolán McNamara]
  • useless call (coverity#1421111) [Caolán McNamara]
  • silence Copy-paste error (coverity#1421123) [Caolán McNamara]
  • useless call (coverity#1421127) [Caolán McNamara]
  • unchecked dynamic_cast (coverity#1421163) [Caolán McNamara]
  • unchecked dynamic_cast (coverity#1421165) [Caolán McNamara]
  • include param field in string field (coverity#1422192) [Eike Rathke]
  • improper use of negative value (coverity#1422232) [Caolán McNamara]
  • unchecked return value (coverity#1422233) [Caolán McNamara]
  • silence Dereference null return value (coverity#705523) [Caolán McNamara]
  • FILEOPEN: RTF - Bold text spilling over to non-bold text (fdo#82078) [Miklos Vajna]
  • libassuan: cleanup patchset (gerrit#42745) [Thorsten Behrens]
  • Table style is lost when import PPTX by AOO (i#120723) [Tor Lillqvist]
  • Too many OLE objects open server window (i#63867) [Stephan Bergmann]
  • Calc - opening attached .xls produces "General Error. General input/output error" (i#73846) [Caolán McNamara]
  • check for input stream end (ofz#2947) [Eike Rathke]
  • timeout (ofz#2977) [Caolán McNamara]
  • timeout (ofz#2980) [Caolán McNamara]
  • set a limit to how broken a jpeg is to give up recovering (ofz#3002) [Caolán McNamara]
  • skip invalid positioned formulas entirely (ofz#3032) [Eike Rathke]
  • add bugdoc (ofz#3301) [Michael Stahl]
  • integer-overflow (ofz#3374) [Caolán McNamara]
  • invalid read of size 8 (ofz#3527) [Caolán McNamara]
  • invalid read of size 8 (ofz#3532) [Caolán McNamara]
  • force refresh (ofz#3577) [Caolán McNamara]
  • returning SfxPoolItem belonging to local (ofz#3663) [Caolán McNamara]
  • shrunk ww2 filter too far (ofz#3706) [Caolán McNamara]
  • integer-overflow (ofz#3741) [Caolán McNamara]
  • integer-overflow (ofz#3742) [Caolán McNamara]
  • divide-by-zero (ofz#3743) [Caolán McNamara]
  • undefined-shift (ofz#3744) [Caolán McNamara]
  • bad-cast (ofz#3745) [Caolán McNamara]
  • invalid-bool-value (ofz#3747) [Caolán McNamara]
  • invalid-bool-value (ofz#3748) [Caolán McNamara]
  • undefined-shift (ofz#3750) [Caolán McNamara]
  • need linguistic components (ofz#3751) [Caolán McNamara]
  • integer-overflow (ofz#3752) [Caolán McNamara]
  • integer-overflow (ofz#3753) [Caolán McNamara]
  • divide-by-zero (ofz#3754) [Caolán McNamara]
  • integer-overflow (ofz#3755) [Caolán McNamara]
  • integer-overflow (ofz#3756) [Caolán McNamara]
  • integer-overflow (ofz#3758) [Caolán McNamara]
  • check for valid starting dash index (ofz#3759) [Caolán McNamara]
  • divide-by-zero (ofz#3760) [Caolán McNamara]
  • undefined-shift (ofz#3761) [Caolán McNamara]
  • integer-overflow (ofz#3763) [Caolán McNamara]
  • integer-overflow (ofz#3765) [Caolán McNamara]
  • integer-overflow (ofz#3766) [Caolán McNamara]
  • integer-overflow (ofz#3768) [Caolán McNamara]
  • integer-overflow (ofz#3769) [Caolán McNamara]
  • integer-overflow (ofz#3770) [Caolán McNamara]
  • integer-overflow (ofz#3771) [Caolán McNamara]
  • divide-by-zero (ofz#3775) [Caolán McNamara]
  • divide-by-zero (ofz#3776) [Caolán McNamara]
  • undefined-shift (ofz#3777) [Caolán McNamara]
  • integer-overflow (ofz#3780) [Caolán McNamara]
  • libjpeg ubsan woes (ofz#3782) [Caolán McNamara]
  • integer-overflow (ofz#3783) [Caolán McNamara]
  • integer-overflow (ofz#3784) [Caolán McNamara]
  • integer-overflow (ofz#3786) [Caolán McNamara]
  • integer-overflow (ofz#3789) [Caolán McNamara]
  • divide-by-zero (ofz#3790) [Caolán McNamara]
  • integer-overflow (ofz#3791) [Caolán McNamara]
  • divide-by-zero (ofz#3793) [Caolán McNamara]
  • integer-overflow (ofz#3796) [Caolán McNamara]
  • integer-overflow (ofz#3797) [Caolán McNamara]
  • bad-cast (ofz#3800) [Caolán McNamara]
  • divide-by-zero (ofz#3801) [Caolán McNamara]
  • integer-overflow (ofz#3802) [Caolán McNamara]
  • integer-overflow (ofz#3803) [Caolán McNamara]
  • integer-overflow (ofz#3811) [Caolán McNamara]
  • divide-by-zero (ofz#3812) [Caolán McNamara]
  • integer-overflow (ofz#3813) [Caolán McNamara]
  • integer-overflow (ofz#3816) [Caolán McNamara]
  • integer-overflow (ofz#3819) [Caolán McNamara]
  • integer-overflow (ofz#3820) [Caolán McNamara]
  • integer-overflow (ofz#3823) [Caolán McNamara]
  • divide-by-zero (ofz#3826) [Caolán McNamara]
  • integer-overflow (ofz#3830) [Caolán McNamara]
  • divide-by-zero (ofz#3834) [Caolán McNamara]
  • integer-overflow (ofz#3837) [Caolán McNamara]
  • integer-overflow (ofz#3839) [Caolán McNamara]
  • integer-overflow (ofz#3840) [Caolán McNamara]
  • use a single scratch buffer (ofz#3858) [Caolán McNamara]
  • integer-overflow (ofz#3868) [Caolán McNamara]
  • integer-overflow (ofz#3871) [Caolán McNamara]
  • divide-by-zero (ofz#3872) [Caolán McNamara]
  • integer-overflow (ofz#3883) [Caolán McNamara]
  • integer-overflow (ofz#3886) [Caolán McNamara]
  • divide-by-zero (ofz#3889) [Caolán McNamara]
  • integer-overflow (ofz#3895) [Caolán McNamara]
  • integer-overflow (ofz#3896) [Caolán McNamara]
  • integer-overflow (ofz#3901) [Caolán McNamara]
  • ensure same sort order cross platforms (ofz#3927) [Caolán McNamara]
  • integer-overflow (ofz#3931) [Caolán McNamara]
  • divide-by-zero (ofz#3932) [Caolán McNamara]
  • integer-overflow (ofz#3934) [Caolán McNamara]
  • integer-overflow (ofz#3935) [Caolán McNamara]
  • integer-overflow (ofz#3939) [Caolán McNamara]
  • integer-overflow (ofz#3945) [Caolán McNamara]
  • integer-overflow (ofz#3948) [Caolán McNamara]
  • integer-overflow (ofz#3951) [Caolán McNamara]
  • integer-overflow (ofz#3953) [Caolán McNamara]
  • integer-overflow (ofz#4034) [Caolán McNamara]
  • abrt (ofz#4041) [Caolán McNamara]
  • integer-overflow (ofz#4042) [Caolán McNamara]
  • null-deference READ (ofz#4043) [Caolán McNamara]
  • null-dereference (ofz#4048) [Caolán McNamara]
  • limit listener range to actually available sheets (ofz#4052) [Eike Rathke]
  • integer-overflow (ofz#4055) [Caolán McNamara]
  • integer-overflow (ofz#4057) [Caolán McNamara]
  • integer-overflow (ofz#4058) [Caolán McNamara]
  • bad-cast (ofz#4066) [Caolán McNamara]
  • integer-overflow (ofz#4068) [Caolán McNamara]
  • integer-overflow (ofz#4072) [Caolán McNamara]
  • bad palette READ (ofz#4076) [Caolán McNamara]
  • check for error earlier (ofz#4079) [Caolán McNamara]
  • integer-overflow (ofz#4104) [Caolán McNamara]
  • integer-overflow (ofz#4106) [Caolán McNamara]
  • null-dereference READ (ofz#4113) [Caolán McNamara]
  • integer-overflow (ofz#4115) [Caolán McNamara]
  • floating-point-exception (ofz#4121) [Caolán McNamara]
  • use EnableExecuteLink instead (ofz#4122) [Caolán McNamara]
  • do not read past end of file (ofz#4123) [Eike Rathke]
  • null-dereference READ (ofz#4144) [Caolán McNamara]
  • integer-overflow (ofz#4146) [Caolán McNamara]
  • integer-overflow (ofz#4158) [Caolán McNamara]
  • null-dereference READ (ofz#4163) [Caolán McNamara]
  • null-dereference READ (ofz#4202) [Caolán McNamara]
  • compare against available data len (ofz#4204) [Caolán McNamara]
  • integer-overflow (ofz#4211) [Caolán McNamara]
  • integer-overflow (ofz#4213) [Caolán McNamara]
  • integer-overflow (ofz#4230) [Caolán McNamara]
  • timeout (ofz#4243) [Caolán McNamara]
  • need more components (ofz#4245) [Caolán McNamara]
  • direct-leak (ofz#4291) [Caolán McNamara]
  • do not read past end of file (ofz#4305) [Eike Rathke]
  • init draw layer (ofz#4306) [Caolán McNamara]
  • integer-overflow (ofz#4318) [Caolán McNamara]
  • direct-leak (ofz#4321) [Caolán McNamara]
  • integer-overflow (ofz#4327) [Caolán McNamara]
  • abrt (ofz#4328) [Caolán McNamara]
  • null-dereference READ (ofz#4334) [Caolán McNamara]
  • verify sprmTDefTable length (ofz#4335) [Caolán McNamara]
  • integer-overflow (ofz#4338) [Caolán McNamara]
  • integer-overflow (ofz#4361) [Caolán McNamara]
  • divide-by-zero (ofz#4366) [Stephan Bergmann]
  • undefined-shift (ofz#4372) [Caolán McNamara]
  • divide-by-zero (ofz#4381) [Caolán McNamara]
  • Abrt (ofz#4386) [Caolán McNamara]
  • Abrt (ofz#4387) [Caolán McNamara]
  • don't increment ScCompressedArray::Iterator past end (ofz#4406) [Caolán McNamara]
  • set new nWwCols after verifying legal size (ofz#4414) [Caolán McNamara]
  • fix available] Opened combo box is blocking the entire session (rhbz#1505379) [Caolán McNamara]
  • After File > Properties for particular .docx file, Writer is no longer responsive (tdf#100922) [Szymon Klos]
  • UI] Undo causes slide preview selection to be lost (tdf#100950) [Caolán McNamara]
  • Default set of table styles (tdf#101349) [heiko tietze, Heiko Tietze]
  • TRACK CHANGES: More uno commands for accepting/rejecting changes (tdf#101977) [Henry Castro]
  • FILESAVE: DOCX truncated upon roundtrip (tdf#102466) [Serge Krot]
  • A new default set of bundled fonts (tdf#103080) [Yousuf Philips, Stephan Bergmann]
  • Cancelling content of a cell does not restore the previous text representing a value (e.g. '(/21) ) (tdf#103234) [Caolán McNamara, Eike Rathke]
  • New default set of templates (tdf#103317) [Yousuf Philips, heiko tietze]
  • 3D Object displayed as question mark (GTK3) (tdf#103884) [Thorsten Behrens]
  • rtf bad opening (tdf#104228) [Miklos Vajna]
  • Palettes and color names are not localizable (tdf#105000) [Gabor Kelemen]
  • FILESAVE: Footnotes per page not recognized in .DOC IN MSWORD ONLY (tdf#105381) [Justin Luth]
  • New layout engine does not support old-style “kern” table (tdf#105992) [Stephan Bergmann, Khaled Hosny]
  • certain EMF images from OOXML document are not rendered correctly LibreOffice (tdf#106084) [Bartosz Kosiorek]
  • Create Table toolbar tool creates wrong number of columns in rtl environment [rtl, gtk3, regression] (tdf#106163) [Maxim Monastirsky]
  • Android: add ability to insert pictures (tdf#106370) [Ximeng Zu]
  • Help needs adaption to new position of AutoInput in Calc (tdf#106861) [Gabor Kelemen]
  • Page orientation of User page size is not determined correctly (tdf#106890) [heiko tietze]
  • Default set of list styles (tdf#106988) [Yousuf Philips]
  • FILESAVE: hyperlink text disappears after opening&saving specific DOCX (with some index/TOC before the link) (tdf#107111) [Vasily Melenchuk]
  • New table 'Default Style' (tdf#107554) [Yousuf Philips]
  • Missing tango icon (tdf#107569) [Yousuf Philips, Maxim Monastirsky]
  • 1.15 Line spacing has wrong preview in Paragraph dialog (tdf#107643) [Jim Raykowski]
  • Filter search box in dialogue Field > Cross-references is case-sensitive for Cyrillic characters regardless of filter's case-sensitivity setting (tdf#107939) [Vitaliy Anderson]
  • CRASH: bad dynamic_cast! after redo operation (tdf#108124) [Fyodor Yemelyanenko]
  • Notebookbar should have margins surrounding the seperator (tdf#108144) [andreas kainz]
  • Shrinking of grow/shrink custom animation effect does not work (tdf#108450) [Katarina Behrens]
  • Cannot run LibreOffice, api-ms-win-crt-runtime-l1-1-0.dll is missing (for local solution see comment 7) (tdf#108580) [Christian Lohmaier]
  • PDF inserted into document as linked disappears after saving and reloading (tdf#108748) [Jan-Marek Glogowski]
  • PDF Export of a particular spreadsheet is slower than it has been before (tdf#108757) [Serge Krot]
  • Cannot enter colon or semicolon in formula bar (French version) (tdf#108795) [Eike Rathke]
  • BASIC module cannot be re-added with the same name, even after deletion through organizer (tdf#108872) [tagezi]
  • uno:LanguageStatus shouldn't appear in the customization dialog (tdf#108916) [Muhammet Kara]
  • FILEOPEN: RTF: Header is missing (tdf#108947) [Thomas Beck, Thorsten Behrens]
  • Cannot paste formatted text (.rtf) from clipboard on Mac. It comes always unformatted. Still broken in 5.3.6 and 5.4.1 (tdf#109343) [Xisco Fauli]
  • Sidebar shows 2 as font height for some specific Impress tables cells (tdf#110002) [Tamás Zolnai]
  • Wrong icon assigned for special character group button (tdf#110354) [Yousuf Philips]
  • Impress table looses selection when click on Increase decrease font button (tdf#110357) [Tamás Zolnai]
  • FILEOPEN: calc listbox entries are lost on open *.ods file (tdf#110431) [Mohammed Abdul Azeem]
  • Remove "Memory" page from Options dialog; only adjust the settings using Expert Configuration (tdf#110448) [Mike Kaganski]
  • FORMATTING: text-to-text alignment ignored when text grid is enabled (tdf#110994) [Mark Hung]
  • Formula cells not recalculated after column was inserted and in a shifted column a formula cell is edited/added when the next column is empty (EDITING) (tdf#111428) [Eike Rathke]
  • EMFPlus-Rework-Regressions) [META] Regressions from EMF+ reworking (tdf#111486) [Bartosz Kosiorek]
  • CJK text shift slight in vertical direction , underline cross out text (tdf#111717) [Mark Hung]
  • Duplicated numbering alignment option on numbering dialog in Impress (tdf#111738) [Tamás Zolnai]
  • Wrong preview of graphic bullet symbol in Impress (tdf#111740) [Mark Vecsernyes]
  • Wrong rendering of image radiobutton on Split Cells dialog (tdf#111782) [G??bor Koruhely]
  • Issues with sidebar's Master Slide / Close Master Slide button in handout view (tdf#111826) [Xisco Fauli]
  • Notes view: Master Notes button on sidebar instead of Master Slide (tdf#111835) [Tamás Zolnai]
  • Find & Replace: Rename diacritics and kashida search options (tdf#111846) [Jim Raykowski]
  • Vertical text in table formatted incorrectly (tdf#111967) [Mark Hung]
  • please update Tibetan dictionary (tdf#112065) [Aron Budea]
  • Calc does not select name of selected shape in Navigator (started as: does not show shape name in Name Box) (tdf#112100) [Tamas Bunth]
  • Allow assigning macros and styles to UI elements (tdf#112207) [Muhammet Kara]
  • FILESAVE DOCX: Document with one column section appears with two columns in LO (tdf#112352) [Justin Luth]
  • Insert Special Characters - Rename "Lauch Dialog" to "More..." (tdf#112430) [Yousuf Philips]
  • navigator does not scroll when navigating to inactive document (tdf#112435) [Jim Raykowski]
  • FILEOPEN: EMF+ Images are shifted inside the frame (tdf#112500) [Bartosz Kosiorek]
  • FILEOPEN: Text on OLE object is not read (tdf#112547) [Regina Henschel, Michael Stahl]
  • Full screen mode should hide title bar and Gnome Shell top bar (tdf#112549) [Caolán McNamara]
  • Master Slide' label disappears from Slide content panel after context change (tdf#112627) [Xisco Fauli]
  • Disable 'background settings for all pages' dialog appearing when inserting background image (tdf#112650) [heiko tietze]
  • TextEngine::SetAttrib(TextAttrib const&, unsigned int, int, int, bool) leaks memory with multiple invocations (tdf#112658) [Julien Nabet]
  • Replace chained O(U)StringBuffer::append() with operator+ (tdf#112689) [Timotej Lazar, qzheng, Furkan Ahmet Kara, Furkan Tokac]
  • NEWHELP] Reorder module Icons in top of the page (tdf#112755) [Olivier Hallot]
  • Dead keys not working with KDE4 or gen VCL backend (tdf#112770) [Jan-Marek Glogowski]
  • RTL: Toolbar tooltips flicker heavily as mouse thinks its in the opposite location (Gtk2) (tdf#112830) [Maxim Monastirsky]
  • Update VCL.xcu font defaults for Chinese (Traditional) to reflect current norms (tdf#112879) [Cheng-Chia Tseng]
  • Colour dropdrown lists are displayed for a fraction of second (gtk3) (ambiance, radiance theme) (tdf#112943) [Caolán McNamara]
  • Use real “+” and “-” icons instead of translatable text for Customize dialog buttons (tdf#113001) [Muhammet Kara]
  • EDITING Legend placement dropdown not disabled when showing/hiding legend from main toolbar (tdf#113026) [Xisco Fauli]
  • Watermark created in LO shows improperly in Word (tdf#113037) [Szymon Klos]
  • CRASH: When closing the document before handling the warning about pasting data into cells that already contain data (tdf#113160) [Caolán McNamara]
  • FILEOPEN: Incorrect fontwork's height (tdf#113162) [Szymon Klos]
  • Referenced cells no longer colored (tdf#113179) [Eike Rathke]
  • FILEOPEN: EMF+ Incorrect lines' height (tdf#113197) [Armin Le Grand, Thorsten Behrens]
  • FILEOPEN: RTF: Incorrect vertical position of last bullet of the list (tdf#113202) [Miklos Vajna]
  • CALC: Errors making simple arithmetic operations on big integers (tdf#113211) [Mike Kaganski]
  • LibreOffice 5.4.1.2 crashes when checking for updates ( OpenGL ) (tdf#113225) [Michael Meeks]
  • FILESAVE: PPT: bullets disappear after RT (tdf#113227) [Noel Grandin]
  • Crash in: writerfilter::dmapper::DomainMapper_Impl::finishParagraph(std::shared_ptr<writerfilter::dmapper::PropertyMap> const &) (tdf#113230) [Caolán McNamara]
  • UI Inconsequent naming for Zoom: Zoom level in tooltip (bottom right status bar) and Zoom factor (dialog & Help) (tdf#113244) [heiko tietze]
  • Help for 'Sheet > Fill Cells > Sheets' has room for improvement. (tdf#113249) [Gabor Kelemen]
  • Basic Library Organizer is broken and closing dialogs crashes (tdf#113252) [Caolán McNamara]
  • FILESAVE: PPT: Graphics change their shapes after RT (tdf#113253) [Caolán McNamara]
  • FILESAVE: Images not displayed in MSO2010 after a roundtrip in LibreOffice (tdf#113254) [Jochen Nitschke]
  • FILESAVE: PPTX: Group shapes change position after RT (tdf#113263) [Szymon Klos]
  • Pivot table: Missing popup button after opening a pivot table from ODS (tdf#113268) [Tamás Zolnai]
  • Crash opening index dialog (tdf#113284) [Tamas Bunth]
  • Split sections inside nested tables: unexpected lack of cell context on next page (tdf#113287) [Miklos Vajna]
  • Clear List' entry in Recent Documents appears in English rather than Slovenian (tdf#113295) [Gabor Kelemen]
  • Checkboxes on "Export..." file selection dialog are badly misplaced (tdf#113304) [Katarina Behrens]
  • lifecycle of LibreOfficeKit as used by LOKDocView is broken by design (tdf#113311) [Michael Stahl]
  • EDITING Closing Colour replacer crashes the application (tdf#113328) [Caolán McNamara]
  • Crash when FILEOPEN .DOT Template (tdf#113336) [Caolán McNamara]
  • Scrolling with the horizontal/vertical toolbar is sluggish with OpenGL enabled (tdf#113347) [Mike Kaganski]
  • UI: floating toolbars have two heading (VCL: gtk2) (tdf#113353) [Maxim Monastirsky]
  • End year of "Year (Two Digits)" not showing any longer in "Tools - Options General" after changing and closing the Options dialog (tdf#113355) [Caolán McNamara]
  • Numbering formats appearing as blank entries (tdf#113356) [Caolán McNamara]
  • Contour editor does not open (tdf#113366) [Caolán McNamara]
  • attribute transform in draw:frame has wrong namespace, is svg, has to be draw (tdf#113367) [Regina Henschel]
  • File Selection widget in dialog causes crash (tdf#113368) [Julien Nabet]
  • Table properties: the icons on preset buttons for outlining the table do not correspond to the actions and the popup tooltips (tdf#113378) [Caolán McNamara]
  • Crash in Basic IDE if you press Enter to get a new line (tdf#113400) [Julien Nabet]
  • Dragging a slide master from one window to another causes crash (steps in comment 2) (tdf#113405) [Caolán McNamara]
  • FILEOPEN: RTF - Indentation of image not retained (tdf#113408) [Miklos Vajna]
  • Crash in: ScPreview::MouseMove(MouseEvent const &) (tdf#113422) [Noel Grandin]
  • Arabic PDF export is messy in old files < 5.3 (tdf#113428) [Khaled Hosny]
  • Two fill color controls in Drawing Object Properties toolbar (tdf#113434) [Yousuf Philips]
  • Device-specific options missing in LibreOffice print dialog (tdf#113435) [Caolán McNamara]
  • UI: size of tab bar (with sheet names) does not adjust to (default) system font size (tdf#113444) [Bernhard Widl]
  • Sections inside tables: lack of rendered content due to loop control (tdf#113445) [Miklos Vajna]
  • "Edit Style" menu command missing from customize dialog (tdf#113446) [Yousuf Philips]
  • FILEOPEN: EMF+ Lines misplaced after open EMF+ file (tdf#113451) [Bartosz Kosiorek]
  • Impossible to clear "Width/Height in pages" after converting "Page style" sheet to Widget UI (tdf#113455) [Caolán McNamara]
  • Crash when editing code "ActiveCell.String = " in the built-in editor "BASIC" (tdf#113519) [Julien Nabet]
  • Split sections inside nested tables: unexpected empty page after editing (tdf#113520) [Miklos Vajna]
  • LibreOffice hangs when pasting a few columns (tdf#113530) [Noel Grandin]
  • CSV import dialogue confusing in respect to text delimiters (tdf#113536) [heiko tietze]
  • Crash when running a certain macro from BASIC editor (tdf#113548) [Aron Budea]
  • FILEOPEN: RTF: Incorrect text indent (tdf#113550) [Miklos Vajna]
  • Last Digit is Automatically Deleted when Editing Formula with Comma-separated Values (tdf#113562) [Caolán McNamara]
  • Copy of cell with multi-line text is pasted as CSV for unformatted text, enclosed in double quotes and with quote escaping (FORMATTING) (tdf#113571) [Serge Krot, Eike Rathke]
  • Crash when switching between Calc and other LO window (tdf#113591) [Samuel Mehrbrodt]
  • LibreLogo: add fallback localization to fix platform issues (tdf#113592) [László Németh]
  • Inserting table in header and saving crashes (tdf#113597) [Julien Nabet]
  • Basic command thiscomponent.currentselection(0).name returns wrong name of grouped Draw objects when GTK3 backend is used (tdf#113615) [Caolán McNamara]
  • CRASH when export PDF from Print Preview (tdf#113619) [Ashod Nakashian]
  • FILEOPEN: EMF+ Intersect of images are not working correctly (tdf#113635) [Bartosz Kosiorek]
  • Crash when clicking 2 times on "New Theme..." in Gallery on detached SideBar ( steps in comment 4 ) ( not gtk3) (tdf#113647) [Caolán McNamara]
  • Crash: Open 'Data Provider' on Calc (tdf#113652) [Julien Nabet]
  • impress crashes when trying to format - char an empty paragraph (tdf#113657) [Julien Nabet]
  • Wrong label on sidebar slide pane after switching to handout view (tdf#113660) [Xisco Fauli]
  • Split sections inside nested tables: content is not moved to previous page (tdf#113686) [Miklos Vajna]
  • Crash when using color picker after parent toolbar is closed (tdf#113695) [Caolán McNamara]
  • FILEOPEN: EMF+ EmfPlusRegionNode record is not displaying correctly (tdf#113704) [Bartosz Kosiorek]
  • FILEOPEN: EMF+ Add support for EmfPlusRecordTypeResetClip record (tdf#113707) [Bartosz Kosiorek]
  • Sidebar: Controls are crammed in Slide content panel in Master view if going from Handout view (tdf#113725) [Tamás Zolnai]
  • Defaultvalue for 'Export placeholders' in dialog 'Export as PDF...' should be false like in the print dialog (tdf#113736) [Manfred Blume]
  • User dictionaries need support languages with rich affixation and/or compounding (tdf#113739) [László Németh]
  • FILEOPEN: EMF+ EmfPlusRecordTypeOffsetClip record is not displaying correctly (tdf#113758) [Bartosz Kosiorek]
  • Meaning of last VDB function argument ("Type") inverted in help tip and LO help (tdf#113768) [Winfried Donkers, Eike Rathke]
  • Problems with labels/strings in Character dialog's font tab (tdf#113777) [Yousuf Philips]
  • Crash: Right click cell on Data Provider dialog (tdf#113784) [Julien Nabet]
  • CLI versioning: cli_oootypes.config is wrong (tdf#113787) [Michael Stahl]
  • SAXParseException: Attribute w:cstheme redefined' error upon certain changes to a DOCX (tdf#113790) [Mike Kaganski]
  • UI: Links dialog: "source file" label is overwritten with its value (tdf#113807) [Serge Krot]
  • Crash when trying to edit style with context menu of Date Area (tdf#113826) [Caolán McNamara]
  • i18n: add language Fon (Benin) [fon-BJ] (tdf#113835) [Eike Rathke]
  • Assertion while customizing Bullets and Numbering (duplicate listener) (tdf#113855) [Noel Grandin]
  • Remove color palettes Breeze, Tango and LibreOffice (tdf#113858) [Yousuf Philips]
  • Chart data regions reduced in favor of labels (tdf#113861) [Vasily Melenchuk, Caolán McNamara]
  • writer crashes when scrolling Doc file (tdf#113871) [Caolán McNamara]
  • 1bpp grey-level PNG images are mis-exported to PDF (as black&white) (tdf#113875) [Tor Lillqvist]
  • Fixing various accessibility issues in .ui files (tdf#113880) [Yousuf Philips]
  • FILESAVE]: changes format of date in cell from DD.MM.YY to MM.DD.YY with save file to .XLSX (tdf#113889) [Eike Rathke]
  • Regression] Pasting text from Writer in Calc formula field doesn't strip formatting (tdf#113894) [Caolán McNamara]
  • UI Labels in the Shadow tab are misplaced a bit (tdf#113909) [Gabor Kelemen]
  • 1bpp non-B&W PNG images are mishandled on Linux in all vcl "backends" ("plugins") (tdf#113918) [Tor Lillqvist, Stephan Bergmann]
  • Switching from read-only to edit mode by clicking "Edit Document" isn't instantaneous anymore (tdf#113935) [Noel Grandin]
  • Inserting Draw Objects via BASIC command does not place them at given vertical position (tdf#113938) [Michael Stahl]
  • LOCALHELP] Add more information on video support in LibreOffice (tdf#113949) [Olivier Hallot]
  • FILEOPEN: Incorrect border in embedded table (tdf#113956) [Caolán McNamara]
  • Insert Image instances wrong image in drawing (.jpg with .gif extension, GTK3-only) (tdf#113962) [Caolán McNamara]
  • CppunitTest_sc_parallelism crashes on master (tdf#113970) [Dennis Francis]
  • DATEADD() LOBasic function displays year incorrectly (tdf#114011) [Eike Rathke]
  • deadlock from lock dialog: Singleton vs. SolarMutex in framework (tdf#114025) [Michael Meeks]
  • Documents with charts open with the document set as already modified (tdf#31231) [Mike Kaganski]
  • EMF regression: failure of displaying ChemDraw objects (line width to fix EMF+, reading EmfPlusBoundaryPointData, EmfPlusRecordTypeComment records, EMF+ DrawString and DrawImage, EMF/EMF+ dual mode) (tdf#31814) [Patrick Jaap]
  • EDITING]: Paste Unformatted Text broken for complex cell contents (tdf#32213) [Serge Krot, Eike Rathke]
  • Date format problem using the Dutch (NL) localization (tdf#33689) [Laurent BP]
  • FILESAVE: character formatting applied to fields not preserved when saving as DOC or as DOCX (tdf#38778) [Serge Krot, Caolán McNamara]
  • translate German comments, removing redundant ones (tdf#39468) [Jens Carl]
  • copy/paste code detector / fixing (tdf#39593) [tagezi, Eike Rathke]
  • FILESAVE: Cross-references to certain numbered items (object, graphic, table) turn to plain text on export to .doc or .docx (works OK for headings and bookmarks) (tdf#42346) [Tamás Zolnai]
  • FILEOPEN: .docx hyperlink changes to blue from black text (tdf#43017) [Vasily Melenchuk]
  • move java based api tests to c++ (tdf#45904) [Stephan Bergmann, Jens Carl]
  • FILESAVE: DOCX - Tab stops added to lines that didnt already have them (tdf#46938) [Justin Luth]
  • UI: Window doesn't take focus when opening an already open document (tdf#48300) [Katarina Behrens]
  • Impress FILEOPEN, FORMATTING: pptx opens without background (animated gif) (tdf#49253) [Caolán McNamara]
  • Make "paste unformatted text" command work in Calc (tdf#50746) [Eike Rathke, Yousuf Philips, Serge Krot]
  • FILESAVE: 100% table width not saved in doc file as relative (tdf#55528) [Justin Luth]
  • EDITING: Navigator is not Updated, if a Chapter Move (in the navigator) is Undone in the document (with Undo) (tdf#58186) [Jim Raykowski]
  • RTL: Slide pane context menu opens going left rather than going right (tdf#60315) [Caolán McNamara]
  • FILEOPEN: DOCX Import - Signature line doesn't show digital signature (tdf#65393) [Samuel Mehrbrodt, Stephan Bergmann]
  • FILESAVE: DOCX export: bookmark at end of paragraph not exported correctly (tdf#65955) [Szymon Klos]
  • FILESAVE: DOCX exported document shows 'Combined Characters' with wrong font in MSWord (tdf#66401) [Andreas Brandner]
  • FILESAVE saving as .DOC or .DOCX replaces MailMerge, User Defined, Input Fields, .. in a document with the "< fieldname >" (tdf#67207) [Mike Kaganski]
  • Change default value for spacing on Columns tab to be more than 0 (tdf#67670) [heiko tietze]
  • CONFIGURATION: Sidebar customization settings not remembered after reopening (tdf#67770) [Katarina Behrens]
  • EMF+ import: incorrect EmfPlusRecordTypeSetClipPath handling (tdf#77229) [Bartosz Kosiorek]
  • Items in Status Bars have different locations between different components. (tdf#77755) [heiko tietze]
  • FILEOPEN: MSO ODT - Text grid lines are enabled even when style:layout-grid-display isnt set (tdf#77961) [Mark Hung]
  • FILEOPEN: DOCX Strict - Table cell spacing not retained from <w:tcMar> (tdf#78508) [Justin Luth]
  • new ODF template files on windows are not using liberation fonts as default (tdf#79754) [Yousuf Philips]
  • Missing string reference keys [KeyID] in Writer (tdf#80713) [Caolán McNamara]
  • Writer-Toolbars-Revamp) [META] Revamp of Writer toolbars in 4.4+ (tdf#81475) [Yousuf Philips]
  • RTL: reconsider Arabic decimal separator handling (tdf#81671) [Eike Rathke]
  • FILEOPEN: DOCX Strict - Numbering indentation not imported correctly (tdf#82065) [Justin Luth]
  • FILESAVE FILEOPEN VIEWING: Can't open or save relative links in docx (tdf#86087) [Szymon Klos]
  • Change default colors for conditional formatting color scales (tdf#86508) [Yousuf Philips]
  • FILEOPEN DOCX RTL text direction is wrong (tdf#87533) [Serge Krot]
  • COLOR PICKER: New default color palette (tdf#87538) [Gabor Kelemen]
  • UI: Missing tooltips in the Seek and Volume controllers of the Media Playback toolbar (tdf#87808) [Gabor Kelemen]
  • Annoying feature: empty cell treated as zero within range/array (tdf#89216) [Matti Lehtonen]
  • Fix the Linux HiDPI start screen (tdf#90794) [heiko tietze]
  • Default set of calc cell styles (tdf#90937) [Yousuf Philips]
  • allow to build shared libraries in bundled projects on Windows (tdf#91480) [Thorsten Behrens]
  • Writer-Menus) [META] Reorganization of the menu bar for Writer (tdf#91781) [Yousuf Philips]
  • PRINTs landscape despite configured as portrait (Mac OS) (tdf#92190) [Tor Lillqvist]
  • FILESAVE from .doc to .docx - white highlight and white color fill added to paragraph style (tdf#92524) [Justin Luth]
  • Text Body default line spacing too big (proportional 120% instead of Single ) (tdf#94464) [Jim Raykowski]
  • osl_createHostAddrByAddr uses non-threadsafe gethostbyaddr (tdf#94695) [Arkadiy Illarionov]
  • Support for new Hungarian orthography (tdf#95024) [László Németh]
  • Decrease / Increase font size shortcut doesn't work CTRL + ] and CTRL + [ on Windows and german keyboard (tdf#95635) [Manfred Blume]
  • FORMATTING: Orientation of Bopomofo tonal marks is incorrect in vertical layout (tdf#95656) [Mark Hung]
  • One cannot print to A4 size paper in Impress. (tdf#95694) [Katarina Behrens]
  • All Hotkeys with CTRL+ALT+ not worked (tdf#95761) [Manfred Blume]
  • Add lock mark on protected sheet tab before tab label (tdf#95880) [Eike Rathke, Gulsah Kose]
  • View menu and Display Mode tab order inconsistent (tdf#95946) [Yousuf Philips]
  • Get rid of cargo cult "long" integer literals (tdf#96505) [Stephan Bergmann, udareechk]
  • Calc: incorrect formula text function result from Unicode's non-BMP characters. Functions LEN(), LEFT(), RIGHT(), MID(), SEARCH(), FIND(), REPLACE() (tdf#97198) [Winfried Donkers]
  • LibreOffice uses wrong attribute for feature "shrink-to-fit" (tdf#97630) [Michael Stahl]
  • Right ALT key not functional for key combinations (tdf#97908) [Manfred Blume]
  • RTL: 'Text Direction' drop down menu doesnt update preview in alignment tab of paragraph dialog (tdf#98212) [Jim Raykowski]
  • [FORMATTING] Default table border width is useless (tdf#99027) [Yousuf Philips]

New in LibreOffice 5.4.7.2 Still (May 17, 2018)

  • sw: handle cell background for BACKGROUND_PARA_OVER_DRAWINGS (bnc#778133)
  • bad-cast (ofz#7648)
  • update credits (rdm#2585) [Christian Lohmaier]
  • message box fonts corrupted in libreoffice (rhbz#1283420)
  • When overwriting a cell, new content is displayed on top of the old content until finishing the edit (tdf#100925)
  • DOCX import: lack of Word 2013-style increased spacing for paragraph with anchored objects (tdf#115719)
  • FILEOPEN DOCX: First paragraph has wrong top margin (space before) (tdf#116410)
  • DOCX import: table cell background is behind background shapes (tdf#116830)
  • Automatic text color in textbox does not consider fill style of shape (tdf#116925)
  • DOCX import: bitmap does not consume its relative size (tdf#116976)
  • DOCX import, shape with textbox: incorrect text area size when shape size is relative (tdf#116985)
  • Libreoffice command line interface is not opening cgm files (tdf#116999)
  • DOCX import: textbox of shape lacks its transparent background (tdf#117028)
  • Print Preview crashes on signed document (tdf#117039)
  • FILEOPEN: RTF: parser dont draw tables correctly (tdf#117268)
  • FILESAVE: Theme Colors inverted in drawings after PPTX roundtrip (black part turned to white) (tdf#84205)

New in LibreOffice 6.0.4.2 Fresh (May 9, 2018)

  • Crash in: OpenGLContext::AcquireFramebuffer(OpenGLTexture const &) (tdf#113377) [Miklos Vajna]
  • Cannot open an excel workbook, "maximum number of columns per sheet" - in 64bit Calc on Windows (tdf#116274) [Eike Rathke]
  • Problem opening excelfile in latest release - due to overflow (tdf#116939) [Eike Rathke]
  • Libre office Swriter crashes when opening Microsot word doc in 97-2003 doc format (tdf#117129) [Justin Luth]
  • DOC import filter mismatch of shape size (tdf#75539) [Justin Luth]

New in LibreOffice 6.0.3.2 Fresh (Apr 5, 2018)

  • Apply the 'Default Style' table style to newly inserted tables (tdf#107555)
  • Find & Replace: Rename diacritics and kashida search options (tdf#111846)
  • Wrong label on sidebar slide pane after switching to handout view (tdf#113660)
  • Calc does not give warning when opening file containing a sheet with more than 1024 columns (tdf#114555)
  • EDITING: Table loses formatting when inserting a new row in a table (tdf#115573)
  • MATCH applied to a search array introduced by an OFFSET subexpression results in Err:504. (tdf#116100)
  • Sum button: Calc adds wrong sum formulas if you select more than one row or column (tdf#116215)
  • Find & Replace diacritic-sensitive searches are always linked to the CTL language setting and search replace fails when no CTL default is checked active (tdf#116242)
  • Nested IF(IF( without Else path yields #VALUE! (tdf#116324)
  • Hang under specific circumstances ( steps in comment 9 ) (tdf#116364)
  • Crash in: formula::FormulaCompiler::CreateStringFromToken(rtl::OUStringBuffer &,formula::FormulaToken const *,bool) (steps in comment 15) (tdf#116468)
  • Crash with Hungarian spell checker in 6.0 debug build (tdf#116586)
  • OFFSET function in array context compatibility with Excel (tdf#58874)
  • EDITING sigma icon (sum function) operating on selected range (tdf#71339)

New in LibreOffice 6.0.3.2 RC 2 Fresh (Apr 2, 2018)

  • Apply the 'Default Style' table style to newly inserted tables (tdf#107555)
  • Find & Replace: Rename diacritics and kashida search options (tdf#111846)
  • Wrong label on sidebar slide pane after switching to handout view (tdf#113660)
  • Calc does not give warning when opening file containing a sheet with more than 1024 columns (tdf#114555)
  • EDITING: Table loses formatting when inserting a new row in a table (tdf#115573)
  • MATCH applied to a search array introduced by an OFFSET subexpression results in Err:504. (tdf#116100)
  • Sum button: Calc adds wrong sum formulas if you select more than one row or column (tdf#116215)
  • Find & Replace diacritic-sensitive searches are always linked to the CTL language setting and search replace fails when no CTL default is checked active (tdf#116242)
  • Nested IF(IF( without Else path yields #VALUE! (tdf#116324)
  • Hang under specific circumstances ( steps in comment 9 ) (tdf#116364)
  • Crash in: formula::FormulaCompiler::CreateStringFromToken(rtl::OUStringBuffer &,formula::FormulaToken const *,bool) (steps in comment 15) (tdf#116468)
  • Crash with Hungarian spell checker in 6.0 debug build (tdf#116586)
  • OFFSET function in array context compatibility with Excel (tdf#58874)
  • EDITING sigma icon (sum function) operating on selected range (tdf#71339)

New in LibreOffice 5.4.6.2 Still (Mar 22, 2018)

  • Core:
  • Bump product version to 5.4.6.1.0+ [Xisco Fauli]
  • Bump product version to 5.4.6.2 [Christian Lohmaier]
  • Comments inside StringArray blocks drop translations (tdf#115866) [Caolán McNamara]
  • Footnote separator position wrong (2nd attempt) (tdf#115432) [Noel Grandin]
  • Footnote separator position wrong (3rd attempt) (tdf#115432) [Noel Grandin]
  • Initialize DrawLayer if required (tdf#103175) [Mike Kaganski]
  • Parent style's msApiName could yet be empty; use GetApiName() (tdf#44774) [Mike Kaganski]
  • Revert "slideshow: clip shapes in secondary screen window" (tdf#115652, tdf#116196, tdf#115142) [Michael Stahl]
  • Test: add assertXPathNSDef() [Miklos Vajna]
  • Tunnel arbitrary rtl_TextEncoding from sc to sdbc:dbase connection (tdf#116171) [Stephan Bergmann]
  • Update credits [Christian Lohmaier]
  • Updated core [Christian Lohmaier]
  • VCL canvas: fix another clipping mistake () (tdf#115142) [Thorsten Behrens]
  • VCL canvas: fix clipping of gradients () (tdf#115142) [Michael Stahl]
  • Version 5.4.6.2, tag libreoffice-5.4.6.2 [Christian Lohmaier]
  • Xmloff: ODF import: fix handling of unknown attributes (tdf#115429) [Michael Stahl]
  • Dictionaries:
  • Version 5.4.6.2, tag libreoffice-5.4.6.2 [Christian Lohmaier]
  • Help:
  • Version 5.4.6.2, tag libreoffice-5.4.6.2 [Christian Lohmaier]
  • Translations:
  • Update translations for 5.4.6 rc2 [Christian Lohmaier]

New in LibreOffice 6.0.1.1 Fresh (Feb 9, 2018)

  • Core:
  • Activate newly opened modal dialogs (tdf#32935, tdf#114466, tdf#49134) [Mike Kaganski]
  • Add #include <abstractions/X> to oosplash apparmor profile (deb#887593) [Rene Engelhard]
  • Add recent Hunspell fixes and improvements [László Németh]
  • Add user dictionary for hu dict package (tdf#95024) [László Németh]
  • Allow build with classic libjpeg (tdf#115416) [Caolán McNamara]
  • Allow building with poppler-0.62 [Dominique Leuenberger]
  • Apparmor profile update (allow JVM execution) (tdf#115208) [Olivier Tilloy]
  • Apparmor: allow reading device information (deb#887593) [Vincas Dargis]
  • Apparmor: allow running the "certificate manager" applications for gpg [Rene Engelhard]
  • Apparmor: fix @{HOME}/.mozilla/firefox access for XML signing [Rene Engelhard]
  • Apparmor: updates for gpg (deb#887593) [Rene Engelhard]
  • Avoid GPG when --enable-mpl-subset [Tor Lillqvist]
  • Bad-cast (ofz#4753, ofz#5007, ofz#4728, ofz#4817, ofz#5235, ofz#4971, ofz#4872, ofz#6064, ofz#4767, ofz#5909, ofz#4848, ofz#5254) [Caolán McNamara]
  • Better handle ScDde formulas with missing dde-link entries [Caolán McNamara]
  • Breeze-icon: add 32px trackchangesbar icon for default writer bar [andreas kainz]
  • Bump product version to 6.0.1.0.0+ [Xisco Fauli]
  • Bump product version to 6.0.1.1 [Christian Lohmaier]
  • Change TimeSeparator for locale la_VA, lld_IT and vec_IT. [Winfried Donkers]
  • Check kern table size [Caolán McNamara]
  • CheckLinkFormulaNeedingCheck() for .xls and .xlsx formula cells [Eike Rathke]
  • CheckLinkFormulaNeedingCheck() for conditional format expressions [Eike Rathke]
  • CheckLinkFormulaNeedingCheck() for named expressions [Eike Rathke]
  • Comphelper: put some include guards around stark naked header [Michael Stahl]
  • Consider relative width when importing floating table (tdf#114217) [Mike Kaganski]
  • Copy ScAddress before possibly joining it [Caolán McNamara]
  • Correct title in Base forms (tdf#114677) [Szymon Klos]
  • Corrected precision of imported rotation [Armin Le Grand]
  • Crash in printing and comment (tdf#115221, tdf#112292) [Noel Grandin]
  • Crashtesting: multiple export failures (tdf#114173) [Caolán McNamara]
  • Curl: upgrade to release 7.58.0 [Michael Stahl]
  • Dbaccess: fix mysterious dataloss bug (tdf#114596) [Michael Stahl]
  • Do not add undo action for table attributes (tdf#114045) [Mark Hung]
  • Do not load external documents if it is not allowed (tdf#115044) [Vasily Melenchuk]
  • DOCX import: handle horizontal flip of bitmaps [Miklos Vajna]
  • Don't assume fullscreen is impress (tdf#115106) [Caolán McNamara]
  • Don't let empty date in datetime in forms (tdf#108473) [Julien Nabet]
  • Don't push error twice [Eike Rathke]
  • Don't re-sign vc_redist packages [Mike Kaganski]
  • Export explosion property for pie chart property, (tdf#114182) [Markus Mohrhard]
  • Filter: associate .xhtml with HTML import (tdf#114428) [Miklos Vajna]
  • Filter: recognize XHTML with XML declaration as HTML (tdf#114428) [Miklos Vajna]
  • Fix assertions in svdglue.hxx (tdf#115100) [Julien Nabet]
  • Fix borderline feature regressions (tdf#113751, tdf#114625, tdf#115169, tdf#114824, tdf#114934) [Armin Le Grand]
  • Fix build with glm 0.9.9 [Rene Engelhard]
  • Fix crash caused by special document (tdf#114306) [Manfred Blume]
  • Fix crash caused by special document 2 (tdf#114306) [Manfred Blume]
  • Fix crash when changing horizontal align (reportdesign) (tdf#115269) [Julien Nabet]
  • Fix for invalid attribute in impress ODF (tdf#106780) [Abhishek Shrivastava]
  • Fix incorrect AM/PM symbol in locale it_IT. (tdf#105226) [Winfried Donkers]
  • Fix incorrect AM/PM symbols in locale it_CH and vec_IT. (tdf#105226) [Winfried Donkers]
  • Fix Index::getIndexWeight for empty input [Stephan Bergmann]
  • Fix issue with HYPHEN-MINUS in Calc function JIS. (tdf#103550) [Winfried Donkers]
  • Fix localized'ness of ooSetupFactoryUIName props (rhbz#1541486) [Stephan Bergmann]
  • Fix protection of some unnecessarily strictly protected files [Tor Lillqvist]
  • Fix reading external reference for VLOOKUP and HLOOKUP (tdf#114820) [Bartosz Kosiorek]
  • Fix support for external reference for IFS functions (tdf#115162) [Bartosz Kosiorek]
  • Fix Tab key cycle through slide background panel [Katarina Behrens]
  • Flatten ScRangeList::Join() and ScRangePairList::Join() recursion [Eike Rathke]
  • Follow up: change time separator for locale it_IT. (tdf#105226) [Winfried Donkers]
  • Generate both std97 and cryptoapi keys from password.. (tdf#114221) [Caolán McNamara]
  • Gtk3: single click with selection set doesn't unselect [Caolán McNamara]
  • Handle ocWebservice similarly to ocDde [Caolán McNamara]
  • If the para is already oversize, nums would go negative (ofz#5477) [Caolán McNamara]
  • Init known ExtraLanguages before document loads [Justin Luth]
  • Its defineresource not define resource [Caolán McNamara]
  • Keep internal BaseModel alive long enough (tdf#115090) [Thorsten Behrens]
  • Libmspub, add update of config.sub [jan Iversen]
  • Limit WEBSERVICE to http[s] protocols [Caolán McNamara]
  • Max decimal places for rtl_math_round is 20 (ofz#5535) [Caolán McNamara]
  • MemoryByteGrabber sequence has to exist for Grabber lifetime [Caolán McNamara]
  • Menu id collision (tdf#115080) [Caolán McNamara]
  • Mimetypes are .macroEnabled not .macroenabled (fdo#88004, rhbz#1535541) [Caolán McNamara]
  • Never use ImplPopupFloatWin for anything except ToolBox (tdf#115057) [Maxim Monastirsky]
  • Nullptr dereference (tdf#115065) [Mike Kaganski]
  • Ofz: check nLevel against maParaSprms size [Caolán McNamara]
  • Ofz: check state in readblock [Caolán McNamara]
  • Ofz: do not force non-existent parameters into the TokenPool [Eike Rathke]
  • Ofz: guard against binary crap argument counts and ID/OpCode generation [Eike Rathke]
  • On plcf save force current Fkp to stick in cache (ofz#5447) [Caolán McNamara]
  • Pasting multi-line text from external source behaves strangely (tdf#115088) [Tamás Zolnai]
  • Persona html can contain " instead of " (tdf#114731) [Julien Nabet]
  • Pyuno: avoid 2 threads initing python in parallel (tdf#114815) [Michael Stahl]
  • Quote columns with spaces and properly escape characters (tdf#115013) [Mike Kaganski]
  • Restore osx scrollwheel logic (rhbz#1367846, tdf#103174, tdf#109062) [Caolán McNamara]
  • Return early on short stream [Caolán McNamara]
  • RTF import: fix left indent handling inside list definition (tdf#115155, tdf#104016) [Miklos Vajna]
  • Rtf: null-deref [Caolán McNamara]
  • Sanity check cmap table size [Caolán McNamara]
  • Sc: disable "forecast.ets.add.fods" test file on Macs [Michael Stahl]
  • Set cProcessed condition on any process outcome (tdf#38915) [Mike Kaganski]
  • Short->sal_Int32 like in StgDataStrm (ofz#5747) [Caolán McNamara]
  • Sifr rework and new 32px icon for save and pdfexport (tdf#75256) [Matthias Freund]
  • Sifr some new 32px icons (tdf#75256) [Matthias Freund]
  • Sifr update 32px for bold and backcolor (tdf#75256) [Matthias Freund]
  • Sifr update epub freezepane defineprintarea splitcells (tdf#75256) [Matthias Freund]
  • Sifr update exportto numberformatthousands splitcells (tdf#75256) [Matthias Freund]
  • Stay within font bounds [Caolán McNamara]
  • Suppress error of closing closed cursor (tdf#70425) [Tamas Bunth]
  • Sw: disable ooxmlexport testWatermark on WNT [Michael Stahl]
  • Sw: disable testTableKeep on WNT [Michael Stahl]
  • Sw: fix SwCache::Insert() stale pointers (ofz#5435) [Michael Stahl]
  • Test: cancel interaction on password *re-entry* [Michael Stahl]
  • The test is declared uncond., so define it so too [David Tardon]
  • Transfer privilege to become foreground process (tdf#114466, tdf#49134) [Mike Kaganski]
  • TSCP various advanced TSCP dialog changes (tdf#114901) [Tomaž Vajngerl]
  • Turn assert into SAL_WARN [Eike Rathke]
  • Update cell content on sidebar number format change (tdf#114519) [Jim Raykowski]
  • Updated core (tdf#95024) [László Németh, Christian Lohmaier, Denis Arnaud]
  • Vcl: handle nested parentheses in PDF roundtrip (tdf#114460) [Miklos Vajna]
  • VclPtr, missing dispose [Caolán McNamara]
  • Version 6.0.1.1, tag libreoffice-6.0.1.1 [Christian Lohmaier]
  • What matters is the availability of the last element, not the first [Caolán McNamara]
  • Write merge field column into docx merge fields (tdf#115013) [Mike Kaganski]
  • Writer crashes on Undo N times (tdf#94225) [Fyodor Yemelyanenko]
  • Writerfilter: RTF import: fix vert orient of Word 6 shapes (tdf#115153) [Michael Stahl]
  • Wrong cell shadow icons (tdf#115369) [Caolán McNamara]
  • Xmloff: ODF export: don't write LO_EXT attribute unless ODF extended [Michael Stahl]
  • Dictionaries:
  • Fix Hungarian Lightproof module (tdf#95024) [László Németh]
  • Update Hungarian Lightproof module (tdf#95024) [László Németh]
  • Updated Breton spelling dictionary to version 0.15 [Denis Arnaud]
  • Help:
  • Version 6.0.1.1, tag libreoffice-6.0.1.1 [Christian Lohmaier]
  • Translations:
  • Update translations for 6.0 [Christian Lohmaier]

New in LibreOffice 5.4.5.1 Still (Feb 8, 2018)

  • save allows links in illustration index, but load doesn't (bnc#825976)
  • Make "Hyperlink" available in the Illustration index (fdo#39904)
  • replace #defined constants with ‘enum class’ (fdo#84938)
  • mimetypes are .macroEnabled not .macroenabled (fdo#88004)
  • sax: guard access to Entity::maSavedException with mutex (ofz#4392)
  • bad-cast (ofz#4531)
  • infinite regress in GetUsePrinterSettings (ofz#4548)
  • avoid recurse to death (ofz#4600)
  • avoid recurse to death (ofz#4689)
  • sw: HTML import: fix invalid tables being created (ofz#4754)
  • limit column check to max legal column index (ofz#4921)
  • ensure min input len for openssl ciphers (ofz#4929)
  • keep nPos within bounds (ofz#4946)
  • bail early with 0 points (ofz#4980)
  • limit depth to max legal depth (ofz#5154)
  • bad-cast (ofz#5254)
  • on plcf save force current Fkp to stick in cache (ofz#5447)
  • if the para is already oversize, nums would go negative (ofz#5477)
  • max decimal places for rtl_math_round is 20 (ofz#5535)
  • sw: HTML import: ignore <DIV> in table structure elements (ofz#5566)
  • short->sal_Int32 like in StgDataStrm (ofz#5747)
  • Scrolling is way too fast in writer (rhbz#1367846)
  • fix available] Segmentation fault when opening password protected LO document (rhbz#1527945)
  • mimetypes are .macroEnabled not .macroenabled (rhbz#1535541)
  • crash after switching on the bibliography 'number entries' option (steps in comment 8) (tdf#100635)
  • Very laggy scrolling with trackpad on hidpi screens (tdf#103174)
  • FILESAVE: DOCX with chart corrupted after roundtrip, cannot open in MSO (tdf#103988)
  • Sidebar decks bleed into each other after changing read only document to edit mode (tdf#104229)
  • Impress crashes switching views in read-only mode ( steps in comment 30 ) (tdf#104870)
  • FILESAVE, ODF: attribute text:style-name is invalid in table:table-template (tdf#106780)
  • Custom toolbar icons don't appear if sized bigger than "small" (tdf#106784)
  • FILEOPEN XLSX: Area chart labels not rotated (tdf#108031)
  • Scrolling with touchpad or scrollwheel is not working on Mac (tdf#109062)
  • XML Source button disabled (In Data Menu) (tdf#112033)
  • macOS 10.13 High Sierra - all buttons are blue ("default") (tdf#112153)
  • FILESAVE XLSX New named range is created every time an Excel made spreadsheet that contains print ranges is saved as XLSX (tdf#112571)
  • UI: Media Player Dialog: Buttons overlapping (tdf#113380)
  • EDITING: Sorting with autofilter slower than it used to be (tdf#113537)
  • Crash when closing document via Java UNO API (tdf#113874)
  • BASE/Table Copy] crash: when repeated Primary Key on Table Copy Wizard. (tdf#113923)
  • Adress-source - Field assignment : Dialog is not user friendly (tdf#114098)
  • FILESAVE XLSX Custom size of chart legend is not preserved when the file is saved as XLSX (tdf#114173)
  • Edit Section' context menu not visible when on a linked section (tdf#114219)
  • Calc corrupts password-protected XLS on save (Save as works) - newer MSO 2013 encryption saved as unencrypted file with encryption mode (tdf#114221)
  • Calc crashes when deleting a sheet if the preceding sheet contains image (tdf#114228)
  • function ISERROR() doesn't work (tdf#114232)
  • Hang loading spreadsheet (tdf#114251)
  • Toolbar toolbar:style attribute not working correctly (tdf#114262)
  • Some embedded PDFs not exported to pdf (tdf#114460)
  • CRASH: A control of tables 'grid' inside a form gives me an error (tdf#114495)
  • malfunction of the new RAWSUBTRACT function in nested expression context (tdf#114539)
  • PPTX percent linespacing lower than 100% incorrectly shown (tdf#114628)
  • Crash in: Menu::~Menu() (tdf#114670)
  • Loop executing direct SQL (tdf#114702)
  • Crash when texts containing certain CJK characters are printed or exported to pdf (tdf#114704)
  • assert when editing a new dialog (gtk3 only) (tdf#114766)
  • Crash in 'Form-based filters' when updating filter name, e.g. the 'Or' (tdf#114788)
  • FILESAVE: PPTX: Shape's colour lost after RT (tdf#114848)
  • rtl_digest SHA1 and MD5 code both have an off by 1 bug (tdf#114939)
  • Delete a sheet in a calc document and LO crashes. (tdf#114992)
  • Libreoffice crash on exit when sidebar is enabled and attached (steps in comment 4) (tdf#115023)
  • Calc asks to update links, but already updated them (tdf#115044)
  • Crash when I open a specific .ODT file with table (tdf#115079)
  • Replace with Pattern Field misbehaves when editing a form's table control (tdf#115080)
  • Pasting multi-line text from external source behaves strangely (tdf#115088)
  • Unable to populate data tables for calc charts (tdf#57832)
  • ODF import: illustration index template hyperlink is lost (tdf#71737)
  • cleanup solar mutex yielding ... (tdf#88230)
  • UI integration of 32px icon themes (tdf#95014)

New in LibreOffice 6.0.0.3 (Jan 31, 2018)

  • WRITER:
  • Various:
  • Direct cursor: Add option to insert only spaces tdf#108427
  • Find toolbar: Add drop down list to change search type tdf#79167
  • The main menu (top level) now has an entry “Form” tdf#91781
  • Page dialog: page orientation automatically adjusts based on manual input tdf#106890
  • Default column spacing (aka gutter) changed to 0.5cm tdf#67670
  • Support for split sections inside tables blog entry
  • New set of default numbering list styles tdf#106988
  • Input fields:
  • Improved input field behavior tdf#79877
  • Images rotation:
  • Implement rotation of images in Writer to any angle tdf#73797
  • Mail Merge:
  • Writer document as mail merge data source
  • Mail Merge now can use XLSX files as data source tdf#98168
  • Temporary connections created during mail merge are no longer stored tdf#108572
  • Tables:
  • New default table style tdf#107554
  • Default table style applied to inserted tables tdf#107555
  • Default table border width changed to 0.5pt tdf#99027
  • Old collection of autoformat table styles were replaced with a new collection of table styles: Default, Academic, Box List Blue, Box List Green, Box List Red, Box List Yellow, Elegant, Financial, Simple Grid Columns, Simple Grid Rows, Simple List Shaded tdf#101349
  • “Grammar By” spell checking:
  • User dictionaries allow automatic affixation or compounding, supporting effective editing and technical dictionary creation in several languages. tdf#113739 (László Németh)
  • This is a general spell checking improvement of LibreOffice, but it can speed up especially the work of Writer users. Instead of manual handling of hundreds of correct word forms of a new word in a language with rich morphology or compounding, Hunspell spell checker will recognize the new user dictionary word with affixes or in compounds, too, based on a “Grammar By” model word.
  • CALC:
  • Various:
  • Pivot table interop fixes
  • Default 2-entry color scale conditional formatting colors changed to Yellow and Green. tdf#86508
  • Enhanced "Links" dialog tdf#113807
  • Number format: accept English syntax keywords; some languages use localized keywords (AAAA for YYYY in French for instance). Now these languages can use English keywords to get valid format in any UI language tdf#33689
  • Exporting images:
  • A cell range selection or a selected group of shapes (images) can be exported to PNG or JPG graphics format with File ? Export... if the Selection checkbox is marked in the file dialog. tdf#108317 (Eike Rathke (Red Hat, Inc.))
  • Pasting: unformatted text:
  • The text/plain Unformatted text format results in unquoted/unescaped content as expected for external pastes. For single cell copy&paste embedded line breaks and tabs are preserved, for multiple cells they are replaced with spaces, effectively being a tab-separated-values (TSV) format. For intra-Calc on-cell pastes using the paste special toolbar button the Unformatted text [TSV-Calc] format can be used, which preserves embedded line breaks and tabs across multiple cells. tdf#113571 tdf#32213 (Eike Rathke (Red Hat, Inc.))
  • Added "Paste unformatted text" command with its hot key Ctrl+? Shift+Alt+V tdf#50746
  • Protection, cells, sheets:
  • Added new command to select unprotected cells on protected or unprotected sheet. Located Edit ? Select ? Select Unprotected Cells. tdf#95883
  • If a tab is protected, the lock symbol (??) appears at the beginning of the tab name. tdf#95880
  • New spreadsheet functions:
  • New ODFF1.2 compliant functions SEARCHB, FINDB and REPLACEB added
  • IMPRESS AND DRAW:
  • Various:
  • Addition of 10 new Impress templates and improvement of two existing templates tdf#103317 (Ashisuto, Yousuf Philips, Heiko Tietze, Laurent BP)
  • Removal of confirmation dialog when setting image as slide or page background tdf#112650 (Heiko Tietze, Samuel Mehrbrodt)
  • Set default slide format 16:9 tdf#93244 (Heiko Tietze)
  • Duplicate dialog
  • Layers in Draw:
  • Better UI for handling layer attributes tdf#89130
  • CORE/GENERAL:
  • Moving existing legacy parser contexts in sc and other modules to fast contexts and offloading unzipping and reading into a different thread (Mohammed Abdul Azeem)
  • Added support for user icon themes via extension manager tdf#110742 (Caolán McNamara)
  • Fonts:
  • Addition of Noto fonts (Noto Sans, Noto Serif, Noto Mono and others) tdf#103080 (Yousuf Philips)
  • Addition of open source Hebrew fonts and new default order of Hebrew fonts tdf#113538 (Yousuf Philips)
  • Addition of open source Arabic fonts tdf#113532 (Yousuf Philips)
  • Removal of Open Sans and PT_Serif fonts tdf#103080 (Yousuf Philips)
  • OpenPGP document signing and encryption:
  • on all desktop platforms, you can now use OpenPGP keys to sign ODF documents. tdf#89037 (Katarína Behrens, Samuel Mehrbrodt, Thorsten Behrens - CIB)
  • there is now (experimental) support for OpenPGP-based document encryption as well. On saving ODF documents, the file picker shows an extra checkbox to that effect
  • you need auxiliary software to make use of that feature (LibreOffice will transparently merge available keys if you have the below installed).
  • TSCP Classification:
  • Classification (TSCP-based) now allows multiple policies
  • In Writer the marking and signing at paragraph level are possible
  • All this is also saved in Microsoft OOXML-format.
  • Save images modified in place:
  • In previous LibreOffice versions when the user tried to save an embedded image through the "Save..." entry available in the context menu, the saved image was the original one more eventually applied filters (which are not removable).
  • Further applied transformations like rotations, cropping, color effects were not included in the saved image.
  • Starting from this release, LibreOffice offers the user to choose if saving the original image or the modified version through a simple pop-up dialog.
  • The new feature is available in Writer, Calc and Draw. (Marco Cecchetti - Collabora)
  • Visualization of Borders for Tables:
  • The visualization of Borders for Tables was largely redesigned/reimplemented for this release, enhancing display quality and unifying the core mechanisms for their graphical creation (basing them mostly on GraphicPrimitives). Matching and merging of overlapping corners is greatly improved, Multi-Line Borders are internally supported for more than three lines in the core. This Table Borders are used in various places - in Dialogs showing the Border Control Widget, in Writer Tables, in Draw/Impress Tables and (of course) in Calc itself. All of these support merged Cells which need to take incoming lines at merged edges into account correctly. Calc also has some 'extra' features like crossed lines and 'rotated' Cells.(Armin Le Grand, CIB)
  • LIBREOFFICE HELP:
  • New help online:
  • The old wikihelp has been replaced by the new help online.
  • Help Contents:
  • Assorted updates to the content and code.
  • FILTERS:
  • New filters:
  • Implemented a new import filter from QuarkXPress v.3, v.4. For this, the libqxp library was created
  • Implemented a new export filter to format EPUB from Writer. tdf#33226
  • Improvements to OOXML filter
  • Improved SmartArt import filter
  • Import/export of ActiveX controls from/to DOCX format tdf#50097, tdf#91384
  • Improved support embedded text documents (DOCX/DOC) and spreadsheets (XLSX/XLS) in files DOCX/DOC
  • Correctly load RTL text direction tdf#87533
  • Export into DOCX and DOC all character properties applied for fields tdf#38778
  • Show digital signature status in signature line tdf#65393
  • Improved OOXML support in presentation files
  • DOCX export of cross-references to objects: tables, images, text frames and shapes tdf#42346
  • Export MailMerge fields to DOCX and DOC tdf#67207 (Mike Kaganski, Collabora)
  • Improvements in the PPTX filter to prevent from creating broken files tdf#104788 tdf#112086 tdf#112088 tdf#112089 tdf#112333 tdf#112334 (Szymon Klos, Collabora)
  • Theme colors export was introduced in the PPTX (commit) (Szymon Klos, Collabora)
  • Default text frame paddings are now exported correctly tdf#113399 (Tamás Zolnai - Collabora, privately sponsored)
  • Preserve font attributes and size of chart's legend, during export to MS Office documents (eg. .xlsx and .docx) tdf#108066 tdf#114173 (Bartosz Kosiorek)
  • Horizontal line imports with most attributes tdf#97648 (Justin Luth)
  • Drop cap lines and spacing correctly imported tdf#109318 tdf#109319 (Justin Luth)
  • Improvement to footnote character style import and export tdf#82173 tdf#109310 tdf#55427 (Justin Luth)
  • Improvement to the import of strict OOXML tdf#79272 tdf#78508 tdf#82065 (Justin Luth)
  • Improvements in EMF+ import:
  • Enhanced Metafile Format Plus (EMF+) import filters are used by .doc, docx, .xls, .xlsx, .ppt and .pptx file formats
  • Complete rewrite of the EMF+ import filters (Armin Le Grand CIB, Patrick Jaap TU Dresden)
  • Fix failure of displaying ChemDraw objects tdf#31814 (Patrick Jaap TU Dresden, Bartosz Kosiorek)
  • Add support for EmfPlusRecordTypeFillRegion record tdf#113704 (Bartosz Kosiorek)
  • Implement proper reading of the EmfPlusRegionNode record tdf#113704 (Bartosz Kosiorek)
  • Add support for ResetClip record tdf#113707 (Bartosz Kosiorek)
  • Add support to OffsetClip record tdf#113758 (Bartosz Kosiorek)
  • Improvements to ODF filter:
  • Metafiles which were previously saved in the internal SVM (Star View Metafile) format are now accompanied by a PNG fallback graphic. This makes it easier for other ODF readers to display the graphics. (Samuel Mehrbrodt, CIB)
  • All exported images are annotated with their mimetype in the ODF (attribute loext:mime-type on draw:image) (Samuel Mehrbrodt, CIB)
  • Flat ODF now also has fallback graphics for SVG, PDF and Metafiles (Samuel Mehrbrodt, CIB)
  • Text grid lines not enabled by default when attribute isn't set tdf#77961 (Mark Hung)
  • When converting documents via command line, the target image format can now be chosen via the new --convert-images-to command line parameter. See the output of libreoffice --help for usage information. tdf#109202 (Katarina Behrens, Samuel Mehrbrodt - CIB)
  • Improvements to XHTML Export:
  • Images are now always exported in a browser-readable format (usually SVG or PNG). (Samuel Mehrbrodt, CIB)
  • Improvements in Adobe Freehand import:
  • Read more features: text on path, stroke patterns, arrows, paragraph attributes, custom line and fill styles, text effects. (Laurent Alonso)
  • Fix rotation center of a textbox. (Laurent Alonso)
  • Improvements in MS Visio import:
  • Consider stencil txtxform in binary formats. tdf#67914 (Fridrich Strba)
  • Parse font width scaling. (Fridrich Strba)
  • Accept documents produced by lucidchart.com. tdf#98791 (David Tardon, Red Hat, Inc.)
  • Output shape ID if set. (Fridrich Strba)
  • Fix parsing of text block background color in some cases. (David Tardon, Red Hat, Inc.)
  • Write bitmaps with color palette correctly. (David Tardon, Red Hat, Inc.)
  • Deduce text encoding from font name. (Fridrich Strba)
  • Parse theme fill and shadow color. (Fridrich Strba)
  • Parse font scheme in VSDX documents. (Fridrich Strba)
  • Improvements in MS Publisher import:
  • Parse table row and column sizes. tdf#89061 (David Tardon, Red Hat, Inc.)
  • Extract more metadata from documents. (Miklos Vajna)
  • Handle table cells containing multiple paragraphs correctly. tdf#89393 (David Tardon, Red Hat, Inc.)
  • Parse more text formatting attributes: all underline types, small caps, all caps, outline, emboss, engrave, shadow. (David Tardon, Red Hat, Inc.)
  • Parse text language. (David Tardon, Red Hat, Inc.)
  • Improvements in Adobe Pagemaker import:
  • Fix parsing of page dimensions in Mac documents. (David Tardon, Red Hat, Inc.)
  • Fix parsing of color tint in Mac documents. tdf#109126 (David Tardon, Red Hat, Inc.)
  • Fix parsing of text formatting attributes in Mac documents. (David Tardon, Red Hat, Inc.)
  • Properly handle all caps and small caps. (David Tardon, Red Hat, Inc.)
  • Parse more text & paragraph formatting attributes. (David Tardon, Red Hat, Inc.)
  • Improvements in FictionBook import:
  • Set default page margins. tdf#94162 (David Tardon, Red Hat, Inc.)
  • Use document language as default language for text. (David Tardon, Red Hat, Inc.)
  • Use note title as footnote mark. (David Tardon, Red Hat, Inc.)
  • Handle subscript and superscript. (David Tardon, Red Hat, Inc.)
  • Output content of <code> in monospace font. (David Tardon, Red Hat, Inc.)
  • Improvements in Abiword import:
  • Parse paragraph and cell borders. (Laurent Alonso)
  • Improve parsing of lists. (Laurent Alonso)
  • Parse fields. tdf#74466 (Laurent Alonso)
  • Parse floating (not inline) images. tdf#74463 (Laurent Alonso)
  • Parse text boxes. (Laurent Alonso)
  • Set minimal width/height of inline images (which usually do not have dimensions set in the file) to 1 inch. tdf#74462 (David Tardon, Red Hat, Inc.)
  • Improvements in Apple Keynote import:
  • Improve reconstruction of gradients. (Laurent Alonso)
  • Parse non-RGB colors. (Laurent Alonso)
  • Convert table cell values to text. (Laurent Alonso)
  • Improvements in Apple Pages import:
  • Handle following-paragraph and following-layout styles. (Laurent Alonso)
  • Improve lookup of parent styles. (Laurent Alonso)
  • Never insert a page break in a footnote. (Laurent Alonso)
  • Convert table cell values to text. (Laurent Alonso)
  • Improvements in Apple Numbers import:
  • Correctly compute cell row and column. (Laurent Alonso)
  • Improve resolution of cell styles. (Laurent Alonso)
  • Improve handling of table border lines. (Laurent Alonso)
  • Improvements in Quattro Pro import:
  • Fix reading of formulas with references. (Laurent Alonso)
  • Parse Quattro Pro for Windows 1.0-6.0 files (.wb1, .wb2). (Laurent Alonso)
  • Parse charts. (Laurent Alonso)
  • GUI:
  • Height of tab bar in Calc adjusts to system font size/resolution (commit) (Bernhard Widl, CIB)
  • Upper limit of user interface font size removed (was capped in relation to screen height) (tdf#113444) (Bernhard Widl, CIB)
  • Hidden in the Standard toolbar is a new drop-down version of the Insert Special Characters button (commit 800ac37021e3f8859)(Akshay Deep, Yousuf Philips)
  • The elementary icon theme, previously exclusive of Xubuntu, has been made available in all builds commit
  • START CENTER:
  • Window. Dialogs:
  • Special characters dialog was reworked tdf#34882
  • It is now easier than ever to customize LibreOffice UI based on your needs, thanks to improved user experience and accessibility of the newly reworked Customize dialog (Tools ▸ Customize...). tdf#88896
  • Calc : Width and height of page style scaling mode "Fit print range(s) to width/height" can now be set to unspecified tdf#113455
  • MENU:
  • Configuration Memory:
  • Memory configuration page has been removed from Options dialog tdf#110448 (Mike Kaganski, Collabora).
  • Basic Editor:
  • Basic IDE main menu reorganized: some items were added, renamed and moved (commit 4378108d) (Lera Goncharuk)
  • Notebookbar:
  • New variant of Notebookbar - Groupedbar Full for Writer, Calc and Impress (experimental feature) tdf#106035
  • New variant of Notebookbar - Tabbed Compact for Writer (experimental feature) tdf#107237
  • ONLINE:
  • Server part:
  • Use seccomp’s Berkley Packet Filters to drastically restrict the kernel APIs surface available to our contained document processes (Michael Meeks, Ashod Nakashian, Collabora)
  • Support for hashed admin passwords, and loolconfig tool (Michael Meeks, Pranav Kant, Jan Holesovsky, Collabora)
  • New authorization method via a custom http header via WOPI (Jan Holesovsky, Collabora)
  • Extended document conversion API (Jan Holesovsky, Collabora)
  • General:
  • New Insert Special Characters dialog (Henry Castro, Collabora)
  • State of the Change tracking is now visible in the menu via check marks (Pranav Kant, Collabora)
  • Improved animation of the comments (Henry Castro, Collabora)
  • Content Security Policy now includes the Referer too, for easier integration in multi-host environments (Pranav Kant, Collabora)
  • New file types that can be edited were added or improved, including PDF and HTML (Ashod Nakashian, Collabora)
  • Support for avatars: The integrators can specify a pictures / avatars for the users of the documents via WOPI extension. (Ashod Nakashian, Pranav Kant, Collabora)
  • Find & replace dialog (in addition to the previously available Search functionality) (Aditya Dewan, GSoC)
  • Support for custom buttons in the toolbar (Pranav Kant, Collabora)
  • Automatic detection of links in the comments (Pranav Kant, Collabora)
  • Improvements in the Admin Console (Aditya Dewan, GSoC)
  • Switch to follow the editor in the list of users (Aditya Dewan, GSoC)
  • Better handling of conflict between editing and uploading documents (Pranav Kant, Collabora)
  • Spell checking support in all Writer, Calc and Impress (Michael Meeks, Henry Castro, Collabora)
  • Status bar indicates the current language (Henry Castro, Collabora)
  • Save As support + document name in the user interface (Aditya Dewan, Jan Holesovsky, Collabora)
  • Performance:
  • Improved user experience of the startup - menu and toolbar show already before the document is loaded (Henry Castro, Collabora)
  • Writer:
  • Interactive horizontal ruler (Aditya Dewan, GSoC)
  • Calc:
  • Increased amount of rows available in the Online Calc to half million (Marco Cecchetti, Collabora)
  • Active cell reference (Name Box) (Marco Cecchetti, Collabora)
  • Basic editing of charts (Marco Cecchetti, Collabora)
  • LOCALIZATION:
  • Additional languages in the language list:
  • Fon [fon-BJ]. tdf#113835
  • Improvements to proofing tools and language support:
  • Albanian. A new spelling dictionary is available, based on linguistic tools created by Luan Kelmendi. (Lior Kaplan and Áron Budea)
  • Arabic. In locales that use the ٫ U+066B ARABIC DECIMAL SEPARATOR, the normal dot . can be used as a decimal separator alternative for input. tdf#81671 (Eike Rathke, Red Hat, Inc.)
  • Breton. The spelling dictionary was updated to version 0.15. (Denis Arnaud and András Tímár)
  • Bulgarian. The hyphenator was updated to version 2017.09.30 to correct hyphenation points in short words, provide many more for longer words, account for rule changes in the language, and update its encoding to UTF-8. tdf#112750 (Stoyan Dimitrov and Hristo Hristov)
  • English (Australian, Canadian, British and US). Updated dictionaries to version 2017.08.24. (Marco A. G. Pinto and Kevin Atkinson)
  • Tibetan. The spelling dictionary was updated to version 0.4. tdf#112065 (Elie Roux and Áron Budea)
  • Hungarian. The spelling dictionary and Lightproof module were updated tdf#95024 (László Németh)
  • Spanish. The spelling dictionary was updated to version 2.2. (Ricardo Palomares)
  • Slovenian. The thesaurus was updated. (Martin Srebotnjak)
  • FEATURE REMOVAL / DEPRECATION:
  • Internal file pickers removed (access is still possible via Tools ▸ Options ▸ LibreOffice ▸ Advanced ▸ Expert configuration ▸ org.openoffice.Office.Common.Misc ▸ UseSystemFileDialog) tdf#114484
  • PLATFORM COMPATIBILITY:
  • Removed support for Windows XP and Windows Vista. The minimum supported Windows version is now Windows 7 SP1
  • Program installation folder in Windows no longer contains a version number, just LibreOffice. tdf#62303 (Mike Kaganski, Collabora) [note 2]
  • Microsoft Visual C++ 2015 Redistributable installation with LibreOffice installer is restored. Due to changes in the redistributable, it is now installed in the separate process, after other LibreOffice components had been installed, and requires separate UAC confirmation. It is not installed when LibreOffice is installed in unattended mode (e.g., using command line switches, or using AD GPO), and in this case, separate installation of the redistributable is required (the redistributable is available from Microsoft website, and redistributable's bitness (32- or 64-bit) must match LibreOffice's bitness)
  • API CHANGES:
  • The following configuration schemas were removed:
  • /org.openoffice.Office/Logging/OOoImprovement/ and /org.openoffice.Office/OOoImprovement/ commit
  • /org.openoffice.Office/Common/Java/Applet/Enable commit
  • /org.openoffice.Office/Common/View/SplitWindow/ commit
  • /org.openoffice.Office/Common/Setup/Product/ooXMLFileFormatName and /org.openoffice.Office/Common/Setup/Product/ooXMLFileFormatVersioncommit
  • /org.openoffice.Office/Common/Setup/Product/ooOpenSourceContext commit
  • /org.openoffice.Office/Common/Image/Color/ and /org.openoffice.Office/Common/Image/Effect/ commit
  • /org.openoffice.Office/Common/Accessibility/IsSystemFont commit
  • /org.openoffice.Office/Common/Misc/TemplateRepositoryUrls and /org.openoffice.Office/Common/Misc/TemplateRepositoryNames commit
  • /org.openoffice.Office/Office/Common/Save/ODF/UseSHA1InODF12 and /org.openoffice.Office/Office/Common/Save/ODF/UseBlowfishInODF12 commit
  • Command Line:
  • Add --script-cat parameter to allow dumping VBA and StarBasic macros from files to the console (Michael Meeks - Collabora)
  • UNO API changes:
  • The following UNO interfaces and services were removed:
  • com.sun.star.xml.crypto.XMLEncryption was unused and removed
  • com.sun.star.resource.OfficeResourceLoader com.sun.star.resource/XResourceBundle com.sun.star.resource/XResourceBundleLoader were removed as part of the migration from the legacy binary resource file format to gettext
  • The following UNO interfaces and services were changed:
  • com.sun.star.xml.sax.XFastDocumentHandler
  • com.sun.star.awt.XToolkitExperimental
  • com.sun.star.ui.test.XUITest
  • com.sun.star.security.XCertificate
  • com.sun.star.security.XDocumentDigitalSignatures
  • com.sun.star.xml.crypto.XSecurityEnvironment
  • com.sun.star.security.DocumentSignatureInformation
  • com.sun.star.embed.XEncryptionProtectedStorage
  • LibreOfficeKit changes:
  • various previously unstable methods were published commit and C99 types "bool" and "uint64_t" were replaced with pre-C99 types "int" and "unsigned long long" commit
  • LibreOfficeKitClass:
  • registerCallback
  • getFilterTypes
  • setOptionalFeatures
  • setDocumentPassword
  • getVersionInfo
  • runMacro
  • LibreOfficeKitDocumentClass:
  • getDocumentType

New in LibreOffice 6.0.0.0 Beta 2 (Dec 8, 2017)

  • limit escher object cell area to calc's limits (ofz#4406) [Caolán McNamara]
  • bad-cast (ofz#4435) [Caolán McNamara]
  • check if seek succeeded (ofz#4436) [Caolán McNamara]
  • move Path2DContext body to onEndElement (ofz#4481) [Caolán McNamara]
  • another stab at mnRangeOpPosInSymbol (ofz#4484) [Caolán McNamara, Eike Rathke]
  • bad-Cast (ofz#4491) [Caolán McNamara]
  • bad-cast (ofz#4531) [Caolán McNamara]
  • Default set of table styles (tdf#101349) [Eike Rathke, heiko tietze]
  • I18n] Untranslated item in the File services dialog (tdf#102160) [Andras Timar]
  • New default set of templates (tdf#103317) [Laurent BP]
  • FILEOPEN: RTF incorrect bullets indentation and spacing (tdf#104016) [Miklos Vajna]
  • FILESAVE: RTF: Content from one page is displayed in 2 pages after roundtrip (tdf#104035) [Miklos Vajna]
  • Progress bar is not removed after DOCX open error (tdf#104650) [tagezi]
  • Palettes and color names are not localizable (tdf#105000) [Yousuf Philips]
  • Auto Fill: The Next Value for "001-001-001" is "001-001-002" Rather than "001-001000" (tdf#105268) [Daniel]
  • Applying a number format changes textual content to 0 (happens also when applying a table style) (tdf#106322) [Eike Rathke]
  • Rename Data > Statistics > "t-test" to "paired t-test" (tdf#107601) [Heiko Tietze]
  • Help for Edit Index in Writer points to old place in menu (tdf#108967) [Muhammet Kara]
  • XHTML Export: SVG not exported correctly (tdf#109202) [Katarina Behrens]
  • FILESAVE XLSX: Use of Data > AutoFilter provoke auto-creation of multiple defined Name ranges over multiple consecutive save in XLSX format of the same file causing compatibility issue with Excel 2016 (file cannot be opened in Excel 2016) (tdf#109240) [Aron Budea]
  • Wrong selection after merge cells in an Impress table (tdf#111773) [Daniel]
  • Wrong selection highlight for a merged cell in Impress table (tdf#111780) [Daniel]
  • Allow assigning macros and styles to UI elements (tdf#112207) [Muhammet Kara]
  • FILESAVE XLSX New named range is created every time an Excel made spreadsheet that contains print ranges is saved as XLSX (tdf#112571) [Aron Budea, Eike Rathke]
  • Watermark created in LO shows improperly in Word (tdf#113037) [Szymon Klos]
  • FILEOPEN: XLSX: Incorrect font colour (tdf#113271) [Bartosz Kosiorek]
  • Special character: context menu has no function (tdf#113343) [Heiko Tietze]
  • UI: Media Player Dialog: Buttons overlapping (tdf#113380) [Xisco Fauli]
  • LibO hangs at the JRE Required dialog when creating a New Database (tdf#113413) [Michael Stahl]
  • XHTML Export: Convert exotic image formats to png (tdf#113696) [Samuel Mehrbrodt]
  • Find All search result window should show the number of found results (tdf#113831) [heiko tietze]
  • Can't select distance input field by tab on Area -> Shadow tab page (tdf#113859) [geri1245]
  • Fixing various accessibility issues in .ui files (tdf#113880) [Yousuf Philips]
  • Regression - selected character set not honoured when importing from Lotus .123 format (tdf#114000) [David Tardon]
  • Insert -> Field -> More Fields, or <ctrl>+<f2>, Fields dialog showing incorrect selection listbox contents (tdf#114023) [Caolán McNamara]
  • deadlock from lock dialog: Singleton vs. SolarMutex in framework (tdf#114025) [Michael Stahl]
  • Numbering format strings no longer found in pootle (tdf#114078) [Caolán McNamara]
  • LO60b1: Impress and Draw don't run on macOS (gpg4libre) (tdf#114086) [Stephan Bergmann]
  • Customize dialog: Rename 'All categories' to 'All commands' (tdf#114091) [Muhammet Kara]
  • DoubleClick on Fields (Text) should open Field Options - fails in 6.0.0.0 beta1 (tdf#114093) [Bernhard Widl]
  • Adress-source - Field assignment : Dialog is not user friendly (tdf#114098) [Xisco Fauli]
  • Fields - Variables not listed alphabetically from 4.2 (tdf#114112) [Caolán McNamara]
  • draw: page shadow issue. (tdf#114117) [Caolán McNamara]
  • "PNG Bitmap" string not translatable in Standard Toolbar - Paste dropdown list (tdf#114124) [Gabor Kelemen]
  • Localized strings not replacing English strings in EPub export dialog (tdf#114155) [Andras Timar]
  • i18n: add language Plautdietsch [pdt-CA] (tdf#114201) [Eike Rathke]
  • Calc crashes when deleting a sheet if the preceding sheet contains image (tdf#114228) [Eike Rathke, Julien Nabet]
  • function ERROR() returns "Error 11 : No error text available!" (tdf#114231) [Eike Rathke]
  • function ISERROR() doesn't work (tdf#114232) [Eike Rathke]
  • FILESAVE: DOCX export: bookmark at end of paragraph not exported correctly (tdf#65955) [Szymon Klos]
  • FILESAVE] LibreOffice-4 creates fake SVM files (tdf#72966) [Samuel Mehrbrodt]
  • Icon-Theme-Sifr) [META] Incomplete Sifr icon theme (tdf#75256) [Matthias Freund]
  • Missing string reference keys [KeyID] in Writer (tdf#80713) [Gabor Kelemen]
  • LOCALHELP: Write help page for Calc - Data - Form... (tdf#83269) [Olivier Hallot]
  • Add missing BASIC function and constant documentation (tdf#84675) [Olivier Hallot]
  • COLOR PICKER: New default color palette (tdf#87538) [Yousuf Philips]
  • wrong name tooltip Effects on toolbar Line and Filling (tdf#89210) [Heiko Tietze]
  • Labels in file dialogs not using translated labels on Windows (tdf#89713) [Andras Timar]
  • Tab stops incorrectly indented by 5cm when it's 0cm in MS Word (tdf#95376) [Miklos Vajna]
  • Calc: incorrect formula text function result from Unicode's non-BMP characters. Functions LEN(), LEFT(), RIGHT(), MID(), SEARCH(), FIND(), REPLACE() (tdf#97198) [Winfried Donkers]
  • RTL: Paragraph dialog justified combobox doesnt list 'right' (tdf#98211) [Yousuf Philips]

New in LibreOffice 5.4.2.1 RC 1 Fresh (Sep 18, 2017)

  • BUG FIXES:
  • RTF import: fix HTML automatic spacing in styles (bnc#825305) [Miklos Vajna]
  • FILEOPEN: very slow on opening this slide with table (fdo#75622) [Tamás Zolnai]
  • Refactor row and column attribute storage in preparation for row limit increase (i#109369) [Noel Grandin]
  • Re-saving an ods document with auto-style ending at row 65536 causes hang (i#109373) [Noel Grandin]
  • Speed up ods document import post row limit increase (i#109384) [Noel Grandin]
  • Wrong type casting that would cause problem post row limit increase. (i#109385) [Noel Grandin]
  • Speed up pagenation performance (i#109386) [Noel Grandin]
  • direct-leak (ofz#3092) [Caolán McNamara]
  • GeneratePLCF only generated word6 sized missing entries (ofz#3110) [Caolán McNamara]
  • check bounds better (ofz#3121) [Caolán McNamara]
  • check bounds of special sprm (ofz#3154) [Caolán McNamara]
  • wrong starting offset for JOHAB 0x6D block (ofz#3186) [Caolán McNamara]
  • SYLK import: check ;X;Y;C;R col/row validity early (ofz#3362) [Eike Rathke]
  • Resizing properties window hides properties values (rhbz#1400287) [Caolán McNamara]
  • Unable to fill objects different from rectangles with bitmap patterns in the LO writer (rhbz#1467512) [Caolán McNamara]
  • SVG export adds extra arrow heads (tdf#100492) [Vasily Melenchuk]
  • Support Java9 (tdf#100501) [Stephan Bergmann]
  • Template manager slow to load template previews (tdf#101467) [Julien Nabet]
  • EDITING: MIN()/MAX() do not propagate error from matrix in array formula (tdf#103734) [Eike Rathke]
  • FILEOPEN: PPT: .gif transparent background is imported as white (gtk3) (tdf#104141) [Caolán McNamara]
  • FILEOPEN DOCX: File appears to be empty (tdf#104602) [Justin Luth]
  • FILESAVE: RTF: Table's content is hidden behind a white frame after RT (tdf#104936) [Miklos Vajna]
  • FILEOPEN: RTF: table's columns are narrower than they should be (tdf#104937) [Miklos Vajna]
  • Create Table toolbar tool creates wrong number of columns in rtl environment [rtl, gtk3, regression] (tdf#106163) [Caolán McNamara]
  • Rendering of system font vertically cramped or cropped in dialog labels and controls in 5.3+ (tdf#107249) [Caolán McNamara]
  • FILEOPEN: RTF Auto spacing is 0.18 instead of 0.49 (tdf#107480) [Miklos Vajna]
  • CRASH when opening simple document containing shapes with OpenGL enabled (tdf#107730) [Caolán McNamara]
  • There's no download link to the SDK (tdf#107785) [Michael Stahl]
  • EDITING: Undo of formula changes doesn't show affected cells (tdf#107952) [Dennis Francis]
  • Autofilter can freeze LibreOffice (tdf#108259) [Eike Rathke]
  • CALC keeps running on exit after COPYing 3+ whole rows to clipboard with OPENGL enabled (tdf#108299) [Dennis Francis]
  • libreoffice from 5-4 branch shows a broken helpimg icon theme in options. (tdf#108406) [Andreas Brandner]
  • MAILMERGE: Assertion failed when editing address block (debug build) (tdf#108722) [Michael Stahl]
  • FILEOPEN: DOCX - Footnote paragraph and character styles opens incorrectly when styles not defined (tdf#108765) [Justin Luth]
  • Cannot enter colon or semicolon in formula bar (French version) (tdf#108795) [Eike Rathke]
  • Notes placeholder text boxes not shown in PPTs (tdf#108926) [Tamás Zolnai]
  • FILEOPEN: RTF: left margin on first paragraph's line is ignored (tdf#108943) [Miklos Vajna]
  • Original bounding box of rotated text shows as white overlay in the pdf file after exporting from Impress (tdf#108963) [Miklos Vajna]
  • Crash in: mergedlo.dll (see comment 3) (tdf#109052) [Tamás Zolnai]
  • ENCODEURL() function does not correctly encode newlines (tdf#109104) [Julien Nabet]
  • Tibetan long U not correctly rendered (tdf#109142) [Stephan Bergmann, Khaled Hosny]
  • FILEOPEN: DOCX - Table cells imported with white background when it should be no fill (tdf#109184) [Szymon Kłos]
  • python: Win32: urllib on https URLs fails due to loading wrong OpenSSL libraries (tdf#109241) [Michael Stahl]
  • Crash in: rtl_uString_acquire when adding a video to a slide with zero undo steps (tdf#109261) [Tamás Zolnai]
  • Crash in: XPropertyList::Count() (tdf#109863) [Tamás Zolnai]
  • Font name preview in dialog appears as black bar (tdf#110077) [Caolán McNamara]
  • Writer compatibility settings no longer persist (tdf#110355) [Vitaliy Anderson]
  • Alt+key shortcut assigned to a command that is used as a menu mnemonic opens the menu (tdf#110452) [Caolán McNamara]
  • No animations on gtk3 with two screens connected (tdf#110737) [Caolán McNamara]
  • Fullscreen: incorrect gif's background (gtk3) (tdf#111073) [Caolán McNamara]
  • FILEOPEN: Ole object not displayed (gtk3) (tdf#111483) [Caolán McNamara]
  • XHTML export does not honor numbering levels (tdf#111492) [Julien Nabet, Samuel Mehrbrodt]
  • PPTX: ActiveX checkbox control appear as picture (tdf#111548) [Tamás Zolnai]
  • Multiple memory leaks in libmacabdrv1 (tdf#111634) [Julien Nabet]
  • Crash when closing the save dialog after the main window (gtk3) (tdf#111760) [Caolán McNamara]
  • "For the current document only" checkbox is aligned to the right (tdf#111797) [Gabor Kelemen]
  • assertion in SvxSearchItem::GetRegExp() const, srchitem.hxx:244 (tdf#111818) [Julien Nabet]
  • Icons rendered to infobar are mishandled on high resolution (3200x1800) (tdf#111844) [heiko tietze]
  • Progress bar not displayed when it's called from a macro (gtk3) (tdf#111864) [Caolán McNamara]
  • FORMATTING (Styles): The vertical frame alignment setting is not preserved when the document is opened (tdf#111891) [Justin Luth]
  • PaletteManager::LoadPalettes() leaks memory (tdf#111894) [Julien Nabet]
  • soffice --help crashes / fails assertion / silently fails (tdf#111908) [Mike Kaganski]
  • fileopen .xpm fails (tdf#111925) [Caolán McNamara]
  • FILEOPEN: crash sigsegv when opening file with invalid style:map (tdf#111934) [Michael Stahl]
  • Toggling off Autofilter with VBA macro does not restore filtered rows (tdf#111939) [Dennis Francis]
  • LO crash on loading this document (tdf#111974) [Dennis Francis]
  • Axis labels missing on deep axis in 3D column chart (tdf#112006) [Xisco Fauli]
  • FILEOPEN: Crash with Application Error when opening file with nested draw elements (tdf#112017) [Caolán McNamara]
  • FILEOPEN: Hang on file with negative table:number-columns-repeated (tdf#112018) [Caolán McNamara]
  • SfxCommonTemplateDialog_Impl::FillTreeBox() leaks memory (tdf#112027) [Julien Nabet]
  • Dialog Basic Macro Organizer→Export→Export as Extension → file selection dialog blocked (tdf#112063) [Caolán McNamara]
  • FILEOPEN: Crash with Application Error when opening file with particular office:event-listeners (tdf#112101) [Caolán McNamara]
  • FILEOPEN: Crash with Application Error when opening particular file with text:alphabetical-index-mark (tdf#112122) [Michael Stahl]
  • FILEOPEN: Crash with Application Error when opening particular file with style:data-style-name (tdf#112123) [Caolán McNamara]
  • export of editengine color highlight to pdf sometimes results in invisible text (tdf#112145) [Caolán McNamara]
  • FILEOPEN: Crash with Application Error when opening file with particular table and pagelayout (tdf#112163) [Michael Stahl]
  • FILEOPEN: Crash with Application Error when opening particular file with table and mismatched xml tag (tdf#112164) [Michael Stahl]
  • Crash in: MSWordExportBase::GetItem(unsigned short) (tdf#112169) [Tamás Zolnai]
  • NPER function not working as anticipated following example in excel (which works in google sheets) (tdf#112177) [Winfried Donkers]
  • Writer crashes reading RawFontData from corupt TTF fonts (tdf#112180) [Caolán McNamara]
  • FILEOPEN: RTF: Incorrect indent (tdf#112208) [Justin Luth]
  • CuiAboutConfigTabPage::InsertEntry leaks memory (tdf#112254) [Julien Nabet]
  • UI Autofilter on date cells: Filter result doesn't correspond to user input, user input is modified automatically (tdf#112258) [Eike Rathke]
  • There is a heap overflow in libwpd. This vulnerability can be triggered in libreoffice. (tdf#112269) [Caolán McNamara]
  • Crash when opening docx converted from pdf (Linux/MAC) (tdf#112311) [Michael Stahl]
  • Help button in presenter console makes LO crash (tdf#112408) [Caolán McNamara]
  • Calc removes trailing semicolon in custom format , breaking Excel compatibility (tdf#52510) [Eike Rathke]
  • Data labels overlap in pie chart for small pies when "best fit" placement option is set. (tdf#62363) [Dennis Francis]
  • EDITING: Native tables visualization not refreshed after changes to borders (tdf#85909) [Tamás Zolnai]
  • Poor performance opening spreadsheet with a particular chart (tdf#86019) [Dennis Francis]
  • FILEOPEN: Drawing lines not imported from RTF (tdf#88811) [Miklos Vajna]
  • dash delimited dates entered are not correctly interpreted as Y-M-D in specific cases (tdf#91758) [Eike Rathke]
  • Subtotal function with function indexes 101-111 don't update when rows are hidden (hard recalculation is needed) (tdf#93171) [Eike Rathke]
  • FILEOPEN: content of header of page style not visible on loading .doc file (tdf#94882) [Luke Deller]
  • Export as PDF: Dialog-Box in Calc is too big with German UI (tdf#95178) [Adolfo Jayme Barrientos]
  • Character styles applied through the Styles menu does not function in some locales (tdf#95489) [Yousuf Philips]
  • UI - Displaced field value widget in User-Defined Document Properties (tdf#95960) [Caolán McNamara]
  • Exceptions com.sun.star.lang.NotInitializedException when opening odb file (tdf#96703) [Julien Nabet]
  • EDITING: When selecting cells for a formula, Ctrl is incorrectly behaving like Shift (tdf#97548) [Dennis Francis]
  • Function Wizard showing Breeze icons when in Sifr theme (tdf#98315) [Matthias Freund]
  • FILESAVE: toggled "keep with next paragraph" incorrectly set when saving as DOCX (tdf#98700) [Justin Luth]

New in LibreOffice 5.3.6.1 Still (Sep 1, 2017)

  • FILEOPEN: very slow on opening this slide with table
  • null dereference
  • ensure palette is large enough for all colors
  • null deref
  • null deref
  • korean table entries start at 0xF not 0x7
  • null deref
  • crash in SVTB16Short
  • increment pos before check, like all the other cases
  • Different line spacing across platforms
  • FILESAVE: DOCX export: Footnote separator line problem
  • EDITING: Native tables visualization not refreshed after changes to borders
  • gtk3: UI - Writer letter wizard, Step 2, using headed paper, shows squashed spinbuttons
  • Impossibility to add certain Wiki accounts in "Tools - Options - Internet - MediaWiki"
  • FILESAVE: toggled "keep with next paragraph" <w:keepNext/> incorrectly set when saving as DOCX
  • Cropped image disappear after compress
  • FILEOPEN: Crash on opening odt with change tracking
  • HELPWIKI add a direct link from XIRR to IRR
  • Obsolete documentation (insertion of external data)
  • FILEOPEN: DOCX: Bubble not displayed in chart [Dennis Francis]
  • Calc: Help for Named areas and cells not adapted to changes in LO 5.3
  • It is not allowed to install fonts on request
  • Libreoffice Writer crashes on inserting Zotero citations
  • Very slow when selecting column (with filter and freeze Rows or Columns enable)
  • After import of docx the length of Footnote Separator Line is 0%
  • FILEOPEN: DOCX schema font name not honored
  • CRASH: When copying/pasting a Calc Sheet (multi_type_vector::get_type1613: block position not found!) (steps in comment 8)
  • Assertion failed when adding/removing/adding text box to a shape
  • Crash after pasting text with SVG image from webpage
  • FILEOPEN: DOCX: footnote separators missing
  • DOCX: Multipage table is not imported properly - fix by avoid floating table conversion
  • ODF: LibreOffice writes invalid element <style:header-first>
  • ENCODEURL() function does not correctly encode newlines
  • Dialogs: vertical scrollbar automatically changed to horizontal
  • AutoText Preview doesn't work when default template is read-only
  • PPTX: Vertical flip of child shape is not imported correctly
  • FILESAVE: ODT: Anchor changed from 'as character' to 'to character' after RT
  • Control-drag-drop in Writer doesn’t copy
  • Setting gridline color in options for Calc does not have effect
  • Signature infobars not shown in Math
  • Crash in: SdrObjList::GetObjCount() ( steps in comment 12 )
  • Crash in: XPropertyList::Count()
  • FILEOPEN Calc crashes when opening XLSX with chart.
  • Crash in: rtl_uString_assign
  • writer crash when modeless dialog is left opened
  • unable to open XLSX files in Calc [Eike Rathke]

New in LibreOffice 5.4.1.2 Fresh (Aug 31, 2017)

  • The latest "fresh" version of LibreOffice, recommended for technology enthusiasts, which contains new features and program enhancements. This version may contain a few annoying bugs which will be fixed in the next bugfix versions to come. Detailed release notes can be accessed from the link below.
  • LibreOffice 5.4.1 is the first bugfix release of the fresh 5.4 line. For a list of fixed bugs compared to the previous release see the listof bugs fixed in rc1 and the list of bugs fixed in rc2.
  • In case of problems on Windows related to OpenGL rendering, you can disable it completely by applying a registry setting (only needed if LibreOffice crashes on startup, otherwise you can disable it in Tools|Options ? LibreOffice ? View). You can find the necessary fragment in bugzilla (save with a .reg file extension, then you can double-click on the file to apply the change).

New in LibreOffice 5.4.1.2 RC 2 Fresh (Aug 28, 2017)

  • CRASH: When copying/pasting a Calc Sheet (multi_type_vector::get_type#1613: block position not found!) (steps in comment 8) (tdf#108292)
  • cli_ assemblies are not correctly versioned (tdf#108709)
  • Middle click does not paste primary selection (tdf#110988)
  • unable to open XLSX files in Calc (tdf#111943)
  • FILESAVE: Automatic font color of text not persisted if cell has line break and non-automatic font color (tdf#83562)
  • FILEOPEN: Crash on opening odt with change tracking (tdf#99692)

New in LibreOffice 5.4.1.1 RC 1 Fresh (Aug 24, 2017)

  • bnc#825305 RTF import: fix missing paragraph background
  • coverity#1416135 dereference after null check
  • coverity#1416137 dereference after null check
  • fdo#72125 Expert config dialog takes too much time to come up
  • i#64360 crash after set text format in outline view
  • 2759 null dereference
  • 2766 ensure palette is large enough for all colors
  • 2833 null deref
  • 2846 null deref
  • 2852 korean table entries start at 0xF not 0x7
  • 2867 null deref
  • 2877 crash in SVTB16Short
  • 2899 increment pos before check, like all the other cases
  • 33692 Drag and drop copying not working for shape (rectangle etc.)
  • 44715 FILEOPEN: rtf import fails to set cell borders correctly
  • 55469 Different line spacing across platforms
  • 68787 FILESAVE: DOCX export: Footnote separator line problem
  • 71409 Excessive duplicate accessible focused events for Calc input line
  • 75256 (Sifr-Icon-Theme) [META] Incomplete Sifr icon theme
  • 79304 FORMATTING: Copy/paste: strikethrough attribute is not exported
  • 79933 Insert Hyperlink shortcut is wrong in spanish UI
  • 90352 Calc error when graphing data with source format
  • 90510 FILEOPEN:Calc correctly reads but does not apply pie label settings
  • 91687 FILESAVE: Doc exporter scales up rotated watermarks
  • 93328 Editing circular reference causes #VALUE! error
  • 93745 gtk3: UI - Writer letter wizard, Step 2, using headed paper, shows squashed spinbuttons
  • 95489 Character styles applied through the Styles menu does not function in some locales
  • 98315 Function Wizard showing Breeze icons when in Sifr theme
  • 99071 Navigator heading is Truncated when mouse click
  • 99286 Cropped image disappear after compress
  • 99692 FILEOPEN: Crash on opening odt with change tracking
  • 100491 FILEOPEN: Docx arrows not correctly rendered
  • 103984 FILEOPEN: DOCX: Bubble not displayed in chart
  • 104883 It is not allowed to install fonts on request
  • 105705 Libreoffice Writer crashes on inserting Zotero citations
  • 106029 Expand word space on lines with manual line breaks in justified paragraphs setting ignored when exporting to docx
  • 106132 FILEOPEN, DOCX: Frame (text box) around image cuts into image and caption
  • 106533 Sifr icon for "Index Entry" needed
  • 106872 Very slow when selecting column (with filter and freeze Rows or Columns enable)
  • 106953 FILEOPEN: RTF: First line indent is ignored
  • 107033 After import of docx the length of Footnote Separator Line is 0%
  • 107584 Background transparency not preserved over FILESAVE
  • 107723 FILEOPEN: DOCX schema font name not honored
  • 107975 CRASH: Crash after undo operation (BigPtrArray::Index2Block(unsigned long)
  • 108802 Crash in: SfxBindings::GetSlotPos(unsigned short,unsigned short) Editing. ( steps in comment 10 )
  • 108824 Slide Shows Settings not Saved
  • 108867 Assertion failed when adding/removing/adding text box to a shape
  • 108881 Crash in: SfxItemPool::IsInRange(unsigned short)
  • 108887 Crash in: SfxItemPool::GetDefaultItem(unsigned short)
  • 108921 PIVOT CHARTS: filters that leave no data available
  • 108925 Too small bullet size confuses the user
  • 108944 FILEOPEN: DOCX: footnote separators missing
  • 108951 FILEOPEN: RTF: Custom bullets are displayed as standard bullets
  • 108955 FILESAVE: RTF: Background colour lost after roundtrip
  • 108986 PIVOT CHARTS: drop down list arrow shouldn't appear on "Data" button in the pivot chart controls
  • 108991 Bad allocation or crash on cut text in attached ODT (with Non-Printing Characters hidden) (LibreOffice not maximized?)
  • 109050 Moving table object with ALT+Arrow keys does not work properly
  • 109053 DOCX: Multipage table is not imported properly - fix by avoid floating table conversion
  • 109080 ODF: LibreOffice writes invalid element <style:header-first>
  • 109081 EDITING: LibreOffice hangs while selecting text ( with Formatting Marks ) ( LibreOffice not maximized )
  • 109107 Sidebar's fontheight field is not updated by moving cursor in an Impress table
  • 109177 Dialogs: vertical scrollbar automatically changed to horizontal
  • 109188 AutoText Preview doesn't work when default template is read-only
  • 109194 KDE: Firefox opens links only in the background
  • 109202 XHTML Export: SVG not exported correctly
  • 109223 PPTX: Vertical flip of child shape is not imported correctly
  • 109228 FILESAVE: ODT: Anchor changed from 'as character' to 'to character' after RT
  • 109242 FILESAVE: Button Label still align on the left ( steps in comment 3 )
  • 109277 Control-drag-drop in Writer doesn’t copy
  • 109289 Setting gridline color in options for Calc does not have effect
  • 109304 Signature infobars not shown in Math
  • 109314 Changing watermark doesn't update first page if the header for first page is different than the rest
  • 109347 Crashreport: link isn't displayed in Linux
  • 109523 PIVOT TABLE - crash after removing a pivot table + creating new pivot chart
  • 109790 FILEOPEN: RTF: Imported text has incorrect font size
  • 109856 Crash in: SdrObjList::GetObjCount() ( steps in comment 12 )
  • 109858 FILEOPEN:Importer correctly reads but does not apply pie label settings of XLSX and DOCX
  • 109859 Crash in: sclo.dll
  • 109863 Crash in: XPropertyList::Count()
  • 110440 FILOPEN: XSLX attribute "invisible" is ignored for a group of shapes
  • 110743 Crash on new master page, if first master page has image as background
  • 110997 Some forms stall with 100% on open - It's a date field problem
  • 111080 Edit form, use 'replace with' to change the type of control - nothing happens
  • 111087 Missing icons in 3D extrusion toolbar dropdowns
  • 111173 FILEOPEN Calc crashes when opening XLSX with chart.
  • 111308 Crash in: rtl_uString_assign
  • 111331 Rename 'Moderate' template
  • 111432 AddTempDevFont(const OUString& rFontFileURL) leaks memory on invocation
  • 111492 XHTML export does not honor numbering levels
  • 111497 CoreTextGlyphFallbackSubstitution::FindFontSubstitute() leaks memory on invocation
  • 111567 Template Manager memory leak in TemplateLocalView::insertItems()
  • 111571 writer crash when modeless dialog is left opened

New in LibreOffice 5.3.6.1 RC 1 Still (Aug 24, 2017)

  • 75622 FILEOPEN: very slow on opening this slide with table
  • 2759 null dereference
  • 2766 ensure palette is large enough for all colors
  • 2833 null deref
  • 2846 null deref
  • 2852 korean table entries start at 0xF not 0x7
  • 2867 null deref
  • 2877 crash in SVTB16Short
  • 2899 increment pos before check, like all the other cases
  • 55469 Different line spacing across platforms
  • 68787 FILESAVE: DOCX export: Footnote separator line problem
  • 85909 EDITING: Native tables visualization not refreshed after changes to borders
  • 93745 gtk3: UI - Writer letter wizard, Step 2, using headed paper, shows squashed spinbuttons
  • 97743 Impossibility to add certain Wiki accounts in "Tools - Options - Internet - MediaWiki"
  • 98700 FILESAVE: toggled "keep with next paragraph" <w:keepNext/> incorrectly set when saving as DOCX
  • 99286 Cropped image disappear after compress
  • 99692 FILEOPEN: Crash on opening odt with change tracking
  • 103241 HELPWIKI add a direct link from XIRR to IRR
  • 103968 Obsolete documentation (insertion of external data)
  • 103984 FILEOPEN: DOCX: Bubble not displayed in chart
  • 104410 Calc: Help for Named areas and cells not adapted to changes in LO 5.3
  • 104883 It is not allowed to install fonts on request
  • 105705 Libreoffice Writer crashes on inserting Zotero citations
  • 106872 Very slow when selecting column (with filter and freeze Rows or Columns enable)
  • 107033 After import of docx the length of Footnote Separator Line is 0%
  • 107723 FILEOPEN: DOCX schema font name not honored
  • 108292 CRASH: When copying/pasting a Calc Sheet (multi_type_vector::get_type#1613: block position not found!) (steps in comment 8)
  • 108867 Assertion failed when adding/removing/adding text box to a shape [Michael Stahl]
  • 108903 Crash after pasting text with SVG image from webpage
  • 108944 FILEOPEN: DOCX: footnote separators missing [Justin Luth]
  • 109053 DOCX: Multipage table is not imported properly - fix by avoid floating table conversion
  • 109080 ODF: LibreOffice writes invalid element <style:header-first> [Luke Deller]
  • 109104 ENCODEURL() function does not correctly encode newlines [Julien Nabet]
  • 109177 Dialogs: vertical scrollbar automatically changed to horizontal [Stephan Bergmann]
  • 109188 AutoText Preview doesn't work when default template is read-only [Samuel Mehrbrodt]
  • 109223 PPTX: Vertical flip of child shape is not imported correctly
  • 109228 FILESAVE: ODT: Anchor changed from 'as character' to 'to character' after RT
  • 109277 Control-drag-drop in Writer doesn’t copy
  • 109289 Setting gridline color in options for Calc does not have effect
  • 109304 Signature infobars not shown in Math
  • 109856 Crash in: SdrObjList::GetObjCount() ( steps in comment 12 )
  • 109863 Crash in: XPropertyList::Count()
  • 111173 FILEOPEN Calc crashes when opening XLSX with chart.
  • 111308 Crash in: rtl_uString_assign
  • 111571 writer crash when modeless dialog is left opened
  • 111943 unable to open XLSX files in Calc

New in LibreOffice 5.3.5.2 Still (Aug 3, 2017)

  • (part2) document hidden BASIC func/const (cxx#4689) [Olivier Hallot]
  • fix help content (i#100823576) [Olivier Hallot]
  • fix help contents (i#109429032) [Olivier]
  • correct WOKDAYS.INTL -> WORKDAY.INTL (i#117795772) [Olivier Hallot]
  • improve help text (i#118023968) [Olivier]
  • improve help text (i#33628571) [Olivier]
  • fix and improve help contents in LibreLogo (i#33628624) [Olivier Hallot]
  • fix and improve help contents in LibreLogo (i#33628628) [Olivier Hallot]
  • fix and improve help contents in LibreLogo (i#33628659) [Olivier Hallot]
  • improve help text (i#67543218) [Olivier]
  • improve help text (i#67543225) [Olivier]
  • fix help page on database (i#68075883) [Olivier Hallot]
  • use shorter, more easily remembered URL for templates site (redmine#2137) [Adolfo Jayme Barrientos]
  • Help: WEEKDAY function new parameters (tdf#100410) [Olivier Hallot]
  • LOCALHELP] Help for function RAWSUBTRACT doesn't exist (tdf#101140) [liongold]
  • LOCALHELP] Review and complete the mail merge help pages (tdf#102930) [Gabor Kelemen]
  • HELPWIKI add a direct link from XIRR to IRR (tdf#103241) [Gabor Kelemen]
  • HELP Bessel functions need examples (tdf#103431) [Olivier Hallot]
  • LOCALHELP UNICODE and UNICHAR should mention each other (tdf#103457) [Olivier Hallot]
  • Obsolete documentation (insertion of external data) (tdf#103968) [Gabor Kelemen]
  • FILESAVE: XLSX - Export fails to comply with ECMA-376 paragraph 18.17.2 concerning forbidden space characters between function name and left parenthesis (tdf#104186) [Eike Rathke]
  • Extension Manager Help button leads to an empty helpwiki page (tdf#104404) [Gabor Kelemen]
  • Calc: Help for Named areas and cells not adapted to changes in LO 5.3 (tdf#104410) [Gabor Kelemen]
  • LOCALHELP: Missing icons from 'Styles and Formatting' page (tdf#104569) [Gabor Kelemen]
  • PERCENTRANK function - parameter Significance (tdf#104975) [Gabor Kelemen]
  • HELP] Fax documentation still mentiones spadmin (tdf#105004) [Gabor Kelemen]
  • Libreoffice help indicates wrong location of 'Compare Document' menu item (tdf#105070) [Gabor Kelemen]
  • Base: Item Status Changed (tdf#105089) [Gabor Kelemen]
  • LOCALHELP: Split 'Security options and warnings' dialogs description into its own page (tdf#105280) [Gabor Kelemen]
  • LOCALHELP: Create documentation for Macro Selector window (tdf#105354) [Gabor Kelemen]
  • NEWHELP] Create a navigation history snippet. (tdf#106574) [Css16]
  • Help needs adaption to new position of AutoInput in Calc (tdf#106861) [Olivier Hallot]
  • LOCALHELP: Index: colors;adding needs update to new color picker (tdf#107077) [Gabor Kelemen]
  • How to increase text size of local help files (tdf#107193) [Adolfo Jayme Barrientos]
  • LOCALHELP] Review help pages for Templates (tdf#107229) [Gabor Kelemen, Catherine Vance]
  • Snap option "When creating or moving objects" is mis-labeled in Draw (tdf#107298) [Ilmari Lauhakangas]
  • New Template Manager help content issues (tdf#107299) [Gabor Kelemen]
  • Libreoffice help: Too small to read, font can't be increased (tdf#107436) [Adolfo Jayme Barrientos]
  • Rename Tools > Outline Numbering to Chapter Numbering (tdf#107573) [Olivier Hallot]
  • CRASH: Crash after undo operation (BigPtrArray::Index2Block(unsigned long) (tdf#107975) [Michael Stahl]
  • Update bundled spellchecker for gd (tdf#108439) [Aron Budea]
  • FORMATTING Comment boxes: dimensions and position lost at copy (tdf#108612) [Eike Rathke]
  • LOCALHELP] Write help page for VBA function NPV (tdf#108674) [Olivier Hallot]
  • LOCALHELP] Write help page for VBA function Pmt (tdf#108675) [Olivier Hallot]
  • LOCALHELP] Write help page for VBA function PPmt (tdf#108676) [Olivier Hallot]
  • LOCALHELP] Write help page for VBA function PV (tdf#108677) [Olivier Hallot]
  • LOCALHELP] Write help page for VBA function Rate (tdf#108678) [Olivier Hallot]
  • LOCALHELP] Write help page for VBA function SLN (tdf#108679) [Olivier Hallot]
  • LOCALHELP] Write help page for VBA function SYD (tdf#108680) [Olivier Hallot]
  • Cells with formula don't get deleted after undo (tdf#108758) [Dennis Francis]
  • Libre 5.4 beta2 Mathematical functions (tdf#108871) [Olivier Hallot]
  • Support extended LCID format in number format code (tdf#36038) [Stephan Bergmann, Laurent Balland-Poirier]
  • LOCALHELP: WRITER Mail Merge Wizard: Editor Help Button leads to unspecific help (tdf#52986) [Gabor Kelemen]
  • UI: Context sensitive Help <f1> and Help Button missing in 'Tools -> Protect Document -> Sheet' dialog (tdf#60873) [Gabor Kelemen]
  • UI: Context sensitive Help <f1> and Help Button missing in 'Tools -> Protect Document -> Document' dialog (tdf#60874) [Gabor Kelemen]
  • StartCenter LO4.2 : Weird text in Extended tooltips (tdf#73229) [Gabor Kelemen]
  • Formulas with boolean result change cell format while other formulas keep it (tdf#75650) [Eike Rathke]
  • UI: Missing Online Helps (tdf#76488) [Gabor Kelemen]
  • ODF import: page number is 0 (zero) instead of 1 (importing document written by legacy OOo versions < 3.3) (tdf#77111) [Michael Stahl]
  • Inconsistent wording in Asian Layout Kerning options. (tdf#79766) [Adolfo Jayme Barrientos]
  • WIKIHELP: page swriter/modules/swriter/ui/wordcount/close does not exist (tdf#80457) [Gabor Kelemen]
  • LOCALHELP: write help page for Impress Photo Album (tdf#83289) [Christina Accione]
  • Add missing BASIC function and constant documentation (tdf#84675) [Olivier Hallot]
  • Documentation doesn't explain why opening a ODS file asks to update external links even if in the options is marked as 'always update' - hint in comment #33 (tdf#92837) [Olivier Hallot]
  • No Help for Template Manager Available (tdf#94454) [Catherine Vance]
  • NEWHELP] Use system browser to display local help pages (tdf#97745) [Olivier Hallot, Buovjaga]
  • Calc: "Scope" listbox in "Name Manager" and "Create Name" dialog does not have online help text (tdf#98643) [Gabor Kelemen]
  • MAILMERGE: Wizard: after in Step#3 selecting with "This document shall.." the Next/Finish button don't work any more (tdf#98799) [Gabor Kelemen]
  • Drop Web Wizard (tdf#99967) [Gabor Kelemen]

New in LibreOffice 5.4.0.3 Fresh (Jul 28, 2017)

  • FILESAVE: XLSX - Export fails to comply with ECMA-376 paragraph 18.17.2 concerning forbidden space characters between function name and left parenthesis (tdf#104186) [Eike Rathke]
  • Conditional Formatting not updating immediately after editing source value (tdf#105696) [Markus Mohrhard]
  • Support for Web Query (.iqy) files (tdf#106359) [Mike Kaganski]
  • Text is invisible, both in UI and in editor on update to 5.3.2, older AMD and Intel GPUs (tdf#107166) [Tomaž Vajngerl]
  • FORMATTING Comment boxes: dimensions and position lost at copy (tdf#108612) [Eike Rathke]
  • Cells with formula don't get deleted after undo (tdf#108758) [Dennis Francis]
  • Thai character encoding mismatch (tdf#108789) [Eike Rathke]
  • PGP signature shown as invalid (tdf#108831) [Samuel Mehrbrodt]
  • CRASH: LibreOffice crashes while clicking on Show Signatures button (tdf#108852) [Katarina Behrens]
  • Crash after pasting text with SVG image from webpage (tdf#108903) [Caolán McNamara]
  • Document with foreign pgp keys show no signature information (tdf#108977) [Samuel Mehrbrodt]
  • Calendar is loaded several times during loading of pivot table (tdf#109045) [Aron Budea, Eike Rathke]
  • OpenPGP signatures show wrong type (tdf#109046) [Samuel Mehrbrodt]
  • Libreoffice crashes by deleting the internal variables, writer (tdf#109197) [Noel Grandin]
  • File Corruption - Issue with embedded documents after RT (tdf#73873) [Bartosz Kosiorek]
  • Formulas with boolean result change cell format while other formulas keep it (tdf#75650) [Eike Rathke]

New in LibreOffice 5.3.5.1 RC 1 Fresh (Jul 28, 2017)

  • accessibilityfix horrible memory leak in AccessibleTabBarBase (i#135353) [Michael Stahl]
  • check multiply (ofz#2287) [Caolán McNamara]
  • fix dangling pCObj (ofz#2332) [Caolán McNamara]
  • restored props don't match saved props (ofz#2392) [Caolán McNamara]
  • use shared_ptr for cshape (ofz#2452) [Caolán McNamara]
  • Segmentation fault after clicking gnome-documents back button while presentation is being slowly loaded (rhbz#1454693) [Caolán McNamara]
  • select without selecting.. b0rk (tdf#101588) [Eike Rathke]
  • swlayoutdon't move endnotes into footnotes' container (tdf#101821) [Michael Stahl]
  • fix crash in AccFrameSelector (tdf#101885) [Julien Nabet]
  • hide Notebookbar during slide show (tdf#103355) [Szymon Klos]
  • insert image where the cursor is (tdf#104640) [Xisco Fauli]
  • defer filter detection to first load/update of external (tdf#104875) [Eike Rathke]
  • a matrix/array formula cell needs to have dimensions (tdf#104989) [Eike Rathke]
  • select without selecting.. b0rk (tdf#105740) [Eike Rathke]
  • fix Add setting XML_doNotExpandShiftReturn when exporting to docx (tdf#106029) [nikki]
  • dbase file can have no records (tdf#106423) [Julien Nabet]
  • write <text:sender-initials> for fields (tdf#107438) [Eike Rathke]
  • EDITINGNo caret outside the textbox after inserting a textbox (tdf#107666) [Tamás Zolnai]
  • DOCX exportfix duplicated <w:outlineLvl> element for styles (tdf#107684) [Miklos Vajna]
  • fixed cursor position after inserting input field (tdf#107795) [Bernhard Widl]
  • SdrGrafObj leak triggers later crash (tdf#107959) [Caolán McNamara]
  • swlet a view handle multiple transferables (tdf#107976) [Miklos Vajna]
  • swfix recursive layouting during SwCursorShell::Paint() (tdf#108118) [Michael Stahl]
  • WalkAndMatchElementsreally limit the match (tdf#108292) [Eike Rathke]
  • swfix crash on fly "Position and Size" (tdf#108305) [Michael Stahl]
  • fix vertical alignment of checkbox text (tdf#108418) [Gabor Kelemen]
  • use spinfield preferred size as transparency widget size (tdf#108419) [Caolán McNamara]
  • gtk3 xbm cursors invisible on black bg (tdf#108452) [Caolán McNamara]
  • insert image where the cursor is (tdf#108469) [Xisco Fauli]
  • swipe only if some reasonable movement was involved (tdf#108475) [Caolán McNamara]
  • undo from clone formating does not remove vertical alignment (tdf#108480) [Tamás Zolnai]
  • use correct type for last check timestamp during autocorrect (tdf#108622) [Aron Budea]
  • mark named expression single reference #REF! if deleted (tdf#108671) [Eike Rathke]
  • don't let m_nGrabLevel become negative, related (tdf#108705) [Eike Rathke, Caolán McNamara]
  • ListBoxin absence of a field, treat data as string (tdf#108732) [Lionel Elie Mamane]
  • quick fix for 5.3 branch only (tdf#108789) [Julien Nabet]
  • sfx2fix crash in sidebar when XUpdateModel not implemented (tdf#108814) [Michael Stahl]
  • accessibilityfix horrible memory leak in AccessibleTabBarBase (tdf#108833) [Michael Stahl]
  • accessibilityfix horrible memory leak in AccessibleTabBarBase (tdf#108838) [Michael Stahl]
  • fix merge data handling in fields (tdf#108873) [Jan-Marek Glogowski]
  • too small bullet size confuses the user (tdf#108925) [Tamás Zolnai]
  • moving table object with ALT+Arrow keys does not work properly (tdf#109050) [Tamás Zolnai]
  • odb data copied to Calc showed wrong encoding in Windows (tdf#37859) [Julien Nabet]
  • dBASE, don't lose dbt file (tdf#40713) [Julien Nabet]
  • DBASE import (take 2) (tdf#55631) [Julien Nabet]
  • handle SID_ENCRYPTIONDATA for shared password protected docs, (tdf#56173) [Markus Mohrhard]
  • always import page scaling, (tdf#65848) [Markus Mohrhard]
  • fix merge data handling in fields (tdf#70346) [Jan-Marek Glogowski]
  • handle CrossedOutItems in HTML export. (tdf#79304) [Sean Stangl]
  • mediawiki, no superscript tags allowed in footnotes (tdf#80671) [Julien Nabet]
  • dbase file can have no records (tdf#84834) [Julien Nabet]
  • bullet char style preview is unreadable, cause uses opensymbol (tdf#93968) [Caolán McNamara]
  • mediawiki inserts redundant emptylines in <ref> (tdf#98888) [Julien Nabet]
  • modified clipping for PDF export (tdf#99680) [Vasily Melenchuk]

New in LibreOffice 5.4.0.2 RC 2 Fresh (Jul 14, 2017)

  • Fixed issues:
  • DOCX import: conditionally ignore leading tab in footnotes (cp#1000017) [Miklos Vajna]
  • accessibility: fix horrible memory leak in AccessibleTabBarBase (i#135353) [Michael Stahl]
  • restored props don't match saved props (ofz#2392) [Caolán McNamara]
  • use shared_ptr for cshape (ofz#2452) [Caolán McNamara]
  • Spacing wrong in document read in docx format due to incorrect height of textbox (tdf#100075) [Vasily Melenchuk]
  • Scrolling and then clicking into document with endnotes crashes Writer (tdf#101821) [Michael Stahl]
  • Tab after autonumbering footnote vanishes in docx format - not in odt (tdf#105095) [Miklos Vajna]
  • font rendering got worse looking in 5.3.2.2 (for Default rendering, OpenGL not affected) (devEval comment 60) (tdf#106990) [Tomaž Vajngerl]
  • Impress - crash with two people co-editing one slide (tdf#107505) [Tamás Zolnai]
  • Update bundled spellchecker for gd (tdf#108439) [Aron Budea]
  • UI: the curve tool pointer is invisible on a black background (GTK3) (tdf#108452) [Caolán McNamara]
  • Jumps to other slides broken unless in Slide show setting Mouse pointer as pen is selected (GTK3) (tdf#108475) [Caolán McNamara]
  • When define left tab in Paragraph or by clicking on ruler, sets a right tab (tdf#108609) [Noel Grandin]
  • EDITING: Auto-correct while typing keeps trying access acor_und.dat and acor_en.dat (tdf#108622) [Aron Budea]
  • Not all gpg keys are listed (tdf#108692) [Samuel Mehrbrodt]
  • CRASH: LibreOffice crashes while pressing esc after a popup has been displayed (gtk3) (tdf#108705) [Eike Rathke, Caolán McNamara]
  • Dropdown list icon is tinier than usual (gtk3) (tdf#108708) [Caolán McNamara]
  • Sigining: GPG key selection should only be possible for ODF documents (tdf#108711) [Samuel Mehrbrodt]
  • listbox setting a new SelectedValue sets to NULL instead (tdf#108732) [Lionel Elie Mamane]
  • Thai character encoding mismatch (tdf#108789) [Lionel Elie Mamane]
  • Gpg signing always uses the first key (tdf#108794) [Samuel Mehrbrodt]
  • CRASH: Invalid vector subscript (tdf#108796) [Eike Rathke]
  • Signing existing PDF is broken (tdf#108798) [Samuel Mehrbrodt]
  • Sidebar extension crashes Writer when inserting Chart (tdf#108814) [Michael Stahl]
  • Assertion failed when moving the mouse after deleting embedded content (tdf#108826) [Michael Stahl]
  • CRASH: When changing the template style of a large set of slides for a second time (tdf#108833) [Michael Stahl]
  • CRASH: Bad allocation if undo count is set to zero (0) (see comment 4) (tdf#108836) [Michael Stahl]
  • LibreOffice freezes while changing the template of many slides ( gtk/gtk3 ) (tdf#108838) [Michael Stahl]
  • CRASH: Bad allocation if undo count is set to zero (0) (steps in comment 3) (tdf#108863) [Michael Stahl]
  • Libre 5.4 beta2 Mathematical functions (tdf#108871) [Olivier Hallot]
  • Field condition no longer accepts column name only (tdf#108873) [Jan-Marek Glogowski]
  • PIVOT CHARTS: date format not applied in pivot graphs (tdf#108923) [Dennis Francis]
  • FILESAVE problem dBASE Format M (tdf#40713) [Julien Nabet]
  • FILESAVE impossible for password protected shared .ods (tdf#56173) [Markus Mohrhard]
  • FILEOPEN: CALC doesn't import scaling factor set on xlsx files (tdf#65848) [Markus Mohrhard]
  • Section condition doesn't hide section with database fields (tdf#70346) [Jan-Marek Glogowski]
  • FILESAVE: Doc exporter scales up rotated watermarks (tdf#91687) [Szymon Kłos]
  • (Writer-Menus) [META] Reorganization of the menu bar for Writer (tdf#91781) [Yousuf Philips]
  • MAILMERGE: Wizard: after doing Step#3 with "This document shall.." selected, the next fresh run: Next/Finish are not available (tdf#98800) [Gabor Kelemen]

New in LibreOffice 5.4.0.1 RC 1 Fresh (Jun 27, 2017)

  • Bugs fixed compared to 5.4.0 Beta2:
  • 1.bnc#758883 RTF import: fix unexpected bold list numbering [Miklos Vajna]
  • 2.coverity#1409893 division or modulo by float zero [Caolán McNamara]
  • 3.coverity#1409895 resource leak [Caolán McNamara]
  • 4.coverity#1409896 dereference before null check [Caolán McNamara]
  • 5.coverity#1412145 result is not floating point [Caolán McNamara]
  • 6.ofz#2287 check multiply [Caolán McNamara]
  • 7.ofz#2332 fix dangling pCObj [Caolán McNamara]
  • 8.rhbz#1454693 Segmentation fault after clicking gnome-documents back button while presentation is being slowly loaded [Caolán McNamara]
  • 9.tdf#33831 Media wiki export pictures as files [Arianna Masciolini]
  • 10.tdf#36019 Security: Add some way to dynamically enable/disable extension installation. [Muhammet Kara]
  • 11.tdf#37859 Odb data copied to Calc showed wrong encoding in Windows [Julien Nabet]
  • 12.tdf#55631 FILEOPEN: CALC does not import DBASE with CP850 encoding correctly [Julien Nabet]
  • 13.tdf#60780 'Save a Copy' command [Caolán McNamara]
  • 14.tdf#71339 EDITING sigma icon (sum function) operating on selected range [Eike Rathke]
  • 15.tdf#75256 (Sifr-Icon-Theme) [META] Incomplete Sifr icon theme [Matthias Freund]
  • 16.tdf#75788 certain inserted JPEG images appear black [Caolán McNamara]
  • 17.tdf#80671 FILESAVE: MediaWiki exported footnotes appear in superscript tags [Julien Nabet]
  • 18.tdf#81475 (Writer-Toolbars) [META] Enhancing Writer's standard and formatting toolbars [Yousuf Philips]
  • 19.tdf#83465 FILEOPEN: RTF - Numbering list number font name not retained [Miklos Vajna]
  • 20.tdf#84675 Add missing BASIC function and constant documentation [Olivier Hallot]
  • 21.tdf#84834 .log files with certain size are causing writer to stop responding (std::bad_alloc) [Julien Nabet]
  • 22.tdf#84909 (Impress-Draw-Toolbars) [META] Enhancing Impress/Draw toolbars and context menu [Yousuf Philips]
  • 23.tdf#85594 (Calc-Toolbars) [META] Enhancing Calc's standard and formatting toolbars [Yousuf Philips]
  • 24.tdf#85940 Accessing paragraph and character styles from context menu [Xisco Fauli, Yousuf Philips]
  • 25.tdf#86119 TOOLBAR: Number Format Decimal and Standard doesnt show toggle correctly [Gulsah Kose]
  • 26.tdf#89064 FILEOPEN .pptx slide with a comment has no view of notes [Paul Trojahn]
  • 27.tdf#91602 WRITER: Crash on paste with Zoom - Page width [Michael Stahl]
  • 28.tdf#91820 (Calc-Menus) [META] Reorganization of the menu bar for Calc [Yousuf Philips]
  • 29.tdf#93968 Sidebar styles preview is broken for bullet styles [Caolán McNamara]
  • 30.tdf#97743 Impossibility to add certain Wiki accounts in "Tools - Options - Internet - MediaWiki" [Julien Nabet]
  • 31.tdf#98888 FILESAVE: Export to mediawiki inserts redundant emptylines in <ref> when before headings [Julien Nabet]
  • 32.tdf#99074 web layout is not imported from docx file [Aron Budea]
  • 33.tdf#99680 Missing images and charts when exporting to PDF (print to PDF works) [Vasily Melenchuk]
  • 34.tdf#101588 FORMATTING: Format Cells > Background > No Fill fails with non-continuous selection of colored cells [Eike Rathke]
  • 35.tdf#103091 An applied conditional paragraph style looses feature on opening [Troy Rollo]
  • 36.tdf#103311 Tools -> Mail Merge Wizard can't insert anything [Gabor Kelemen]
  • 37.tdf#104640 Images with caption will disappearing ('white box') when changing anchor [Xisco Fauli]
  • 38.tdf#104875 FILEOPEN: Opening xlsx file 15x times slower then in last version, performance speed regression [Eike Rathke]
  • 39.tdf#104989 Problem with FILTERXML-Function in Basic (IllegalArgumentException) [Eike Rathke]
  • 40.tdf#105566 Show InfoBar when document has invalid signature [Katarina Behrens]
  • 41.tdf#105740 Applied background color is not selected when opening Format > Cells > Background [Eike Rathke]
  • 42.tdf#106018 UI: Frame is named Object in image frame context menu [Yousuf Philips]
  • 43.tdf#106175 Help viewer: <sub> tag is not supported in localized (l10n) help [Gabor Kelemen]
  • 44.tdf#106366 "Open Read-Only" for document in use doesn't give "Edit document" button [Samuel Mehrbrodt]
  • 45.tdf#106423 DBF dbase file will not open correctly [Julien Nabet]
  • 46.tdf#106492 FILESAVE: DOCX: Extra section created during each save [Miklos Vajna]
  • 47.tdf#107438 LO uses wrong element for user data "initials" in file [Eike Rathke]
  • 48.tdf#107573 Rename Tools > Outline Numbering to Chapter Numbering [Olivier Hallot]
  • 49.tdf#107618 FILESAVE: Header lost after saving to DOCX [Miklos Vajna]
  • 50.tdf#107666 EDITING: No caret outside the textbox after inserting a textbox [Tamás Zolnai]
  • 51.tdf#107700 Some font weights names not translatable in UI [Gabor Kelemen]
  • 52.tdf#108098 Sheet comments toggle state should be evaluated when switching sheets [Gulsah Kose]
  • 53.tdf#108118 Crash in: SwPageFrame::AppendDrawObjToPage(SwAnchoredObject &) [Michael Stahl]
  • 54.tdf#108123 Crash in: writerfilter::dmapper::DomainMapper_Impl::getTableManager() [Miklos Vajna]
  • 55.tdf#108259 Autofilter can freeze LibreOffice [Jean-Sebastien Bevilacqua]
  • 56.tdf#108269 DOCM files can't be opened in Word after a roundtrip in Writer (until renaming) [Miklos Vajna]
  • 57.tdf#108292 CRASH: When copying/pasting a Calc Sheet (multi_type_vector::get_type#1613: block position not found!) (steps in comment 8) [Eike Rathke]
  • 58.tdf#108305 Keyboard F4 shortcut assigned as Position and Size crashes writer [Michael Stahl]
  • 59.tdf#108349 Assertion failed when opening attachment from tdf#98888 [Michael Stahl]
  • 60.tdf#108413 Text in form text fields no longer visible [Eike Rathke]
  • 61.tdf#108416 RTF IMPORT: list numbering is bold in specific document where it should be regular [Miklos Vajna]
  • 62.tdf#108418 MAILMERGE: "This document shall contain..." checkbox text is aligned top instead of center [Gabor Kelemen]
  • 63.tdf#108419 GTK3: Transparency spinbutton is too narrowed in image's toolbar [Caolán McNamara]
  • 64.tdf#108469 'As Character' image disappears after another image is inserted [Xisco Fauli]
  • 65.tdf#108480 Undo from clone formatting does not remove vertical alignment from cell [Tamás Zolnai]
  • 66.tdf#108486 Hyperlink character styles automatically assigned when opening Character dialog [Samuel Mehrbrodt]
  • 67.tdf#108494 With cursor at specific places, classification positions watermark incorrectly [Szymon Kłos]
  • 68.tdf#108654 CRASH while undoing paste on a new sheet [Eike Rathke]
  • 69.tdf#108671 [EDITING] Named range gives an ERR result when deleting a row/column of their range, but the named reference erroneously remains fine. [Eike Rathke]

New in LibreOffice 5.3.4.2 Fresh (Jun 22, 2017)

  • + RTF import: fix missing upper and lower borders around text (bnc#825305) [Miklos Vajna]
  • + sw: Null pointer dereferences (coverity#1409899) [Michael Stahl]
  • + DOCX import: fix unexpected missing footnote separator (fdo#68787) [Miklos Vajna]
  • + xlsb import: protection settings were reversed (fdo#70499) [Justin Luth]
  • + fix crash in SfxItemPool::Put (i#103124) [Jochen Nitschke]
  • + fix crash in SfxItemPool::Put (i#103152) [Jochen Nitschke]
  • + fix crash in SfxItemPool::Put (i#104245) [Jochen Nitschke]
  • + check remaining size of dest (ofz#1542) [Caolán McNamara]
  • + check multiply and shift (ofz#1605) [Caolán McNamara]
  • + Scrolling is way too fast in writer (rhbz#1367846) [Caolán McNamara]
  • + sdext: join TimerScheduler thread before shutdown (rhbz#1425304) [Michael Stahl]
  • + Export as PDF button also exports hidden sheets (rhbz#1447830) [Caolán McNamara]
  • + frames with the same name are removed (tdf#100033) [Tamás Zolnai]
  • + zero height of shape's path was causing geometry errors (tdf#100072) [Vasily Melenchuk]
  • + handle array/matrix formula in cycle cell reference types (tdf#102525) [Eike Rathke]
  • + ctrl+shift should work on key up (tdf#103158) [Maxim Monastirsky]
  • + & improve gtk3 trackpad scrolling (tdf#103174) [Caolán McNamara]
  • + mark all new styles as default styles, (tdf#103330) [Markus Mohrhard]
  • + mark all new styles as default styles, (tdf#103380) [Markus Mohrhard]
  • + remove language specific tags in templates (tdf#104087) [Laurent Balland-Poirier]
  • + check for nullptr, (tdf#104265) [Eike Rathke]
  • + use static vars in ReplaceStringHookProc (tdf#104312) [Aron Budea]
  • + writerfilter: fix crash with null xRangeProperties (tdf#104407) [Michael Stahl]
  • + don't crash on mail wizard recreation (tdf#105002) [Maxim Monastirsky]
  • + rearrange a few things for l10n-friendliness (tdf#105281) [Adolfo Jayme Barrientos]
  • + use static vars in ReplaceStringHookProc (tdf#105428) [Aron Budea]
  • + make sure we actually have a motion path here (tdf#105703) [Katarina Behrens]
  • + avoid REGRESSION!!! (tdf#105841) [Tor Lillqvist]
  • + don't hang when file is protected and compressed (tdf#105942) [Xisco Fauli]
  • + notify listeners on top and bottom of split formula group (tdf#106051) [Arul Michael]
  • + EMF+ Add support for EmfPlusTranslateWorldTransform record (tdf#106084) [Bartosz Kosiorek]
  • + no global drag when anchor drag active (tdf#106131) [Armin Le Grand]
  • + ScopedHDC to clean-up hDC when rendering glyphs (tdf#106265) [Tomaž Vajngerl]
  • + fix crash in SfxItemPool::Put (tdf#106424) [Jochen Nitschke]
  • + xlsx: black square where image should be (tdf#106520) [Thomas Beck]
  • + sifr icon for "Cross-reference" needed (tdf#106532) [Matthias Freund]
  • + sifr icon for "Index Entry" needed (tdf#106533) [Matthias Freund]
  • + sifr icon for "Table Styles" needed (tdf#106607) [Matthias Freund]
  • + icon set not visible in conditional formatting (tdf#106838) [Caolán McNamara]
  • + swap [es-SV] decimal and group separator (tdf#106902) [Eike Rathke]
  • + sw: SwCursorShell::Pop() ensure cursor ring is recreated (tdf#106929) [Michael Stahl]
  • + RTF import: fix missing paragraph left margin (tdf#106953) [Miklos Vajna]
  • + CDateFromIso: accept YYMMDD for compatibility, follow-up (tdf#106956) [Eike Rathke]
  • + EMF+ Add support of import EmfPlusRecordTypeDrawRects record (tdf#107016) [Bartosz Kosiorek]
  • + remove language specific tags in templates (tdf#107027) [Laurent Balland-Poirier]
  • + DOCX import: fix unexpected missing footnote separator (tdf#107033) [Miklos Vajna]
  • + EMF+ Add support for import EmfPlusDrawPie record (tdf#107034) [Bartosz Kosiorek]
  • + DOCX drawingML import: fix invisible arrow shape (tdf#107104) [Miklos Vajna, Vasily Melenchuk]
  • + RTF import: fix missing upper and lower borders around text (tdf#107116) [Miklos Vajna]
  • + sw: fix a11y crash on double Dispose (tdf#107126) [Michael Stahl]
  • + EMF+ Add support for EmfPlusDrawArc record (tdf#107159) [Bartosz Kosiorek]
  • + just return initial selection when there's no range (tdf#107176) [Julien Nabet]
  • + fix firebird relationship (tdf#107196) [Julien Nabet]
  • + don't let floating function description grow infinitely (tdf#107241) [Caolán McNamara]
  • + hybrid cell is a value cell as well as a string cell. (tdf#107310) [Kohei Yoshida]
  • + prevent crash in unotbl.cxx (tdf#107350) [LeMoyne Castle]
  • + wrong positioning of AutoFilter buttons in tiledrendering mode (tdf#107389) [Tamás Zolnai]
  • + don't quote columns referred by expression (not by name) (tdf#107457) [Lionel Elie Mamane]
  • + sw: fix crash in SwCallMouseEvent when deleting header (tdf#107494) [Michael Stahl]
  • + impress - crash with two people co-editing one slide (tdf#107505) [Tamás Zolnai]
  • + sw: fix rollback of text attributes in SwUndoDelete (tdf#107512) [Michael Stahl]
  • + french spelling dictionary (6.0.3) and thesaurus (tdf#107558) [Olivier R]
  • + sw: prevent moving/splitting of tables in footnotes (tdf#107568) [Michael Stahl]
  • + retrieve Default autoformat (tdf#107572) [Julien Nabet]
  • + opening Hyperlink opens Browser in Background. (tdf#107587) [Thomas Beck]
  • + RTF export: handle DocumentSettingId::PARA_SPACE_MAX compat setting (tdf#107620) [Miklos Vajna]
  • + crash on inserting formula (tdf#107644) [Julien Nabet]
  • + repeated images replace correct ones in exported PDF (tdf#107682) [Marco Cecchetti]
  • + fix exports Heading style numbers (tdf#107696) [Julien Nabet]
  • + fix crash when closing Calc document (tdf#107706) [Noel Grandin]
  • + filter: MSO2003XML import: fix invalid OLE lengths (tdf#107709) [Michael Stahl]
  • + bound Control initFromField: consider the case of the insert row (tdf#107720) [Lionel Elie Mamane]
  • + disable toolbar items that are not available yet. (tdf#107729) [Jan Holesovsky]
  • + xmlsecurity PDF verify: handle empty X509 certificate (tdf#107782) [Miklos Vajna]
  • + crash on null pointer access (tdf#107786) [Caolán McNamara]
  • + expert config, deal no parent case (tdf#107811) [Julien Nabet]
  • + import stream on the LibreOffice side, (tdf#107827) [Markus Mohrhard]
  • + use empty document in orcus gnumeric import, (tdf#107828) [Markus Mohrhard]
  • + PDF export of editeng fill color: restrict to logic map modes (tdf#107868) [Miklos Vajna]
  • + don't crash if all bitmaps are deleted (tdf#107877) [Xisco Fauli]
  • + fix negative values case with maxifs (tdf#107892) [Julien Nabet]
  • + crash when using ScCompiler in condformat (tdf#107920) [Julien Nabet]
  • + ensure notifyhdl is unset after dispose (tdf#107961) [Caolán McNamara]
  • + SID_FM_CTL_PROPERTIES colorbox needs a 'default' entry (tdf#107981) [Caolán McNamara]
  • + xlsb import: protection settings were reversed (tdf#108017) [Justin Luth]
  • + VBA exception avoided in ScVbaRange::setStyle (tdf#108049) [Justin Luth]
  • + use new name of column when it's been changed (tdf#108068) [Julien Nabet]
  • + 2nd OpenGLContext::init should dispose earlier results (tdf#108069) [Caolán McNamara]
  • + match sprmTFCantSplit with its correct id (tdf#108072) [Aron Budea]
  • + xmloff: SvxUnoDrawingModel doesn't implement... (tdf#108109) [Michael Stahl]
  • + backport mono checkboxes fix (tdf#108111) [Caolán McNamara]
  • + xmloff: SvxUnoDrawingModel doesn't implement... (tdf#108231) [Michael Stahl]
  • + handle EmbeddedOdf like CONTENTS on ole activate attempt (tdf#62702) [Caolán McNamara]
  • + sifr icon theme - trackchangesbar (tdf#75256) [Matthias Freund]
  • + calc 32bits unable to open files with a lot of cond formatting (tdf#82326) [frederic vroman]
  • + pass on the language info from the cell to the engine. (tdf#86001) [Kohei Yoshida]
  • + digitally sign soffice.bin on Windows (tdf#86776) [Andras Timar]
  • + subtotal function with function indexes don't update (tdf#93171) [Arul Michael]
  • + retrieve Default autoformat (tdf#94173) [Julien Nabet]
  • + RTF import: fix missing paragraph left margin (tdf#95376) [Miklos Vajna]
  • + more whitespace intersection operator in Excel syntax (tdf#96426) [Eike Rathke]
  • + pasting text from java apps to gtk3 gives bad results (tdf#99467) [Caolán McNamara]

New in LibreOffice 5.3.4.1 RC 1 Still (Jun 9, 2017)

  • RTF import: fix missing upper and lower borders around text (bnc#825305) [Miklos Vajna]
  • Sw: Null pointer dereferences (coverity#1409899) [Michael Stahl]
  • DOCX import: fix unexpected missing footnote separator (fdo#68787) [Miklos Vajna]
  • Xlsb import: protection settings were reversed (fdo#70499) [Justin Luth]
  • Fix crash in SfxItemPool::Put (i#103124) [Jochen Nitschke]
  • Fix crash in SfxItemPool::Put (i#103152) [Jochen Nitschke]
  • Fix crash in SfxItemPool::Put (i#104245) [Jochen Nitschke]
  • Check remaining size of dest (ofz#1542) [Caolán McNamara]
  • Check multiply and shift (ofz#1605) [Caolán McNamara]
  • Scrolling is way too fast in writer (rhbz#1367846) [Caolán McNamara]
  • Sdext: join TimerScheduler thread before shutdown (rhbz#1425304) [Michael Stahl]
  • Export as PDF button also exports hidden sheets (rhbz#1447830) [Caolán McNamara]
  • Frames with the same name are removed (tdf#100033) [Tamás Zolnai]
  • Zero height of shape's path was causing geometry errors (tdf#100072) [Vasily Melenchuk]
  • Handle array/matrix formula in cycle cell reference types (tdf#102525) [Eike Rathke]
  • Ctrl+shift should work on key up (tdf#103158) [Maxim Monastirsky]
  • & improve gtk3 trackpad scrolling (tdf#103174) [Caolán McNamara]
  • Mark all new styles as default styles, (tdf#103330) [Markus Mohrhard]
  • Mark all new styles as default styles, (tdf#103380) [Markus Mohrhard]
  • Remove language specific tags in templates (tdf#104087) [Laurent Balland-Poirier]
  • Check for nullptr, (tdf#104265) [Eike Rathke]
  • Use static vars in ReplaceStringHookProc (tdf#104312) [Aron Budea]
  • Writerfilter: fix crash with null xRangeProperties (tdf#104407) [Michael Stahl]
  • Don't crash on mail wizard recreation (tdf#105002) [Maxim Monastirsky]
  • Rearrange a few things for l10n-friendliness (tdf#105281) [Adolfo Jayme Barrientos]
  • Use static vars in ReplaceStringHookProc (tdf#105428) [Aron Budea]
  • Make sure we actually have a motion path here (tdf#105703) [Katarina Behrens]
  • Avoid REGRESSION!!! (tdf#105841) [Tor Lillqvist]
  • Don't hang when file is protected and compressed (tdf#105942) [Xisco Fauli]
  • Notify listeners on top and bottom of split formula group (tdf#106051) [Arul Michael]
  • EMF+ Add support for EmfPlusTranslateWorldTransform record (tdf#106084) [Bartosz Kosiorek]
  • No global drag when anchor drag active (tdf#106131) [Armin Le Grand]
  • ScopedHDC to clean-up hDC when rendering glyphs (tdf#106265) [Tomaž Vajngerl]
  • Fix crash in SfxItemPool::Put (tdf#106424) [Jochen Nitschke]
  • Xlsx: black square where image should be (tdf#106520) [Thomas Beck]
  • Sifr icon for "Cross-reference" needed (tdf#106532) [Matthias Freund]
  • Sifr icon for "Index Entry" needed (tdf#106533) [Matthias Freund]
  • Sifr icon for "Table Styles" needed (tdf#106607) [Matthias Freund]
  • Icon set not visible in conditional formatting (tdf#106838) [Caolán McNamara]
  • Swap [es-SV] decimal and group separator (tdf#106902) [Eike Rathke]
  • Sw: SwCursorShell::Pop() ensure cursor ring is recreated (tdf#106929) [Michael Stahl]
  • RTF import: fix missing paragraph left margin (tdf#106953) [Miklos Vajna]
  • CDateFromIso: accept YYMMDD for compatibility, follow-up (tdf#106956) [Eike Rathke]
  • EMF+ Add support of import EmfPlusRecordTypeDrawRects record (tdf#107016) [Bartosz Kosiorek]
  • Remove language specific tags in templates (tdf#107027) [Laurent Balland-Poirier]
  • DOCX import: fix unexpected missing footnote separator (tdf#107033) [Miklos Vajna]
  • EMF+ Add support for import EmfPlusDrawPie record (tdf#107034) [Bartosz Kosiorek]
  • DOCX drawingML import: fix invisible arrow shape (tdf#107104) [Miklos Vajna, Vasily Melenchuk]
  • RTF import: fix missing upper and lower borders around text (tdf#107116) [Miklos Vajna]
  • Sw: fix a11y crash on double Dispose (tdf#107126) [Michael Stahl]
  • EMF+ Add support for EmfPlusDrawArc record (tdf#107159) [Bartosz Kosiorek]
  • Just return initial selection when there's no range (tdf#107176) [Julien Nabet]
  • Fix firebird relationship (tdf#107196) [Julien Nabet]
  • Don't let floating function description grow infinitely (tdf#107241) [Caolán McNamara]
  • Hybrid cell is a value cell as well as a string cell. (tdf#107310) [Kohei Yoshida]
  • Prevent crash in unotbl.cxx (tdf#107350) [LeMoyne Castle]
  • Wrong positioning of AutoFilter buttons in tiledrendering mode (tdf#107389) [Tamás Zolnai]
  • Don't quote columns referred by expression (not by name) (tdf#107457) [Lionel Elie Mamane]
  • Sw: fix crash in SwCallMouseEvent when deleting header (tdf#107494) [Michael Stahl]
  • Impress - crash with two people co-editing one slide (tdf#107505) [Tamás Zolnai]
  • Sw: fix rollback of text attributes in SwUndoDelete (tdf#107512) [Michael Stahl]
  • French spelling dictionary (6.0.3) and thesaurus (tdf#107558) [Olivier R]
  • Sw: prevent moving/splitting of tables in footnotes (tdf#107568) [Michael Stahl]
  • Retrieve Default autoformat (tdf#107572) [Julien Nabet]
  • Opening Hyperlink opens Browser in Background. (tdf#107587) [Thomas Beck]
  • RTF export: handle DocumentSettingId::PARA_SPACE_MAX compat setting (tdf#107620) [Miklos Vajna]
  • Crash on inserting formula (tdf#107644) [Julien Nabet]
  • Repeated images replace correct ones in exported PDF (tdf#107682) [Marco Cecchetti]
  • Fix exports Heading style numbers (tdf#107696) [Julien Nabet]
  • Fix crash when closing Calc document (tdf#107706) [Noel Grandin]
  • Filter: MSO2003XML import: fix invalid OLE lengths (tdf#107709) [Michael Stahl]
  • Bound Control initFromField: consider the case of the insert row (tdf#107720) [Lionel Elie Mamane]
  • Disable toolbar items that are not available yet. (tdf#107729) [Jan Holesovsky]
  • Xmlsecurity PDF verify: handle empty X509 certificate (tdf#107782) [Miklos Vajna]
  • Crash on null pointer access (tdf#107786) [Caolán McNamara]
  • Expert config, deal no parent case (tdf#107811) [Julien Nabet]
  • Import stream on the LibreOffice side, (tdf#107827) [Markus Mohrhard]
  • Use empty document in orcus gnumeric import, (tdf#107828) [Markus Mohrhard]
  • PDF export of editeng fill color: restrict to logic map modes (tdf#107868) [Miklos Vajna]
  • Don't crash if all bitmaps are deleted (tdf#107877) [Xisco Fauli]
  • Fix negative values case with maxifs (tdf#107892) [Julien Nabet]
  • Crash when using ScCompiler in condformat (tdf#107920) [Julien Nabet]
  • Ensure notifyhdl is unset after dispose (tdf#107961) [Caolán McNamara]
  • SID_FM_CTL_PROPERTIES colorbox needs a 'default' entry (tdf#107981) [Caolán McNamara]
  • Xlsb import: protection settings were reversed (tdf#108017) [Justin Luth]
  • VBA exception avoided in ScVbaRange::setStyle (tdf#108049) [Justin Luth]
  • Use new name of column when it's been changed (tdf#108068) [Julien Nabet]
  • 2nd OpenGLContext::init should dispose earlier results (tdf#108069) [Caolán McNamara]
  • Match sprmTFCantSplit with its correct id (tdf#108072) [Aron Budea]
  • Xmloff: SvxUnoDrawingModel doesn't implement... (tdf#108109) [Michael Stahl]
  • Backport mono checkboxes fix (tdf#108111) [Caolán McNamara]
  • Xmloff: SvxUnoDrawingModel doesn't implement... (tdf#108231) [Michael Stahl]
  • Handle EmbeddedOdf like CONTENTS on ole activate attempt (tdf#62702) [Caolán McNamara]
  • Sifr icon theme - trackchangesbar (tdf#75256) [Matthias Freund]
  • Calc 32bits unable to open files with a lot of cond formatting (tdf#82326) [frederic vroman]
  • Pass on the language info from the cell to the engine. (tdf#86001) [Kohei Yoshida]
  • Digitally sign soffice.bin on Windows (tdf#86776) [Andras Timar]
  • Subtotal function with function indexes don't update (tdf#93171) [Arul Michael]
  • Retrieve Default autoformat (tdf#94173) [Julien Nabet]
  • RTF import: fix missing paragraph left margin (tdf#95376) [Miklos Vajna]
  • More whitespace intersection operator in Excel syntax (tdf#96426) [Eike Rathke]
  • Pasting text from java apps to gtk3 gives bad results (tdf#99467) [Caolán McNamara]

New in LibreOffice 5.4.0.0 Beta 2 Fresh (Jun 9, 2017)

  • sw: Null pointer dereferences (coverity#1409899) [Michael Stahl]
  • FILEOPEN Cannot select unprotected cells in XSLX sheet with worksheet protection (fdo#70499) [Justin Luth]
  • FILESAVE: DOCX: Extra Section break gets added after Roudtrip (fdo#77812) [Miklos Vajna]
  • step0 for IVS-support on UNX platforms: neutralize VS chars (i#103124) [Jochen Nitschke]
  • Calc, Function Wizard: wrong description for function T() (i#103152) [Jochen Nitschke]
  • [ZH-TW] Characters of incorrect fonts shown in online help of "Calc" (i#104245) [Jochen Nitschke]
  • we only set these values, never read them (ofz#1193) [Caolán McNamara]
  • sanitize nTyp to legal values (ofz#1220) [Caolán McNamara]
  • sw: DeleteAndJoin could delete proposed new redline (ofz#1262) [Michael Stahl]
  • check remaining size of dest (ofz#1542) [Caolán McNamara]
  • check multiply and shift (ofz#1605) [Caolán McNamara]
  • enable Upper Sorbian for languagepack/UI (rdm#2247) [Christian Lohmaier]
  • Scrolling is way too fast in writer (rhbz#1367846) [Caolán McNamara]
  • sdext: join TimerScheduler thread before shutdown (rhbz#1425304) [Michael Stahl]
  • Impress Crashing When Transition Rendering Not Available (tdf##108069) [Caolán McNamara]
  • FILEOPEN DOCX Horizontal lines misplaced (tdf#100072) [Vasily Melenchuk]
  • Horrible performance opening ODS file saved from xlsx file (5 - 20 times slower than Excel) (tdf#100709) [Eike Rathke]
  • Restore Clear Direct Formatting (an uno:ResetAttributes command) to the context menu (tdf#102915) [Yousuf Philips]
  • [LOCALHELP] Review and complete the mail merge help pages (tdf#102930) [Gabor Kelemen]
  • FILESAVE: PPTX: Underline in text is lost after RT (tdf#104219) [Bartosz Kosiorek]
  • (DOCX-OPENING) [META] DOCX file opening issues (tdf#104450) [Mike Kaganski]
  • FILEOPEN: RTF Spacing Totally Lost on Import (tdf#104744) [Miklos Vajna]
  • MailMerge: Writer crashes using wizard 2nd time thru (tdf#105002) [Maxim Monastirsky]
  • Highlighting text in textbox is lost when exporting in pdf (tdf#105461) [Miklos Vajna]
  • Show InfoBar when document has invalid signature (tdf#105566) [Katarina Behrens]
  • Crash when the anchor icon is dropped outside of the document ( steps comment 24 ) (tdf#106131) [Armin Le Grand]
  • Crash in: SfxItemPool::Put(SfxPoolItem const &,unsigned short) (tdf#106424) [Jochen Nitschke]
  • FILESAVE: DOCX: Extra section created during each save (tdf#106492) [Miklos Vajna]
  • Sifr icon for "Cross-reference" needed (tdf#106532) [Matthias Freund]
  • Sifr icon for "Index Entry" needed (tdf#106533) [Matthias Freund]
  • Color set/palette for charts missing since reorganization of color palettes (tdf#106534) [Yousuf Philips]
  • Sifr icon for "Table Styles" needed (tdf#106607) [Matthias Freund]
  • FILEOPEN: RTF: centered paragraph attribute in title style is ignored (tdf#106950) [Miklos Vajna]
  • Bullet split button drop down presets dont set character style to Bullets (tdf#107008) [Maxim Monastirsky]
  • Preview of templates show language specific text (tdf#107045) [Laurent Balland-Poirier]
  • LOCALHELP: Index: colors;adding needs update to new color picker (tdf#107077) [Gabor Kelemen]
  • Hang If I use "Capitalise Every Word" on a list containing an empty list item. (tdf#107176) [Julien Nabet]
  • [LOCALHELP] Review help pages for Templates (tdf#107229) [Gabor Kelemen]
  • New Template Manager help content issues (tdf#107299) [Gabor Kelemen]
  • Scrolling right in spreadsheet displaces AutoFilter dropdown buttons (tdf#107389) [Tamás Zolnai]
  • Style Presets content panel empty in the Sidebar Design deck (tdf#107544) [Gabor Kelemen]
  • Addition of a description field to the Frame, Image and Object dialogs (tdf#107589) [Gulsah Kose]
  • Repeated images replace correct ones in exported PDF (with default rendering only) (tdf#107682) [Marco Cecchetti]
  • FILESAVE: DOCX - Heading styles exported with two outline level tags (tdf#107684) [Miklos Vajna]
  • MAILMERGE: Crash while saving new document (tdf#107729) [Jan Holesovsky]
  • Default red font color and yellow highlight color no long in default color palette (tdf#107731) [Yousuf Philips]
  • FILEOPEN Crash on PDF import with Bad Allocation for several specific PDF forms (tdf#107782) [Miklos Vajna]
  • EDITING: Pattern created with pattern editor isn't applied when pressing apply (tdf#107822) [Katarina Behrens]
  • FILESAVE: DOCX - Section content across 3 columns appear in first column (tdf#107837) [Miklos Vajna]
  • PIVOT CHARTS: categories display broken when Display options in pivot table Data field dialog aren't default (tdf#107862) [Tomaž Vajngerl]
  • Options/language settings/language/User interface always displays same language (tdf#107900) [Julien Nabet]
  • Changing conditional format condition through api crashes LibO (tdf#107920) [Julien Nabet]
  • Crash in: SfxItemSet::Get(unsigned short,bool) (tdf#107959) [Caolán McNamara]
  • CRASH: Libreoffice crashes when editing attributes (tdf#107961) [Caolán McNamara]
  • 'Choose Themes' command no longer works (tdf#107964) [Caolán McNamara]
  • 'Shapes' text is gone from Modify menu (tdf#107971) [Noel Grandin]
  • CRASH: Crash after pasting an image into a new document (tdf#107976) [Miklos Vajna]
  • Not possible to reset color to Automatic in form control properties dialog (tdf#107981) [Caolán McNamara]
  • XLSB: sheet protection is reversed (tdf#108017) [Justin Luth]
  • Crash with a crafted odp when closing "Insert OLE object" dialog (tdf#108024) [Takeshi Abe]
  • Watermark: Document modification flag is set when opening the Insert menu (tdf#108040) [Szymon Kłos]
  • 5.4.0.0.alpha0+, built after April 24, doesn't start on Windows XP and Vista (tdf#108043) [Eike Rathke]
  • Calc crashes when/after running VBA macro (tdf#108049) [Justin Luth]
  • Writer's SubtractFlysAnchoredAtFlys compat option results in rendering artifacts (tdf#108056) [Miklos Vajna]
  • Can't change Primary Key's name with Firebird Embedded db. (tdf#108068) [Julien Nabet]
  • FILEOPEN: Table in DOC with merged rows doesn't preserve setting that allows rows to break across pages (tdf#108072) [Aron Budea]
  • CRASH: Writer crashes while closing after copy/pasting specific content (tdf#108109) [Michael Stahl]
  • Impress is crashing when add interaction to shape (tdf#108187) [Caolán McNamara]
  • Crash in: mergedlo.dll (tdf#108225) [Caolán McNamara]
  • CRASH: Writer crashes while closing after copy/pasting specific content (GTK3) (tdf#108231) [Michael Stahl]
  • DOCM files can't be opened in Word after a roundtrip in Writer (until renaming) (tdf#108269) [Miklos Vajna]
  • export to xlsx shows only 65k rows when imported into SPSS (tdf#108279) [Eike Rathke]
  • EDITING: Changing the background color in calc is slower than in previous versions (tdf#108287) [Jochen Nitschke]
  • Formatting (Styles) toolbar not persistent (tdf#108291) [Yousuf Philips]
  • Crash in: mergedlo.dll (tdf#108324) [Jochen Nitschke]
  • DOCX files must use C-fonts on IMPORT by default (tdf#108350) [Mike Kaganski]
  • Wrong syntax highlighting in BASIC IDE (tdf#36541) [tagezi]
  • Remove uno calls from xlsx import (tdf#48140) [Jochen Nitschke]
  • Reset Button in Options Dialogues does not Work with all Options (tdf#58134) [Julien Nabet]
  • (Sifr-Icon-Theme) [META] Incomplete Sifr icon theme (tdf#75256) [Matthias Freund]
  • Add missing BASIC function and constant documentation (tdf#84675) [Olivier Hallot]
  • TOOLBAR: Number Format Decimal and Standard doesnt show toggle correctly (tdf#86119) [Gulsah Kose]
  • Text frame and coincident image frame style transparency and color fill corruption in Writer 4.4 (tdf#86578) [Miklos Vajna]
  • soffice.bin is not signed by Digital Certificate (tdf#86776) [Andras Timar]
  • (Writer-Menus) [META] Reorganization of the menu bar for Writer (tdf#91781) [Yousuf Philips]
  • BASIC Editor: Line number display activation does not survive LO restart; line number column opens too narrow (tdf#91913) [tagezi]
  • Subtotal function with function indexes 101-111 don't update when rows are hidden (hard recalculation is needed) (tdf#93171) [Arul Michael]
  • Light sifr and breeze icon themes for dark OS themes (tdf#94632) [Matthias Freund, Yousuf Philips]
  • CALC: Add new toolbar and toggle icons for Cell Protection (tdf#95885) [Yousuf Philips]
  • Pasting text leaves focus somewhere in the middle of the document. (tdf#96256) [Michael Stahl]
  • FILESAVE Long data-validity-list when saves as XLSX give error in Excel, due to exceed 255 character limit of (tdf#99856) [Justin Luth]
  • Drop Web Wizard (tdf#99967) [Caolán McNamara]

New in LibreOffice 5.4.0.0 Beta 1 Fresh (May 26, 2017)

  • try harder to make Coverity Scan happy (cid#1403658) [Stephan Bergmann]
  • revert "Division or modulo by float zero" (coverity#1250405) [Caolán McNamara]
  • uninitialized pointer field (coverity#1351757) [Caolán McNamara]
  • unrecoverable parse warning (coverity#1399034) [Caolán McNamara]
  • try to silence 'Mixing enum types' (coverity#1403660) [Caolán McNamara]
  • try to silence 'Mixing enum types' (coverity#1403661) [Caolán McNamara]
  • unrecoverable parse warning (coverity#1403665) [Caolán McNamara]
  • explicit null dereferenced (coverity#1403731) [Caolán McNamara]
  • golden) Logically dead code (coverity#1405737) [Caolán McNamara]
  • unchecked dynamic_cast (coverity#1405738) [Caolán McNamara]
  • explicit null dereferenced (coverity#1405739) [Caolán McNamara]
  • resource leak (coverity#1405740) [Caolán McNamara]
  • unchecked dynamic_cast (coverity#1405890) [Caolán McNamara]
  • 1405898: MISSING_COMMA (coverity#1405891) [Julien Nabet]
  • dereference null return value (coverity#1406097) [Caolán McNamara]
  • dereference null return value (coverity#1406098) [Caolán McNamara]
  • dereference null return value (coverity#1406099) [Caolán McNamara]
  • dereference null return value (coverity#1406100) [Caolán McNamara]
  • dereference null return value (coverity#1406101) [Caolán McNamara]
  • mixing enum types (coverity#1408971) [Caolán McNamara]
  • part2) document hidden BASIC func/const (cxx#4689) [Olivier Hallot]
  • Adapt UNO services to new-style (fdo#46808) [Noel Grandin]
  • FILEOPEN:docx with multi-page floating table (workaround from MS Office: Table Properties - set Text Wrapping to None) (fdo#61594) [Miklos Vajna]
  • FILESAVE: DOCX export: Footnote separator line problem (fdo#68787) [Miklos Vajna]
  • Split svx module (i#106421) [Noel Grandin]
  • avoid oom (ofz#1612) [Caolán McNamara]
  • direct leak (ofz#1632) [Caolán McNamara]
  • use shorter, more easily remembered URL for templates site (redmine#2137) [Adolfo Jayme Barrientos]
  • Scrolling is way too fast in writer (rhbz#1367846) [Caolán McNamara]
  • rcp -PO option is not working (rhbz#144437) [Caolán McNamara]
  • Segmentation fault when presentation is opened two times in a row (rhbz#1444437) [Caolán McNamara]
  • Export as PDF button also exports hidden sheets (rhbz#1447830) [Caolán McNamara]
  • Frames with the same name are removed (tdf#100033) [Tamás Zolnai]
  • FILEOPEN DOCX Horizontal lines misplaced (tdf#100072) [Vasily Melenchuk]
  • Help: WEEKDAY function new parameters (tdf#100410) [Olivier Hallot]
  • Support Office URI Schemes (as in MSOffice) (tdf#100837) [Mike Kaganski]
  • Crash when disabling and reenabling screen reader (tdf#101885) [Julien Nabet]
  • Can't disable entries in ResourceMenuController via XDispatchProviderInterception (tdf#102355) [Maxim Monastirsky]
  • Pressing ctrl+shift switches direction on key down (tdf#103158) [Maxim Monastirsky]
  • HELP Bessel functions need examples (tdf#103431) [Olivier Hallot]
  • LOCALHELP UNICODE and UNICHAR should mention each other (tdf#103457) [Olivier Hallot]
  • Context menu tab of Customize dialog should show context menu labels (tdf#103491) [Maxim Monastirsky]
  • Severe lag on drawing canvas in "Draw" (tdf#104312) [Aron Budea]
  • Extension Manager Help button leads to an empty helpwiki page (tdf#104404) [Gabor Kelemen]
  • EDITING: LO crashes when pasting a lot of RTF (tdf#104407) [Michael Stahl]
  • Crash after deleting all text from a particular document, and then undoing it (tdf#104649) [Xisco Fauli]
  • check shell scripts with shellcheck (tdf#105204) [Yeliz Taneroglu]
  • UX: Clicking the font color button should apply the select font color instead of a color pour bucket (tdf#105293) [Yousuf Philips]
  • Reading color palette is slow (tdf#105428) [Aron Budea]
  • vcl harfbuzz / common sal layout: unexpected no wrap of text (tdf#105454) [Justin Luth]
  • SAXParseException error on particular document (tdf#105688) [Mike Kaganski]
  • Custom motion path effect missing (tdf#105703) [Katarina Behrens]
  • recalculate does not always work (simple sum operation) (tdf#106051) [Arul Michael]
  • EDITING Can't set pattern as page background (sidebar only) (tdf#106127) [Katarina Behrens]
  • UI: Wrong wording/entry "Table properties..." in table context menu (tdf#106225) [Fakabbir Amin]
  • Scrolling font list with previews enabled makes LO crash ( steps in comment 36 ) (tdf#106265) [Tomaž Vajngerl]
  • Support for Web Query (.iqy) files (tdf#106359) [Mike Kaganski]
  • Implement context menu edit commands: cut, copy, paste for the Formula command input panel (tdf#106479) [Maxim Monastirsky]
  • FILEOPEN xlsx: black square where image should be (tdf#106520) [Thomas Beck]
  • Implement ADO rowset XML import filter (tdf#106525) [Mike Kaganski]
  • Ability to add style toolbar buttons from the Customize dialog (tdf#106681) [Maxim Monastirsky]
  • function CHITEST and CHISQ.TEST - empty cells (tdf#106796) [Winfried Donkers]
  • FILEOPEN: RTF: First line indent is ignored (tdf#106953) [Miklos Vajna]
  • Add feedback behaviour to style applying UNO commands, so that style is marked in menu and toolbar, when in use in text with focus (tdf#106999) [Maxim Monastirsky]
  • After import of docx the length of Footnote Separator Line is 0% (tdf#107033) [Miklos Vajna]
  • CHARTS: Sub category display only shows 2 subcats instead of 3 (tdf#107074) [Tomaž Vajngerl]
  • pivot chart - copy chart to another file (tdf#107097) [Tomaž Vajngerl]
  • Pivot charts: CRASH when dragging and dropping the chart upon a button (tdf#107102) [Julien Nabet]
  • Pivot charts: legends disappear after dragging and dropping them a few times (tdf#107103) [Tomaž Vajngerl]
  • Arrow is missed when opening a word document in LibreOffice, the there is transparent text box on top of arrow (tdf#107104) [Vasily Melenchuk]
  • FILEOPEN crash on opening svg-result of slide export (tdf#107142) [Takeshi Abe]
  • PIVOT CHARTS: missing information about applied filters (tdf#107145) [Tomaž Vajngerl]
  • EDITING: error deleting relationship in embedded Firebird (tdf#107196) [Julien Nabet]
  • Replace hard coded relationship URI with method calls in OOXML export (tdf#107197) [Fakabbir Amin, Eike Rathke]
  • Writer treats Hungarian Rovas (aka Old Hungarian) text as left-to-right script instead of right-to-left (tdf#107204) [Miklos Vajna, Khaled Hosny]
  • LOCALHELP] Review help pages for Templates (tdf#107229) [Gabor Kelemen]
  • VBA autofilter needs support for list of strings arguments (tdf#107238) [Szymon Klos]
  • Merging cells where only one is not empty should be done without confirmation (tdf#107255) [Kohei Yoshida]
  • Show/Hide all comments toggle button needed. (tdf#107258) [Gulsah Kose]
  • Snap option "When creating or moving objects" is mis-labeled in Draw (tdf#107298) [Ilmari Lauhakangas]
  • New Template Manager help content issues (tdf#107299) [Gabor Kelemen]
  • Examining a Writer Table object crashes LibreOffice ( steps in comment 6 ) (tdf#107350) [LeMoyne Castle]
  • Extra space inserted between Latin and CJK text if squared page mode is off. (tdf#107362) [Mark Hung]
  • Appbar/toolbar invisible on lower versions of Android devices (tdf#107415) [Ximeng Zu]
  • New Slide' and 'Delete Slide' both use _e_ for accelerator (tdf#107455) [Yousuf Philips]
  • Crash when spell checking text in draw objects (tdf#107464) [Caolán McNamara]
  • Impress - crash with two people co-editing one slide (tdf#107505) [Tamás Zolnai]
  • Undo cut/delete of image with caption frame does not restore image (tdf#107512) [Michael Stahl]
  • CRASH: LO crashes immediately when trying to open an *.odb-file (only with not gtk/gtk3 rendering) (tdf#107526) [Julien Nabet]
  • French dictionary update (tdf#107558) [Olivier R]
  • YIELDMAT function constraint issue date < settlement date (tdf#107566) [Winfried Donkers]
  • CRASH: Libreoffice crashes while inserting the header/footer in a document (tdf#107568) [Michael Stahl]
  • Macro Calc Range autoformat("Default") throws IllegalArgumentException (tdf#107572) [Julien Nabet]
  • Rename Tools > Outline Numbering to Chapter Numbering (tdf#107573) [Yousuf Philips]
  • Opening a Hyperlink from Writer does not make Webbrowser the topmost window. (tdf#107587) [Thomas Beck]
  • Crash in: mergedlo.dll (tdf#107603) [Caolán McNamara]
  • FILESAVE: Space between bullets changes after saving to RTF (tdf#107620) [Miklos Vajna]
  • Cannot drag-resize table borders for tables which have left side shifted, when cursor is outside such tables (tdf#107622) [Mike Kaganski]
  • Crash on inserting formula (tdf#107644) [Julien Nabet]
  • Provide an advanced configuration option to always try system credentials first for all network resources (tdf#107649) [Mike Kaganski]
  • Fatal Error from rt-click on table in Relation Design window (tdf#107652) [Julien Nabet]
  • Form wizard doesn't appear (tdf#107668) [Julien Nabet]
  • FILESAVE HTML: Comments are added after exporting to HTML (tdf#107677) [Jan Holesovsky]
  • Missing accelerator key for Tools > Relationships... with gtk3 (tdf#107693) [Caolán McNamara]
  • Export to XHTML incorrectly exports Heading style numbers (tdf#107696) [Julien Nabet]
  • CRASH: Crash when closing Calc document (tdf#107706) [Noel Grandin]
  • MSO2003XML filter: FILEOPEN: assertion 'len >= 0' at sequence.cxx:664 (tdf#107709) [Michael Stahl]
  • bound form control refresh() resets to default value when on insert row (tdf#107720) [Lionel Elie Mamane]
  • Inpredictable behaviour in a more complex lookup and address processing formula (tdf#107724) [Eike Rathke]
  • DOC import: multi-page floating table with page break is not multi-page (tdf#107773) [Miklos Vajna]
  • FILEOPEN: Crash: WW8 import: NULL pointer dereference (tdf#107786) [Caolán McNamara]
  • After inserting an input field, the cursor is before the field, not after (tdf#107795) [Bernhard Widl]
  • EDITING: DOCX: w:kern not exported (tdf#107801) [Justin Luth]
  • br0ken!! in expert configuration of notebookbar (tdf#107811) [Julien Nabet]
  • LibreOffice pdfimport and ipdf filter not picking up Italic or Bold+Italic for Type1 PS fonts (tdf#107812) [Caolán McNamara]
  • Impress: User cannot finish Presentation Minimizer (tdf#107823) [Julien Nabet]
  • Support non-ascii filenames in orcus gnumeric import (tdf#107827) [Markus Mohrhard]
  • Empty sheet inserted at the beginning for any gnumeric file (tdf#107828) [Markus Mohrhard]
  • LO 5.4.0.0.alpha1+Master Sidebar: Gallery: 3 folders with <ressource id .... not found> (tdf#107845) [Caolán McNamara]
  • CRASH Opening macro tab of properties dialog (images, frames) causes crash (tdf#107847) [Maxim Monastirsky]
  • Customize window: Styles > Table category in Add Commands empty (tdf#107852) [Maxim Monastirsky]
  • Customize window: Styles > Cell category in Add Commands empty (tdf#107853) [Maxim Monastirsky]
  • Customize window: Styles > Table Design Styles category in Add Commands empty (tdf#107854) [Maxim Monastirsky]
  • Crash when deleting all area bitmaps (tdf#107877) [Xisco Fauli]
  • DOCX import: multi-page floating table with section break is not multi-page (tdf#107889) [Miklos Vajna]
  • MAX.SI function doesn't work with negative values (tdf#107892) [Julien Nabet]
  • EMF regression: failure of displaying ChemDraw objects (tdf#31814) [Bartosz Kosiorek]
  • translate German comments, removing redundant ones (tdf#39468) [Jens Carl, Thomas Beck]
  • FILEOPEN particular .xls with wrong FORMATTING, row height too small (tdf#39486) [Jens Carl]
  • translate German comments and terms in sw (tdf#39648) [Jens Carl]
  • Clean up OSL_ASSERT, DBG_ASSERT, etc. (tdf#43157) [Fakabbir Amin, Chris Sherlock]
  • EDITING: Can't delete unprotected rows in protected document (tdf#43535) [Kohei Yoshida]
  • SVG: Add support for more slide transitions to svg documents exported by Impress (tdf#51358) [Rohan Kumar]
  • Reset Button in Options Dialogues does not Work with all Options (tdf#58134) [melikeyurtoglu]
  • Convert manual refcounting / copy-on-write implementations to cow_wrapper (tdf#62525) [Caolán McNamara]
  • OLE object cannot be inserted as an executable Icon (tdf#62702) [Caolán McNamara]
  • Repeat Action command results in LibreOffice crash ( steps in comment 8 ) (tdf#70960) [Michael Stahl]
  • Convert inappropriate use of sal_uIntPtr to better integer types (tdf#75280) [Jochen Nitschke]
  • Draw - Duplicate Function - Does not take fractional angles (tdf#77816) [Laurent Balland-Poirier]
  • Inconsistent wording in Asian Layout Kerning options. (tdf#79766) [Adolfo Jayme Barrientos, Takeshi Abe]
  • Writer-Toolbars) [META] Enhancing Writer's standard and formatting toolbars (tdf#81475) [Yousuf Philips]
  • FILESAVE: osl::Thread::create failed when saving 32-bit Calc file with conditional formatting open for at while (tdf#82326) [frederic vroman]
  • Add missing BASIC function and constant documentation (tdf#84675) [Olivier Hallot]
  • Calc: FORMATTING Cannot turn spell check off by selecting Language [None] (tdf#86001) [Kohei Yoshida]
  • CONTEXT MENU: Renaming 'Rotate Image' to 'Rotate & Flip' and add rotate and flip functions (tdf#86350) [Yousuf Philips]
  • Keyboard shortcuts in Impress (tdf#87674) [Yousuf Philips]
  • Adapt uses of css::uno::Sequence to use initializer_list ctor (tdf#88205) [Dilek Uzulmez]
  • FORMATTING: When undo and redo, custom styles and formatting lost, or full crash. (tdf#88555) [Michael Stahl]
  • UI with PDF Export, the dialog PDF Options, tab General, should mention "Selection/Selected sheet(s)" (tdf#90436) [Cor Nouws]
  • Calc-Menus) [META] Reorganization of the menu bar for Calc (tdf#91820) [Yousuf Philips]
  • Documentation doesn't explain why opening a ODS file asks to update external links even if in the options is marked as 'always update' - hint in comment #33 (tdf#92837) [Olivier Hallot]
  • Subtotal function with function indexes 101-111 don't update when rows are hidden (hard recalculation is needed) (tdf#93171) [Arul Michael]
  • Calc does not save your own created autoformat presets (tdf#94173) [Julien Nabet]
  • Tab stops incorrectly indented by 5cm when it's 0cm in MS Word (tdf#95376) [Miklos Vajna]
  • CALC: Add new toolbar and toggle icons for Cell Protection (tdf#95885) [Gulsah Kose]
  • Rename “Display Mode” to “Display View” (tdf#96047) [Yousuf Philips]
  • Cleanup: Replace imageproducer with CommandInfoProvider (tdf#96059) [Maxim Monastirsky]
  • 1] space as intersection in Excel A1 (or R1C1) formula syntax gives Err:509 or Err:508 (tdf#96426) [Eike Rathke]
  • Style shortcuts disappear in menu bar (tdf#96444) [Maxim Monastirsky]
  • Lack of UI to change the text background color of a style (tdf#96681) [Katarina Behrens]
  • Artifacts for italic text in GL rendering mode (tdf#97171) [Noel Grandin]
  • Pasting text from Java app not working correctly (GTK3) (tdf#99467) [Caolán McNamara]
  • tolower / toupper - dangerous to Turks ... (tdf#99589) [dilekuzulmez]

New in LibreOffice 5.3.2.2 Fresh (May 11, 2017)

  • We only set these values, never read them (ofz#1193) [Caolán McNamara]
  • Sanitize nTyp to legal values (ofz#1220) [Caolán McNamara]
  • Sw: DeleteAndJoin could delete proposed new redline (ofz#1262) [Michael Stahl]
  • InsertBundle may delete the bundle that pMarkerBundle is pointing to (ofz#1284) [Caolán McNamara]
  • Sw: fix layout crash with section in footnote (tdf#107126) [Michael Stahl]
  • Vcl: don't always use D2DWriteTextOutRenderer (tdf#107205) [Michael Stahl]
  • Sw: ODF import: add a horrible hack to import "Default" (tdf#107211) [Michael Stahl]
  • Sw: do not leave empty footnote container in layout (tdf#107398) [Michael Stahl]
  • Sw: fix crash when deleting header with selected table (tdf#107427) [Michael Stahl]
  • Sw: fix crash when deleting header with active SdrObject (tdf#107474) [Michael Stahl]
  • Band-aid fix, using GetPos/find instead of Contains (tdf#88555) [Thorsten Behrens]
  • Add parameter classification for TEXTJOIN and CONCAT (tdf#99625) [Eike Rathke]

New in LibreOffice 5.2.7.2 Still (May 4, 2017)

  • wrong sizeof argument (coverity#1405158)
  • we only set these values, never read them (ofz#1193)
  • sanitize nTyp to legal values (ofz#1220)
  • handle overwritten references correctly in undo. (tdf#92650)
  • add parameter classification for TEXTJOIN and CONCAT (tdf#99625)

New in LibreOffice 5.3.1.2 Fresh (Mar 16, 2017)

  • fix GetGlyphBoundRect on Mac (tdf#104509)
  • forget target area's caption pointer in Merge Undo (tdf#105667)
  • fix missing statusbar translations (l10ntool is picky about syntax) (tdf#106082)
  • generate range string with current address convention (tdf#106089)
  • fix visible space on Mac with the new layout engine (tdf#106096)
  • duplicate marks not merged when they are at the start (tdf#106105)
  • right click + left click with comments in navigator (tdf#106159)
  • fix left alignment of denominator (tdf#106190)
  • odt import: treat PAGEDESC_PAGENUMOFFSET==0 as auto (tdf#77111)

New in LibreOffice 5.2.6.2 Still (Mar 10, 2017)

  • gtk findfocus return only if focused (tdf#100903)
  • gtk findfocus return only if focused (tdf#105256)
  • forget target area's caption pointer in Merge Undo (tdf#105667)
  • check SC_DPOUT_MAXLEVELS to prevent crash (tdf#105858)
  • fix missing statusbar translations (l10ntool is picky about syntax) (tdf#106082)
  • generate range string with current address convention (tdf#106089)
  • odt import: treat PAGEDESC_PAGENUMOFFSET==0 as auto (tdf#77111)
  • gtk findfocus return only if focused (tdf#96685)

New in LibreOffice 5.3.1.1 RC 1 Fresh (Mar 8, 2017)

  • bnc#817956 DOCX import: handle <w:displayBackgroundShape/> [Miklos Vajna]
  • coverity#1399031 golden, Out-of-bounds read [Caolán McNamara]
  • fdo#46808 set layout manager the way it used to [Caolán McNamara]
  • i#110851 bffvalidator: animated text srpm has 1 byte payload, not 2 [Caolán McNamara]
  • i#124243 sd: add unit test for ODF import of glue points on SVG shape [Michael Stahl]
  • rhbz#1417480 stray bare XWarpPointer call in gtk3 code [Caolán McNamara]
  • tdf#100438 focus trapped in disabled toolbar [Caolán McNamara]
  • tdf#100813 don't crash traversing table in page 43 [Caolán McNamara]
  • tdf#101000 ensure unique image names in .docs [Caolán McNamara]
  • tdf#101638 diameter and radius were mixed up, devide by two [Patrick J]
  • tdf#101648 disable new/modify of table styles [Caolán McNamara]
  • tdf#101664 dropcaps not set in styles on load [Caolán McNamara]
  • tdf#101815 revert editeng SetMustRepaint when InsertText [Justin Luth]
  • tdf#101828 handle rtf/richtext correctly [Oliver Specht]
  • tdf#101972 skip invalidating labels on alt if autoaccel is disabled [Caolán McNamara]
  • tdf#102688 share single standard VirtualDevice instance. [Kohei Yoshida]
  • tdf#103567 xmloff: ODF import: fix more lossage on Writer frames [Michael Stahl]
  • tdf#103677 windows installer icons [Andreas Kainz]
  • tdf#103890 fix the logic on setting 3D flag on reference. [Kohei Yoshida]
  • tdf#103919 MM wait until all emails are send [Jan-Marek Glogowski]
  • tdf#103927 share single standard VirtualDevice instance. [Kohei Yoshida]
  • tdf#103976 DOCX import: disable incomplete w:before/afterLines style handling [Miklos Vajna]
  • tdf#104082 RTF filter: handle user-defined document properties of type number [Miklos Vajna]
  • tdf#104150 DOCX import: handle <w:displayBackgroundShape/> [Miklos Vajna]
  • tdf#104153 crash on drag and drop pivot table field [Caolán McNamara]
  • tdf#104181 related: don't throw on this document [Mike Kaganski, Caolán McNamara]
  • tdf#104270 count hanging margin only if there is hanging portion. [Mark Hung]
  • tdf#104315 revert "fix missing space... [Xisco Fauli]
  • tdf#104334 DOC import: don't map STYLREF with switches to SwChapterField [Miklos Vajna]
  • tdf#104552 table properties dialog drops previous border color [Caolán McNamara]
  • tdf#104598 make bright theme shadow the same as it always was [Caolán McNamara]
  • tdf#104734 implement sdbc XClob [Tamás Bunth]
  • tdf#104884 print preview replaces the frame controller [Caolán McNamara]
  • tdf#105017 crash when click a "New Theme..." in Gallery on detached SideBar [Noel Grandin]
  • tdf#105142 set default charset to UTF8 [Tamás Bunth]
  • tdf#105170 some cleanups, follow-up [Khaled Hosny]
  • tdf#105229 restart in normal mode instead of quitting [Katarina Behrens]
  • tdf#105286 use alternative font when glyph is not vertical. [Mark Hung]
  • tdf#105288 MM wait until all emails are send [Jan-Marek Glogowski]
  • tdf#105348 add check for divide by zero situation. [Winfried Donkers]
  • tdf#105382 set URL-decoded default filename for minimized presentation [Takeshi Abe]
  • tdf#105386 crash with macro organizer [Julien Nabet]
  • tdf#105396 updated core [Andras Timar]
  • tdf#105409 use ScopedVclPtr [Maxim Monastirsky]
  • tdf#105410 do not crash on a deleted format [Eike Rathke]
  • tdf#105416 blank windows under HiDPI RTL [Caolán McNamara]
  • tdf#105417 sw hyphenation: avoid infinite loop on zero-length last line [Miklos Vajna]
  • tdf#105426 upgrade to hunspell-1.6.0 [Caolán McNamara]
  • tdf#105450 calc navigator gets 0 height on toggle off/on when docked [Caolán McNamara]
  • tdf#105461 PDF export: handle text fill color [Miklos Vajna]
  • tdf#105467 new color widget doesn't support XStringListControl [Caolán McNamara]
  • tdf#105469 share single standard VirtualDevice instance. [Kohei Yoshida]
  • tdf#105473 crash in: ScRangeList::operator[] [Julien Nabet]
  • tdf#105502 sd increase font size: handle table selection [Miklos Vajna]
  • tdf#105514 recursive fallback GetOpenGLContext [Caolán McNamara]
  • tdf#105520 "Selection Count" does not appear on Status bar when selected [Tamás Zolnai]
  • tdf#105548 fix incorrect DATEDIF result. [Winfried Donkers]
  • tdf#105558 accept numeric BASIC return types as numeric [Eike Rathke]
  • tdf#105620 fix placement of image embedded in graphic [Tor Lillqvist]
  • tdf#105629 let's move the advanced-filter specific stuff ... [Kohei Yoshida]
  • tdf#105637 digital signatures dialog has unnessary labels [Samuel Mehrbrodt]
  • tdf#105684 crash in mail merge wizard [Noel Grandin]
  • tdf#105707 PPTX import: warn when SmartArt is missing DrawingML fallback [Miklos Vajna, Andras Timar]
  • tdf#105712 inconsistency with num of a11y children in special char [Caolán McNamara]
  • tdf#105840 optimize Excel GetOrCreateRow: reduce loops [Justin Luth]
  • tdf#105858 check SC_DPOUT_MAXLEVELS to prevent crash [Eike Rathke]
  • tdf#105968 handle engineering notation rounded into next magnitude [Eike Rathke]
  • tdf#106011 the "swing angle" is negative when counter-clockwise [Tor Lillqvist]
  • tdf#106026 export paragraph top and bottom margin to DrawingML [Tor Lillqvist]
  • tdf#106056 revert editeng SetMustRepaint when InsertText [Justin Luth]
  • tdf#31488 background fill changes its color when saving a PPTX file to ODP [Tamás Zolnai]
  • tdf#44282 revert "fix missing space... [Xisco Fauli]
  • tdf#48658 writerfilter: only set THROUGH wraps as transparent [Justin Luth]
  • tdf#66237 set layout manager the way it used to [Caolán McNamara]
  • tdf#70433 implement sdbc XClob [Tamás Bunth]
  • tdf#80731 bug in our own wizards revealed by new bracket test [Pierre Lepage, Caolán McNamara]
  • tdf#86470 let's not forget to move onto the next column. [Kohei Yoshida]
  • tdf#90214 make bright theme shadow the same as it always was [Caolán McNamara]
  • tdf#91596 sw: make Format All Comments persistent [Michael Stahl]
  • tdf#92470 docxexport: add support for XML_numRestart [Justin Luth]
  • tdf#94457 our EmfPlusSetPageTransform is malformed [Caolán McNamara]
  • tdf#95306 be sure to specify the entire range. [Kohei Yoshida]
  • tdf#96277 revert ww8 import: fix upper margin of floating table [Justin Luth]
  • tdf#96354 correct broken autocorrect INitial CApitals [Yossi Zahn]
  • tdf#98106 EXCEL export: fixes for hidden defaultRow [Justin Luth]
  • tdf#98593 buttons in writer show different text at different zooms [Caolán McNamara]
  • tdf#98993 cui: Paragraph dialog: decimals in Line Spacing spinbox [Michael Stahl]
  • tdf#99074 sw: remove duplicate property "IsBrowseMode" again [Michael Stahl]
  • tdf#99100 DOC import: don't map STYLREF with switches to SwChapterField [Miklos Vajna]

New in LibreOffice 5.3.0.3 Fresh (Feb 1, 2017)

  • dispose of window if DX device creation failed (tdf#100151)
  • add Breeze palette (tdf#104050)
  • ScConditionalFormat ranges needed to start listening (tdf#104675)
  • preserve isolated notes data in clipboard when closing document (tdf#104967)
  • disable related buttons when there is no menu to edit (tdf#105014)
  • set date or time return type for DATEVALUE TIMEVALUE (tdf#105158)
  • BASIC sets Delimiter prop to integer value (tdf#105212)
  • pass matching index key to conditional format dialog (tdf#105351)
  • update German dictionaries (tdf#105396)
  • remove from entries before dispose (tdf#105411)
  • crash when changing conditional formatting condition (tdf#105466)
  • adapt odk/examples to incompatibly changed (unpublished) API (tdf#35247)
  • document is not focused when opening a second window (tdf#75471)

New in LibreOffice 5.2.5.1 Fresh (Jan 26, 2017)

  • revert "Logically dead code" (coverity#704341)
  • replace fix for / (fdo#78599)
  • make it possible to add default language resource to dialogeditor (fdo#93077)
  • Impress won't save file after the first time (rhbz#1362453)
  • [abrt] libreoffice-core: (anonymous namespace)::signalHandlerFunction(int)(): soffice.bin killed by SIGABRT (rhbz#1397939)
  • "Insert Comment" keyboard shotrtcut isn't working (rhbz#1400683)
  • gnome hangs opening a certain .docx (rhbz#1401082)
  • Under Wayland switching between documents using the Window menu doesn't work (rhbz#1401778)
  • abrt reported crash in dnd (rhbz#1405521)
  • gtk3: toolbars borders too distinct vs native gtk3 apps (rhbz#1408500)
  • crash on close storing clipboard of database table (rhbz#1409634)
  • fix Outline export into XLSX format (tdf#100347)
  • fix width calculation and add customWidth support (.xlsx) (tdf#100946)
  • FILESAVE .xlsx Save XML_outlineLevelRow, XML_outlineLevelCol keys (tdf#101135)
  • stab at the sick "units in character width of the standard font", (tdf#101363)
  • export to PDF with linked images creates huge PDF files. (tdf#101563)
  • , do not prevent color de-selection follow-up (tdf#101588)
  • fix lgnpath for MacOs in LibreLogo (tdf#101603)
  • MM correctly account record selections (tdf#101841)
  • never overwrite MM files via UNO (tdf#102010)
  • ODF export: ignore exceptions when checking shape text (tdf#102479)
  • idles never get to complete postit shell formatting (tdf#103313)
  • revert "Always ignore bitmap fonts on Windows" (tdf#103514)
  • check isForwardEvents() for symbols in comments (tdf#103651)
  • replace fix for / (tdf#103938)
  • skip polygons with less than 2 points (LO 5-2) (tdf#104034)
  • fix Vcl lifecycle in CondFormat (reportdesign) (tdf#104105)
  • process all outstanding events before shutdown, (tdf#104286)
  • process all outstanding events before shutdown, (tdf#104399)
  • clone Formatting ignores vertical text alignment (tdf#104405)
  • PPTX import: Extra bullets are added to placeholder text (tdf#104445)
  • editeng,svx: throw less Accessible exceptions (tdf#104488)
  • dir attribute of outerShdw has to be non-negative (tdf#104539)
  • SID_PARA_DLG: use passed PaM instead of GetCursor (tdf#104545)
  • revert there is a function for that: CalcLineSpace (tdf#104613)
  • adjust range reference constructed of named anchors (tdf#104711)
  • wrong text alignment when text box is smaller than the text inside (tdf#104722)
  • fix calculus of child index in commitTableEvent (accessibility) (tdf#104767)
  • copy string until its end if there's no comma (tdf#104795)
  • crash on exporting odp (tdf#104812)
  • writer: accepting change tracking changes get stuck (tdf#104814)
  • show the right label when a11y enabled (tdf#104818)
  • need an own termination listener for lib objects (tdf#104830)
  • writerfilter: m_bTableSizeTypeInserted = false here (tdf#104876)
  • process all outstanding events before shutdown, (tdf#104969)
  • fix deficiencies with PERCENTRANK functions. (tdf#104981)
  • sw: fix a11y crash when removing drawing object (tdf#105009)
  • copy string until its end if there's no comma (tdf#105011)
  • display error constants written by 5.3 in the for 5.2 usual way, (tdf#105024)
  • add xdg-email as the default email route (tdf#105096)
  • be more conservative about EndTracking / Tracking calls. (tdf#105151)
  • sd: avoid iterating too far in SdOutliner::Initialize() (tdf#105182)
  • keep URL intact (tdf#105199)
  • accented Characters and Umlauts are missing with Type1 fonts (tdf#34212)
  • fix orientation issue after export to .xlsx (tdf#48767)
  • preserve hidden column width after saving into .xlsx and .xls (tdf#51524)
  • set correct default values to "0" of xfId attribute (tdf#70565)
  • accessible caret-moved events are missing when "freeze" is enabled (tdf#71435)
  • replace fix for / (tdf#78599)
  • ww8par6: only use valid sal_uInt16 values for ULSpace (tdf#81263)
  • replace fix for / (tdf#87977)
  • revert "Logically dead code" (tdf#88351)
  • writerfilter add missing parents to out-of-order styles (tdf#89315)
  • fix column width during .xlsx export (tdf#91475)
  • the arbitrary number 100 seems to be too high, let's try 50 (tdf#93124)
  • cannot get accessible text attributes for 'Not in dictionary' entry (tdf#93430)
  • make it possible to add default language resource to dialogeditor (tdf#93592)
  • MSO DOCX image incorrectly placed when using Alignment Position (tdf#96218)
  • , do not prevent color de-selection follow-up (tdf#96382)
  • add text for visualition of percent symbol. (tdf#97164)
  • typo fixes in control words (tdf#97349)
  • preserving hidden and empty rows after xlsx export (tdf#98106)

New in LibreOffice 5.3.0.0 RC 2 Fresh (Jan 23, 2017)

  • RTF import: fix unexpected zero para left margin wrt style dedup (bnc#825305)
  • don’t ignore all printer fonts (fdo#74702)
  • gtk3: toolbars borders too distinct vs native gtk3 apps (rhbz#1408500)
  • crash on close storing clipboard of database table (rhbz#1409634)
  • move unary and binary operators icons to Galaxy (tdf#100015)
  • document security option for link blocking (tdf#100096)
  • use disposeAndClear for mpShowWindow (sd) (tdf#100151)
  • colossal page width wraps around if doubled (tdf#101187)
  • revert setting of a fixed size for the dialog (tdf#103225)
  • update Area -> Color page (tdf#103527)
  • don't scale application icon to prevent a start-up loop (tdf#103626)
  • RTF import: fix unexpected zero para left margin wrt style dedup (tdf#104228)
  • process all outstanding events before shutdown, (tdf#104286)
  • partially revert d5649ae7b76278cb3155f951d6327157c7c92b65 (tdf#104339)
  • partial) Handle ol_item and ul_item (tdf#104359)
  • update accelerator command of CTRL+M in Draw. (tdf#104372)
  • process all outstanding events before shutdown, (tdf#104399)
  • include the product name in wiki page URL (tdf#104489)
  • dir attribute of outerShdw has to be non-negative (tdf#104539)
  • add duplicate node entry to elements in emoji.json database (tdf#104622)
  • adjust range reference constructed of named anchors (tdf#104711)
  • RTF import: fix unexpected zero para left margin wrt style dedup (tdf#104744)
  • copy string until its end if there's no comma (tdf#104795)
  • placeholder field doesn't resize (tdf#104807)
  • need an own termination listener for lib objects (tdf#104830)
  • writerfilter: m_bTableSizeTypeInserted = false here (tdf#104876)
  • make 'Toolbar Layout' submenu items localizable (tdf#104914)
  • crash with empty ScNavigatorDlg member (tdf#104919)
  • gtk3: Ignore mouse up event if the wrong frame (tdf#104944)
  • add English (Malaysia) [en-MY] to language listbox (tdf#104950)
  • process all outstanding events before shutdown, (tdf#104969)
  • fix deficiencies with PERCENTRANK functions. (tdf#104981)
  • sw: fix a11y crash when removing drawing object (tdf#105009)
  • copy string until its end if there's no comma (tdf#105011)
  • don’t ignore all printer fonts (tdf#105015)
  • crash when click a "New Theme..." in Gallery on detached SideBar (tdf#105017)
  • read single error constant formula as such, related (tdf#105024)
  • remove wrong constraint in PERMUTATIONA. (tdf#105026)
  • only one text box shown in case of 'between' (tdf#105061)
  • MM no emails sent when using doc as mail body (tdf#105071)
  • sw: fix wrong assert corner-case in SwRegHistory::InsertItems (tdf#105077)
  • VML import: handle <v:shape style="flip:..." path="..."> (tdf#105127)
  • DOCX import: enable DoNotCaptureDrawObjsOnPage layout compat option (tdf#105143)
  • be more conservative about EndTracking / Tracking calls. (tdf#105151)
  • sd: avoid iterating too far in SdOutliner::Initialize() (tdf#105182)
  • sd: fix shutdown crash after accessing master pages (tdf#105188)
  • keep URL intact (tdf#105199) [Stephan Bergmann]
  • CHF currency symbol is CHF instead of SFr. (tdf#105209) [Eike Rathke]
  • calculate sizes of all area tab pages on construction (tdf#105259)
  • only add spacing for the border being set (tdf#105294)
  • docfnote.cxx: return correct FTNNUM for GetNumbering (tdf#43370)
  • partial) Reconnect Printer Setup window and help (tdf#76488)
  • ww8par6: only use valid sal_uInt16 values for ULSpace (tdf#81263)
  • connect the Navigator side pane to help (tdf#88414)
  • reconnect 'Outline and Numbering' page and UI (tdf#93299)
  • typo fixes in control words (tdf#97349)
  • ensure that each parsing thread has its own buffer. (tdf#97597)
  • xlsx import: do not apply any scenarios (tdf#97598)
  • partial) Elements window is gone (tdf#98608)
  • writerfilter: hideMark shouldn't force min size (tdf#99616)

New in LibreOffice 5.2.4.2 Fresh (Dec 22, 2016)

  • check PNG for adequate compression (tdf#101458)
  • recover fnGetSize,fnLeftDist,fnRightDist,fnXInc (tdf#101729)
  • fix crash of this on 5-2 with initial backport (tdf#103756)
  • suppress notifications from EditEngine during Paste (tdf#104152)
  • prevent autotext to crash when drag&drop (tdf#104495)
  • prevent autotext to crash when drag&drop (tdf#91125)

New in LibreOffice 5.3.0.0 Beta 1 Fresh (Nov 28, 2016)

  • core
  • make screenshot' loplugin fixes [Stephan Bergmann]
  • make screenshot' use-after-free fixes [Stephan Bergmann]
  • 11): Add default XCommandEnvironment reference (tdf#103274) [Giuseppe Castagno]
  • 8): Return empty property when not present. (tdf#102499) [Giuseppe Castagno]
  • 9): Fix eXo Platform WebDAV on 'Save Remote File' (tdf#102499) [Giuseppe Castagno]
  • Werror,-Wdeprecated-declarations [Stephan Bergmann]
  • Werror,-Wunused-private-field [Stephan Bergmann]
  • Werror,-Wunused-variable [Stephan Bergmann]
  • Werror=unused-function [Stephan Bergmann]
  • API CHANGE] offapi: remove unused XSecurityController interface [Miklos Vajna]
  • API Change] PivotMedian: Add median to pivot table function type [Tamás Zolnai]
  • API CHANGE] Remove leftover XRemoteServiceManagerProvider (tdf#96398) [Stephan Bergmann]
  • API Change] revert incompatible change of enum css::sheet::GeneralFunction [Eike Rathke]
  • API Change]: Move recently added median function to the end of enum [Tamás Zolnai]
  • loplugin:simplifybool] [Julien Nabet]
  • accented Characters and Umlauts are missing with Type1 fonts (tdf#34212) [Julien Nabet]
  • Access2Base - 3 typos [Jean-Pierre Ledure]
  • Access2Base - Buffer field objects in recordset [Jean-Pierre Ledure]
  • Access2Base - Call GetLocale() only once [Jean-Pierre Ledure]
  • Access2Base - Code cleanup [Jean-Pierre Ledure]
  • Access2Base - Comments review [Jean-Pierre Ledure]
  • Access2Base - New properties in Database class [Jean-Pierre Ledure]
  • Access2Base - OutputTo method accepts input from array [Jean-Pierre Ledure]
  • Access2Base - Remove useless code in Root handling [Jean-Pierre Ledure]
  • Access2Base - Simplify CopyObject [Jean-Pierre Ledure]
  • Access2Base - Spanish translation [Jean-Pierre Ledure]
  • accidentally kept always scroll test enabled.. follow-up (tdf#46200) [Eike Rathke]
  • activate editing object name function for writer images. (tdf#103268) [Gulsah Kose]
  • actually this should be MAXROWCOUNT. [Kohei Yoshida]
  • adapt jurt staticsalhack to MACOSX [Stephan Bergmann]
  • adapt SalFrameStyleFlags mask [Stephan Bergmann]
  • adapt sd.screenshot [Stephan Bergmann]
  • adapt warning message [Stephan Bergmann]
  • adapt Windows-only code to deletion of the "Any-to-Any" specializatios [Stephan Bergmann]
  • add 'Add Submenu' button in Customize dialog (tdf#103160) [Muhammet Kara]
  • add (allow-none) for backward GI compatibility (tdf#102511) [Pranav Kant]
  • add a comment here [Khaled Hosny]
  • add a comment wondering about "ODF Version", further explanations welcome [Tor Lillqvist]
  • add an "Evaluated At" command in "Brackets" section (tdf#44839) [Takeshi Abe]
  • add an assert to check for ref-counts > 16 bits [Noel Grandin]
  • add and use a ToolFontColor for toolbar item entries (tdf#87960) [Caolán McNamara]
  • add BETA.INV test case [Zdenek Crhonek]
  • add breeze icons and update fr* and pr* sheet icons [andreas_k]
  • add Breeze palette (tdf#104050) [heiko tietze]
  • add code to get Vertical_Orientation property [Khaled Hosny]
  • add Codelite files to .gitignore [Noel Grandin]
  • add config option for layout engine (tdf#89870) [Khaled Hosny]
  • add configure option --enable-formula-logger to conditionalize it. [Kohei Yoshida]
  • add fill-column: 100 to the Emacs mode line [Tor Lillqvist]
  • add FIXME [Tor Lillqvist]
  • add FORECAST.ETS.ADD test case [Zdenek Crhonek]
  • add helper for creating zip files [Samuel Mehrbrodt]
  • add HYPGEOMDIST test case [Zdenek Crhonek]
  • add java not found error for mac (tdf#103259) [Yousuf Philips]
  • add layout engine info to the About dialog [Khaled Hosny]
  • add LEFT test case [Zdenek Crhonek]
  • add LEFTB test case [Zdenek Crhonek]
  • add LEN test case [Zdenek Crhonek]
  • add LENB test case [Zdenek Crhonek]
  • add LibreColor palette (tdf#104052) [heiko tietze, Tor Lillqvist]
  • add line spacing only between rows of SmMatrixNode (tdf#79645) [Takeshi Abe]
  • add link to bug describing such a race [Stephan Bergmann]
  • add LOGINV test case [Zdenek Crhonek]
  • add LOWER test case [Zdenek Crhonek]
  • add MAX test case [Zdenek Crhonek]
  • add MAXA testcase [Zdenek Crhonek]
  • add MAXIFS testcase [Zdenek Crhonek]
  • add MEDIAN test case [Zdenek Crhonek]
  • add MID and MIDB test case [Zdenek Crhonek]
  • add missing component [David Tardon]
  • add missing conditionaliconset.ui [Caolán McNamara]
  • add missing dep [David Tardon]
  • add missing dep on affine UNO env [David Tardon]
  • add missing dependency [David Tardon]
  • add missing dependency to gb_Library_use_externals, icu_headers [Eike Rathke]
  • add missing deps for MS XML 2003 filter [David Tardon]
  • add missing deps on ui files [David Tardon]
  • add missing gb_ExternalProject_use_externals, icu [Eike Rathke]
  • add missing resource dep [David Tardon]
  • add missing xPopupMenu.disposeAndClear(); (tdf#103452) [Julien Nabet]
  • add move operators for VclPtr [Noel Grandin]
  • add newline at end of file [Tor Lillqvist]
  • add NUMBERVALUE test case [Zdenek Crhonek]
  • add PROPER test case [Zdenek Crhonek]
  • add qa test of left aligned denominator (tdf#102507) [Laurent Balland-Poirier]
  • add qa unit test for BASIC methods (tdf#102872) [Laurent Balland-Poirier]
  • add REPLACE test case [Zdenek Crhonek]
  • add REPT test case [Zdenek Crhonek]
  • add resource name method to IContextMenuProvider [Maxim Monastirsky]
  • add RIGHT and RIGHTB test case [Zdenek Crhonek]
  • add ROMAN test case [Zdenek Crhonek]
  • add ROT13 test case [Zdenek Crhonek]
  • add Skeleton for DataProvider Class [Jaskaran Singh]
  • add Tangut to vertical scripts (tdf#100936) [Khaled Hosny]
  • add test case for (rhbz#1390776) [David Tardon]
  • add test for running gbuildtoide on non-build modules [Bjoern Michaelsen]
  • add the missing Adobe Symbol Encoding glyphs (cp#1000039, tdf#103944) [Khaled Hosny]
  • add the missing lok::Office::registerCallback(). [Jan Holesovsky]
  • add the Target for xd:QualifyingProperties [Tor Lillqvist]
  • add toggletabbarvisibility for breeze and breeze_dark [andreas_k]
  • add vim modeline to new files [Khaled Hosny]
  • added 20 words to autocorrect pt_PT. [Marco A.G.Pinto]
  • added 22 pt_PT autocorrect words [Marco A.G.Pinto]
  • added 38 words to autocorrect pt_PT. [Marco A.G.Pinto]
  • address warning from the MSVC compiler. [Kohei Yoshida]
  • adjust Note cell style border width and color (tdf#90937) [Yousuf Philips]
  • AdjustReferenceOnMove: handle external references (tdf#103994) [Eike Rathke]
  • allow copy FORMCHECKBOX and FORMDROPDOWN ... (tdf#95699) [Mike Kaganski]
  • allow including/packaging help-specific images [Katarina Behrens]
  • allow the Kashida here [Khaled Hosny]
  • allow to build bundled libzmf on aarch64 [David Tardon]
  • allow using xml menus in DBTreeListBox [Maxim Monastirsky]
  • also stubify generated object adders [Bjoern Michaelsen]
  • always ignore bitmap fonts on Windows (tdf#103514) [Khaled Hosny]
  • always scale HarfBuzz font before using it [Khaled Hosny]
  • another fix too macOS glyph bounding (tdf#103895) [Khaled Hosny]
  • apply application color settings to Basic IDE (tdf#103209) [Takeshi Abe]
  • arrow style dropdown was applying the wrong line ends (tdf#100782) [Maxim Monastirsky]
  • assemble SfxStyleFamilies from more generic resource components [Caolán McNamara]
  • assert a supposed-to-be-fixed condition, related (tdf#89957) [Eike Rathke]
  • assign macros after VBA project fully loaded. (tdf#63846) [Justin Luth]
  • at which point SfxBindings is no longer needed as an argument [Caolán McNamara]
  • aviod memory leak in ScInterpreter::ScIntersect() [Mike Kaganski]
  • avoid -fsanitize=enum [Stephan Bergmann]
  • avoid -fsanitize=null [Stephan Bergmann]
  • avoid -fsanitize=signed-integer-overflow [Stephan Bergmann]
  • avoid crash when calling a Worksheet's ShowDataForm() [Takeshi Abe]
  • avoid crash with empty Chart document (tdf#94320) [Stephan Bergmann]
  • avoid division by zero [Stephan Bergmann]
  • avoid double init of controls in SidebarToolBox (tdf#103624) [Maxim Monastirsky]
  • avoid excessive text clipping on Windows [Khaled Hosny]
  • avoid further crash with empty Chart document (tdf#94297) [Stephan Bergmann]
  • avoid loss of text in edited placeholder [David Tardon]
  • avoid odd make warning on WNT [Michael Stahl]
  • avoid OUString construction at library load time [Tor Lillqvist]
  • avoid potential HarfBuzz asserts [Khaled Hosny]
  • avoid reallocating if allocating once is enough [Eike Rathke]
  • avoid segfault in a11y (tdf#103633) [David Tardon]
  • avoid starting m_aAsyncUpdateControllersTimer of disposed ToolBarManager [Stephan Bergmann]
  • avoid unnecessary, wrong downcast [Stephan Bergmann]
  • avoid use after free from within StatusBar::dispose [Stephan Bergmann]
  • avoid writing to the log for the same group twice. [Kohei Yoshida]
  • bail out early in ScColumn::UpdateSelectionFunction() if nothing is marked [Eike Rathke]
  • bail out on use of unknown install module [David Tardon]
  • BASIC : remove ImpRound and use std::(l)lround instead [Arnaud Versini]
  • BASIC : use rtl/character.hxx in sbxform.cxx [Arnaud Versini]
  • basic: fix Android build [Miklos Vajna]
  • better way to silence loplugin:staticmethods [Stephan Bergmann]
  • bin nranges.*, move remaining functions into itemset.cxx [Jochen Nitschke]
  • bin one more pointless TAG_ macro [Tor Lillqvist]
  • bin pointless #ifdef’s [Khaled Hosny]
  • bin pointless (overloaded) member function [Tor Lillqvist]
  • bin pointless differentiated exception handling [Tor Lillqvist]
  • bin pointless macro [Tor Lillqvist]
  • bin SfxUShortRanges, inline and rewrite only usage [Jochen Nitschke]
  • bin some useless comments [Tor Lillqvist]
  • bin the XSecController::m_pErrorMessage field as it was never used [Tor Lillqvist]
  • bin unnecessary TAG_ and ATTR_ macros and expand in-place [Tor Lillqvist]
  • bin unused XSecuritySAXEventKeeper::cloneElementCollector [Tor Lillqvist]
  • blacklist for now some more problematic dialogs in CppunitTest_sw_dialogs_test [Stephan Bergmann]
  • blind fix to TBs [Julien Nabet]
  • BmkMenu is dead now [Maxim Monastirsky]
  • border widget must not have focus initially (tdf#103087) [Maxim Monastirsky]
  • branch libreoffice-5-3 [Christian Lohmaier]
  • bulk-broadcast the correct hint ID for formula groups (tdf#103701) [Eike Rathke]
  • bump gradle plugin, build-tools and support lib versions [Christian Lohmaier]
  • bump gradle/gradle-plugin to instant-run compatible versions [Christian Lohmaier]
  • bump product version to 5.3.0.0.alpha1+ [Christian Lohmaier]
  • bump product version to 5.3.0.0.beta1 [Christian Lohmaier]
  • bypass VBATest::testMiscOLEStuff() in a 64-bit Windows build for now [Tor Lillqvist]
  • calculate size of embedded Impress document properly [Stephan Bergmann]
  • calculate status bar functions across sheets (tdf#103684) [Eike Rathke]
  • can do this in one step [Caolán McNamara]
  • can drop RSC_CONTROL now [Caolán McNamara]
  • can drop RSC_WINDOW now [Caolán McNamara]
  • can-be-private analysis needs to ignore virtual methods [Noel Grandin]
  • catch and rethrow later uno exceptions within glib signals [Caolán McNamara]
  • change color of the area behind Impress slide immediately (tdf#96948) [Takeshi Abe]
  • change new colour only, keep active one on the initial value [Katarina Behrens]
  • change remaining sal_Int32 to ContinuationFlags ... [Korrawit Pruegsanusak]
  • change scaling unit to precentage for *.5x factors (tdf#100164) [Tomaž Vajngerl]
  • chart2: fix unserialization of empty cells [Jean-Tiare Le Bigot]
  • chartx: (regression) fix crash on label import [Jean-Tiare Le Bigot]
  • chartx: fix sparse chart import [Jean-Tiare Le Bigot]
  • check for self-assignment [Caolán McNamara]
  • check only Column elements when computing column index [David Tardon]
  • check only Row elements when computing row index (rhbz#1390776) [David Tardon]
  • chmod -x [Tor Lillqvist]
  • clang plugin for push_back after using sized constructor [Caolán McNamara]
  • clarify class documentation [Eike Rathke]
  • clarify comment to mention also HAVE_FEATURE_OPENCL [Tor Lillqvist]
  • classification: Update French translation (tdf#100352) [Laurent Balland-Poirier]
  • clean up #include line [Stephan Bergmann]
  • clean up (calls to) StatusBarManger::RemoveControllers [Stephan Bergmann]
  • clean up (calls to) ToolBarManager::RemoveControllers [Stephan Bergmann]
  • clean up javavendors_*.xml files [Stephan Bergmann]
  • clean up jfw_findAllJREs return value computation [Stephan Bergmann]
  • clean up remnants of the removal of OxygenOffice bits [David Tardon]
  • clean up usage of sal_uIntPtr. (tdf#75280) [Hieronymous]
  • clear the color set before setting it up [Tor Lillqvist]
  • clearly a wrong offset is worth an assert() instead of OSL_ENSURE() [Eike Rathke]
  • comphelper: also bump PDBKDF2 count for password-to-modify [Michael Stahl]
  • cond. build is already handled in Module_external.mk [David Tardon]
  • configure: fix LIBJPEG_LIBS, jpeg-turbo can also be used on Linux [Michael Stahl]
  • connectivity, sc: add missing #include [Michael Stahl]
  • consistent line spacing across platforms (tdf#55469) [Khaled Hosny]
  • const-ness fixes [Stephan Bergmann]
  • const-ness mismatch [Stephan Bergmann]
  • convert angle from degrees to radians for glm [David Tardon]
  • convert conditional format src fragment to .ui and layout [Caolán McNamara]
  • convert function panel to .ui format [Caolán McNamara]
  • convert Image manual refcounting with std::shader_ptr [Tomaž Vajngerl]
  • convert inventorId to scoped enum [Noel Grandin]
  • convert Primitive2DContainer to std::deque [Noel Grandin]
  • convert RID_MENU_APP_EDIT to xml [Maxim Monastirsky]
  • convert RID_MENU_APP_NEW to xml [Maxim Monastirsky]
  • convert RID_MENU_REFRESH_DATA to xml [Maxim Monastirsky]
  • convert ScConsData into using std::vector [Maarten Bosmans]
  • convert ScIconSetFrmtDataEntry to .ui and layout [Caolán McNamara]
  • convert sdr::animation::EventList to o3tl::sorted_vector [Noel Grandin]
  • convert std::unique_ptr to VclPtr [Noel Grandin]
  • convert usages of DPIScalingFactor from int to float [Tomaž Vajngerl]
  • copy functionality in the viewer (tdf#92346) [Chamal]
  • copycat SvtSysLocale_Impl for SvtSysLocaleOptions_Impl [Julien Nabet]
  • correct minute mapping from Adobe Symbol encoding [Khaled Hosny]
  • correct UIName of legacy StarOffice Text Document [osnola]
  • correctly position vertical glyphs (tdf#103785) [Khaled Hosny]
  • correctly set vertical direction (tdf#103718) [Khaled Hosny]
  • cosmetic: Move function member around... [Giuseppe Castagno]
  • cosmetic: Namespaces, better make use of the 'using-directive' [Giuseppe Castagno]
  • cppcanvas, oox: add missing #include [Michael Stahl]
  • cppcheck unreadVariable: diff [Jochen Nitschke]
  • cppcheck unreadVariable: n [Jochen Nitschke]
  • cppcheck unreadVariable: nCount [Jochen Nitschke]
  • cppcheck unreadVariable: nModified [Jochen Nitschke]
  • cppcheck unreadVariable: nRemoveSelect [Jochen Nitschke]
  • cppcheck:stlIfStrFind [Julien Nabet]
  • cppu/source/uno/EnvDcp.c -> cppu/source/uno/EnvDcp.cxx [Stephan Bergmann]
  • CppunitTest_sc_ucalc: fix loplugin:cppunitassertequals warnings [Miklos Vajna]
  • CppunitTest_xmlsecurity_pdfsigning: fix this on RHEL6 [Miklos Vajna]
  • crashtesting: assert on converting ooo66538-1.ppt to pdf [Caolán McNamara]
  • crashtesting: crash on layout of ooo107760-1.doc [Caolán McNamara]
  • crashtesting: crash on reexport of fdo58980-3.odt to odt [Caolán McNamara]
  • crashtesting: piles of pdf import crashes [Caolán McNamara]
  • crashtesting: unexpected exception on novell403458-1.pptx [Caolán McNamara]
  • create a new DC for the font fallback (tdf#71603) [Khaled Hosny]
  • create and connect with default user (tdf#103373) [Wastack]
  • create only one Undo for all UnmergeCells() calls (tdf#92117) [Eike Rathke]
  • css.xml.sax.XAttributeList is broken by design [Stephan Bergmann]
  • CTRL+Z not working to undo changes performed through Navigator (tdf#103756) [Noel Grandin]
  • ctrl-Shift-F8 to dump the column storage where the cursor is. [Kohei Yoshida]
  • curl: upgrade to version 7.51.0 [Michael Stahl]
  • custom palette label and a11y improvements (tdf#103223) [Yousuf Philips]
  • customize dialog crashes, since... (tdf#91222) [Caolán McNamara]
  • CXXDestructorDecl is already handled [Stephan Bergmann]
  • dbaccess: OToolboxController is now unused [Maxim Monastirsky]
  • DDLB_FUNC listbox never used [Caolán McNamara]
  • decrease SpreadsheetML import time to prevent "General input/output error" [?????????? ?????]
  • default copy ctor is sufficient [Caolán McNamara]
  • default dtor is sufficient [Caolán McNamara]
  • default to GDI even with the new layout engine (tdf#103725, tdf#100986) [Khaled Hosny]
  • delete the "Any-to-Any" template specializations for LIBO_INTERNAL_ONLY [Stephan Bergmann]
  • demonstrate that (extension) .xcu can contain with nested s [Stephan Bergmann]
  • demote "unknown android ndk" to warning only (and add 13.1 as known) [Christian Lohmaier]
  • dereference before null check (coverity#1394296) [Caolán McNamara]
  • destroy item sets in SdDialogsTest::tearDown [Stephan Bergmann]
  • different word 6/7 vers have ambiguous sprms (tdf#91916, i#42685) [Caolán McNamara]
  • disable gbuildtoide test on macOS, too [Tor Lillqvist]
  • disable gbuildtoide test on Windows as CI builders are unstable [Bjoern Michaelsen]
  • disable this chunk of loplugin code on clang < 3.8 [Noel Grandin]
  • disable VCL_FLOAT_DEVICE_PIXEL on macOS for now [Khaled Hosny]
  • display localized function names in Pivot Layout dialog [Tamás Zolnai]
  • display matching search per selected category, follow-up (tdf#67974) [Eike Rathke]
  • disposeAndClear m_aColorSet (reportdesign) (tdf#103421) [Julien Nabet]
  • division or modulo by zero (coverity#1394372) [Caolán McNamara]
  • do consider parent of WB_DIALOGCONTROL widgets... (tdf#103783) [Caolán McNamara]
  • do fallback glyph rotation (tdf#103969) [Khaled Hosny]
  • do not show merge cells context menu for the trivial case (tdf#101299) [Dennis Francis]
  • do not slice 3D area broadcasters into separate sheets (tdf#103689) [Eike Rathke]
  • do not use arrow as separator of menu commands (tdf#103622) [Stanislav Horacek]
  • DOCX exp.: Image loss when have a frame anchored to the same para. (tdf#103544, tdf#78590, tdf#80748) [Tamás Zolnai]
  • DOCX export: make sure SdrObject margin is non-negative (tdf#103982) [Miklos Vajna]
  • DOCX import: fix at-char embedded object handling (tdf#82824) [Miklos Vajna]
  • DOCX import: fix handling of textbox margins (tdf#84678) [Miklos Vajna]
  • DOCX import: fix missing outer table with floattable at cell start (tdf#79329) [Miklos Vajna]
  • DOCX: Handle relative positions to left or right margin (tdf#103753) [Tamás Zolnai]
  • don't AlignToPixel in SwView::SetVisArea [Stephan Bergmann]
  • don't allow empty names in SvxNameDialog (tdf#103464) [Muhammet Kara]
  • don't build libxmlsec docs [David Tardon]
  • don't clip flys with borders (tdf#90070) [Justin Luth]
  • don't crash under gen [Maxim Monastirsky]
  • don't let MODULE.all depend on MODULE.screenshot [Stephan Bergmann]
  • don't let multiple JunitTests operate in parallel on ScDDELinksObj.ods [Stephan Bergmann]
  • don't loop uint16 against size [Eike Rathke]
  • don't rely on __builtin_alloca when creating a call stack [Stephan Bergmann]
  • don't replace existing objects when inserting media (tdf#98059) [Samuel Mehrbrodt]
  • don't set toolbars as primary (tdf#92458, lp#1506544, lp#1580537, tdf#103915) [Caolán McNamara]
  • don't use a class for what namespaces are for [Tor Lillqvist]
  • don’t put Kashida before any final char (tdf#65344) [Khaled Hosny]
  • double-thin border: MINGAPWIDTH is a valid width (tdf#88827) [Justin Luth]
  • draw with the right font on Windows (tdf#103588) [Khaled Hosny]
  • drawing shapes aren't tracking style name changes correctly [Caolán McNamara]
  • drop AutoColorInvalid/SID_ATTR_AUTO_COLOR_INVALID [Caolán McNamara]
  • drop extra semicolons [David Tardon]
  • drop HID_CTRL_CUSTOMPROPS_YES_NO that does nowhere [Caolán McNamara]
  • drop more OxygenOffice bits [Gabor Kelemen]
  • drop now unused ScPrivatSplit [Caolán McNamara]
  • drop now unused SfxStyleItem, etc. [Caolán McNamara]
  • drop some unused declarations [Caolán McNamara]
  • drop SvxColorWindow::Resize [Caolán McNamara]
  • drop unnecessary nFPR parameter [Stephan Bergmann]
  • drop unused Graphite includes [Khaled Hosny]
  • drop unused nGPR parameter [Stephan Bergmann]
  • drop useless semicolons [David Tardon]
  • drop whitespace between "fact" and brace (tdf#102008) [Takeshi Abe]
  • drop window related stuff from rsc [Caolán McNamara]
  • dump the formula string here which is also useful. [Kohei Yoshida]
  • dump the other block types as well. [Kohei Yoshida]
  • dump the single cell vector reference info to the log. [Kohei Yoshida]
  • dump the state of the "save" data as well. [Kohei Yoshida]
  • editeng: assert SfxPoolItem::operator== [Michael Stahl]
  • EDITING: Undo on bullet point style (tdf#103334) [Noel Grandin]
  • embed slide transition sound in the presentation (tdf#67544) [Samuel Mehrbrodt]
  • empty array element should not match empty cell (tdf#99291) [Eike Rathke]
  • enable save as when editing view too [Maxim Monastirsky]
  • enable the new text layout engine by default [Khaled Hosny]
  • enable UI for vertical left-to-right (tdf#33278) [Khaled Hosny]
  • ENABLE_GRAPHITE_DWRITE is always set to 1 [Khaled Hosny]
  • ensure checkForUniqueItem on inserting a new slide [Caolán McNamara]
  • ensure glm always uses radians (tdf#103696) [David Tardon]
  • ensure positive rectangle size (tdf#103473) [Mike Kaganski]
  • ensure prepared while setting numeric (tdf#74172) [Wastack]
  • ensure that GroupScope can only be instantiated by FormulaLogger. [Kohei Yoshida]
  • ensure that the string array is null when no strings present. [Kohei Yoshida]
  • ensure there's enough data to read (coverity#1394416) [Caolán McNamara]
  • exclude "boolean" value cells from increment during Fill (tdf#64001) [Eike Rathke]
  • Executable_pdfverify: move pdfverify.cxx to workben/ [Miklos Vajna]
  • exit gb_CppunitTest_localized loop on first failure [Stephan Bergmann]
  • exit GLyphy [Tor Lillqvist]
  • expand SvMetaType::ReadNamesSvIdl [Noel Grandin]
  • extend joining groups with new Unicode additions [Khaled Hosny]
  • extend unusedfields loplugin to find fields that can be private [Noel Grandin]
  • extensions leaks out details of Color Selector, patch it up [Caolán McNamara]
  • external/harfbuzz: -fsanitize=function [Stephan Bergmann]
  • external/harfbuzz: Work around ASan out of bounds warning [Stephan Bergmann]
  • external/icu: Silence -fsanitize=null [Stephan Bergmann]
  • FALLBACK_MASK flag is unused [Khaled Hosny]
  • fallout from previous commit 248dbe1de5eeea9e9173e53a0b1891f63ff73d68 [Tor Lillqvist]
  • FieldDecl::getParent fires assert for Objective C @interface members [Stephan Bergmann]
  • FILEOPEN: DOCX: Wingdings symbols are imported as rectangles (tdf#103664) [Tamás Zolnai]
  • filter hidden functions also in search, follow-up (tdf#67974) [Eike Rathke]
  • filter: use comphelper::containerToSequence() in ImpPDFTabDialog [Miklos Vajna]
  • final SID can differ from the original one (tdf#103178) [Maxim Monastirsky]
  • FitToFrame: stretch text to fill drawing obj (tdf#34467) [Justin Luth]
  • fix "cppcheck:stlIfStrFind" [Noel Grandin]
  • fix "TabError: inconsistent use of tabs and spaces in indentation" [Michael Stahl]
  • fix .uno:Refresh controller registration [Maxim Monastirsky]
  • fix 32bit builds [Caolán McNamara]
  • fix add language codes and names to language lists from extensions (tdf#103855) [Martin Hosken]
  • fix and (tdf#100617, tdf#101832) [Thorsten Behrens]
  • fix Android build (basic) [Julien Nabet]
  • fix Android build (llround) [Julien Nabet]
  • fix applying DX array with font fallback (tdf#103401) [Khaled Hosny]
  • fix build [Noel Grandin, Khaled Hosny, Caolán McNamara, David Tardon]
  • fix build of bundled libzmf with boost < 1.56 [David Tardon]
  • fix build of bundled python3 with bundled zlib [David Tardon]
  • fix build of kde3 addressbook [Caolán McNamara]
  • fix build of postgresql with bundled zlib [David Tardon]
  • fix build with ICU < 58 [David Tardon]
  • fix comment about pSwResMgr [Stephan Bergmann]
  • fix crash when opening ProfileExportedDialog [Samuel Mehrbrodt]
  • fix description of 'ooofonts' package [Andras Timar]
  • fix dialog name and title [Samuel Mehrbrodt]
  • fix doc comment to match code [David Tardon]
  • fix DX array calculation (tdf#103891, tdf#103765) [Khaled Hosny]
  • fix external def for graphite [David Tardon]
  • fix external deps for cairo [David Tardon]
  • fix external libjpeg build [Jan-Marek Glogowski]
  • fix for 'warning C4702: unreachable code' [Jochen Nitschke]
  • fix for frozen windows in Excel (tdf#101042) [Bartosz Kosiorek]
  • fix for windows builds [Jochen Nitschke]
  • fix GetGlyphBoundRect() on macOS [Khaled Hosny]
  • fix grammar [Samuel Mehrbrodt]
  • fix horizontal scaling on Windows (tdf#103725) [Khaled Hosny]
  • fix inconsistent indentation [Tor Lillqvist]
  • fix insert special character crash [Maxim Monastirsky]
  • fix leak [Caolán McNamara]
  • fix leak in HeaderFooterTabPage seen examining (coverity#1371205) [Caolán McNamara]
  • fix logic error - still set zero padding if no border set [Justin Luth]
  • fix missing space for numbered lists in TOC (tdf#44282) [Abhilash]
  • fix MSVC 2015 build Error C2397 [lbenes]
  • fix path [David Tardon]
  • fix path in README [David Tardon]
  • fix performance of MakeTree_Impl(...) in templdlg.cxx (tdf#94262) [Aron Budea]
  • fix regression in bubbleSortVersion [Stephan Bergmann]
  • fix short type for .uno: and slot: URLs [Jochen Nitschke]
  • fix some comments [Samuel Mehrbrodt]
  • fix spelling XFastAttrbitueList->XFastAttributeList [Noel Grandin]
  • fix symbol font remapping (cp#1000039, tdf#103944) [Khaled Hosny]
  • fix the windows build. [Kohei Yoshida]
  • fix these comments [Tamás Zolnai]
  • fix thinko in previous commit [Khaled Hosny]
  • fix thinkos in my previous commit [Khaled Hosny]
  • fix this unit test [Tamás Zolnai]
  • fix typo [David Tardon]
  • fix typos [Samuel Mehrbrodt, Andrea Gelmini]
  • fix typos (also in the code) [Andrea Gelmini]
  • fix unnecessaryoverride clang plugin on clang < 3.8 [Noel Grandin]
  • fix use of is_sorted_until [Noel Grandin]
  • fix various "unmapped accelerator key" on MacOs [Julien Nabet]
  • fix vertical text on Windows for the new layout (tdf#98879) [Khaled Hosny]
  • fix writer insert caption crash [Caolán McNamara]
  • fix wrong boolean logic for RedlineFlags (tdf#104023) [Justin Luth]
  • fix X-coordinate of SmMatrixNode's elements (tdf#84650) [Takeshi Abe]
  • fixed SIGABRT in embedded presentation (tdf#103481) [Szymon Klos]
  • fixes for >>= with rhs Any [Jochen Nitschke]
  • fold ColorListBox and ColorLB together [Caolán McNamara]
  • follow Unicode character names for better or worse [Khaled Hosny]
  • font features are not a Graphite-only feature [Khaled Hosny]
  • for now, use a limited subset for testing on windows as it is so slow [Bjoern Michaelsen]
  • format "GGG" as the era name of a locale-dependent calendar (tdf#103060) [Takeshi Abe]
  • forward debug/optimization flags to external/harfbuzz [Stephan Bergmann]
  • gbuild allow unitest to run once per lang in WITH_LANG_LIST [Norbert Thiebaud]
  • gbuild: missing emacs mode-lines [Michael Stahl]
  • GenericPopupToolbarController: deal with main command being disabled [Maxim Monastirsky]
  • GenericPopupToolbarController: Support replacing the main command [Maxim Monastirsky]
  • get rid of cargo cult "long" integer literals (tdf#96505) [Rosen]
  • get table name from resultset simply [Wastack]
  • getNonLayoutRealParent is unused [Caolán McNamara]
  • globally allow padding without borders: layout (tdf#41542) [Justin Luth]
  • google docs can generate a pptx with an empty cmLst [Caolán McNamara]
  • gtk3 dnd must clear listener after dragDropEnd dispatch (tdf#103472) [Caolán McNamara]
  • gtk3: allow float grab inside float grab [Caolán McNamara]
  • gtk3: focus jumping around the place under wayland + popovers [Caolán McNamara]
  • gtk3: grabs on floating window inside floating window [Caolán McNamara]
  • gtk3: just close the toplevel float if it corresponds to the event frame [Caolán McNamara]
  • gtk3: problems with gdk_drag_status under wayland [Caolán McNamara]
  • gtk3: scrollbar damage area one pixel too narrow/short [Caolán McNamara]
  • gtk3: spinbuttons under Ambiance don't look beautiful enough [Caolán McNamara]
  • gtk: under wayland tracking the window position is worthless [Caolán McNamara]
  • guarantee that InterpretFormulaGroup() is always called first. [Kohei Yoshida]
  • hash len isn't going to change depending on who implements it [Caolán McNamara]
  • have a specific TARGETTYPE for CompilerTest after all [Stephan Bergmann]
  • have the logger instantiate on first use. [Kohei Yoshida]
  • heikobar: Add it to Impress (tdf#103170) [Yousuf Philips]
  • HiDPI: remove more unneeded scaling of icons [Tomaž Vajngerl]
  • HiDPI: remove unneeded image scaling when HiDPI is enabled [Tomaž Vajngerl]
  • I'm testing inserting a rtf, but really want to test simple loading [Caolán McNamara]
  • i18nlangtag must presumably be dropped from Library_merged.mk [Stephan Bergmann]
  • icon theme name resolving, ui fixes, prioritize png (tdf#103591) [Tomaž Vajngerl]
  • icon theme name suffixing with "_svg" is unneeded [Tomaž Vajngerl]
  • if menu no longer has focus, leave focus where it is (tdf#103914) [Caolán McNamara]
  • if we're empty, we're back to initial 'sorted' state [Caolán McNamara]
  • ignore constructors for method-can-be-private analysis [Noel Grandin]
  • impl. missing function [David Tardon]
  • implement CryptoAPI RC4+SHA1 encryption scheme for doc import [Caolán McNamara]
  • implement CryptoAPI RC4+SHA1 encryption scheme for xls import [Caolán McNamara]
  • implement support for for HTML import. (tdf#88821) [Jan Holesovsky]
  • implement VclVPaned and decripple formula panel [Caolán McNamara]
  • ImplInitMenuButtonData can be folded into ctor now [Caolán McNamara]
  • import MathML's (tdf#76296) [Takeshi Abe]
  • import stretchy integral symbol from MathML (tdf#103500) [Takeshi Abe]
  • improve debug output [David Tardon]
  • improve font fallback on Windows a bit (tdf#71603) [Khaled Hosny]
  • improve indentation [Noel Grandin]
  • improve interoperability with Excel for LOGNORMDIST(). (tdf#103088) [Winfried Donkers]
  • improve performance of transliteration (tdf#79892) [Aron Budea]
  • improve some error reporting [Stephan Bergmann]
  • improvements to gbuildtoide [Bjoern Michaelsen]
  • in msword the hard-break between image and caption has a width [Caolán McNamara]
  • in OOXML import add external files to LinkManager (tdf#79442) [Eike Rathke]
  • incapsulate WinSalVirtualDevice better [Mike Kaganski]
  • includes should be at the top of the file [Noel Grandin]
  • inconsistency menu/shortcut for layer visibility (tdf#98587) [Ulrich Gemkow]
  • increase Office::Common::Cache::GraphicManager::TotalCacheSize to 200MB [Michael Stahl]
  • indentation fixes [Tor Lillqvist]
  • inherit FillAttrLB from ListBox not ColorListBox [Caolán McNamara]
  • inherit from ScXMLImportContext [Noel Grandin]
  • init ScUndoRemoveMerge with range, follow-up (tdf#92117) [Eike Rathke]
  • initial support for 32 px icons in toolbar (tdf#95014) [Tomaž Vajngerl]
  • initial take on group formula logging. [Kohei Yoshida]
  • insert Kashida before final Tah [Khaled Hosny]
  • insert Kasida before final Heh not Hah [Khaled Hosny]
  • introduce getValue(sKey) for SequenceAsHashMap [Jochen Nitschke]
  • it's ODF version, not document version [Tor Lillqvist]
  • java 7 DISPLAY and FORMAT locale and script field [Eike Rathke]
  • JPEG - don't handle buffer orientation in import (tdf#103801) [Tomaž Vajngerl]
  • jpeg-turbo: resolve some conflicts to fix poppler build [Michael Stahl]
  • KAB loplugin:unnecessaryoverride [Jan-Marek Glogowski]
  • keep loplugin:staticmethods happy. [Kohei Yoshida]
  • keep the list sorted [David Tardon]
  • kill the AutoPilotPresentations UNO command [Gabor Kelemen]
  • let menu button launch arbitrary floating windows [Caolán McNamara]
  • let Menu dispose submenus [Maxim Monastirsky]
  • let's hook up the pivot table dumper code to Ctrl-Shift-F8 as well. [Kohei Yoshida]
  • let's just dump the result tree in dbgutil build. [Kohei Yoshida]
  • let's keep these guys private. [Kohei Yoshida]
  • let's not dump formula results. [Kohei Yoshida]
  • LIBO_FORMULA_LOG_FILE env var to specify the log file location. [Kohei Yoshida]
  • libxmlsec: remove no longer applying mingw patches [Miklos Vajna]
  • linux: Build NSS in debug mode only in '--enable-dbgutil' mode. [Giuseppe Castagno]
  • lock tab-cycling inside the WB_DIALOGCONTROL widget [Caolán McNamara]
  • log cell range references. [Kohei Yoshida]
  • log single cell references. [Kohei Yoshida]
  • LOK - calc: now PgUp/PgDn offset is used only when PgUp/PgDn are pressed [Marco Cecchetti]
  • LOK - Calc: unit test for invalidation on copy/paste to the doc bottom [Marco Cecchetti]
  • LOK - Calc: unit test for invalidation on row insert [Marco Cecchetti]
  • LOK - Calc: use the tiled rendering area as visible area in PaintArea [Marco Cecchetti]
  • lok: add character parameter to renderFont [Henry Castro]
  • lok: add command values .uno:FontSubset [Henry Castro]
  • loplugin fixes here, too [Tor Lillqvist]
  • loplugin:constantparam [Noel Grandin]
  • loplugin:countusersofdefaultparams in editeng..rsc [Noel Grandin]
  • loplugin:countusersofdefaultparams in include/sfx2 [Noel Grandin]
  • loplugin:countusersofdefaultparams in include/sot..svl [Noel Grandin]
  • loplugin:countusersofdefaultparams in include/svtools [Noel Grandin]
  • loplugin:countusersofdefaultparams in include/svx..unotools [Noel Grandin]
  • loplugin:countusersofdefaultparams in include/vcl [Noel Grandin]
  • loplugin:countusersofdefaultparams in sc(part1) [Noel Grandin]
  • loplugin:countusersofdefaultparams in sc(part2) [Noel Grandin]
  • loplugin:countusersofdefaultparams in sd..slideshow [Noel Grandin]
  • loplugin:cstylecast [Stephan Bergmann]
  • loplugin:datamembershadow [Noel Grandin, Stephan Bergmann]
  • loplugin:datamembershadow in reportdesign [Noel Grandin]
  • loplugin:datamembershadow in StyleSheetUndoAction [Noel Grandin]
  • loplugin:datamembershadow in xmloff [Noel Grandin]
  • loplugin:datamembershadow: KDEXLib::blockIdleTimeout shadows SalXLib member [Stephan Bergmann]
  • loplugin:defaultparams [Julien Nabet]
  • loplugin:expandablemethodds in include/basic..comphelper [Noel Grandin]
  • loplugin:expandablemethodds in include/connectivity..drawinglayer [Noel Grandin]
  • loplugin:expandablemethodds in include/editeng [Noel Grandin]
  • loplugin:expandablemethodds in include/filter [Noel Grandin]
  • loplugin:expandablemethodds in include/oox [Noel Grandin]
  • loplugin:expandablemethodds in include/sfx2 [Noel Grandin]
  • loplugin:expandablemethodds in include/svtools [Noel Grandin]
  • loplugin:expandablemethodds in include/tools..unotools [Noel Grandin]
  • loplugin:expandablemethodds in include/vcl [Noel Grandin]
  • loplugin:expandablemethodds in include/xmloff [Noel Grandin]
  • loplugin:expandablemethodds in sw(part2) [Noel Grandin]
  • loplugin:expandablemethodds in sw(part3) [Noel Grandin]
  • loplugin:expandablemethodds in sw(part4) [Noel Grandin]
  • loplugin:expandablemethods in accessibility [Noel Grandin]
  • loplugin:expandablemethods in avmedia [Noel Grandin]
  • loplugin:expandablemethods in avmedia..canvas [Noel Grandin]
  • loplugin:expandablemethods in chart2 [Noel Grandin]
  • loplugin:expandablemethods in comphelper..cppuhelper [Noel Grandin]
  • loplugin:expandablemethods in cui [Noel Grandin]
  • loplugin:expandablemethods in dbaccess [Noel Grandin]
  • loplugin:expandablemethods in drawinglayer..editeng [Noel Grandin]
  • loplugin:expandablemethods in extensions [Noel Grandin]
  • loplugin:expandablemethods in forms..formula [Noel Grandin]
  • loplugin:expandablemethods in framework [Noel Grandin]
  • loplugin:expandablemethods in hwpfilter..linguistic [Noel Grandin]
  • loplugin:expandablemethods in lotuswordpro..package [Noel Grandin]
  • loplugin:expandablemethods in reportdesign [Noel Grandin]
  • loplugin:expandablemethods in sc [Noel Grandin]
  • loplugin:expandablemethods in scaddins..scripting [Noel Grandin]
  • loplugin:expandablemethods in sd [Noel Grandin]
  • loplugin:expandablemethods in sdext [Noel Grandin]
  • loplugin:expandablemethods in sfx2 [Noel Grandin]
  • loplugin:expandablemethods in slideshow [Noel Grandin]
  • loplugin:expandablemethods in sot..starmath [Noel Grandin]
  • loplugin:expandablemethods in stoc..svl [Noel Grandin]
  • loplugin:expandablemethods in svtools [Noel Grandin]
  • loplugin:expandablemethods in svx [Noel Grandin]
  • loplugin:expandablemethods in sw [Noel Grandin]
  • loplugin:expandablemethods in toolkit..tools [Noel Grandin]
  • loplugin:expandablemethods in ucb..ucbhelper [Noel Grandin]
  • loplugin:expandablemethods in UnoControls..vbahelper [Noel Grandin]
  • loplugin:expandablemethods in vcl [Noel Grandin]
  • loplugin:expandablemethods in writerfilter..xmlhelp [Noel Grandin]
  • loplugin:expandablemethods in xmloff [Noel Grandin]
  • loplugin:literaltoboolconversion [Stephan Bergmann]
  • loplugin:oncevar [Noel Grandin]
  • loplugin:oncevar in chart2 [Noel Grandin]
  • loplugin:oncevar in cui..connectivity [Noel Grandin]
  • loplugin:oncevar in dbaccess [Noel Grandin]
  • loplugin:oncevar in desktop..filter [Noel Grandin]
  • loplugin:oncevar in framework [Noel Grandin]
  • loplugin:oncevar in helpcompiler..reportdesign [Noel Grandin]
  • loplugin:oncevar in sal..scripting [Noel Grandin]
  • loplugin:oncevar in sd..svgio [Noel Grandin]
  • loplugin:oncevar in svl..svx [Noel Grandin]
  • loplugin:oncevar in sw [Noel Grandin]
  • loplugin:oncevar in unoxml..toolkit [Noel Grandin]
  • loplugin:oncevar in vbahelper..writerfilter [Noel Grandin]
  • loplugin:oncevar in xmloff..xmlsecurity [Noel Grandin]
  • loplugin:override [Stephan Bergmann]
  • loplugin:redundantcast [Stephan Bergmann]
  • loplugin:reservedid [Stephan Bergmann]
  • loplugin:singlevalfields [Noel Grandin]
  • loplugin:staticanonymous [Stephan Bergmann]
  • loplugin:staticmethods [Kohei Yoshida, Stephan Bergmann]
  • loplugin:stringconcat [Stephan Bergmann]
  • loplugin:stringconstant [Kohei Yoshida, Stephan Bergmann]
  • loplugin:unnecessaryoverride [Stephan Bergmann, Caolán McNamara]
  • loplugin:unnecessaryoverride and loplugin:override [Tor Lillqvist]
  • loplugin:unnecessaryvirtual [Noel Grandin]
  • loplugin:unnecessaryvirtual in basctl..chart2 [Noel Grandin]
  • loplugin:unnecessaryvirtual in comphelper..forms [Noel Grandin]
  • loplugin:unnecessaryvirtual in framework [Noel Grandin]
  • loplugin:unnecessaryvirtual in hwpfilter..rsc [Noel Grandin]
  • loplugin:unnecessaryvirtual in sc..scaddins [Noel Grandin]
  • loplugin:unnecessaryvirtual in sd..sdext [Noel Grandin]
  • loplugin:unnecessaryvirtual in sfx2..svtools [Noel Grandin]
  • loplugin:unnecessaryvirtual in svx..sw [Noel Grandin]
  • loplugin:unnecessaryvirtual in test..vbahelper [Noel Grandin]
  • loplugin:unnnecessaryvirtual in vcl [Noel Grandin]
  • loplugin:unusedfields [Noel Grandin]
  • loplugin:unusedmethods [Noel Grandin]
  • loplugin:unusedmethods unused return types [Noel Grandin]
  • loplugin:vclwidgets [Stephan Bergmann]
  • loplugin:vclwidgets: Adapt iterator hack to libc++ [Stephan Bergmann]
  • m_pStyleFamiliesId is now unused [Caolán McNamara]
  • make a useful function - SvxBoxItem::CalcLineWidth [Justin Luth]
  • make comphelper::containerToSequence a little smarter [Noel Grandin]
  • make comphelper::sequenceToContainer a little smarter [Noel Grandin]
  • make CppunitTest_vcl_app_test compile again (tdf#103915) [Stephan Bergmann]
  • make it more typical copy ctor [Caolán McNamara]
  • make last item of menus clickable again (tdf#95341) [Xisco Fauli]
  • make LOGINV ODFF1.2 compliant. (tdf#103186) [Winfried Donkers]
  • make MS Excel 2003 XML filter tests great again! [David Tardon]
  • make stable sort more stable :) [Mike Kaganski]
  • make sure not to compare different subclasses of Pair [Stephan Bergmann]
  • make sure swui's pSwResMgr is initialized in CppunitTest_sw_dialogs_test [Stephan Bergmann]
  • make sure there's a single global RTTI for SfxLinkItem [Stephan Bergmann]
  • make sure we pass the top-left corner address. [Kohei Yoshida]
  • make the AbstractDialog stuff extend from VclReferenceBase [Noel Grandin]
  • make the element names in dumpAsXml match the class names [Noel Grandin]
  • make the insert fields dialog not crash [Maxim Monastirsky]
  • make this cond. to avoid another removal [David Tardon]
  • make this just every so slightly less awful [Caolán McNamara]
  • make this look less wired [Khaled Hosny]
  • make this operator= a little less crazy [Caolán McNamara]
  • make XServiceInfo match what's in .component file [Maxim Monastirsky]
  • make ~OCode an anchor again for vtable and RTTI emission [Stephan Bergmann]
  • mark Scheduler as non-copyable [Stephan Bergmann]
  • MenuBarManager should pass the menubar flag down [Maxim Monastirsky]
  • MenuItemData now properly disposes the submenu (tdf#101169) [Maxim Monastirsky]
  • merge duplicate source file lists [David Tardon]
  • merge ScBiffReader and ScQProReader [Noel Grandin]
  • micro opt [Caolán McNamara]
  • minimize the effect of rounding to int (tdf#103765) [Khaled Hosny]
  • minor [Khaled Hosny]
  • minor changes to simplify editing in FontForge [Khaled Hosny]
  • minor cleanup [Khaled Hosny]
  • minor improvement of previous commit [Stephan Bergmann]
  • minor opt tweaks [Caolán McNamara]
  • mirrored page margin tooltip (tdf#93520) [Szymon Klos]
  • misplaced #endif [Khaled Hosny]
  • misplaced #if ENABLE_GRAPHITE [Khaled Hosny]
  • missing "by" in description (i#119892) [Damjan Jovanovic]
  • missing accessibility events when selecting/deselecting cells (tdf#93825) [Tamás Zolnai]
  • missing dependency (--enable-telepathy) [Stephan Bergmann]
  • missing master page pane context menus in Draw (tdf#103826) [Maxim Monastirsky]
  • missing move assignment operator (coverity#1371313, coverity#1371262, coverity#1371263, coverity#1371270, coverity#1371312, coverity#1371152, coverity#1371239, coverity#1371275, coverity#1371301, coverity#1371279) [Caolán McNamara]
  • missing XComponent.dispose calls in screenshot tests [Stephan Bergmann]
  • more EncapsulatedX509Certificate work [Tor Lillqvist]
  • more work in progress on XAdES compliant ODF signing [Tor Lillqvist]
  • more XAdES work [Tor Lillqvist]
  • move all tests for DLP libs to one place [David Tardon]
  • move ColorListBox beside sole thing that uses it [Caolán McNamara]
  • move i18nlangtag lib to URELIB (i#86470) [Stephan Bergmann]
  • move internal include files from include/tubes/ to tubes/source/ [Stephan Bergmann]
  • move loplugin:defaultparams to store/ [Eike Rathke]
  • move now combined ColorLB to location of last user [Caolán McNamara]
  • move some useful header information to mscodec for reuse [Caolán McNamara]
  • move STR_CONDITION resource around [Caolán McNamara]
  • move SvxColorWindow to include/svx [Caolán McNamara]
  • MS formats allow padding without borders, regardless of display. (tdf#41542) [Justin Luth]
  • MSWordExport: accommodate image's borderless padding (tdf#77454, tdf#41542) [Justin Luth]
  • MSWordExport: accommodate page's borderless padding (tdf#41542) [Justin Luth]
  • new compilerplugins/clang unit tests [Stephan Bergmann]
  • new loplugin datamembershadow [Noel Grandin]
  • new loplugin finalprotected [Noel Grandin]
  • new loplugin:oslendian [Stephan Bergmann]
  • new release of Graphite lib: 1.3.9 [Andras Timar]
  • NewDocument is now unused [Maxim Monastirsky]
  • NewMenuController: Fix template manager icon (tdf#96059) [Maxim Monastirsky]
  • NewMenuController: Remove duplicate async dispatch handling [Maxim Monastirsky]
  • no Control loaded from .src now [Caolán McNamara]
  • no Edit controls loaded from .src now [Caolán McNamara]
  • no evidence that LangKeyCode is needed for anything [Caolán McNamara]
  • no FixedImage is loaded from .src anymore [Caolán McNamara]
  • no FixedText loaded from .src now [Caolán McNamara]
  • no good reason for dbaccess::OCacheSet::updateRow to be pure? [Stephan Bergmann]
  • no ImageButton loaded from .src now [Caolán McNamara]
  • no ListBox loaded from .src now [Caolán McNamara]
  • no need for an explicit specializtion of convertFastPropertyValue [Stephan Bergmann]
  • no need for ResId here now [Caolán McNamara]
  • no need to call ParseFeatures in the constructor [Khaled Hosny]
  • no need to use endsWithAsciiL like this anymore [Noel Grandin]
  • no placeholder text imported for empty title shape (tdf#103792) [Tamás Zolnai]
  • no PushButton loaded from .src now [Caolán McNamara]
  • no raw Window is loaded from .src anymore [Caolán McNamara]
  • no RSWND anymore [Caolán McNamara]
  • no selection outline displayed when SUM button is clicked (tdf#103409) [Henry Castro]
  • no space between template previews from Start Center (tdf#103897) [Noel Grandin]
  • no use of here [Tor Lillqvist]
  • no users of RscClassArray left [Caolán McNamara]
  • no WindowResHeader, no RscWindowFlags [Caolán McNamara]
  • no XFastPropertySet here [Tor Lillqvist]
  • nonsensical OUString null check (i#28384, fdo#80897, i#106421) [Stephan Bergmann]
  • normalize existing emacs/vim mode-lines in python files [Michael Stahl]
  • note yet another color selector [Caolán McNamara]
  • nothing from used here [Tor Lillqvist]
  • nothing uses RSC_BUTTON anymore now [Caolán McNamara]
  • ODF: do not write an empty style:text-position="" attribute for CharEscapement [Eike Rathke]
  • officecfg: add .uno:SignPDF label [Miklos Vajna]
  • omit comparator which is the same as default std::less [Takeshi Abe]
  • omit the default comparator [Takeshi Abe]
  • omit the default comparator for std::sort() [Takeshi Abe]
  • omit the default comparator std::less [Takeshi Abe]
  • only call getChartType when the return value is actually used [Stephan Bergmann]
  • only cond. build stuff that is really new in ICU 58 [David Tardon]
  • only draw menubutton separator when two sides do something different [Caolán McNamara]
  • only warn about unavailable JRE once (tdf#88023) [Mike Kaganski]
  • oox - export PolyPolygonShape and PolyLineShape. (tdf#92076) [Mark Hung]
  • oox, xmlsecurity: fix recently introduced style problems [Miklos Vajna]
  • oox: exporting the block arc as its corresponding drawingml preset shape. [Mark Hung]
  • oox: imports RefR and RefAngle of polar handles. (tdf#100733) [Mark Hung]
  • oox: update preset shape definition for polar handles. (tdf#100733) [Mark Hung]
  • OOXML: pass ExternalLinkInfo compiling named expressions (tdf#103530) [Eike Rathke]
  • OOXML: write external file ID within quoted sheet names (tdf#103531) [Eike Rathke]
  • ooxmlexport*: cleanup - remove unnecessary "crop" lines [Justin Luth]
  • opencl: don't initialize OpenCL when disabled (tdf#103395) [Tomaž Vajngerl]
  • opengl: change from BGRA to RGBA color arrangement on Windows [Tomaž Vajngerl]
  • opengl: move shaders to its own directory [Tomaž Vajngerl]
  • opengl: use shared_ptr for ImplOpenGLTexture [Tomaž Vajngerl]
  • OPreparedStatement::m_aTypeInfo is unused [Stephan Bergmann]
  • optionally include comment-only columns when sorting (tdf#100517) [Dennis Francis]
  • our side of per-monitor fullscreen on wayland (rhbz#1390607, gnome#772525, gnome#773857) [Caolán McNamara]
  • output the header information to the formula log. [Kohei Yoshida]
  • package: ODF: bump PBKDF2 iteration counts [Michael Stahl]
  • PaddingWithoutBorders: allow UI changes if... (tdf#41542) [Justin Luth]
  • pAllFuncList is always aFuncList [Caolán McNamara]
  • pass current document frame to SvxScriptSelectorDialog (tdf#68118) [Mike Kaganski]
  • pass resolved locale to transliterate calls in Calc (tdf#79892) [Aron Budea]
  • pass the current cell position to conditionally display sheet name. [Kohei Yoshida]
  • PasteSpecial EmptyDisplayedAsString as empty (tdf#96475) [Eike Rathke]
  • perf: dynamic_cast only when necessary, arranged in likelihood of occurrence [Eike Rathke]
  • PivotMedian: Implement median as a new pivot table function [Tamás Zolnai]
  • PivotMedian: ODS import / export of pivot table median [Tamás Zolnai]
  • poppler: build against libjpeg [Michael Stahl]
  • poppler: remove obsolete ubsan patch hunk [Michael Stahl]
  • populate library path to gbuildtojson in tests [Bjoern Michaelsen]
  • postpone menu destruction [Stephan Bergmann]
  • PPTX import: Title shape does not inherit fill properties (tdf#104015) [Tamás Zolnai]
  • PPTX import: Title shape's character properties are wrong (tdf#103876) [Tamás Zolnai]
  • prefer to take the signature date from the XAdES SigningTime, if present [Tor Lillqvist]
  • pressed buttons appear as hover buttons in toolbar (tdf#103320, tdf#100251) [Caolán McNamara]
  • prevent nonsensical comparations between OUString and nullptr_t [Stephan Bergmann]
  • prevent the a11y code from creating an edit view instance. (fdo#71409) [Kohei Yoshida]
  • probably a more robust way to fix the test [Khaled Hosny]
  • profilesafe: Added more specific options [Armin Le Grand]
  • profilesafe: Make sure no recursive saving happens [Armin Le Grand]
  • prompt repaint of Elements window when mouse leaves (tdf#101472) [Takeshi Abe]
  • properly remove itself from the context it listens. (tdf#71409) [Kohei Yoshida]
  • put generated screenshots in lang-dependant subdir [Samuel Mehrbrodt]
  • put the render frame at the end of these blocks too [Caolán McNamara]
  • PutFormulaCell: any other cell than formula is utter nonsense (tdf#96475) [Eike Rathke]
  • QA test exponent without sign during export to Excel (tdf#102370) [Laurent Balland-Poirier]
  • QA test export/import extended LCID to Excel (tdf#36038) [Laurent Balland-Poirier]
  • quickfix: Automatic selection of Oracle Java runtime on macOS (tdf#103507) [Stephan Bergmann]
  • quickfix: Automatic selection of Oracle Java runtime on Windows (tdf#103507) [Stephan Bergmann]
  • quit icons in breeze-dark were shown in black instead of red [andreas_k]
  • re-apply "split cui screenshot test in manageable pieces"" [Norbert Thiebaud]
  • re-apply "use material style selection handles"" [Christian Lohmaier]
  • re-label more class members private from protected. [Kohei Yoshida]
  • re-organise SdrObject class definition [Noel Grandin]
  • RecentFile::aTitle is never read [Maxim Monastirsky]
  • RecentFilesMenuController: Remove duplicate dispatch handling [Maxim Monastirsky]
  • reduce copying when decomposing drawinglayer primitives [Noel Grandin]
  • reduce no of typedefs used for trivial containers (tdf#96099) [Chamal]
  • reduce noise for irrelevant warnings somewhat [Stephan Bergmann]
  • reduce number of arguments [Khaled Hosny]
  • reduce scope [Khaled Hosny, Maxim Monastirsky]
  • reduced register areaScale shader and detection for intel (tdf#103804) [Tomaž Vajngerl]
  • refactor ScAttrArray for (tdf#50916) [Dennis Francis]
  • refresh app icons to flat/material style [Mirek Mazel]
  • refresh html palette (tdf#104048) [heiko tietze]
  • refresh Tango palette (tdf#104051) [heiko tietze]
  • related: if we're empty, we're back to initial 'sorted' state [Mike Kaganski]
  • remember fill type when switching between tabs (tdf#103228) [Katarina Behrens]
  • remove anything svHybridValueCell related, it's nowhere set anymore [Eike Rathke]
  • remove bogus comments about ~IPropertyArrayHelper not being virtual [Stephan Bergmann]
  • remove convertPropertyValue overload for OUString [Stephan Bergmann]
  • remove dep on unotest from osl_Pipe test [David Tardon]
  • remove empty file [Takeshi Abe]
  • remove excessive parenthesis. [Kohei Yoshida]
  • remove license information of dropped extensions [Gabor Kelemen]
  • remove link to github cause breeze_svg are now in core [andreas_k]
  • remove noise comment, add FIXME [Tor Lillqvist]
  • remove non-sensical OSL_ENSURE [Eike Rathke]
  • remove not needed uno headers from filters/xml (tdf#42949) [Bartosz Kosiorek]
  • remove not needed uno headers from sc/source/core (tdf#42949) [Bartosz Kosiorek]
  • remove not used UNO headers from filters (tdf#48140) [Bartosz Kosiorek]
  • remove now unused ImplLoadRes methods [Caolán McNamara]
  • remove obsolete OxygenOffice strings [Gabor Kelemen]
  • remove OpenGL transitions config. file from scheme [David Tardon]
  • remove option from Formatting Aids (tdf#90362) [Mike Kaganski]
  • remove pParentFrame from SfxFrame [Noel Grandin]
  • remove prop. name variable [David Tardon]
  • remove red alert color from pdf icon [andreas_k]
  • remove redundant checks on nullptr. [Kohei Yoshida]
  • remove redundant comparisons [Mike Kaganski]
  • remove redundant space in string [Stanislav Horacek]
  • remove some double calls [Noel Grandin]
  • remove some more global OUStrings [Noel Grandin]
  • remove some unused resource strings [Tamás Zolnai]
  • remove spurious "oh" [Stephan Bergmann]
  • remove unnecessary casts [Jochen Nitschke]
  • remove unnecessary dir and name prefix [David Tardon]
  • remove unused BiffInputStream [Noel Grandin]
  • remove unused macro [Tamás Zolnai]
  • remove unused SfxListener subclassing [Noel Grandin]
  • remove unused variable [Jochen Nitschke]
  • remove use of tryPropertyValue Any specialisation [Jochen Nitschke]
  • remove WPS Office exts. from MIME types (tdf#103448) [David Tardon]
  • rename and explain the MENUBUTTON_MENUMODE_TIMED stuff [Caolán McNamara]
  • rename ClearFormulaContext() to make it more representative. [Kohei Yoshida]
  • rename dir to follow suit [David Tardon]
  • rename makefile to match the module name [David Tardon]
  • rename RECALCMODE_EMASK to ScRecalcMode::EMask [Noel Grandin]
  • rename ServerFont to FreetypeFont [Khaled Hosny]
  • rename SvxColorWindow_Impl to SvxColorWindow [Caolán McNamara]
  • rename variable to match LO5.4 terminology (tdf#103275, tdf#41542) [Justin Luth]
  • renaming due to the fact that it now dumps non-formula blocks too. [Kohei Yoshida]
  • reopen temp stream to readBasic .xls VBA (tdf#62625) [Justin Luth]
  • replace CellAddress uno calls with direct access (tdf#48140) [Bartosz Kosiorek]
  • replace explicit delete and simplify [David Tardon]
  • replace last ColorLB use with a listbox of colors [Caolán McNamara]
  • replace OColorPopup with SvxColorWindow [Caolán McNamara]
  • replace OSL_ENSURE by SAL_WARN_IF + clean include [Julien Nabet]
  • replace some legacy OSL (sfx2/viewfrm) [Julien Nabet]
  • replace some OSL_ASSERT (unotools/configmgr) [Julien Nabet]
  • replace some trivial Sfx*Item derivations with make* functions [Stephan Bergmann]
  • replace uno call from worksheethelper.cxx (tdf#48140) [Bartosz Kosiorek]
  • replace uno CellRangeAddress and CellAddress with direct calls (tdf#48140) [Bartosz Kosiorek]
  • replace user draw with an Image of the color [Caolán McNamara]
  • ReplaceAll should use a columnar direction. (tdf#91260) [Michael Meeks]
  • RepositoryExternal.mk: fix poppler linking on Ubuntu [Michael Stahl]
  • RepositoryExternal.mk: really fix jpeg build [Michael Stahl]
  • resaving a DOCX document with two canvases leads to a broken file. (tdf#103389) [Tamás Zolnai]
  • reset also rRawRes if trailing characters are present (tdf#104096) [Eike Rathke]
  • reset border should clear all borders [Justin Luth]
  • resource leak (coverity#1394268) [Caolán McNamara]
  • restore removed function for umpteenth time [David Tardon]
  • restore the color picker icon in colorwindow.ui [Maxim Monastirsky]
  • restore the EmptyDisplayedAsString condition during load (tdf#96475) [Eike Rathke]
  • retain sheet protect options throughout unprotect/protect session [Mike Kaganski]
  • return dialog pointers using VclPtr [Noel Grandin]
  • return early from double ToolBarManager::dispose [Stephan Bergmann]
  • reuse the HarfBuzz buffer as much as possible [Khaled Hosny]
  • revamp Extension Manager Dialog, Part 1 (tdf#103146) [Muhammet Kara]
  • revamp Extension Manager Dialog, Part 2 (tdf#103146) [Muhammet Kara]
  • revamp Extension Manager Dialog, Part 3 (tdf#103146) [Muhammet Kara]
  • revert "Add LibreColor palette" (tdf#104052) [Jan Holesovsky, Tor Lillqvist]
  • revert "add missing component" [David Tardon]
  • revert "Blind fix to TBs" [Julien Nabet]
  • revert "clang plugin for push_back after using sized constructor" [Stephan Bergmann]
  • revert "convert sdr::animation::EventList to o3tl::sorted_vector" [Caolán McNamara]
  • revert "Enable the new text layout engine by default" [Khaled Hosny]
  • revert "Fix horizontal scaling on Windows" (tdf#103725) [Khaled Hosny]
  • revert "Get rid of cargo cult "long" integer literals" (tdf#96505) [jan iversen]
  • revert "improvements to gbuildtoide" [Michael Stahl]
  • revert "Logically dead code" (coverity#704341, tdf#88351) [Julien Nabet]
  • revert "Mark Scheduler as non-copyable" [Stephan Bergmann]
  • revert "Missing move assignment operator" (coverity#1371239) [Caolán McNamara]
  • revert "new release of Graphite lib: 1.3.9" [Andras Timar]
  • revert "Prevent nonsensical comparations between OUString and nullptr_t" [Stephan Bergmann]
  • revert "remove unnecessary casts" [Noel Grandin]
  • revert "Revert "convert sdr::animation::EventList to o3tl::sorted_vector"" [Noel Grandin]
  • revert "Revert "Enable the new text layout engine by default"" [Khaled Hosny]
  • revert "Revert "Prevent nonsensical comparations between OUString and nullptr_t"" [Stephan Bergmann]
  • revert "Revert "std::list to deque"" [Julien Nabet]
  • revert "Revert "Wrong Java locale when using "nl" and "fr""" (i#86470) [Stephan Bergmann]
  • revert "Reverts a commit series that cripple windows ci." [Caolán McNamara]
  • revert "Some clean-up" [Stephan Bergmann]
  • revert "split cui screenshot test in manageable pieces" [Julien Nabet]
  • revert "Standardize color palette using mathematically generated colors" (tdf#80196) [V Stuart Foote]
  • revert "Timer::Start must be called with SolarMutex locked" [Stephan Bergmann]
  • revert "Use rtl::Reference to wrap ScAccessibleEditObject here." [Kohei Yoshida]
  • revert "use same GtkInstance::AnyInput impl" (tdf#103815) [Caolán McNamara]
  • revert "Wrong glyph advances with Graphite" (tdf#103403) [Khaled Hosny]
  • revert "Wrong Java locale when using "nl" and "fr"" (i#86470) [Eike Rathke]
  • revert SetMinOutputSizePixel workaround (tdf#102957, rhbz#1281906) [Caolán McNamara]
  • revert some chart2 shader-affecting changes [Noel Grandin]
  • revert string::find changes [Noel Grandin]
  • revert unintentionally committed lines [David Tardon]
  • reverts a commit series that cripple windows ci. [Norbert Thiebaud]
  • rework things in light of now available documentation [Caolán McNamara]
  • rework to avoid Missing move assignment operator (coverity#1371205) [Caolán McNamara]
  • rotate all glyphs in vertical runs (tdf#103710) [Khaled Hosny]
  • rovas is not a language, it's a script [Andras Timar]
  • SafeMode: Add indicator to window title when in Safe Mode [Samuel Mehrbrodt]
  • safemode: Add option to disable H/W acceleration [Samuel Mehrbrodt]
  • SafeModeDialog: Adapt label to reality [Samuel Mehrbrodt]
  • SafeModeDialog: Add link to user profile [Samuel Mehrbrodt]
  • SafeModeDialog: Allow to create zip file from profile [Samuel Mehrbrodt]
  • SafeModeDialog: Better grouping of options [Samuel Mehrbrodt]
  • SafeModeDialog: Close dialog before restarting [Samuel Mehrbrodt]
  • SafeModeDialog: Fix enabling/disabling of widgets [Samuel Mehrbrodt]
  • SafeModeDialog: Group options [Samuel Mehrbrodt]
  • SafeModeDialog: Improve description [Samuel Mehrbrodt]
  • SafeModeDialog: Improve labels [Samuel Mehrbrodt]
  • sal::detail::logFormat is no longer needed [Stephan Bergmann]
  • sax: these are for XMLSchema-2 duration/date/dateTime, not "ISO" [Michael Stahl]
  • sc lok: fix cell cursor when hide column/row [Henry Castro]
  • sc-perf: bundle SdrObject::BroadcastObjectChange() calls during Save [Eike Rathke]
  • sc-perf: eliminate unnecessary loops in ScTable::UpdateSelectionFunction() [Eike Rathke]
  • sc-perf: HasAttrChanged: save unnecessary calls to SfxItemPool::Get() (tdf#103493) [Eike Rathke]
  • sc-perf: lock drawing layer during creation of captions for Save [Eike Rathke]
  • sc: blank empty cells in TextToColumns (tdf#69981) [Tamás Gulácsi]
  • sc: check SID_EDIT_POSTIT parameters [Henry Castro]
  • sc: limit search results to 1000 entries. (tdf#92160) [Michael Meeks]
  • sc: OOB sort fields unit test. (tdf#103632) [Michael Meeks]
  • sc: OOXML: actually write both sheet names in external 3D references [Eike Rathke]
  • sc: OOXML: range with file ID within quoted sheet name, related (tdf#103531) [Eike Rathke]
  • sc: OUString cleanup [Michael Stahl]
  • sc: remove antique reference counting hacks from ScDocumentPool [Michael Stahl]
  • sc: tolerate OOB sort fields from UNO API. (tdf#103632) [Michael Meeks]
  • ScFormulaCell::Notify: bail out early in doc dtor [Eike Rathke]
  • ScopedVclPtr vs std::unique_ptr for VclAbstractDialog derivatives [Caolán McNamara]
  • screenshot annotation: Display markup for embedding the image [Katarina Behrens]
  • screenshot annotation: insert markup for annotated widgets [Katarina Behrens]
  • screenshot annotation: Make this a default button [Katarina Behrens]
  • screenshot annotation: More readable markup [Katarina Behrens]
  • screenshot annotation: put back removed fields [Katarina Behrens]
  • screenshot annotation: tweak dialog a bit [Katarina Behrens]
  • screenshotannotation: Fix bookmark snippets [Katarina Behrens]
  • screenshotannotation: include image size in XML markup [Katarina Behrens]
  • screenshotannotation: Trim the textfield, add scrollbar [Katarina Behrens]
  • sd test: use binary mode to dump shapes to avoid Windows line endings [Tamás Zolnai]
  • sd: assert SfxPoolItem::operator== [Michael Stahl]
  • sd: fix loplugin:cppunitassertequals warnings [Miklos Vajna]
  • seems dubious to copy the state, but drop the load again bit [Caolán McNamara]
  • separate two different uses of DLG_STYLE_DESIGNER [Caolán McNamara]
  • set DisableFlags for SID_PARASPACE_INCREASE/DECREASE (tdf#103965) [Mike Kaganski]
  • set Kashida flag per glyph (tdf#103871) [Khaled Hosny]
  • set Kashida width also on macOS [Khaled Hosny]
  • set the encoding correctly for HTML files with a BOM. (tdf#88821) [Jan Holesovsky]
  • set the search toolbar so it doesn't move around wrt table/numbering toolbars [Caolán McNamara]
  • sfx2: fix showing PDF signatures [Miklos Vajna]
  • sfx2: introduce a new .uno:SignPDF [Miklos Vajna]
  • sfx2: let .uno:SignPDF add a matching button to the infobar [Miklos Vajna]
  • sfx2: let .uno:SignPDF result in a custom infobar text [Miklos Vajna]
  • sfx2: let .uno:SignPDF result in a warning before editing the doc [Miklos Vajna]
  • sfx2: Metadata has no need for cryptographic randomness [Michael Stahl]
  • SfxSlotInfo is unused [Caolán McNamara]
  • shift the upright glyphs like old code (tdf#103784) [Khaled Hosny]
  • sigh, then you can't shrink manually past size request [Caolán McNamara]
  • sign also the xd:SignedProperties [Tor Lillqvist]
  • silence -Werror,-Wlogical-op-parentheses [Stephan Bergmann]
  • silence false positive warnings in non DBG_UTIL builds [Jochen Nitschke]
  • silence warning [Maxim Monastirsky]
  • SimpleWinLayout::LayoutText only advance position for actual glyphs. (tdf#43740) [Mark Hung]
  • simplify code further [Stephan Bergmann]
  • simplify CommonSalLayout constructor on Windows [Khaled Hosny]
  • simplify loop to O(n) [Jochen Nitschke]
  • simplify mark points and gluepoints management [Caolán McNamara]
  • simplify this code. [Tamás Zolnai]
  • simplify vertical text drawing on macOS [Khaled Hosny]
  • simplify, its just a vector of colors [Caolán McNamara]
  • skip font formats not supported by CommonSalLayout [Khaled Hosny]
  • small housekeeping: merged two if's with same result into one [Mike Kaganski]
  • soffice.sh: can't hurt to force system allocator for massif [Michael Stahl]
  • solenv: don't run make with LD_LIBRARY_PATH set [Michael Stahl]
  • solenv: fix Windows build [Miklos Vajna]
  • solenv: force gbuildtoide test to use the same "make" as the caller [Michael Stahl]
  • some clean-up [Stephan Bergmann]
  • some small simplifications to decompose methods [Noel Grandin]
  • sorry, could not resist: Bin pointless variables [Tor Lillqvist]
  • sort error result between text and empty cell (tdf#96475) [Eike Rathke]
  • sort lines lexicographically [Stephan Bergmann]
  • sot: fix loplugin:cppunitassertequals warnings [Miklos Vajna]
  • spelling mutext->mutex [Noel Grandin]
  • split cui screenshot test in manageable pieces [Norbert Thiebaud]
  • split MSCodec_Std97 into a baseclass MSCodec97 [Caolán McNamara]
  • split sw screenshots test [Norbert Thiebaud]
  • split the creation of SfxStyleFamilies into a method [Caolán McNamara]
  • spurious whitespace at end of line [Stephan Bergmann]
  • standardize color palette using mathematically generated colors (tdf#80196) [Owen Genat]
  • standardized color palette normalized by graytone (tdf#80196) [vsfoote]
  • starmath: fix loplugin:cppunitassertequals warnings [Miklos Vajna]
  • starmath: Prefix member of SmBlankNode [Takeshi Abe]
  • starmath: Prefix members of SmNodeMatrix [Takeshi Abe]
  • starmath: Remove unnecessary overriding [Takeshi Abe]
  • start with a defined state [David Tardon]
  • stop listening to objects going out-of-focus. (tdf#71409) [Kohei Yoshida]
  • straighten weirdo exception message, inserting a comma and a blank helps.. [Eike Rathke]
  • strange OUString null check [Stephan Bergmann]
  • strip down to the used pieces [Caolán McNamara]
  • strip now obsolete comment part [Eike Rathke]
  • style fix for cppcheck duplicateBreak [Jochen Nitschke]
  • style fix for cppcheck redundantCondition [Jochen Nitschke]
  • style fixes for cppcheck noExplicitConstructor [Jochen Nitschke]
  • sub menus no longer need manual disposing (tdf#101169) [Maxim Monastirsky]
  • support SVG icon theme, disk cache and scaling / darken (tdf#92248, tdf#51733) [Tomaž Vajngerl]
  • support unfocused float window inside a focused float window [Caolán McNamara]
  • surpress automatic scaling / conversion for document shadow [Tomaž Vajngerl]
  • surround widebslash's placeholders with braces (tdf#102007) [Takeshi Abe]
  • svl: assert SfxPoolItem::operator== [Michael Stahl]
  • svl: change SfxPoolItem ref-count to sal_uInt32 [Michael Stahl]
  • svl: more SfxPoolItem asserts [Michael Stahl]
  • svl: SfxPoolItem reference counting assertions [Michael Stahl]
  • svl: the compiler can generate the same SfxGrabBagItem copy ctor itself [Miklos Vajna]
  • SvTreeListBox cannot be loaded from .src now [Caolán McNamara]
  • svx: add missing ~CONVERT_TWIPS mask in SvxPageItem::PutValue() [Miklos Vajna]
  • svx: assert SfxPoolItem::operator== [Michael Stahl]
  • svx: prevent customshape handles go far away when adjusting. [Mark Hung]
  • svx: use RefR and RefAngle for polar handles. (tdf#100733) [Mark Hung]
  • SvxBrushItem::GetGraphicLink no longer returns a pointer [Stephan Bergmann]
  • SvxShadowTabPage::Construct was removed [Caolán McNamara]
  • sw redline tooltip: show seconds (tdf#102308) [Miklos Vajna]
  • sw: Avoid inheritance from std::vector [Takeshi Abe]
  • sw: bookmark names don't need cryptographic randomness [Michael Stahl]
  • sw: clean up redundant get() calls on smart poi

New in LibreOffice 5.2.3.3 Fresh (Nov 3, 2016)

  • quickfix: Automatic selection of Oracle Java runtime on Windows

New in LibreOffice 5.3.0.0 Alpha 1 Fresh (Oct 31, 2016)

  • bccu#1307 lool- stop colors for background gradient was wrong [Marco Cecchetti]
  • bccu#1610 sc lok Tiles not rendering in large spreadsheets [Ashod Nakashian]
  • bccu#1781 revert "Impress/Comments - selection not updated on delete" [Ashod Nakashian, Caolán McNamara, Andras Timar]
  • bccu#1800 fix bogus loops in slide animations and transitions [Andras Timar]
  • bccu#1843 calc copy/paste chart tile invalidation problem [Ashod Nakashian]
  • bccu#1851 CTRL+A in Writer comments shows selection at top-left corner [Ashod Nakashian]
  • bccu#1870 added support for rotate attribute [Marco Cecchetti]
  • bccu#1893 [PERFORMANCE] .uno:ViewRowColumnHeaders too slow [Ashod Nakashian]
  • bccu#1900 added support for discrete activities [Marco Cecchetti]
  • bccu#1910 better handling of not supported animation nodes. [Marco Cecchetti]
  • bnc#737190 put the rest of missing validity tips into the other grids [Caolán McNamara]
  • bnc#766487 additional docx testcase [Justin Luth]
  • bnc#780843 revert part of docx testcase [Justin Luth]
  • bnc#957991 improve pivot cache reading performance [Tamás Zolnai]
  • cid#1362511 concurrent data access violation [Stephan Bergmann]
  • cid#1371124 try silence ("Operands don't affect result") [Stephan Bergmann]
  • cid#1371142 move semantics for css::uno::WeakReferenceHelper [Stephan Bergmann]
  • cid#1371144 missing move assignment operator [Noel Grandin]
  • cid#1371154 missing move assignment operator [Noel Grandin]
  • cid#1371160 missing move assignment operator [Noel Grandin]
  • cid#1371162 etc.: Move semantics for cppumaker-generated UNO exception classes [Stephan Bergmann]
  • cid#1371163 missing move assignment operator [Noel Grandin]
  • cid#1371168 missing move assignment operator [Noel Grandin]
  • cid#1371170 missing move assignment operator [Noel Grandin]
  • cid#1371171 missing move assignment operator [Noel Grandin]
  • cid#1371173 missing move assignment operator [Noel Grandin]
  • cid#1371176 missing move assignment operator [Noel Grandin]
  • cid#1371179 missing move assignment operator [Noel Grandin]
  • cid#1371187 missing move assignment operator [Noel Grandin]
  • cid#1371188 missing move assignment operator [Noel Grandin]
  • cid#1371195 replace PageHolder with shared_ptr [Stephan Bergmann]
  • cid#1371196 add move semantics [Stephan Bergmann]
  • cid#1371206 missing move assignment operator [Noel Grandin]
  • cid#1371208 missing move assignment operator [Noel Grandin]
  • cid#1371209 missing move assignment operator [Noel Grandin]
  • cid#1371216 missing move assignment operator [Noel Grandin]
  • cid#1371221 missing move assignment operator [Noel Grandin]
  • cid#1371223 missing move assignment operator [Noel Grandin]
  • cid#1371226 missing move assignment operator [Noel Grandin]
  • cid#1371230 missing move assignment operator [Noel Grandin]
  • cid#1371232 add move semantics [Stephan Bergmann]
  • cid#1371234 missing move assignment operator [Noel Grandin]
  • cid#1371235 missing move assignment operator [Noel Grandin]
  • cid#1371241 missing move assignment operator [Noel Grandin]
  • cid#1371245 add move semantics [Stephan Bergmann]
  • cid#1371249 missing move assignment operator [Noel Grandin]
  • cid#1371250 missing move assignment operator [Noel Grandin]
  • cid#1371252 add move semantics [Stephan Bergmann]
  • cid#1371253 missing move assignment operator [Noel Grandin]
  • cid#1371256 missing move assignment operator [Noel Grandin]
  • cid#1371257 missing move assignment operator [Noel Grandin]
  • cid#1371258 missing move assignment operator [Noel Grandin]
  • cid#1371266 missing move assignment operator [Noel Grandin]
  • cid#1371276 missing move assignment operator [Noel Grandin]
  • cid#1371277 missing move assignment operator [Noel Grandin]
  • cid#1371281 missing move assignment operator [Noel Grandin]
  • cid#1371284 missing move assignment operator [Noel Grandin]
  • cid#1371285 missing move assignment operator [Noel Grandin]
  • cid#1371287 improve code to not depend on missing move assignment [Stephan Bergmann]
  • cid#1371288 missing move assignment operator [Noel Grandin]
  • cid#1371289 work around missing OUStringBuffer move semantics [Stephan Bergmann]
  • cid#1371291 add move semantics [Stephan Bergmann]
  • cid#1371304 add move semantics [Stephan Bergmann]
  • cid#1371306 add move semantics [Stephan Bergmann]
  • cid#1371307 move semantics for BinaryAny [Stephan Bergmann]
  • cid#1371309 missing move assignment operator [Noel Grandin]
  • cid#1371314 add move semantics [Stephan Bergmann]
  • cid#1371315 fix move operator= and add move constructors [Noel Grandin]
  • cid#1371320 fix move operator= and add move constructors [Noel Grandin]
  • cid#1371326 misused comma operator [Noel Grandin]
  • cid#1371328 misused comma operator [Noel Grandin]
  • cid#1371329 misused comma operator [Noel Grandin]
  • cid#1371331 misused comma operator [Noel Grandin]
  • cid#1371332 misused comma operator [Noel Grandin]
  • cid#1371333 misused comma operator [Noel Grandin]
  • cid#1371335 misused comma operator [Noel Grandin]
  • cid#1371336 misused comma operator [Noel Grandin]
  • cid#1371770 uncaught exception [Stephan Bergmann]
  • cid#1371771 uncaught exception [Stephan Bergmann]
  • cid#1372878 modulo by zero [Norbert Thiebaud]
  • cid#1373353 uninitialized members [Miklos Vajna]
  • cid#1374074 uncaught exception [Miklos Vajna]
  • cid#1374075 uncaught exception [Miklos Vajna]
  • cid#1374076 uncaught exception [Miklos Vajna]
  • cide#1371212 replace PageHolder with shared_ptr [Stephan Bergmann]
  • coverity#1027278 silence Unchecked return value [Caolán McNamara]
  • coverity#1027717 mixing enum types [Caolán McNamara]
  • coverity#1093229 dereference null return value [Caolán McNamara]
  • coverity#1202784 division or modulo by zero [Caolán McNamara]
  • coverity#1242829 uninitialized scalar field [Caolán McNamara]
  • coverity#1326473 resource leak on an exceptional path [Caolán McNamara]
  • coverity#1354270 uninitialized scalar field [Caolán McNamara]
  • coverity#1362019 uninitialized scalar variable [Caolán McNamara]
  • coverity#1362173 dereference after null check [Caolán McNamara]
  • coverity#1362175 uninitialized scalar field [Caolán McNamara]
  • coverity#1362478 null pointer dereferences must not happen [Takeshi Abe, Caolán McNamara]
  • coverity#1362479 explicit null dereferenced [Caolán McNamara]
  • coverity#1362480 explicit null dereferenced [Caolán McNamara]
  • coverity#1362481 explicit null dereferenced [Caolán McNamara]
  • coverity#1362482 explicit null dereferenced [Caolán McNamara]
  • coverity#1362483 explicit null dereferenced [Caolán McNamara]
  • coverity#1362484 dereference after null check [Caolán McNamara]
  • coverity#1362485 explicit null dereferenced [Caolán McNamara]
  • coverity#1362486 unchecked dynamic_cast [Caolán McNamara]
  • coverity#1362676 dereference after null check [Caolán McNamara]
  • coverity#1362677 unchecked dynamic_cast [Caolán McNamara]
  • coverity#1362678 dereference after null check [Caolán McNamara]
  • coverity#1362679 revert "try and tell coverty these are non-null by restoring..." [Caolán McNamara]
  • coverity#1362680 pointer to local outside scope [Caolán McNamara, Stephan Bergmann]
  • coverity#1362681 untrusted loop bound [Caolán McNamara]
  • coverity#1362682 untrusted loop bound [Caolán McNamara]
  • coverity#1362684 uninitialized scalar variable (UNINIT) [Eike Rathke]
  • coverity#1362685 uninitialized scalar variable (UNINIT) [Eike Rathke]
  • coverity#1362686 uninitialized scalar variable [Caolán McNamara]
  • coverity#1362687 uninitialized pointer field [Caolán McNamara]
  • coverity#1362688 uninitialized pointer field [Caolán McNamara]
  • coverity#1362777 explicit null dereferenced [Caolán McNamara]
  • coverity#1371115 unchecked return value [Caolán McNamara]
  • coverity#1371116 unchecked return value [Caolán McNamara]
  • coverity#1371117 unchecked return value [Caolán McNamara]
  • coverity#1371118 unchecked return value [Caolán McNamara]
  • coverity#1371119 unchecked return value [Caolán McNamara]
  • coverity#1371120 unchecked return value [Caolán McNamara]
  • coverity#1371121 unchecked return value [Caolán McNamara]
  • coverity#1371122 unchecked return value [Caolán McNamara]
  • coverity#1371123 unchecked return value [Caolán McNamara]
  • coverity#1371125 copy-paste error [Caolán McNamara]
  • coverity#1371126 logically dead code [Caolán McNamara]
  • coverity#1371127 logically dead code [Caolán McNamara]
  • coverity#1371129 'Constant' variable guards dead code [Caolán McNamara]
  • coverity#1371130 'Constant' variable guards dead code [Caolán McNamara]
  • coverity#1371131 dereference after null check [Caolán McNamara]
  • coverity#1371132 unchecked dynamic_cast [Caolán McNamara]
  • coverity#1371133 dereference after null check [Caolán McNamara]
  • coverity#1371135 this is surely all wrong [Caolán McNamara]
  • coverity#1371136 explicit null dereferenced [Caolán McNamara]
  • coverity#1371145 missing move assignment operator [Caolán McNamara]
  • coverity#1371147 avoid Missing move assignment operator [Caolán McNamara]
  • coverity#1371150 missing move assignment operator [Caolán McNamara]
  • coverity#1371151 rearrange code to avoid assignment [Caolán McNamara]
  • coverity#1371156 missing move assignment operator [Caolán McNamara]
  • coverity#1371159 missing move assignment operator [Caolán McNamara]
  • coverity#1371161 avoid Missing move assignment operator [Caolán McNamara]
  • coverity#1371164 missing move assignment operator [Caolán McNamara]
  • coverity#1371166 avoid Missing move assignment operator [Caolán McNamara]
  • coverity#1371167 missing move assignment operator [Caolán McNamara]
  • coverity#1371177 avoid Missing move assignment operator [Caolán McNamara]
  • coverity#1371178 missing move assignment operator [Caolán McNamara]
  • coverity#1371190 missing move assignment operator [Caolán McNamara]
  • coverity#1371191 missing move assignment operator [Caolán McNamara]
  • coverity#1371197 the compiler defaults should be sufficient here [Caolán McNamara]
  • coverity#1371204 silence Missing move assignment operator [Caolán McNamara]
  • coverity#1371210 silence Missing move assignment operator [Caolán McNamara]
  • coverity#1371211 avoid unnecessary copies [Caolán McNamara]
  • coverity#1371213 missing move assignment operator [Caolán McNamara]
  • coverity#1371215 missing move assignment operator [Caolán McNamara]
  • coverity#1371219 missing move assignment operator [Caolán McNamara]
  • coverity#1371228 mixing enum types [Caolán McNamara]
  • coverity#1371240 missing move assignment operator [Caolán McNamara]
  • coverity#1371242 mixing enum types [Caolán McNamara]
  • coverity#1371244 missing move assignment operator [Caolán McNamara]
  • coverity#1371264 avoid Missing move assignment operator [Caolán McNamara]
  • coverity#1371269 rework for Missing move assignment operator [Caolán McNamara]
  • coverity#1371270 missing move assignment operator [Caolán McNamara]
  • coverity#1371280 mixing enum types [Caolán McNamara]
  • coverity#1371281 missing move assignment operator [Caolán McNamara]
  • coverity#1371295 rework to avoid Missing move assignment operator [Caolán McNamara]
  • coverity#1371300 missing move assignment operator [Caolán McNamara]
  • coverity#1371301 missing move assignment operator [Caolán McNamara]
  • coverity#1371302 missing move assignment operator [Caolán McNamara]
  • coverity#1371310 mixing enum types [Caolán McNamara]
  • coverity#1371311 default assign is good enough [Caolán McNamara]
  • coverity#1371316 silence operator= is equal to default, so unnecessary [Caolán McNamara]
  • coverity#1371317 avoid unnecessary copies [Caolán McNamara]
  • coverity#1371321 use std::unique_ptr and remove custom dtor for [Caolán McNamara]
  • coverity#1371323 missing move assignment operator [Caolán McNamara]
  • coverity#1371325 missing move assignment operator [Caolán McNamara]
  • coverity#1371326 experiment with renaming for bogus Misused comma operator [Caolán McNamara]
  • coverity#1371327 why use 'this' [Caolán McNamara]
  • coverity#1371328 rename variable slightly [Caolán McNamara]
  • coverity#1371331 rework code a little [Caolán McNamara]
  • coverity#1371335 self assignment [Caolán McNamara]
  • coverity#1371336 what is triggering this false positive [Caolán McNamara]
  • coverity#1371337 dereference null return value [Caolán McNamara]
  • coverity#1371338 dereference null return value [Caolán McNamara]
  • coverity#1371339 dereference null return value [Caolán McNamara]
  • coverity#1371341 illegal address computation [Caolán McNamara]
  • coverity#1371342 silence Illegal address computation [Caolán McNamara]
  • coverity#1371343 silence Illegal address computation [Caolán McNamara]
  • coverity#1371345 silence Illegal address computation [Caolán McNamara]
  • coverity#1371352 illegal address computation [Caolán McNamara]
  • coverity#1371353 illegal address computation [Caolán McNamara]
  • coverity#1371366 resource leak on an exceptional path [Caolán McNamara]
  • coverity#1371367 resource leak on an exceptional path [Caolán McNamara]
  • coverity#1371368 resource leak [Caolán McNamara]
  • coverity#1371369 resource leak [Caolán McNamara]
  • coverity#1371370 resource leak [Caolán McNamara]
  • coverity#1371371 resource leak [Caolán McNamara]
  • coverity#1371372 revert "Resource leak on an exceptional path" [Caolán McNamara]
  • coverity#1371373 resource leak [Caolán McNamara]
  • coverity#1371374 resource leak [Caolán McNamara]
  • coverity#1371375 resource leak [Caolán McNamara]
  • coverity#1371376 resource leak on an exceptional path [Caolán McNamara]
  • coverity#1371377 resource leak [Caolán McNamara]
  • coverity#1371379 resource leak on an exceptional path [Caolán McNamara]
  • coverity#1371380 resource leak on an exceptional path [Caolán McNamara]
  • coverity#1371381 dereference before null check [Caolán McNamara]
  • coverity#1371437 uncaught exception [Caolán McNamara]
  • coverity#1371438 uncaught exception [Caolán McNamara]
  • coverity#1371439 uncaught exception [Caolán McNamara]
  • coverity#1371440 uncaught exception [Caolán McNamara]
  • coverity#1371441 uninitialized scalar field [Caolán McNamara]
  • coverity#1371443 uninitialized scalar field [Caolán McNamara]
  • coverity#1371444 uninitialized scalar field [Caolán McNamara]
  • coverity#1371445 uninitialized scalar field [Caolán McNamara]
  • coverity#1371447 uninitialized scalar field [Caolán McNamara]
  • coverity#1371448 uninitialized pointer field [Caolán McNamara]
  • coverity#1371449 uninitialized scalar field [Caolán McNamara]
  • coverity#1371450 uninitialized scalar field [Caolán McNamara]
  • coverity#1371451 useless call [Caolán McNamara]
  • coverity#1371452 wrapper object use after free [Caolán McNamara]
  • coverity#1371453 try silence Wrapper object use after free [Caolán McNamara]
  • coverity#1371454 DE: Dropped or ignored exception [Caolán McNamara]
  • coverity#1371619 uncaught exception [Caolán McNamara]
  • coverity#1371620 uncaught exception [Caolán McNamara]
  • coverity#1371621 uncaught exception [Caolán McNamara]
  • coverity#1371622 uninitialized scalar field [Caolán McNamara]
  • coverity#1371769 'Constant' variable guards dead code [Caolán McNamara]
  • coverity#1372376 assert can't have Division or modulo by zero [Caolán McNamara]
  • coverity#1372378 dereference null return value [Caolán McNamara]
  • coverity#1372379 this can be a real assert cause we deref it afterwards [Caolán McNamara]
  • coverity#1372380 uncaught exception [Caolán McNamara]
  • coverity#1372381 uncaught exception [Caolán McNamara]
  • coverity#1372382 uncaught exception [Caolán McNamara]
  • coverity#1372383 uncaught exception [Caolán McNamara]
  • coverity#1372384 uncaught exception [Caolán McNamara]
  • coverity#1372385 uncaught exception [Caolán McNamara]
  • coverity#1372386 uncaught exception [Caolán McNamara]
  • coverity#1372387 uncaught exception [Caolán McNamara]
  • coverity#1372388 uncaught exception [Caolán McNamara]
  • coverity#1372389 uncaught exception [Caolán McNamara]
  • coverity#1372390 uncaught exception [Caolán McNamara]
  • coverity#1372391 uncaught exception [Caolán McNamara]
  • coverity#1372392 uncaught exception [Caolán McNamara]
  • coverity#1372393 uncaught exception [Caolán McNamara]
  • coverity#1372395 uncaught exception [Caolán McNamara]
  • coverity#1372396 uncaught exception [Caolán McNamara]
  • coverity#1372397 uncaught exception [Caolán McNamara]
  • coverity#1372398 uncaught exception [Caolán McNamara]
  • coverity#1372400 uncaught exception [Caolán McNamara]
  • coverity#1372401 uncaught exception [Caolán McNamara]
  • coverity#1372402 uncaught exception [Caolán McNamara]
  • coverity#1372403 uncaught exception [Caolán McNamara]
  • coverity#1372404 uncaught exception [Caolán McNamara]
  • coverity#1372405 uncaught exception [Caolán McNamara]
  • coverity#1372406 uncaught exception [Caolán McNamara]
  • coverity#1372442 unchecked return value [Caolán McNamara]
  • coverity#1372443 unchecked return value [Caolán McNamara]
  • coverity#1372444 dereference after null check [Caolán McNamara]
  • coverity#1372445 uncaught exception [Caolán McNamara]
  • coverity#1372446 uncaught exception [Caolán McNamara]
  • coverity#1372877 I'm guessing this is what might have been the intent [Caolán McNamara]
  • coverity#1372879 integer overflowed argument [Caolán McNamara]
  • coverity#1372990 xmloff: use unique_ptr for RewindMaps [Michael Stahl]
  • coverity#1373351 make SetTabRows the same as SetTabCols [Caolán McNamara]
  • coverity#1373353 uninitialized scalar field [Caolán McNamara]
  • coverity#1373358 unchecked dynamic_cast [Caolán McNamara]
  • coverity#1373423 uninitialized scalar field [Caolán McNamara]
  • coverity#1373441 side effect in assertion [Caolán McNamara]
  • coverity#1373442 uninitialized scalar field [Caolán McNamara]
  • coverity#1373513 uninitialized scalar field [Caolán McNamara]
  • coverity#1373663 consider backupfilehelper byte twiddling as untainted [Caolán McNamara]
  • coverity#1373664 uninitialized scalar field [Caolán McNamara]
  • coverity#1373665 useless call [Caolán McNamara]
  • coverity#704000 silence Unchecked return value [Caolán McNamara]
  • coverity#704161 resource leak in object [Caolán McNamara]
  • coverity#705366 mixing enum types [Caolán McNamara]
  • coverity#705367 mixing enum types [Caolán McNamara]
  • coverity#705371 mixing enum types [Caolán McNamara]
  • coverity#982694 mixing enum types [Caolán McNamara]
  • deb#826654 scale gtk3 smooth scaling events... [Caolán McNamara]
  • deb#837356 gtk 3.21 emits a lot more "style-set" signals [Caolán McNamara]
  • fdo#32869 remove dead resource name, related to [Jochen Nitschke]
  • fdo#34319 logically dead code [Caolán McNamara]
  • fdo#36851 put the rest of missing validity tips into the other grids [Caolán McNamara]
  • fdo#38913 revert "Prevent invalid parameter handler crashes" [Stephan Bergmann]
  • fdo#42122 writeFile honors ntfs symlinks as it turns out [Caolán McNamara]
  • fdo#54938 writer cannot save 3d shape inserted from draw [Caolán McNamara]
  • fdo#60740 export correct locale attribution, not just country [Eike Rathke]
  • fdo#66420 writeFile honors ntfs symlinks as it turns out [Caolán McNamara]
  • fdo#74271 use full absolute URL in footer-contain-hyperlink.docx [Stephan Bergmann]
  • fdo#82577 fix accidental vcl::Region->Region [Noel Grandin]
  • fdo#83067 revert "also volatile cells need to listen to all refe"... [Eike Rathke]
  • gcc#22482 remove obsolete HAVE_GCC_VISIBILITY_FEATURE check [Stephan Bergmann]
  • gnome#768177 identify that we own the selection with a unique target [Caolán McNamara]
  • i#105958 SOCKET_USE_AUTODIAL is dead code [Stephan Bergmann]
  • i#112307 bad cast from SanExtensionImpl to CertificateExtension_XmlSecImpl [Stephan Bergmann]
  • i#114963 enable IPC before OpenClients to allow client connections when printing. [Andrea Pescetti]
  • i#119612 logically dead code [Caolán McNamara]
  • i#120498 unable to undo stylesheet changes in master... [Caolán McNamara]
  • i#124867 jpg options shows initially wrong estimated file size [Damjan Jovanovic]
  • i#20264 fix mis-merge in comment [Stephan Bergmann]
  • i#30554 sw: remove unused DbgRect [Miklos Vajna]
  • i#43302 merge SdrPageView::IsObjSelectable and SdrPageView::IsObjMarkable [Jochen Nitschke]
  • i#43920 don't swallow exceptions in DBG_UTIL mode [Stephan Bergmann]
  • i#76955 some hidden text not imported as hidden correctly [Caolán McNamara]
  • i#87219 identify boolean element type at least for inline arrays [Eike Rathke]
  • i#88687 remove duplicate line [Stephan Bergmann]
  • i#96720 FilePicker: setDefaultName... [Damjan Jovanovic]
  • rbhz#1326602 don't clear XATTR_FILL* from stylesheet if... [Caolán McNamara]
  • rdm#1983 (part) links to Askbot in the Help menu [Olivier Hallot]
  • rhbz#100713 [RFE] publishing errata with multiple versions of the same package (for different releases) into cloaned channels does not work! [Caolán McNamara]
  • rhbz#1065807 [fix available] Usability - libreoffice does not search XDG defined "Templates" directory [Caolán McNamara, Stephan Bergmann]
  • rhbz#1326304 [wayland][gtk3] pasting data that external apps put into the clipboard stops to work once I copy something into the clipboard with libreoffice itself [Caolán McNamara]
  • rhbz#1343766 these fixes aren't needed after all. [Caolán McNamara]
  • rhbz#1344042 LibreOffice Writer mouse wheel scrolling doesn't scroll far enough on each wheel event [Caolán McNamara]
  • rhbz#1349501 [kde][gtk3] Mouse wheel doesn't work in an LibreOffice application after upgrade from FC23 to FC24 with GDK_CORE_DEVICE_EVENTS=1 and auto-activation on mouse-over [Caolán McNamara]
  • rhbz#1350478 copying & pasting text within writer resets the paragraph style to "Default style" [Caolán McNamara]
  • rhbz#1351224 [Gtk3] [Wayland] Libreoffice exits with "Error 71 (Protocol error) dispatching to Wayland display." when activating menu while "help tip" is shown [Caolán McNamara]
  • rhbz#1351369 Reproducible crash in LibreOffice GTK3 VCL plug-in [Caolán McNamara]
  • rhbz#1352965 Infinite recursion in GTK3 clipboard handling [Caolán McNamara]
  • rhbz#1353069 background bitmap image disappeared when I copy slide and paste in same odp and different odp file [Caolán McNamara]
  • rhbz#1362451 Impress consistently crashing on cut/copy and paste [Caolán McNamara]
  • rhbz#1366710 Use lib64 on 64-bit MIPS [Caolán McNamara]
  • rhbz#1373933 object selection and edit freezes libreoffice for several seconds [Caolán McNamara]
  • rhbz#1378521 csv dialog a11y returns a new accessible on every query [Caolán McNamara]
  • rhbz#1382401 The web browser preview shows garbled values for Emojis in case of libreoffice calc and impress. [Stephan Bergmann]
  • rhbz#162935 ooimpress-creating presentation using wizard crashes in M_reclaim_block [Stephan Bergmann]
  • rhbz#637738 [abrt] using neon not-thread safe (through no fault of its own) [Giuseppe Castagno]
  • rhbz#907933 Writer crashes when trying to delete cell from a table [Caolán McNamara]
  • tdf#100002 MM: directly try filename from column [Jan-Marek Glogowski]
  • tdf#100015 (related) New image locations in Math help [Gabor Kelemen]
  • tdf#100019 updated core [Aron Budea]
  • tdf#100046 add test data from related [Eike Rathke]
  • tdf#100052 add insert before/after to sd table context menu [Samuel Mehrbrodt]
  • tdf#100068 initial implementation of ScreenshotId [Katarina Behrens]
  • tdf#100121 assertion failed in Area fill of a text box inside a chart [Rishabh Kumar]
  • tdf#100123 prefer notation priority in detecting range/address [Caolán McNamara]
  • tdf#100148 use the selected font for the edit area [Caolán McNamara]
  • tdf#100153 modify noSmoking shape [Zhengqiang Wang]
  • tdf#100159 remove (harmless) duplicate call [Tor Lillqvist]
  • tdf#100160 changing OpenCL state doesn't update sheet [Marco Cecchetti]
  • tdf#100179 correct cell merging in pptx. [Mark Hung]
  • tdf#100180 band-aid fix for non-editable chart sidebar [Katarina Behrens]
  • tdf#100184 fix the lifecycle of a texture in an atlas [Tomaž Vajngerl]
  • tdf#100195 enable Keyboard Navigation in Template Manager and Start Center [Akshay Deep]
  • tdf#100222 show the dialog just once even if both toggles were changed [Tor Lillqvist]
  • tdf#100251 gtk3 toolbar separators are white in Adwaita [Caolán McNamara]
  • tdf#100257 data : XML Source does not work [Noel Grandin]
  • tdf#100269 sd xml dump: expose layout of table shapes [Miklos Vajna]
  • tdf#100286 fix deactivate flags [Maxim Monastirsky]
  • tdf#100302 gbuild: always use $(LFS_CFLAGS) [Michael Stahl]
  • tdf#100340 make compress graphic dialog less wide [Yousuf Philips, Caolán McNamara]
  • tdf#100343 refresh ValueSets after changing their value [Katarina Behrens]
  • tdf#100347 fix Outline export into XLSX format [Bartosz Kosiorek]
  • tdf#100352 dutch example.xml - file added too.. - [Adolfo Jayme Barrientos, Cor Nouws, Laurent Balland-Poirier]
  • tdf#100353 describe fourth argument of NETWORKDAYS function [Stanislav Horacek]
  • tdf#100393 add test for [Markus Mohrhard]
  • tdf#100411 start the flush timer when batching (PostBatchDraw) [Tomaž Vajngerl]
  • tdf#100413 use same default values for preview string and format list [Laurent Balland-Poirier]
  • tdf#100421 crash in a11y on load of source odt [Caolán McNamara]
  • tdf#100429 resolve: gtk3: set custom icons in native gtk menus [Caolán McNamara]
  • tdf#100440 check mode to be 0 or 1 for MONTHS(), YEARS() and WEEKS() [Eike Rathke]
  • tdf#100441 fix listbox state in master vs. normal mode [Katarina Behrens]
  • tdf#100442 use unordered_set for GraphicManager's maObjList [Aron Budea]
  • tdf#100443 don't use deprecated gtk keysym defines [Caolán McNamara]
  • tdf#100445 updated core [Adolfo Jayme Barrientos]
  • tdf#100446 fix compatibilty issues with Excel. [Winfried Donkers]
  • tdf#100452 class Date full (BCE,CE) proleptic Gregorian calendar [Eike Rathke]
  • tdf#100458 don't forcefully change cell type [Jan-Marek Glogowski]
  • tdf#100460 queryContentCells doesn't count annotations... [Caolán McNamara]
  • tdf#100478 updated core [Adolfo Jayme Barrientos]
  • tdf#100496 accept year basis 2 for AMORDEGRC and AMORLINC. [Winfried Donkers]
  • tdf#100523 add constraints for AMORDEGRC function. [Winfried Donkers]
  • tdf#100528 add constraints for AMORLINC function [Winfried Donkers]
  • tdf#100547 start Trendline equation: customize X, Y names [Laurent Balland-Poirier]
  • tdf#100562 add constraints for function DB [Winfried Donkers]
  • tdf#100573 try a different approach to solving [Caolán McNamara]
  • tdf#100574 crash when selecting and applying border style... [Caolán McNamara]
  • tdf#100592 add extra number formats for fraction [Laurent Balland-Poirier]
  • tdf#100594 add qa unit test [Laurent Balland-Poirier]
  • tdf#100619 vclptr assert with menu set to menubutton [Caolán McNamara]
  • tdf#100632 naming consistency [Caolán McNamara]
  • tdf#100637 re-enable unit test for nested array IF with scalar [Eike Rathke]
  • tdf#100641 add an isPODF() block to ScCompiler::IsOpCode(), related [Eike Rathke]
  • tdf#100646 make correct use argument PartType in financial functions. [Winfried Donkers]
  • tdf#100660 starting document from a template crashes LibreOffice [Akshay Deep]
  • tdf#100692 crash in sidebar on deleting image from writer [Caolán McNamara]
  • tdf#100709 add unit test [Maarten Bosmans]
  • tdf#100713 fix more recent bug to try and see older bug... [Caolán McNamara]
  • tdf#100726 improve readability of OUString concatenation in basic module [Asela Dasanayaka, e12346, Rosen, Arnold Dumas, Chamal, nadith, Gökhan Gurbetoğlu]
  • tdf#100728 crash when area dialog is opened [Rishabh Kumar]
  • tdf#100729 ODDLYIELD : apply constraints in compliance with ODFF1.2 [Winfried Donkers]
  • tdf#100754 add qa unit test [Laurent Balland-Poirier]
  • tdf#100755 allow '0' for denominator symbol [Laurent Balland-Poirier]
  • tdf#100759 pass empty Any for omitted missing argument to Add-In functions [Eike Rathke]
  • tdf#100762 add support for array arguments to NPV. [Winfried Donkers]
  • tdf#100766 redemption argument must be >0 now, follow-up [Eike Rathke]
  • tdf#100767 make MIRR compliant with ODFF1.2 [Winfried Donkers]
  • tdf#100768 accept empty missing argument also for first parameter [Eike Rathke]
  • tdf#100782 have XPropertyList hold unique_ptr [Jochen Nitschke]
  • tdf#100783 avoid infinite recursion in Content::getObject() [Mike Kaganski]
  • tdf#100793 rework transfer of data between cond format dlgs [Markus Mohrhard]
  • tdf#100795 SAL_MIN_INT32 32bit overflows on finding min limit [Caolán McNamara]
  • tdf#100811 add extra conversion units to ODFF function CONVERT [Winfried Donkers]
  • tdf#100823 crash during PopupMenu dtor [Caolán McNamara]
  • tdf#100829 menu's dispose needs non-zero ref count, [Markus Mohrhard]
  • tdf#100830 drawingML import: handle [Miklos Vajna, lbenes]
  • tdf#100834 extend ODF for integer/fraction delimiter [Laurent Balland-Poirier]
  • tdf#100837 honor LibreOffice command line arguments for Office URIs [Mike Kaganski]
  • tdf#100841 use Popover instead of Tooltip for the fill series hint [Caolán McNamara]
  • tdf#100842 qa unit test [Laurent Balland-Poirier]
  • tdf#100843 LCM_EXCEL2003 fix incorrect handling of non-integer values. [Winfried Donkers]
  • tdf#100847 also external svEmptyCell is 0 in numeric context [Eike Rathke]
  • tdf#100852 update miBroadcasterPos before copying it, related [Eike Rathke]
  • tdf#100861 replace all doesn't work [Caolán McNamara]
  • tdf#100866 don't let exception pass connectivity::release [Stephan Bergmann]
  • tdf#100870 no range based for loop when container is modified, [Markus Mohrhard]
  • tdf#100883 opencl impls. that use SEH are still bad. [Michael Meeks]
  • tdf#100886 show Default ShapesPanel when Shape is selected [Susobhan Ghosh]
  • tdf#100896 crash in hyperlink dialog [Caolán McNamara]
  • tdf#100907 cannot set white background for hatching [Rishabh Kumar]
  • tdf#100913 remove tOID typedefs in ObjectHierarchy class [krishna keshav]
  • tdf#100915 draw antialiased line just for polygon outline [Tomaž Vajngerl]
  • tdf#100929 windows Installer: "ADDLOCAL=ALL" doesn't set all features [Juergen Funk]
  • tdf#100942 DejaVu fonts version 2.36 [Andras Timar]
  • tdf#100946 fix width calculation and add customWidth support (.xlsx) [Bartosz Kosiorek]
  • tdf#100962 adjust menu paths to track changes commands [Stanislav Horacek]
  • tdf#100964 singlevalfields cleanup took wrong branch [Caolán McNamara]
  • tdf#100965 restart on initialisation-time OpenCL crash [Tor Lillqvist]
  • tdf#100969 ensure proper update after model change [David Tardon]
  • tdf#100990 correct example for RATE function [Stanislav Horacek]
  • tdf#100994 use CGContextStrokePath instead [Julien Nabet]
  • tdf#101003 don't give paras in editeng accessible names [Caolán McNamara]
  • tdf#101004 crash on using slide master design from master view [Caolán McNamara]
  • tdf#101008 fix XOR rendering [Tomaž Vajngerl]
  • tdf#101011 atk needs a value for accessible-table-column-header [Caolán McNamara]
  • tdf#101022 export Greek symbol to MathML with correct mathvariant [Takeshi Abe]
  • tdf#101024 rename strings in index/table of contents dialog [Stanislav Horacek]
  • tdf#101026 create more correct replacement control vector [Armin Le Grand]
  • tdf#101058 crash on deleting certain table row [Caolán McNamara]
  • tdf#101063 get rid of the whole "Test OpenCL" functionality while at it [Tor Lillqvist]
  • tdf#101064 adjust menu path to Format - Frame and Object - Properties [Stanislav Horacek]
  • tdf#101067 put SolarMutexGuard back in again [Caolán McNamara]
  • tdf#101088 add comments about translatable elements of classification [Gabor Kelemen]
  • tdf#101089 distribute the Dutch example classification file [Gabor Kelemen]
  • tdf#101094 revert "(20) OPTIONS: Add mechanism to manage not found Web URL: HEAD" [Giuseppe Castagno]
  • tdf#101096 add qa tests for minute/month detection [Laurent Balland-Poirier]
  • tdf#101104 this paranoid safety check actually causes a bug [Markus Mohrhard]
  • tdf#101115 make save as template dialog accessible [Yousuf Philips]
  • tdf#101116 improve accessibility of template manager [Akshay Deep, Yousuf Philips]
  • tdf#101135 FILESAVE .xlsx Save XML_outlineLevelRow, XML_outlineLevelCol keys [Bartosz Kosiorek]
  • tdf#101136 dbaccess: use SolarMutex in ModelMethodGuard [Michael Stahl]
  • tdf#101137 unit test for matrix concatenation with empty elements, [Eike Rathke]
  • tdf#101141 show only template files in start center and template manager [Akshay Deep]
  • tdf#101147 improve (again) minute/month detection [Laurent Balland-Poirier, Eike Rathke]
  • tdf#101154 classification -> TSCP Classification for the toolbar name [Miklos Vajna]
  • tdf#101163 adjust menu path to changing case [Stanislav Horacek]
  • tdf#101164 sw: Insert Database Columns dialog: expect selection [Michael Stahl]
  • tdf#101166 treat argument PayType for Calc function RATE as boolean. [Winfried Donkers]
  • tdf#101168 sw: fix missing repaint on undo with multiple windows [Miklos Vajna]
  • tdf#101169 crash using column menu in base [Caolán McNamara]
  • tdf#101185 OString concatanations for efficiently coding [nadith]
  • tdf#101196 shorten description, move info into tooltip [Caolán McNamara]
  • tdf#101204 make VDB return correct results for fractional periods. [Winfried Donkers]
  • tdf#101221 VclPtr: funkiness with PopupMenu dtor before dispose [Caolán McNamara]
  • tdf#101237 SVGIO: Use black as default when parents' fill... [Xisco Fauli]
  • tdf#101245 doc(x) protected areas not protected with disabled cursor [Martin Nathansen]
  • tdf#101249 fixed crash after inserting OLE object 2 [Szymon Kłos]
  • tdf#101253 crash in gallery popup menu [Caolán McNamara]
  • tdf#101260 android: Filter in External SD doesn't work [Mert Tumer]
  • tdf#101269 cannot click/edit text inside a frame [Caolán McNamara]
  • tdf#101320 no range based for loop when container is modified, [Markus Mohrhard]
  • tdf#101343 improve accelerators in Find & Replace dialog [Stanislav Horacek]
  • tdf#101359 handle less bookmarks then expected [Jan-Marek Glogowski]
  • tdf#101363 fix precision of column width according to MS specification [Bartosz Kosiorek]
  • tdf#101382 turn SetMailMergeConfigItem into a shared_ptr [Caolán McNamara]
  • tdf#101383 don't crash is merge has no targetview on mail setup [Caolán McNamara]
  • tdf#101386 changed URL to DevBuild page [Jan Iversen]
  • tdf#101390 add Arrows toolbox functions on calc drawingbar. [Gulsah Kose]
  • tdf#101433 reset RasterOpMode on cached virtual device before reuse [Caolán McNamara]
  • tdf#101440 better rendering of tooltip in gtk2 and windows [Akshay Deep, Maxim Monastirsky]
  • tdf#101442 change "hyperlink" to "link" [Federico Bassini]
  • tdf#101462 add qa unit test [Laurent Balland-Poirier]
  • tdf#101470 don't restore last value when submenu appears [Caolán McNamara]
  • tdf#101475 adjacent cells text is still too wide [Caolán McNamara]
  • tdf#101511 don't crash is emoji data is missing [Caolán McNamara]
  • tdf#101536 sw: do load Insert Index dialog's document ReadOnly [Michael Stahl]
  • tdf#101540 add Silesian [szl-PL] to language list [Eike Rathke]
  • tdf#101541 function WORKDAY.INTL not working properly [Winfried Donkers]
  • tdf#101549 remove tooltip_markup from glade .ui files [Muhammet Kara]
  • tdf#101562 ScRefUpdate::Update() needs to flag sticky even unchanged [Eike Rathke]
  • tdf#101583 unit test for named expression reference expansion [Eike Rathke]
  • tdf#101589 MS import: set 1-row table to don't split if row is set [Justin Luth]
  • tdf#101590 cannot interact with filepicker from import category [Caolán McNamara]
  • tdf#101592 sw: track changes state is doc-specific, not view-specific [Miklos Vajna]
  • tdf#101629 revert "fix https://addons.mozilla.org/ case" [Julien Nabet]
  • tdf#101658 don't show embedded frames in Window menu [Samuel Mehrbrodt]
  • tdf#101672 non-split underline button [Maxim Monastirsky]
  • tdf#101691 re-intern strings of external formula results [Eike Rathke]
  • tdf#101699 gtk3: get correct combobox and listbox arrows [Caolán McNamara]
  • tdf#101708 only export loext table attributes in 'extended' variant [Caolán McNamara]
  • tdf#101711 problems with attempt to remove unused bg images [Caolán McNamara]
  • tdf#101712 writer Table Style; odf export; remove parent export for cell style [Jakub Trzebiatowski]
  • tdf#101723 wrong parameter reference in COUNTIFS explanation [Gabor Kelemen]
  • tdf#101766 fix new folder creation in 'Save Remote Server' dialog. [Giuseppe Castagno]
  • tdf#101771 framework: avoid deadlock in AutoRecovery [Michael Stahl]
  • tdf#101779 allow multiline tooltips in template manager [Maxim Monastirsky]
  • tdf#101805 correct documentation for ERF.PRECISE function [Stanislav Horacek]
  • tdf#101810 crash when selecting Bibliography from Tools [Noel Grandin]
  • tdf#101812 opening template manager switches to templates view in start center [Akshay Deep]
  • tdf#101813 sw,sfx2: enable inserting master document as section [Michael Stahl]
  • tdf#101815 editeng SetMustRepaint when InsertText [Justin Luth]
  • tdf#101822 X11 SalDisplay init => AfterAppInit [Jan-Marek Glogowski]
  • tdf#101827 mend busy contour dialog. [Michael Meeks]
  • tdf#101841 MM account next record fields for progress dialog [Jan-Marek Glogowski]
  • tdf#101843 ensure repeated rows set the hidden/filtered flag correctly [Markus Mohrhard]
  • tdf#101852 revert "Allow multiline tooltips in template manager" [Maxim Monastirsky]
  • tdf#101855 BETA.DIST: apply same constraints as Excel does. [Winfried Donkers]
  • tdf#101859 dispose unused popupmenu before dtor [Caolán McNamara]
  • tdf#101869 allow toolbox to open from spacebar [Akshay Deep]
  • tdf#101879 explicitly put menubars at the start of task lists [Caolán McNamara]
  • tdf#101881 gtk3 3.18 menubar doesn't grab keyboard... [Caolán McNamara]
  • tdf#101884 keyboard navigation in User defined border control [Caolán McNamara]
  • tdf#101889 add absent brackets to OpenSymbol [Mike Kaganski]
  • tdf#101894 copying a single sheet with a chart on it garbles the chart [Noel Grandin]
  • tdf#101898 only re-substitute whole segments with $(username) [Stephan Bergmann]
  • tdf#101910 add test for [Markus Mohrhard]
  • tdf#101919 rename ownCloud to Remote server [Julien Nabet]
  • tdf#101921 no tab navigation in style&formatting sidebar [Caolán McNamara]
  • tdf#101924 fatal exception on Sounds like Japanese options [Caolán McNamara]
  • tdf#101935 and [Mohammed Abdul Azeem]
  • tdf#101943 make Calc functions BETAINV and BETA.INV comply with [Winfried Donkers]
  • tdf#101949 update Source Code Pro fonts to 2.030 and 1.050 [Andras Timar]
  • tdf#101951 add shortcuts to common alignment shortcuts [Yousuf Philips]
  • tdf#101953 controls become wider/smaller switching to/from graphics [Caolán McNamara]
  • tdf#101963 loading zh-TW ROC calendar use EE|E instead of YYYY|YY [Eike Rathke]
  • tdf#101971 OleLoad under structured exception guards [Caolán McNamara]
  • tdf#101976 cui: fix crash when setting AutoCheckEnabled and it is read-only [Miklos Vajna, Andras Timar]
  • tdf#102004 do not open options for extensions without options [Muhammet Kara]
  • tdf#102006 tweak start center and make it more a11y accessible [Yousuf Philips]
  • tdf#102063 notebookbar wont appear on launch [Szymon Kłos]
  • tdf#102065 notebookbar: Menu bar disappears when cancelling dialog [Szymon Kłos]
  • tdf#102073 sw: do not create SwFootnoteNumPortion inside table [Michael Stahl, Caolán McNamara]
  • tdf#102074 allow to choose page direction on printing brochure [Takeshi Abe]
  • tdf#102177 focus not restored from context menus [Caolán McNamara]
  • tdf#102198 fix references to the "Save As Template" menu item [Gabor Kelemen]
  • tdf#102201 and [Mohammed Abdul Azeem]
  • tdf#102206 change suffixes of LCM_ADD and GCD_ADD to _EXCEL2003 [Gabor Kelemen]
  • tdf#102212 correct constraints for Calc functions CRITBINOM, BINOM.INV. [Winfried Donkers]
  • tdf#102216 move row overflow check after EoF check (CSV import) [Aron Budea]
  • tdf#102219 correct shortcuts for navigator and references [Yousuf Philips]
  • tdf#102223 EDITING Deleting all content from a cell changes font formatting [Noel Grandin]
  • tdf#102233 avoid infinite loop recursion in IsProtect node method [Julien Nabet]
  • tdf#102235 tweak terms to avoid misunderstandings [Adolfo Jayme Barrientos, Laurent Balland-Poirier]
  • tdf#102238 START CENTER: Templates should be activated with single click [Akshay Deep]
  • tdf#102239 START CENTER: Cant activate template categories from split button [Akshay Deep]
  • tdf#102266 try to keep HUD up to date [Maxim Monastirsky]
  • tdf#102268 reimplement "intd" [Takeshi Abe]
  • tdf#102274 closing LibreOffice should not kill active UNO connections [Samuel Mehrbrodt]
  • tdf#102284 allow footnote separator thickness of 0pt [Yousuf Philips]
  • tdf#102288 TerminationVetoException should only prevent termination [Samuel Mehrbrodt]
  • tdf#102293 triple click results in visually unselected word [Caolán McNamara]
  • tdf#102295 remove mutex - use atomic for watchdog timings [Tomaž Vajngerl, Jan Holesovsky]
  • tdf#102308 sw: ignore seconds when combining redlines [Miklos Vajna]
  • tdf#102328 add constraint for argument X in Calc function GAMMA.DIST. [Winfried Donkers]
  • tdf#102334 some hidden text not imported as hidden correctly [Caolán McNamara]
  • tdf#102343 unable to undo stylesheet changes in master... [Caolán McNamara]
  • tdf#102347 configure size/expose might never come... [Caolán McNamara]
  • tdf#102355 fix disabling entries via dispatch interception [Maxim Monastirsky]
  • tdf#102357 export correct locale attribution, not just country [Eike Rathke]
  • tdf#102358 writer cannot save 3d shape inserted from draw [Caolán McNamara]
  • tdf#102370 correctly export to Excel exponent without sign [Laurent Balland-Poirier]
  • tdf#102382 nextEventMatchingMask should only be called from the Main Thread [Tor Lillqvist]
  • tdf#102384 sw: avoid moving cursors of other windows in SwTextNode::Update() [Miklos Vajna]
  • tdf#102499 (6): Cache OPTIONS if not present or if lifetime different [Giuseppe Castagno]
  • tdf#102507 left aligned denominator [Laurent Balland-Poirier]
  • tdf#102630 [API CHANGE] Remove /org.openoffice.Office/Substitution tree [Stephan Bergmann, Jochen Nitschke]
  • tdf#102694 improve pivot cache reading performance [Tamás Zolnai]
  • tdf#102742 fix wrong results for MOD function [Winfried Donkers]
  • tdf#102769 options: Display formatting mark chars next to their labels [Adolfo Jayme Barrientos]
  • tdf#102776 toolbar mode changing in multiple windows [Szymon Kłos]
  • tdf#102778 by default use breeze_dark when dark themes are requested [Caolán McNamara]
  • tdf#102852 fixed BreakDlg [Armin Le Grand]
  • tdf#102872 TAB function is missing its argument [Laurent Balland-Poirier]
  • tdf#102922 password fields should use u2022 as masking character instead of * [Ilya Ponamarev]
  • tdf#102948 make HYPGEOMDIST ODFF1.2 compliant. [Winfried Donkers]
  • tdf#102997 fix Error in OOXML Transparency Conversion Math [lbenes]
  • tdf#102999 get_selected_printer is transfer none [Caolán McNamara]
  • tdf#103001 DOCX export: fix RelId cache when switching streams [Miklos Vajna]
  • tdf#103025 sw: don't format header/footer in SwPageFrame::PreparePage() [Michael Stahl]
  • tdf#103026 invalid dash causes CAIRO_STATUS_INVALID_DASH state [Caolán McNamara]
  • tdf#103032 a11y crash on listbox dispose in toolbar dropdown [Caolán McNamara]
  • tdf#103051 pdf export assumed 1bit bitmaps were N1BitMsbPal [Caolán McNamara]
  • tdf#103083 EDITING: Cut and Paste changes bullet point formatting [Noel Grandin]
  • tdf#103103 many Arabic fonts dont render correctly [Khaled Hosny]
  • tdf#103143 fix importing number of characters from docx files [Bartosz Kosiorek]
  • tdf#103159 allow compiling on 12.04 systems still [Justin Luth]
  • tdf#103166 but still allow removing placeholder submenus [Caolán McNamara]
  • tdf#103170 remove button labels/tooltips and enable font controls [Yousuf Philips]
  • tdf#103185 add VCL backend being used to About dialog [Ashod Nakashian]
  • tdf#103204 opencl: initialize command queue on demand [Tomaž Vajngerl]
  • tdf#103211 calc: it is insane to call EditGrowX/Y while the edit view is growing. [Marco Cecchetti]
  • tdf#103223 arrange buttons, add spacing and separator to Area tab [Yousuf Philips]
  • tdf#103261 allow postponed text except in .doc [Justin Luth]
  • tdf#103264 missing case for SID_SAVE_BACKGROUND [Maxim Monastirsky]
  • tdf#103274 (6): Add default XCommandEnvironment reference [Giuseppe Castagno]
  • tdf#103317 remove single master simple gradient templates [Yousuf Philips]
  • tdf#30456 add help to Merge Cells dialog [Laurent Balland-Poirier]
  • tdf#32581 add the possibility to retrieve the filename of media [Abhilash]
  • tdf#34465 remove calls to SfxItemSet::Put(const SfxPoolItem&, sal_uInt16) [Noel Grandin]
  • tdf#35247 use the new type information we now transport, related [Eike Rathke]
  • tdf#36038 import extended LCID from Excel [Laurent Balland-Poirier]
  • tdf#37531 handle conversion args sent over pipe [Stephan Bergmann]
  • tdf#38097 add max-denominator-value attribute to number:fraction [Laurent Balland-Poirier]
  • tdf#38835 strip out non-trivial globals before main [Rosen]
  • tdf#38913 revert "Prevent invalid parameter handler crashes" [Stephan Bergmann]
  • tdf#39256 fix "Orientation treated as Escapement" [Mike Kaganski]
  • tdf#39440 clarify calculation precedence [Muhammet Kara, Gökhan Gurbetoğlu]
  • tdf#39468 translate German comments [Albert Thuswaldner, Julian Mehne]
  • tdf#40317 remove outdated comments [Laurent Balland-Poirier]
  • tdf#41722 try to generate more excel compliant files, [Markus Mohrhard]
  • tdf#42949 clean up includes in include/vbahelper with iwyu [Jorenz Paragas]
  • tdf#43157 clean up OSL_TRACE [drazil, Sophie Su, Arnold Dumas, Gökhan Gurbetoğlu, krishna keshav, Jochen Nitschke]
  • tdf#43740 don't add space after ininvisible characters. [Mark Hung]
  • tdf#44241 highlight the newly installed extension [Caolán McNamara]
  • tdf#44282 fix missing space for numbered lists in TOC [Abhilash Singh]
  • tdf#44986 RTF import: handle trwWidthA by faking cells [Miklos Vajna]
  • tdf#46279 show restart message after extension installation [irem]
  • tdf#46637 try a different approach to solving [Caolán McNamara]
  • tdf#46738 fix exporting .xlsx of coloured empty cells [Bartosz Kosiorek]
  • tdf#47813 fix alignment for SmUnHorNode [Takeshi Abe]
  • tdf#48140 remove unused headers from xlsx import to improve build performance [Bartosz Kosiorek]
  • tdf#48767 fix orientation issue after export to .xlsx [Bartosz Kosiorek]
  • tdf#50488 UI rename DURATION to PDURATION, DURATION_ADD to DURATION, related [Eike Rathke]
  • tdf#50613 speedup fat line drawing on linux using cairo [Caolán McNamara, Armin Le Grand]
  • tdf#51524 preserve hidden column width after saving into .xlsx and .xls [Bartosz Kosiorek]
  • tdf#52225 starmath: Add unit test for [Takeshi Abe]
  • tdf#53472 reimplement "intd" [Takeshi Abe]
  • tdf#53698 add a NumberFormatMapper member to SvNumberformatScan [Maarten Bosmans]
  • tdf#53856 writerfilter set parentless style based on default [Justin Luth]
  • tdf#54860 make indention handles on the ruler movable inside the table. [Mark Hung]
  • tdf#55693 corrected into ← → instead of ↔ [Caolán McNamara]
  • tdf#56403 text is right aligned in RTL locales [Khaled Hosny]
  • tdf#56818 try to avoid the deadlock around the clipboard, [Markus Mohrhard]
  • tdf#56907 extend dot leader character list in ToC for typography [László Németh]
  • tdf#57950 replace chained OUStringBuffer::append() with operator+ [Arnold Dumas]
  • tdf#59222 crash in Basic with an array of values... [Caolán McNamara]
  • tdf#59570 scrollbar used instead of slider [Caolán McNamara]
  • tdf#60056 disallow Random Number when entire sheet is selected, related [Eike Rathke]
  • tdf#61996 add qa unit test [Laurent Balland-Poirier]
  • tdf#62525 vcl: use cow_wrapper for PPTCharPropSet [Xisco Fauli]
  • tdf#62717 FILESAVE : Names Master pages are not saved properly [sll]
  • tdf#62847 import image hyperlink in docx [drazil]
  • tdf#64038 ODF import: fix handling of space following [Michael Stahl]
  • tdf#64145 add empty subtitle string as default [Laurent Balland-Poirier]
  • tdf#64372 docx import: don't ignore continuous section break [Justin Luth]
  • tdf#64575 photo Album: Better Image Layout [Samuel Mehrbrodt, Abhilash]
  • tdf#65334 use GetCellArea() when searching for notes, follow-up [Eike Rathke]
  • tdf#65356 photo Album: Allow inserting images as link [Samuel Mehrbrodt]
  • tdf#65498 remember whether a doc was originally requested to be opened r/o [Stephan Bergmann]
  • tdf#67302 resolving tablesSupplier name clash for postgresql [Prashant, Lionel Elie Mamane]
  • tdf#67555 writeFile honors ntfs symlinks as it turns out [Caolán McNamara]
  • tdf#67647 getStructuredFilter returns operator [Fabio Buso]
  • tdf#67973 UI: change option name from "Format" to "Page numbers" [Muhammet Kara]
  • tdf#69066 use Restart Manager to restart processes during installation [Mike Kaganski]
  • tdf#69539 UI rename CONVERT to CONVERT_OOO, CONVERT_ADD to CONVERT [Eike Rathke]
  • tdf#69949 GSoC Firebird implement autoincrement [Wastack]
  • tdf#70565 set correct default values to "0" of xfId attribute [Bartosz Kosiorek]
  • tdf#70806 updated core [Eike Rathke]
  • tdf#70979 make conference proceedings strings unique [Yousuf Philips]
  • tdf#71039 find-invalid-help-embeds: Remove links to deleted file [Gabor Kelemen]
  • tdf#71064 failed to open display with -h but not --help [Caolán McNamara]
  • tdf#72606 work towards EasyHack _tstring/TCHAR elimination [skswales]
  • tdf#72788 added Test for clear direct formatting [Varun Dhall]
  • tdf#72987 GSoC Use Firebird backup format [Wastack]
  • tdf#73073 GSoC Firebird Set autoCommit true [Wastack]
  • tdf#73162 added Test for TOC/Index [Varun]
  • tdf#73797 revert "Enable object rotation (.uno:ToggleObjectRotateMode) for writer" [jan iversen, Gulsah Kose]
  • tdf#74299 use OEM encoding for ancient DXF [Mike Kaganski]
  • tdf#74377 keyboard shortcuts for context menus [Maxim Monastirsky]
  • tdf#74608 constructor function for MemoryStream [Steven Guo, Christian Lohmaier, Yeliz Taneroğlu, Matúš Kukan]
  • tdf#74740 [Mirco Rondini]
  • tdf#75221 make margin collapsing implementation conform OASIS proposal [Mike Kaganski]
  • tdf#75280 cleaning up of sal_uIntPtr usage #3 [tymyjan]
  • tdf#75369 start Center: Non-installed applications aren't greyed out [Akshay Deep]
  • tdf#75573 docx don't remove frame anchor paragraph [Justin Luth]
  • tdf#75757 remove inheritance from std::vector [Takeshi Abe, Caolán McNamara, Jan-Marek Glogowski, Jochen Nitschke]
  • tdf#76322 writer: allow column breaks in headers/footers [Justin Luth]
  • tdf#76349 writer: make 1column-as-page break a compatibility option [Justin Luth]
  • tdf#76836 use text format only for text content [Eike Rathke]
  • tdf#77667 remove gcc3 workaround [krishna keshav]
  • tdf#77873 add test for [Markus Mohrhard]
  • tdf#78112 print preview underlines spelling errors... [Caolán McNamara]
  • tdf#78727 sw: fix missing textbox text when anchored inside flying table [Miklos Vajna]
  • tdf#79023 sc-perf: for ODFF do not call SvNumberFormatter to determine numeric [Eike Rathke]
  • tdf#79398 add LCID with DBNum during export to XL [Laurent Balland-Poirier, Eike Rathke]
  • tdf#79399 add qa unit test [Laurent Balland-Poirier]
  • tdf#79663 add test data from related [Eike Rathke]
  • tdf#79889 make Recent Docs thumbnail titles consistent with recent files menu [Akshay Deep]
  • tdf#80590 help page for title pages [Andrea Mussap]
  • tdf#80652 help file for CMIS remote servers [Olivier Hallot]
  • tdf#80724 try to reuse calculated underline font as much as possible. [Mark Hung]
  • tdf#81345 docx import fix default page break regression [Justin Luth]
  • tdf#81883 dispose OCalcConnection's doc before shutdown [Caolán McNamara]
  • tdf#81939 add qa unit test [Laurent Balland-Poirier]
  • tdf#82214 optimize PatternFillPrimitive and SVG [Armin Le Grand]
  • tdf#82532 parent mutex dtored before child dtor uses it [Caolán McNamara]
  • tdf#82677 , add cache use in Content::getProperties() [Giuseppe Castagno]
  • tdf#82840 add 'Reset' button to toolbar customization [Muhammet Kara]
  • tdf#83037 corrected into ← → instead of ↔ [Caolán McNamara]
  • tdf#83054 remove help button from go to page dialog [Akshay Deep, Yousuf Philips]
  • tdf#83067 revert "also volatile cells need to listen to all refe"... [Eike Rathke]
  • tdf#83227 DOCX export: fix RelId cache when switching streams [Miklos Vajna]
  • tdf#83306 sal: fix compare of rtl::OUString/OString containing '' [Michael Stahl]
  • tdf#83360 avoid inconsistent connector path data [Armin Le Grand]
  • tdf#83830 removal of Page Margin Panel [Rishabh Kumar, Susobhan Ghosh]
  • tdf#84411 unit test [Marco Cecchetti, Jan Holesovsky]
  • tdf#84635 slow layout of large tables [Noel Grandin]
  • tdf#84684 RTF import: fix ZOrder of child shapes inside group shape [Miklos Vajna]
  • tdf#85110 add missing space to Untitled document name [Muhammet Kara]
  • tdf#85553 intern SharedString of cached external references result [Eike Rathke]
  • tdf#85949 add 1.15 line spacing in the paragraph dialog also [Samuel Mehrbrodt]
  • tdf#86083 add group buttons for column and row operation. [Gulsah Kose]
  • tdf#86087 convert relative URLs to absolute upon import of docx etc. [Stephan Bergmann]
  • tdf#86472 fix breeze borders and set breeze_dark fallback [Yousuf Philips]
  • tdf#86473 git rid of special pixel snapping for rectangles [Caolán McNamara]
  • tdf#86759 and Enable Page Background Panel for Draw [Susobhan Ghosh]
  • tdf#86926 writerfilter prevent PROP_GRID_LINES exception [Justin Luth]
  • tdf#86946 page Column Type popup accessible form the toolbar [Szymon Kłos]
  • tdf#87026 move accessibility relations to .ui files, Part 9: [Muhammet Kara]
  • tdf#87101 sc-perf: avoid second call to ScAttrArray::Search(), related [Eike Rathke]
  • tdf#87120 focus not restored from context menus [Caolán McNamara]
  • tdf#87224 merge character borders across different scripts. [Mark Hung]
  • tdf#87474 handle renaming of named expressions/ranges in formulas [Eike Rathke]
  • tdf#87545 remember whether a doc was originally requested to be opened r/o [Stephan Bergmann]
  • tdf#87597 use English category names instead of localized ones in theme search [Muhammet Kara]
  • tdf#87643 default Shapes Panel for Shapes Deck [Susobhan Ghosh]
  • tdf#87667 if image is cropped, set cropped size as original size. [Gulsah Kose]
  • tdf#87686 on refresh from selection, only consider the edit updated [Caolán McNamara]
  • tdf#87697 GSoC START CENTER: Indicate selected thumbnailview [Akshay Deep]
  • tdf#87794 hide contextual media player toolbar [Yousuf Philips]
  • tdf#87914 sw: add an initial .uno:SmallCaps command [Miklos Vajna]
  • tdf#87938 add descriptive instructions to 2fa dialog [Yousuf Philips]
  • tdf#88205 use list ctor for uno::Sequence a11y to canvas [Asela Dasanayaka, Muhammet Kara, Hieronymous, Arnold Dumas, nadith, Chamal, Jochen Nitschke]
  • tdf#88206 revert "Change use of cppu::WeakImplHelper*" [Caolán McNamara, Jochen Nitschke, krishna keshav]
  • tdf#88581 default for new installations is Wildcards on [Eike Rathke]
  • tdf#88793 EDITING, subtotals don't apply formatting [Arul Michael]
  • tdf#88985 block app from exiting during macro execution [Caolán McNamara]
  • tdf#89186 descend into dimension children to obtain leaf result [Eike Rathke]
  • tdf#89307 removed T* SvRef::opeartor &() [Jacek Fraczek]
  • tdf#89315 writerfilter add missing parents to out-of-order styles [Justin Luth]
  • tdf#89317 allow postponed text except in .doc [Justin Luth]
  • tdf#89329 use shared_ptr for pImpl in dynamicmenuoptions [Noel Grandin, Arnold Dumas, Xisco Fauli, Caolán McNamara]
  • tdf#89466 add Master Slide and Close Master View button [Susobhan Ghosh, Maxim Monastirsky]
  • tdf#89760 get correct menubar text color for 'close preview' [Caolán McNamara]
  • tdf#90078 add import bitmap button to Area Panel [Susobhan Ghosh]
  • tdf#90336 further cleanup of OpenCL options page. [Michael Meeks, JBurant]
  • tdf#90436 better wording in UI for in case of PDF export from Calc [Samuel Mehrbrodt, Cor Nouws]
  • tdf#90450 don't overwrite text in size/pos statusbar item [Caolán McNamara]
  • tdf#90480 explain in the font color dialog why colors aren't used... [Caolán McNamara]
  • tdf#90481 merge SystemWindow and FloatingWindow setPosSizeOnContainee methods [Maxim Monastirsky]
  • tdf#90526 don't show splashscreen for -pt -or -p [Caolán McNamara]
  • tdf#90577 start Center: Clear List item should more accessible [Akshay Deep]
  • tdf#90597 revert "Jump to next change when accepting or rejecting a change" [Samuel Mehrbrodt]
  • tdf#90697 docx - don't change continuous break into page break [Samuel Mehrbrodt, Justin Luth]
  • tdf#90700 , fix the link validity check in ww8 sw filter [Giuseppe Castagno]
  • tdf#90721 line color initial behavior similar to fill color [Maxim Monastirsky]
  • tdf#90786 updated core [Aron Budea]
  • tdf#90834 turn in-line version control history comments [apurvapriyadarshi, krishna keshav]
  • tdf#90937 add a set of cell styles to calc [Jaskaran Singh, Yousuf Philips]
  • tdf#90943 don't ask to move cells if they are empty [Laurent Balland-Poirier]
  • tdf#91043 vcl: gtk file picker should tolerate empty filter list. [Michael Meeks]
  • tdf#91083 ww8import: set table keep/split properties if emulated [Justin Luth]
  • tdf#91295 find-invalid-help-embeds: Remove links to deleted file [Gabor Kelemen]
  • tdf#91299 always use normal dates in comments (no "today"/"yesterday") [Mike Kaganski]
  • tdf#91301 configure size/expose might never come... [Caolán McNamara]
  • tdf#91305 fix sort calc [Yan Pashkovsky, Eike Rathke]
  • tdf#91312 don't forget to delete the old cond format indices [Markus Mohrhard]
  • tdf#91324 correct firebird date format [Wastack]
  • tdf#91365 use underlying numeric value if available [API CHANGE] [Eike Rathke]
  • tdf#91393 configure size/expose might never come... [Caolán McNamara]
  • tdf#91603 if we cancel/discard recovery dialog, continue as normal [Caolán McNamara]
  • tdf#91665 l10n: Replace string list by separate strings in SmPrintUIOptions [Muhammet Kara]
  • tdf#91684 RTF import: fix scaling of group shape children [Miklos Vajna]
  • tdf#91702 masses of MessBoxes not being disposed promptly [Caolán McNamara]
  • tdf#91781 add Edit > Comment submenu to writer [Yousuf Philips]
  • tdf#91807 sfx2: exception on storage commit is an error () [Michael Stahl]
  • tdf#91820 add Insert > Form Control submenu into Calc [Yousuf Philips]
  • tdf#92152 reversed line endings and half-arrow heads [Heiko Tietze]
  • tdf#92218 another round of tweaks to single toolbar mode [Yousuf Philips]
  • tdf#92266 better language selection in Windows installer [Andras Timar]
  • tdf#92434 crash on deleting inner join relationship [Caolán McNamara]
  • tdf#92478 speculative win64 scanning fix [Caolán McNamara]
  • tdf#92516 make menu accelerators always work even if... [Caolán McNamara]
  • tdf#92518 replace hard coded resource ids [Jochen Nitschke]
  • tdf#92530 put the rest of missing validity tips into the other grids [Caolán McNamara]
  • tdf#92733 better labels and tooltips for crop functions [Yousuf Philips]
  • tdf#92776 ensure correct notebook tab font color [Caolán McNamara]
  • tdf#92817 re-implement empty lockfile fix [Mike Kaganski]
  • tdf#92825 adjust menu path for inserting header and footer [Stanislav Horacek, Gabor Kelemen]
  • tdf#92906 badly rendered elements dock after hide+show [Caolán McNamara]
  • tdf#93124 the arbitrary number 100 seems to be too high, let's try 50 [Tor Lillqvist]
  • tdf#93135 adjust the ui to reflect the text fit options entanglement [Caolán McNamara]
  • tdf#93233 fix emoji correction conflict with time format [László Németh]
  • tdf#93237 different Windows Uninstall DisplayName for 32-bit and 64-bit builds [Andras Timar]
  • tdf#93243 replacing boost::bind with C++11 lambdas [Helena Svobodova]
  • tdf#93329 fixes FTest algorithmic bug [Dennis Francis]
  • tdf#93333 in AutoCorrectDialog list also CJK languages if enabled [Sophie Su]
  • tdf#93630 remember whether a doc was originally requested to be opened r/o [Stephan Bergmann]
  • tdf#93782 reversed line endings and half-arrow heads [Heiko Tietze]
  • tdf#93845 style Preview Checkbox for Styles & Formatting sidebar [Susobhan Ghosh]
  • tdf#93889 revert "Remove a busy loop" [Eike Rathke]
  • tdf#93894 prohibit grouping when certain token types are present. [Kohei Yoshida]
  • tdf#94112 KDE4 use disabled WindowText color [Jan-Marek Glogowski]
  • tdf#94133 find-invalid-help-embeds: Remove links to deleted file [Gabor Kelemen]
  • tdf#94172 KDE4 fix gradient toolbars [Jan-Marek Glogowski]
  • tdf#94205 use o3tl::make_unique instead of new + std::move [apurvapriyadarshi, Stephan Bergmann, krishna keshav]
  • tdf#94378 respond to OnStorageChanged [Stephan Bergmann]
  • tdf#94547 default set of pattern presets [Yousuf Philips]
  • tdf#94551 preset list: 3 entries per row and always show scrollbar [Yousuf Philips]
  • tdf#94553 fix nested lists in wikihelp [Akash Deshpande]
  • tdf#94635 follow up; correct handling of double x-values in case of [Winfried Donkers]
  • tdf#94698 cleanup Makefiles. Get rid of udkapi and offapi [Gleb Mishchenko]
  • tdf#94724 make Gradient and Hatch preset names consistent [Rishabh Kumar]
  • tdf#94987 create directories for temp filenames [Jan-Marek Glogowski]
  • tdf#95024 update Hungarian Autocorrect patterns [László Németh]
  • tdf#95031 DOCX import: auto spacing inside numbering means no spacing [Miklos Vajna]
  • tdf#95144 revert fixes for bad casts and unused fields [Giuseppe Castagno, Caolán McNamara]
  • tdf#95162 hung is RTL/CTL [Eike Rathke]
  • tdf#95251 MM just allow print as single document [Jan-Marek Glogowski]
  • tdf#95292 MM: add unit test [Jan-Marek Glogowski]
  • tdf#95339 improve (again) minute/month detection [Laurent Balland-Poirier]
  • tdf#95340 orig lcl_ChkUnoCrsrPaM had reversed 'set' to lcl_ChkPaM [Caolán McNamara]
  • tdf#95367 DOCX: allow r-t of changed first/follow sections [Justin Luth]
  • tdf#95386 remove remains of .uno:HelperDialog from helpcontent [Gabor Kelemen]
  • tdf#95387 UI: "Custom Animation" probably should be called just "Animation" [giacco]
  • tdf#95408 master Document toggle missing if switch to master doc from normal doc [Caolán McNamara]
  • tdf#95416 get rid of #include ../foo/bar.hxx style includes [Dilek Uzulmez, Arnold Dumas, Jochen Nitschke]
  • tdf#95729 move 'alt' accel enable/disable down to systemwindow [Caolán McNamara]
  • tdf#95845 use CommandInfoProvider [Maxim Monastirsky]
  • tdf#96015 (part) link to Doc'tation in Help menu [Olivier Hallot]
  • tdf#96080 PDF Import: fix incorrect whitespace characters sequence [Vort]
  • tdf#96099 reduce number of typedefs used for trivial container types [Asela Dasanayaka, Hieronymous, Mark Page, krishna keshav]
  • tdf#96161 always write the varyColors element [Markus Mohrhard]
  • tdf#96248 delete SfxPoolItems with Which Id >= 4000 [Jochen Nitschke]
  • tdf#96251 DataAccess.xcs says xs:short not xs:int for this type [Caolán McNamara]
  • tdf#96279 set correct parents for password dialogs [Caolán McNamara]
  • tdf#96369 don't superscript ordinals for mixed text and numbers [Caolán McNamara]
  • tdf#96398 remove help for Insert - Object - Plugin [Gabor Kelemen]
  • tdf#96410 eXo Platform WebDAV: where lock fails... [Giuseppe Castagno]
  • tdf#96451 do magic to enable embedded chart sidebar only for chart [Caolán McNamara]
  • tdf#96453 rework transfer of data between cond format dlgs [Markus Mohrhard]
  • tdf#96505 get rid of cargo cult long integer literals [e12346, Asela Dasanayaka, Rosen, apurvapriyadarshi, krishna keshav]
  • tdf#96662 only use the crossBetween="midCat" for line and scatter chart [Markus Mohrhard]
  • tdf#96677 effects page didn't link labels to what they labelled [Caolán McNamara]
  • tdf#96736 let MenuBarManager handle the save dropdown [Maxim Monastirsky]
  • tdf#96745 accidentially reverted fix for [Caolán McNamara]
  • tdf#96748 'Default Language' show current ui lang not new default [Caolán McNamara]
  • tdf#96749 deal with missing custom headers/footers in docx [Julien Nabet]
  • tdf#96750 docx - ensure all styles are initialized [Justin Luth]
  • tdf#96771 bug fix for owncloudfiles with white space characters [Mert Tumer]
  • tdf#96797 android: Viewer file filter is not working on ownCloud [Mert Tumer]
  • tdf#96810 fix Android Viewer: Keyboard can not hide with keyboard button. [Mert Tumer]
  • tdf#96969 use Ctrl+Shift+Space for Select Column in Chinese [Yousuf Philips]
  • tdf#96971 SetXORMode - remove un-needed parameter [melikeyurtoglu]
  • tdf#97049 export "intd" to MathML [Takeshi Abe]
  • tdf#97065 gtk3: Date field displayed incomplete [Caolán McNamara]
  • tdf#97075 triple click results in visually unselected word [Caolán McNamara]
  • tdf#97087 give unique, comprehensible names to timers [emahaldar/em, apurvapriyadarshi]
  • tdf#97105 fix location of the Freze Rows and Columns menu item [Gabor Kelemen]
  • tdf#97164 add text for visualition of percent symbol. [Gulsah Kose]
  • tdf#97191 fix emoji correction conflict with time format [László Németh]
  • tdf#97195 make diamond transition work again [David Tardon]
  • tdf#97393 updated core [Aron Budea]
  • tdf#97406 add Old Hungarian (Hungarian Rovas) [hu-Hung-HU] to language list, [Eike Rathke]
  • tdf#97439 autocorrect pt-PT [Tiago Santos]
  • tdf#97527 fix CSV import dialog crash, follow-up [Noel Grandin, Caolán McNamara, Stephan Bergmann, Eike Rathke]
  • tdf#97665 toolbar popups need explicit deactivation [Maxim Monastirsky]
  • tdf#97721 KDE4 correct menu checkbox offset [Jan-Marek Glogowski]
  • tdf#97821 add section anchors to VLOOKUP/HLOOKUP links [Gabor Kelemen]
  • tdf#97823 change VLOOKUP parameter SortOrder to Sorted [Gabor Kelemen]
  • tdf#97831 unit test document for new Excel2016 functions [Winfried Donkers, Eike Rathke]
  • tdf#97835 add qa unit test [Laurent Balland-Poirier]
  • tdf#97837 add qa unit test [Laurent Balland-Poirier, Eike Rathke]
  • tdf#97854 confirm that on !bDelete there's a ref to the connection [Caolán McNamara]
  • tdf#97872 file association in Windows registry [skswales]
  • tdf#97923 adjust menu path to Insert/Delete Page Break [Stanislav Horacek]
  • tdf#97968 adjust references during Cut&Paste of formula groups [Eike Rathke]
  • tdf#98004 enhansment on Editor(Beanshell) [nad

New in LibreOffice 5.2.3.1 RC 1 Fresh (Oct 18, 2016)

  • gtk 3.21 emits a lot more "style-set" signals (deb#837356) [Caolán McNamara]
  • writer cannot save 3d shape inserted from draw (fdo#54938) [Caolán McNamara]
  • unable to undo stylesheet changes in master... (i#120498) [Caolán McNamara]
  • some hidden text not imported as hidden correctly (i#76955) [Caolán McNamara]
  • revert attempt to drop unused bg images (rbhz#1326602) [Caolán McNamara]
  • background bitmap image disappeared when I copy slide and paste in same odp and different odp file (rhbz#1353069) [Caolán McNamara]
  • object selection and edit freezes libreoffice for several seconds (rhbz#1373933) [Caolán McNamara]
  • csv dialog a11y returns a new accessible on every query (rhbz#1378521) [Caolán McNamara]
  • The web browser preview shows garbled values for Emojis in case of libreoffice calc and impress. (rhbz#1382401) [Stephan Bergmann]
  • SAL_MIN_INT32 32bit overflows on finding min limit (tdf#100795) [Caolán McNamara]
  • crash on using slide master design from master view (tdf#101004) [Caolán McNamara]
  • this paranoid safety check actually causes a bug (tdf#101104) [Markus Mohrhard]
  • sw: Insert Database Columns dialog: ensure one of ... (tdf#101164) [Michael Stahl]
  • just advance list box for BOOKMARKs (tdf#101359) [Jan-Marek Glogowski]
  • reset RasterOpMode on cached virtual device before reuse (tdf#101433) [Caolán McNamara]
  • don't restore last value when submenu appears (tdf#101470) [Caolán McNamara]
  • adjacent cells text is still too wide (tdf#101475) [Caolán McNamara]
  • sw: do load Insert Index dialog's document ReadOnly (tdf#101536) [Michael Stahl]
  • function WORKDAY.INTL not working properly (tdf#101541) [Winfried Donkers]
  • ScRefUpdate::Update() needs to flag sticky even unchanged (tdf#101562) [Eike Rathke]
  • remove untranslatable labels from changes toolbar (tdf#101566) [Yousuf Philips]
  • revert attempt to drop unused bg images (tdf#101711) [Caolán McNamara]
  • dont switch to templates view when opening template manager (tdf#101812) [Yousuf Philips]
  • ensure repeated rows set the hidden/filtered flag correctly (tdf#101843) [Markus Mohrhard]
  • explicitly put menubars at the start of task lists (tdf#101879) [Caolán McNamara]
  • gtk3 3.18 menubar doesn't grab keyboard... (tdf#101881) [Caolán McNamara]
  • keyboard navigation in User defined border control (tdf#101884) [Caolán McNamara]
  • copying a single sheet with a chart on it garbles the chart (tdf#101894) [Noel Grandin]
  • only re-substitute whole segments with $(username) (tdf#101898) [Stephan Bergmann]
  • mark ScRangeList updated when DeleteArea was used (tdf#101910) [Markus Mohrhard]
  • no tab navigation in style&formatting sidebar (tdf#101921) [Caolán McNamara]
  • fatal exception on Sounds like Japanese options (tdf#101924) [Caolán McNamara]
  • update Source Code Pro fonts to 2.030 and 1.050 (tdf#101949) [Andras Timar]
  • controls become wider/smaller switching to/from graphics (tdf#101953) [Caolán McNamara]
  • loading zh-TW ROC calendar use EE|E instead of YYYY|YY (tdf#101963) [Eike Rathke]
  • OleLoad under structured exception guards (tdf#101971) [Caolán McNamara]
  • sw: do not create SwFootnoteNumPortion inside table (tdf#102073) [Michael Stahl]
  • focus not restored from context menus (tdf#102177) [Caolán McNamara]
  • EDITING Deleting all content from a cell changes font formatting (tdf#102223) [Noel Grandin]
  • avoid infinite loop recursion in IsProtect node method (tdf#102233) [Julien Nabet]
  • triple click results in visually unselected word (tdf#102293) [Caolán McNamara]
  • relax timeout timings for the GL watchdog (tdf#102295) [Tomaž Vajngerl]
  • some hidden text not imported as hidden correctly (tdf#102334) [Caolán McNamara]
  • unable to undo stylesheet changes in master... (tdf#102343) [Caolán McNamara]
  • configure size/expose might never come... (tdf#102347) [Caolán McNamara]
  • writer cannot save 3d shape inserted from draw (tdf#102358) [Caolán McNamara]
  • TAB function is missing its argument (tdf#102872) [Laurent Balland-Poirier]
  • sw: don't format header/footer in SwPageFrame::PreparePage() (tdf#103025) [Michael Stahl]
  • invalid dash causes CAIRO_STATUS_INVALID_DASH state (tdf#103026) [Caolán McNamara]
  • RTF import: handle trwWidthA by faking cells (tdf#44986) [Miklos Vajna]
  • corrected into ← → instead of ↔ (tdf#55693) [Caolán McNamara]
  • support TargetFrame in url field import/export code, (tdf#77873) [Markus Mohrhard]
  • sw: fix missing textbox text when anchored inside flying table (tdf#78727) [Miklos Vajna]
  • docx import fix default page break regression (tdf#81345) [Justin Luth]
  • corrected into ← → instead of ↔ (tdf#83037) [Caolán McNamara]
  • sal: fix compare of rtl::OUString/OString containing '' (tdf#83306) [Michael Stahl]
  • RTF import: fix ZOrder of child shapes inside group shape (tdf#84684) [Miklos Vajna]
  • writerfilter allow fallback if exceptions (tdf#86926) [Justin Luth]
  • focus not restored from context menus (tdf#87120) [Caolán McNamara]
  • revert "Jump to next change when accepting or rejecting a change" (tdf#90597) [Yousuf Philips]
  • vcl: gtk file picker should tolerate empty filter list. (tdf#91043) [Michael Meeks]
  • configure size/expose might never come... (tdf#91301) [Caolán McNamara]
  • configure size/expose might never come... (tdf#91393) [Caolán McNamara]
  • default set of pattern presets (tdf#94547) [Yousuf Philips]
  • always write the varyColors element (tdf#96161) [Markus Mohrhard]
  • only use the crossBetween="midCat" for line and scatter chart (tdf#96662) [Markus Mohrhard]
  • triple click results in visually unselected word (tdf#97075) [Caolán McNamara]
  • only re-substitute whole segments with $(username) (tdf#98407) [Stephan Bergmann]
  • too many running MathTypes... (tdf#98946) [Caolán McNamara]
  • can't save specific docx (tdf#99273) [Caolán McNamara]
  • broadcast that cell content changed after merge cells undo/redo (tdf#99386) [Markus Mohrhard]
  • skip hidden rows/columns for spellchecking, (tdf#99607) [Markus Mohrhard]
  • only the first queryTermination call in wizards works (tdf#99626) [Caolán McNamara]

New in LibreOffice 5.1.6 RC 1 Still (Oct 18, 2016)

  • Fixed bugs:
  • gtk 3.21 emits a lot more "style-set" signals (deb#837356) [Caolán McNamara]
  • hyperlink tabpage put hyperlink name in wrong field (i#123988) [Caolán McNamara]
  • 'Save as' doesn't update global auto-recovery state (i#96607) [anwilli5]
  • 'Save as' doesn't update global auto-recovery state (i#99890) [anwilli5]
  • don't clear XATTR_FILL* from stylesheet if... (rbhz#1326602) [Caolán McNamara]
  • drop use of CAIRO_OPERATOR_DIFFERENCE (rhbz#1283420) [Caolán McNamara]
  • revert attempt to drop unused bg images (rhbz#1326602) [Caolán McNamara]
  • a11y queries during dispose trigger listbox crashes (rhbz#1343766) [Caolán McNamara]
  • revert attempt to drop unused bg images (rhbz#1353069) [Caolán McNamara]
  • tooltips are truncated (rhbz#1364335) [rpmbuild]
  • inherit the actual format index also for date and time (rhbz#1364406) [Eike Rathke]
  • lcms2: Out-of-bounds read in Type_MLU_Read() (rhbz#1367357) [Michael Stahl]
  • gtk 3.21 emits a lot more "style-set" signals (rhbz#1373933) [Caolán McNamara]
  • hyperlink tabpage put hyperlink name in wrong field (tdf#100094) [Caolán McNamara]
  • prefer notation priority in detecting range/address (tdf#100123) [Caolán McNamara]
  • last 'section' of date field not incremented (tdf#100558) [Caolán McNamara]
  • SetMatColsRows() when constructing matrix ScFormulaCell (tdf#100582) [Eike Rathke]
  • crash in: sfx2::sidebar::Panel::SetExpanded(bool) (tdf#100670) [Caolán McNamara]
  • SAL_MIN_INT32 32bit overflows on finding min limit (tdf#100795) [Caolán McNamara]
  • crash in this doc on scrolling past page 44 (tdf#100813) [Caolán McNamara]
  • exception during vcl painting -> std::terminate (tdf#100845) [Caolán McNamara]
  • avoid name clash for CDataFormatTranslator in ftransl, (tdf#100872) [Markus Mohrhard]
  • crash pressing tab in r-o document with hyperlink (tdf#100901) [Caolán McNamara]
  • yes/no doesn't clear bg (tdf#100910) [Caolán McNamara]
  • atk needs a value for accessible-table-column-header (tdf#101011) [Caolán McNamara]
  • svg/insert, avoid infinite recursive loop when referencing oneself (tdf#101070) [Julien Nabet]
  • make double->str conv. locale-agnostic (tdf#101077) [David Tardon]
  • this paranoid safety check actually causes a bug (tdf#101104) [Markus Mohrhard]
  • break the Excel rule for YMD and DMY, follow-up (tdf#101147) [Laurent Balland-Poirier, Eike Rathke]
  • crash on deselecting all filters (tdf#101165) [Caolán McNamara]
  • drop use of CAIRO_OPERATOR_DIFFERENCE (tdf#101213) [Caolán McNamara]
  • reset RasterOpMode on cached virtual device before reuse (tdf#101433) [Caolán McNamara]
  • function WORKDAY.INTL not working properly (tdf#101541) [Winfried Donkers]
  • remove untranslatable labels from changes toolbar (tdf#101566) [Yousuf Philips]
  • new Belarusian Ruble BYN/Br for [be-BY] (tdf#101572) [Eike Rathke]
  • revert attempt to drop unused bg images (tdf#101711) [Caolán McNamara]
  • get rid of two more erroneous upper-casings of strings (tdf#101866) [Tor Lillqvist]
  • keyboard navigation in User defined border control (tdf#101884) [Caolán McNamara]
  • mark ScRangeList updated when DeleteArea was used (tdf#101910) [Markus Mohrhard]
  • OleLoad under structured exception guards (tdf#101971) [Caolán McNamara]
  • crash in: sfx2::sidebar::Panel::SetExpanded(bool) (tdf#102045) [Caolán McNamara]
  • sifr icon update (tdf#75256) [Matthias Freund]
  • fftester: throw on empty stack access (tdf#75757) [Caolán McNamara]
  • support TargetFrame in url field import/export code, (tdf#77873) [Markus Mohrhard]
  • sal: fix compare of rtl::OUString/OString containing '' (tdf#83306) [Michael Stahl]
  • do not let linguistic tools fall back to known languages (tdf#83376) [Eike Rathke]
  • crash in: sfx2::sidebar::Panel::SetExpanded(bool) (tdf#88396) [Caolán McNamara]
  • byref args incorrectly passed in basic->c++ (tdf#88953) [Caolán McNamara]
  • vcl: gtk file picker should tolerate empty filter list. (tdf#91043) [Michael Meeks]
  • GSoC adapt struct tm correctly (tdf#91324) [Wastack]
  • tooltips are truncated (tdf#91533) [rpmbuild]
  • in SDK, set CPPU_ENV=mscx for 64-bit Windows (tdf#91966) [Stephan Bergmann]
  • allow both dimensions of a graphic to be 0 (tdf#92157) [Mike Kaganski]
  • make menu accelerators always work even if... (tdf#92516) [Caolán McNamara]
  • improve (again) minute/month detection (tdf#95339) [Laurent Balland-Poirier]
  • do magic to enable embedded chart sidebar only for chart (tdf#96451) [Caolán McNamara]
  • 'Save as' doesn't update global auto-recovery state (tdf#96607) [anwilli5]
  • restore pre 5-1 values for INS_INSROWS and INS_INSCOLS (tdf#97193) [Caolán McNamara]
  • can't save specific docx (tdf#99273) [Caolán McNamara]
  • broadcast that cell content changed after merge cells undo/redo (tdf#99386) [Markus Mohrhard]
  • drop use of CAIRO_OPERATOR_DIFFERENCE (tdf#99446) [Caolán McNamara]
  • only the first queryTermination call in wizards works (tdf#99626) [Caolán McNamara]

New in LibreOffice 5.2.2.2 Fresh (Sep 29, 2016)

  • handle copying one cell to multiple cols with cond format (tdf#100393)
  • do not return coded double error for single matrix value (tdf#102215)
  • relax timeout timings for the GL watchdog (tdf#102295)
  • in SDK, set CPPU_ENV=mscx for 64-bit Windows (tdf#91966)
  • fix emoji correction conflict with time format (tdf#93233)
  • fix emoji correction conflict with time format (tdf#97191)

New in LibreOffice 5.2.1.2 RC 2 Fresh (Aug 29, 2016)

  • add missing Loader$1.class (cid#1326844)
  • crash pressing tab in r-o document with hyperlink (tdf#100901)
  • restart on initialisation-time OpenCL crash (tdf#100965)
  • handle empty elements in matrix concatenation (tdf#101137)
  • conditional formatting super slow on exit (tdf#101347)
  • use most recent poppler release (tdf#101460)
  • report XDG_{DOCUMENTS,TEMPLATES}_DIR only when it exists (tdf#101661)
  • byref args incorrectly passed in basic->c++ (tdf#88953)
  • conditional formatting super slow on exit (tdf#95437)
  • XML number format: do not enquote space followed by minus, follow-up (tdf#97837)
  • revert "Fail loading a new document with read only property ..." (tdf#98837)

New in LibreOffice 5.2.1.1 RC 1 Fresh (Aug 16, 2016)

  • i#96607 'Save as' doesn't update global auto-recovery state
  • i#99890 'Save as' doesn't update global auto-recovery state
  • i#125349 artifacts in hole of polypolygon shape
  • rhbz#907933 Writer crashes when trying to delete cell from a table
  • rhbz#1065807 [fix available] Usability - libreoffice does not search XDG defined "Templates" directory
  • rhbz#1283420 message box fonts corrupted in libreoffice
  • rhbz#1326602 don't clear XATTR_FILL* from stylesheet if...
  • rhbz#1343766 a11y queries during dispose trigger listbox crashes
  • rhbz#1349501 [kde][gtk3] Mouse wheel doesn't work in an LibreOffice application after upgrade from FC23 to FC24 with GDK_CORE_DEVICE_EVENTS=1 and auto-activation on mouse-over
  • rhbz#1351292 Impress: Instead of showing "Slide Master" view, "Normal" view is shown
  • rhbz#1352881 Undo crashes spreadsheet after trigger macro
  • rhbz#1353069 background bitmap image disappeared when I copy slide and paste in same odp and different odp file
  • rhbz#1364406 wrong cell format in LO 5.1 compared to 4.4
  • tdf#38878 wrong password passed to xpdfimport
  • tdf#57978 don't show duplicate index keys in dropdown list
  • tdf#59896 ww6 plcf generation reversed check
  • tdf#60021 disallow Paste when entire sheet is selected
  • tdf#60056 disallow Fill and Random when entire sheet is selected
  • tdf#61901 RTF export: fix implicit font name of non-ascii text
  • tdf#63267 do not resolve system locale when queried, related
  • tdf#63662 'Manual Column Break' always visible...
  • tdf#65334 cannot search in cell notes
  • tdf#71009 GSoC firebird metadata functions
  • tdf#75256 sifr icon update
  • tdf#75757 fftester: throw on empty stack access
  • tdf#76349 writer: treat single-column break as page break
  • tdf#78506 RTF import: fix handling of invalid levelnumbers
  • tdf#79663 the dreaded 1945-04-02 Double DST, also
  • tdf#84121 wrong password passed to xpdfimport
  • tdf#91324 GSoC adapt struct tm correctly [Wastack]
  • tdf#91702 masses of MessBoxes not being disposed promptly
  • tdf#92516 make menu accelerators always work even if...
  • tdf#94138 printing controls uses wrong font and font sizes
  • tdf#94940 don't load font history if option is disabled
  • tdf#95251 MM just allow print as single document
  • tdf#95339 improve minute/month disambiguation
  • tdf#95340 orig lcl_ChkUnoCrsrPaM had reversed 'set' to lcl_ChkPaM
  • tdf#96607 'Save as' doesn't update global auto-recovery state
  • tdf#96677 effects page didn't link labels to what they labelled
  • tdf#96873 include template image to make it available in help
  • tdf#97120 printing controls uses wrong font and font sizes
  • tdf#97193 restore pre 5-1 values for INS_INSROWS and INS_INSCOLS
  • tdf#97195 fix crash in diamond shape transition
  • tdf#97393 updated core
  • tdf#97662 no transparency support on using original jpg data path
  • tdf#97831 follow up : remove unused arguments from stack
  • tdf#98798 MM Wizard should not leave MM toolbar visible when canceled [Bjoern Michaelsen]
  • tdf#99090 docx export page-break only inside a paragraph
  • tdf#99434 docx enable docprotection only when enforced
  • tdf#99446 drop use of CAIRO_OPERATOR_DIFFERENCE
  • tdf#100019 updated core
  • tdf#100046 the dreaded 1945-04-02 Double DST, also
  • tdf#100123 prefer notation priority in detecting range/address
  • tdf#100351 example_pt-BR.xml for classification
  • tdf#100463 tolerence in contour editor doesn't work
  • tdf#100558 last 'section' of date field not incremented
  • tdf#100582 SetMatColsRows() when constructing matrix ScFormulaCell [Eike Rathke]
  • tdf#100600 sfx2 classification: never replace the control with label
  • tdf#100731 include palette in checksum
  • tdf#100734 update bullet of paragraph on UNDO
  • tdf#100753 propagate error with VAR and STDEV functions.
  • tdf#100770 crash on loading specific docx
  • tdf#100809 paragraph styles drop-down list
  • tdf#100813 crash during pagination of particular docx
  • tdf#100820 add more nullptr checks
  • tdf#100838 no transparency support on using original jpg data path
  • tdf#100845 exception during vcl painting -> std::terminate
  • tdf#100849 restore Tango currency-neutral icon
  • tdf#100870 no range based for loop when container is modified,
  • tdf#100880 editeng spellchecking doesn't work sometimes...
  • tdf#100883 opencl impls. that use SEH are still bad.
  • tdf#100909 artifacts in hole of polypolygon shape
  • tdf#100910 yes/no doesn't clear bg
  • tdf#100915 draw antialiased line just for polygon outline
  • tdf#100960 add new Portuguese AutoCorrect entries
  • tdf#101008 fix XOR rendering
  • tdf#101011 atk needs a value for accessible-table-column-header
  • tdf#101057 allow java update version number > 99
  • tdf#101058 crash on deleting certain table row
  • tdf#101063 drop OpenCL details from the 'Detailed Calculation Settings' dialog
  • tdf#101070 svg/insert, avoid infinite recursive loop when referencing oneself
  • tdf#101076 drag-create creates an unfilled shape...
  • tdf#101087 add Hungarian example xml for classification
  • tdf#101096 improve minute/month disambiguation
  • tdf#101147 break the Excel rule for YMD and DMY, follow-up
  • tdf#101196 line wrap very long checkbox content
  • tdf#101213 drop use of CAIRO_OPERATOR_DIFFERENCE
  • tdf#101241 revert "fix paint table border in DOUBLE_THIN style"
  • tdf#101246 errors are not strings [Eike Rathke]
  • tdf#101269 cannot click/edit text inside a frame
  • tdf#101309 crash on deleted SdrObject
  • tdf#101320 no range based for loop when container is modified,
  • tdf#101359 getBookmarksCount includes more than aTableBookmarks
  • tdf#101385 don't try to get SharePoint folder outside of allowed range

New in LibreOffice 5.2.0.4 Fresh (Aug 3, 2016)

  • Unable to edit My Documents path (rhbz#1352835)
  • Converting String to Double (rhbz#919020)
  • updated EN (CA, GB, US, ZA) dictionaries
  • attempt to fix untranslatable string
  • calc hangs when preediting Japanese with GTK plugin
  • crash on options->path with non-native file picker
  • remove the "H after M" rule
  • a11y crash in hyperlink
  • opengl: blacklist intel drivers for Win 7
  • outline space wrong on second level
  • calc hangs when preediting Japanese with GTK plugin
  • don't replace existing image when inserting one
  • updated EN (CA, GB, US, ZA) dictionaries
  • outline space wrong on second level
  • fix parsing of exponents

New in LibreOffice 5.2.0.4 RC 4 Fresh (Aug 1, 2016)

  • Fixed bugs:
  • rhbz#919020 Converting String to Double
  • rhbz#1352835 Unable to edit My Documents path
  • tdf#42788 outline space wrong on second level
  • tdf#56937 calc hangs when preediting Japanese with GTK plugin
  • tdf#73742 don't replace existing image when inserting one
  • tdf#97393 updated EN (CA, GB, US, ZA) dictionaries
  • tdf#97404 outline space wrong on second leve
  • tdf#98778 fix parsing of exponents
  • tdf#100019 updated EN (CA, GB, US, ZA) dictionaries
  • tdf#100351 attempt to fix untranslatable string
  • tdf#100903 calc hangs when preediting Japanese with GTK plugin
  • tdf#101054 crash on options->path with non-native file picker
  • tdf#101096 remove the "H after M" rule
  • tdf#101132 a11y crash in hyperlink
  • tdf#101138 opengl: blacklist intel drivers for Win 7

New in LibreOffice 5.1.5.2 RC 2 Fresh (Aug 1, 2016)

  • Bug fixes:
  • Unable to edit My Documents path (rhbz#1352835)
  • Converting String to Double (rhbz#919020)
  • check row when determining bounds for deleted range (tdf#100764)
  • also external svEmptyCell is 0 in numeric context (tdf#100847)
  • crash on options->path with non-native file picker (tdf#101054)
  • allow java update version number > 99 (tdf#101057)
  • remove the "H after M" rule (tdf#101096)
  • opengl: blacklist intel drivers for Win 7 (tdf#101138)
  • ww6 plcf generation reversed check (tdf#59896)
  • check row when determining bounds for deleted range (tdf#86502)
  • fix parsing of exponents (tdf#98778)

New in LibreOffice 5.2.0.3 RC 3 Fresh (Jul 20, 2016)

  • rhbz#1342823 [Gtk3] Toolbars have broken menu
  • rhbz#1352835 Unable to edit My Documents path
  • tdf#100295 try to cover second place in curl using GetTickCount64
  • tdf#100352 make the watermarks and colored infobar work in Slovenian
  • tdf#100538 make searching in shape text a libreoffice-kit only thing
  • tdf#100573 revert original attempt to
  • tdf#100574 crash when selecting and applying border style...
  • tdf#100692 crash in sidebar on deleting image from writer
  • tdf#100713 on cancel curData points to deleted parents vector entry
  • tdf#100732 hang closing Print Preview with X-icon on menubar
  • tdf#100764 check row when determining bounds for deleted range
  • tdf#100807 upload expat 2.2.0
  • tdf#100820 missing nullptr check in writer's apphdl.cxx
  • tdf#100842 do not insert things in the middle of the number
  • tdf#100847 also external svEmptyCell is 0 in numeric context
  • tdf#100861 replace all doesn't work
  • tdf#100866 don't let exception pass connectivity::release
  • tdf#100872 avoid name clash for CDataFormatTranslator in ftransl,
  • tdf#100941 LibreLogo: replace literal 'n' with newline
  • tdf#46637 revert original attempt to
  • tdf#86502 check row when determining bounds for deleted range
  • tdf#93889 revert "Remove a busy loop"
  • tdf#99360 revert "Remove a busy loop"
  • tdf#99512 opencl - restrict scope of vlookup optimization to doubles.
  • tdf#99815 hang closing Print Preview with X-icon on menubar
  • tdf#99963 line wrap very long checkbox content

New in LibreOffice 5.1.5.1 RC Fresh (Jul 18, 2016)

  • dragging between sheets can change the current cursor position (bnc#502717)
  • dragging between sheets can change the current cursor position (fdo#48869)
  • freeze on load of specific html doc (fdo#87601)
  • dragging between sheets can change the current cursor position (i#21869)
  • dragging between sheets can change the current cursor position (i#97093)
  • don't clear XATTR_FILL* from stylesheet if... (rbhz#1326602)
  • wrong radiobutton and checkbutton behavior in "view" menu (rhbz#1343752)
  • a11y queries during dispose trigger combobox crashes (rhbz#1343766)
  • kde][gtk3] Mouse wheel doesn't work in an LibreOffice application after upgrade from FC23 to FC24 with GDK_CORE_DEVICE_EVENTS=1 and auto-activation on mouse-over (rhbz#1349501)
  • Impress: Instead of showing "Slide Master" view, "Normal" view is shown (rhbz#1351292)
  • Unable to edit My Documents path (rhbz#1352835)
  • background bitmap image disappeared when I copy slide and paste in same odp and different odp file (rhbz#1353069)
  • sw: RTF export: fix empty hyperlinks (tdf#100105)
  • quickstart crashes immediately without Quickstarter (tdf#100181)
  • crash: switch to Display Mode - Master Modes - Notes (tdf#100199)
  • show the dialog just once even if both toggles were changed (tdf#100222)
  • vcl menu scroll timer still active post dispose (tdf#100248)
  • crash on disposing media player (tdf#100258)
  • svx: fix undo of table column resize (tdf#100269)
  • row ally index is ROW_INVALID (tdf#100272)
  • sw: fix target node of bookmark copy (tdf#100275)
  • EASTERSUNDAY() check valid year between 1583 and 9956 (tdf#100285)
  • try to cover second place in curl using GetTickCount64 (tdf#100295)
  • report crashes on close of conditional formatting dialog (tdf#100303)
  • fix order of weekdays in NETWORKDAYS (tdf#100342)
  • start the flush timer when batching (PostBatchDraw) (tdf#100411)
  • convert texture buffer to 1-bit and 4-bit palette buffer (tdf#100451)
  • bin/unpack-sources needs to be executable (tdf#100453)
  • check for minimal dconf version (tdf#100455)
  • queryContentCells doesn't count annotations... (tdf#100460)
  • tolerence in contour editor doesn't work (tdf#100463)
  • sw: Exchange Database shouldn't delete the created odb file (tdf#100495)
  • correct OOXML function name is EFFECT instead of EFFECTIVE (tdf#100641)
  • crash in sidebar on deleting image from writer (tdf#100692)
  • on cancel curData points to deleted parents vector entry (tdf#100713)
  • propagate error with VAR and STDEV functions. (tdf#100753)
  • crash on loading specific docx (tdf#100770)
  • crash during pagination of particular docx (tdf#100813)
  • opencl impls. that use SEH are still bad. (tdf#100883) [
  • can't resize shape with "resize shape to fit text" (tdf#34467)
  • RTF import: fix handling of trpaddf{b,l,r,t} (tdf#50821)
  • opening two docs with open document macro events can crash (tdf#55566)
  • cs-CZ] percentage format with no-break space (tdf#63272)
  • impress: update outline text before saving (tdf#66469) [Justin Luth]
  • switching to sidebar panel will toggle it *off*... (tdf#67627)
  • explicitly disable partial cell shift with change-tracking, related (tdf#73335)
  • don't case-fold strings for formula group calculations (tdf#75387)
  • RTF import: automatically generate names for images if needed (tdf#77349)
  • START CENTER: Close button doesn't reappear after being clicked (tdf#79198)
  • parent mutex dtored before child dtor uses it (tdf#82532)
  • remove color-inverted line images from Sifr (tdf#83455)
  • crash without java but with nlp solver installed (tdf#88237)
  • switching to sidebar panel will toggle it *off*... (tdf#88241)
  • switching to sidebar panel will toggle it *off*... (tdf#88396)
  • descend into dimension children to obtain leaf result (tdf#89186)
  • revert attempt to ditch missing file from recent files (tdf#89394)
  • do not reuse the same StartListeningContext (tdf#90285)
  • swap_single_to_multi_blocks is broken (tdf#90579)
  • crashtesting: crash on inserting text into footnote (tdf#91291)
  • package: fix exception handling in DeflateThread () (tdf#91807)
  • copying cells to undo doc shallow copied note pointer (tdf#91995)
  • can't resize shape with "resize shape to fit text" (tdf#93079)
  • can't resize shape with "resize shape to fit text" (tdf#93135)
  • freeze on load of specific html doc (tdf#93971)
  • sw: speed up the navigator (tdf#94212)
  • assume tiny shears are rounding artefacts etc and can be ignored (tdf#95581)
  • crash when an extension with legacy decks is installed (tdf#96008) [
  • address wizard crash when run from start center (tdf#96251)
  • fixup: when removing entry, entry count does not stay constant (tdf#96516)
  • dragging between sheets can change the current cursor position (tdf#96540)
  • handle autofilter search for dates correctly (tdf#97340)
  • crash in SwDBManager fixed (tdf#97501)
  • bail out early if kernel would have ridiculously many parameters (tdf#98515)
  • check the font is bound, substitute FON fonts (tdf#98710)
  • ensure backing context of DoubleVectorRefToken... (tdf#98880)
  • hardware_concurrency not ideal for thread pools (tdf#98955)
  • docx export page-break only inside a paragraph (tdf#99090)
  • cairo text + xrender bodge (tdf#99446)
  • opencl - restrict scope of vlookup optimization to doubles. (tdf#99512)
  • blacklist that specific vendor, version, and device combination (tdf#99919)
  • avoid invalid access by reusing getFontFamily() result (tdf#99994)

New in LibreOffice 5.2.0.2 RC 2 Fresh (Jul 7, 2016)

  • rhbz#1341064 libreoffice - test failure on big endians
  • tdf#100222 show the dialog just once even if both toggles were changed
  • tdf#100295 force curl to build for XP
  • tdf#100303 report crashes on close of conditional formatting dialog
  • tdf#100352 slovenian example.xml ()
  • tdf#100411 start the flush timer when batching (PostBatchDraw)
  • tdf#100460 queryContentCells doesn't count annotations...
  • tdf#100495 sw: Exchange Database shouldn't delete the created odb file
  • tdf#100761 after insert note, focus cannot return to inputbar
  • tdf#73335 explicitly disable partial cell shift with change-tracking, related
  • tdf#75387 don't case-fold strings for formula group calculations
  • tdf#84834 sc: stricter type detection for dBASE files
  • tdf#84843 after insert note, focus cannot return to inputbar
  • tdf#89616 find toolbar: Activate search arrows when input has text
  • tdf#90285 do not reuse the same StartListeningContext
  • tdf#91807 package: fix exception handling in DeflateThread ()
  • tdf#91995 copying cells to undo doc shallow copied note pointer
  • tdf#98515 bail out early if kernel would have ridiculously many parameters
  • tdf#98710 check the font is bound, substitute FON fonts

New in LibreOffice 5.2.0.1 RC 1 Fresh (Jun 23, 2016)

  • List of fixed bugs:
  • bnc#502717 dragging between sheets can change the current cursor position
  • deb#826654 scale gtk3 smooth scaling events...
  • i#21869 dragging between sheets can change the current cursor position
  • i#97093 dragging between sheets can change the current cursor position
  • rhbz#1283426 [abrt] libreoffice-core: gdk_x11_screen_get_screen_number(): soffice.bin killed by SIGSEGV
  • rhbz#1343752 wrong radiobutton and checkbutton behavior in "view" menu [David Tardon]
  • rhbz#1343766 a11y queries during dispose trigger combobox crashes
  • rhbz#1344042 LibreOffice Writer mouse wheel scrolling doesn't scroll far enough on each wheel event
  • tdf#34467 can't resize shape with "resize shape to fit text"
  • tdf#38913 passing a NULL pointer to fileno is not allowed
  • tdf#48869 dragging between sheets can change the current cursor position
  • tdf#61396 possibility to edit a template not in Template Repository
  • tdf#63272 remove the correct but unwanted no-break space in percentage,
  • tdf#70806 check for svDouble when stripping DCOUNT/A argument, follow-up
  • tdf#79198 START CENTER: Close button doesn't reappear after being clicked
  • tdf#82532 parent mutex dtored before child dtor uses it
  • tdf#83455 remove color-inverted line images from Sifr
  • tdf#84909 impress: Rearrange the standard toolbar
  • tdf#86759 and Enable Page Background Panel for Draw
  • tdf#87120 data validity cell range dropdown empty under windows
  • tdf#87938 google 2FA fix, new pin code page
  • tdf#89394 revert attempt to ditch missing file from recent files
  • tdf#89466 and Enable Page Background Panel for Draw
  • tdf#89657 sign Mac languagepack installer and force-start-close LO
  • tdf#90419 diminish precision error in Series Fill
  • tdf#90579 swap_single_to_multi_blocks seems broken
  • tdf#90786 put license file in the right directory
  • tdf#91684 RTF import: handle fFlipH and fFlipV shape props
  • tdf#91781 tweak to Writer's insert menu
  • tdf#92218 tweaks to single toolbar mode toolbars
  • tdf#92478 avoid crash on using scanner on windows x64
  • tdf#93079 can't resize shape with "resize shape to fit text"
  • tdf#93135 can't resize shape with "resize shape to fit text"
  • tdf#93317 revert x-crossplatform ToTop...
  • tdf#94004 wrap Power trendline equation
  • tdf#94212 sw: speed up the navigator
  • tdf#95797 don't jump to the cursor position after auto-save.
  • tdf#96089 sw: fix scope of bBreakAfter in InsertCnt_()
  • tdf#96251 address wizard crash when run from start center
  • tdf#96540 dragging between sheets can change the current cursor position
  • tdf#97103 sw: fix restoring of SetRedlineMode on DOCX/RTF export
  • tdf#97527 OutputDevice::isDisposed doesn't work anymore
  • tdf#97831 fix obtaining ScRefCellValue results, follow-up
  • tdf#97837 detect delimiter only for date, time, currency
  • tdf#98797 sw: try to fix crash in SwMailDispatcherListener_Impl
  • tdf#98955 hardware_concurrency not ideal for thread pools
  • tdf#99310 data validity cell range dropdown empty under windows
  • tdf#99410 work around MSVCR2013 bug around AVX,
  • tdf#99519 added more intelligent handling of animated GIFs
  • tdf#99604 gtk3: use gtk_window_group_get_current_grab instead of gtk_grab_get_current
  • tdf#99770 update service name from “LotusLive” to “IBM Connections Cloud”
  • tdf#99795 drawAlphaBitmap should scale the bitmap if necessary
  • tdf#99861 recover lost basic in help indentation
  • tdf#100048 we can rearrange the hidden child to allow tab traversal
  • tdf#100105 sw: RTF export: fix empty hyperlinks
  • tdf#100140 crash on exit of report design
  • tdf#100181 quickstart crashes immediately without Quickstarter
  • tdf#100184 fix the lifecycle of a texture in an atlas
  • tdf#100209 master slide of master slide makes no sense
  • tdf#100248 vcl menu scroll timer still active post dispose
  • tdf#100257 data : XML Source does not work
  • tdf#100260 template Manager: Cannot open context menu without mouse
  • tdf#100269 svx: fix undo of table column resize
  • tdf#100272 row ally index is ROW_INVALID
  • tdf#100275 sw: fix target node of bookmark copy
  • tdf#100285 EASTERSUNDAY() check valid year between 1583 and 9956
  • tdf#100313 OutputDevice::isDisposed doesn't work anymore
  • tdf#100325 reportdesign: try to set URL as DocumentBaseURL
  • tdf#100327 gtk3 fpicker yes/no dialog modal trouble
  • tdf#100333 ctrl + G for Save in Spanish
  • tdf#100337 revert x-crossplatform ToTop...
  • tdf#100342 fix order of weekdays in NETWORKDAYS
  • tdf#100352 sfx classification: support localized policy files
  • tdf#100396 handle unspecified WEEKDAY arguments and support new ones
  • tdf#100409 introduce ScMatrix::GetDoubleWithStringConversion() preparing for
  • tdf#100412 cope with recursive gdk_threads_enter/_leave
  • tdf#100421 , don't crash on deleting particular table
  • tdf#100422 crash if you exit mail merge wizard..
  • tdf#100423 template Manager: ctrl + A and del should work correctly
  • tdf#100429 resolve: gtk3: set custom icons in native gtk menus
  • tdf#100445 fix name of style applied on Ctrl+0
  • tdf#100451 convert texture buffer to 1-bit and 4-bit palette buffer
  • tdf#100453 – bin/unpack-sources needs to be executable
  • tdf#100455 check for minimal dconf version
  • tdf#100478 correct the syntax of two examples of the N formula

New in LibreOffice 5.2.0.0 Beta 2 Fresh (Jun 8, 2016)

  • cid#1362174 1362177: USE_AFTER_FREE+resource leak due to copypasta
  • fdo#87601 freeze on load of specific html doc
  • i#95181 xmloff: only update the progressbar twice for every percent
  • tdf#100021 format argument issue in process.cxx
  • tdf#100051 partially revert "loplugin:constantparam in sw"
  • tdf#100057 force libxslt to give up when we cancel a transformation
  • tdf#100080 set unused shader attribs with values, fixes GL on AMD
  • tdf#100092 deterministic scheduling to prevent unpredictable behavior.
  • tdf#100097 dbaccess self-dnd depends on getting its own transferable
  • tdf#100115 _nColId is sal_uInt16
  • tdf#100122 correctly treat fraction without integer part
  • tdf#100134 xmloff: only update the progressbar twice for every percent
  • tdf#100159 on Windows, compile GL shaders in advance, disable GL on failure
  • tdf#100187 fix division by zero in comboFragmentShader
  • tdf#100191 crash: switch to Display Mode: Notes via toolbar
  • tdf#100193 check earlier and harder whether OpenGL is good enough on Windows
  • tdf#100195 enable Keyboard Navigation in Template Manager and Start Center
  • tdf#100199 crash: switch to Display Mode - Master Modes - Notes
  • tdf#100201 crash on apply custom color
  • tdf#100258 crash on disposing media player
  • tdf#34362 setting table border from toolbar resets "spacing to content"
  • tdf#50821 RTF import: fix handling of \trpaddf{b,l,r,t}
  • tdf#53899 if there is no CurrentController, use the ScTabViewObj
  • tdf#55566 opening two docs with open document macro events can crash
  • tdf#63272 no-break space between number and percent sign,
  • tdf#66469 impress: update outline text before saving
  • tdf#67627 OpenThenSwitchToDeck actually *toggles* deck visibility
  • tdf#70806 DCOUNT and DCOUNTA DatabaseField argument can be omitted [Eike Rathke]
  • tdf#77349 RTF import: automatically generate names for images if needed
  • tdf#81475 minor tweaks to writer toolbars
  • tdf#84411 OpenCL: S/W interpreter throws std::out_of_range error
  • tdf#85594 unify Calc drawing toolbar with Writer
  • tdf#87967 valgrind reported invalid reads on 1 pixel wide bitmap
  • tdf#88237 crash without java but with nlp solver installed
  • tdf#88241 OpenThenSwitchToDeck actually *toggles* deck visibility
  • tdf#89186 descend into dimension children to obtain leaf result
  • tdf#91781 A round of minor tweaks to Writer's menus
  • tdf#92218 implement Calc single toolbar mode toolbar
  • tdf#92434 crash on deleting inner join relationship
  • tdf#92695 we already have ImplGetItem from mnHighItemId here
  • tdf#93386 crash when closing a Database with macro editor open
  • tdf#93403 check for changed DataSource on all Controls on form reload
  • tdf#93883 don't add space to empty paragraph when bullet is turned off.
  • tdf#93971 freeze on load of specific html doc
  • tdf#94131 easier access to set a default template when saving a template
  • tdf#95581 assume tiny shears are rounding artefacts etc and can be ignored
  • tdf#96008 crash when an extension with legacy decks is installed
  • tdf#96279 set correct parents for password dialogs
  • tdf#96516 do not increment position counter when an entry is removed
  • tdf#97158 actually multiple destination sheets are handled, follow-up
  • tdf#97340 handle autofilter search for dates correctly
  • tdf#97839 a single character may be more than 1 utf-16 code points
  • tdf#97854 crash on deleting inner join relationship
  • tdf#98226 fix undo of table AutoFormat
  • tdf#98290 new Mac shortcut for fullscreen for all apps
  • tdf#98436 crash trying To create remote folder before connected
  • tdf#98666 don't cache progress bars either
  • tdf#98880 ensure backing context of DoubleVectorRefToken...
  • tdf#99519 1 bit masks need each byte to be reversed
  • tdf#99637 add expert configuration property for number of undo steps
  • tdf#99643 OLE automation bridge: fix 64-bit pointer conversions
  • tdf#99696 fix build error for 64bit Windows in unit tests using ADODB
  • tdf#99827 sw: don't create AutoText dialog's preview doc ReadOnly
  • tdf#99870 writer: don't delete selection with delete-comment
  • tdf#99919 blacklist that specific vendor, version, and device combination
  • tdf#99994 avoid invalid access by reusing getFontFamily() result

New in LibreOffice 5.1.4.1 RC 1 Fresh (Jun 6, 2016)

  • bail out if we fail to reserve the texture + more (cid#1358836)
  • bail out if we fail to reserve the texture + more (coverity#1358428)
  • backport of opencl coverity fixes (coverity#1358843)
  • backport of opencl coverity fixes (coverity#1358844)
  • missing break in switch (coverity#704901)
  • VclPixelProcessor2D: fix double border line width (fdo#33634)
  • missing break in switch (fdo#86018)
  • Werror=nonnull-compare (i#111996)
  • close direct char fmt at end of para (i#119650)
  • Werror=nonnull-compare (i#80266)
  • xmloff: only update the progressbar twice for every percent (i#95181)
  • libreoffice: Leakage of removed background image set in master slide [fedora-all] (rhbz#1326602)
  • CRASH when setting a background image (tdf#100024)
  • partially revert "loplugin:constantparam in sw" (tdf#100051)
  • set unused shader attribs with values, fixes GL on AMD (tdf#100080)
  • deterministic scheduling to prevent unpredictable behavior. (tdf#100092)
  • dbaccess self-dnd depends on getting its own transferable (tdf#100097)
  • nColId is sal_uInt16 (tdf#100115)
  • xmloff: only update the progressbar twice for every percent (tdf#100134)
  • on Windows, compile GL shaders in advance, disable GL on failure (tdf#100159)
  • changing OpenCL state doesn't update sheet (tdf#100160)
  • correctly test if fraction has no integer part (tdf#31449)
  • check for preconditions earlier (tdf#35957)
  • min numerator/denominator at least 1 (tdf#38097)
  • some shortcuts should always end up in the view (tdf#49853)
  • skip quoted text in number format (tdf#61996)
  • fi-FI] percentage format with no-break space (tdf#63272)
  • added placeholder option to pdf export dialog in Writer (tdf#64748)
  • RTF import: handle row-level default cell margins (tdf#74795)
  • form protection can be modified as compatibility option (tdf#81833)
  • RTF import: handle \clcbpatraw (tdf#82073)
  • reset mouse pointer if doc loading failed (tdf#82160)
  • wrapAddress() didn't do what it was supposed to do (tdf#83746)
  • convert missing numbering types to OOXML tokens. (tdf#84317) [Mark Hung]
  • OpenCL: S/W interpreter throws std::out_of_range error (tdf#84411)
  • sw: make TextBox in shape accessible without mouse (tdf#84695)
  • handle both, base name and Sheet1, as external reference sheet name (tdf#86282)
  • split formula groups referring bounds shifted into (tdf#86502)
  • for OOXML write plain #REF! if deleted parts (tdf#86575)
  • close direct char fmt at end of para (tdf#87437)
  • valgrind reported invalid reads on 1 pixel wide bitmap (tdf#87967)
  • vcl: fix printing of form controls with images (tdf#89866)
  • RTF import: handle fRelFlipV property for line shapes (tdf#90097)
  • make image flipping work when aLinearContext(...) code path chosen (tdf#90319)
  • crash on deleting inner join relationship (tdf#92434)
  • protect both branches against missing ToolItem (tdf#92695)
  • make PaneDockingWindow dockable again (tdf#92951)
  • handle external references and propagate error (tdf#93101)
  • fix incorrect text fit in imported PPT - take two (tdf#93124)
  • crash when closing a Database with macro editor open (tdf#93386)
  • check for changed DataSource on all Controls on form reload (tdf#93403)
  • limit parallelism at zip save time to useful amount (tdf#93553)
  • fix import of linked left page header/footer (tdf#93640)
  • flush API objects at load time (tdf#93994)
  • a11y crash, obtain formula using the correct pointer (tdf#94146)
  • repair dialog for text along path (tdf#94221)
  • missing break in switch (tdf#94320)
  • Werror=nonnull-compare (tdf#94559)
  • missing break in switch (tdf#94931)
  • missing break in switch (tdf#94934)
  • extend test to distinguish minute/month (tdf#95339)
  • crash in presentation wizard (tdf#95620)
  • RTF import: handle device-independent bitmaps (tdf#95707)
  • reasonable background for roadmap widget (tdf#95954)
  • crash on activating manage changes sidebar (tdf#96092)
  • can't save a doc with signed macro after autosave/save a copy (tdf#96097)
  • get the right Writer window view for Formula window (tdf#96244)
  • RTF import: fix anchor of shapes inside tables (tdf#96275)
  • significant whitespace as intersection in Excel syntax (tdf#96426)
  • vcl: fix printing of form controls with images (tdf#96504)
  • do not increment position counter when an entry is removed (tdf#96516)
  • reset CustomShapeEngine at import (tdf#96522)
  • we need the space="preserve" also for formatted strings, (tdf#96912)
  • CopyOneCellFromClip() does not handle multiple sheets (tdf#97158)
  • don't crash if BindFont fails (tdf#97249)
  • no decimal separtor for empty decimal (tdf#97835)
  • a single character may be more than 1 utf-16 code points (tdf#97839)
  • crash on deleting inner join relationship (tdf#97854)
  • loop in style hierarchy on odt loop (tdf#97879)
  • add Intel driver 5.2.0.10049 to blacklist (tdf#97887)
  • add Intel driver 3.0.1.10891 to blacklist (tdf#97915)
  • prevent access to invalid sub node (tdf#98088)
  • flush ressources at CustomShapes during import (tdf#98163)
  • endless loop in replace all stopped (tdf#98224)
  • fix undo of table AutoFormat (tdf#98226)
  • crash trying To create remote folder before connected (tdf#98436)
  • fix the Undo action of insert an input field. (tdf#98512)
  • don't cache progress bars either (tdf#98666)
  • find Toolbar does not display "Search key not found" (tdf#98753)
  • 1 not mapping to maximum string length anymore) (tdf#98940)
  • use 'Microsoft Sans Serif' instead of 'MS Sans Serif' (tdf#98983)
  • use subdivision on B2DPolygon, angle based subdivision (tdf#99130)
  • VML import: handle image crop (tdf#99135)
  • fix incorrect RGB ordering in Graphite DWrite path (tdf#99207)
  • use correct path for lock in PUT method. (tdf#99246)
  • calc crashing on Undo after Spell Correction (tdf#99255)
  • bail out if we fail to reserve the texture + more (tdf#99258)
  • new Short[] used instead of new short[] (tdf#99272)
  • lokdocview: add new userprofileurl property (tdf#99314)
  • VclPixelProcessor2D: fix double border line width (tdf#99315)
  • fix GrabFocus during dispose crashes (tdf#99338)
  • try harder to bail out for non-horizontal text (tdf#99369)
  • vcl: don't dispatch events from SolarMutexReleaser (tdf#99383)
  • SvxTableController::SetVertical: implement undo support (tdf#99396)
  • crash when closing dialog editor (tdf#99425)
  • fix insert twice the same object in Photo album (tdf#99450)
  • svx: fix undo of table row edge drag (tdf#99452)
  • opencl: better logging of devices and device selection (tdf#99453)
  • sw: layout: don't split table before fly (tdf#99460)
  • reverse logic of TokenPointers::skipToken() (tdf#99461)
  • fix insert twice the same object in Photo album (tdf#99462)
  • close direct char fmt at end of para (tdf#99474)
  • delete column with styles resets the 'Apply Style' drop down (tdf#99479)
  • don't overwrite trwWidth value if set on a table (tdf#99498)
  • exit text edit and unmark objects before moving slide (tdf#99523)
  • show all accelerators in menus of extensions (tdf#99527)
  • sw: don't pop up input field dialog before inserting field (tdf#99529)
  • if the num of arguments is not 1 infer a row (tdf#99556)
  • fix sluggish scrollbar for an immediate paint (tdf#99574)
  • fix radio button groups (and thus up/down key cycle) (tdf#99588)
  • OLE automation bridge: fix 64-bit pointer conversions (tdf#99643)
  • crash in SwPostItMgr with change tracking (tdf#99692)
  • do nullptr check BEFORE calling method (tdf#99699)
  • sw: avoid buffering a11y events for not-visible frames (tdf#99722)
  • lower the barrier for inferior systems, cripple the test (tdf#99730)
  • don't crash on moving range of cells (tdf#99733)
  • menu entry for Select Sheets... (tdf#99850)
  • writer: don't delete selection with delete-comment (tdf#99870)
  • gtk3: all-black xbm cursors (tdf#99874)

New in LibreOffice 5.1.3.2 Fresh (May 12, 2016)

  • drawing the background over an active cursor (tdf#91778)
  • don't destroy completely window when replace dialog (tdf#97380)
  • libcmis: add a patch to fix Google Drive login (tdf#98416)
  • take the footgun away from FilterCache (tdf#99353)
  • Effect of sort does not propagate to other column (not included in sort) without hard recalc (tdf#99417)

New in LibreOffice 5.1.3.2 RC 2 Fresh (May 5, 2016)

  • tdf#91778 drawing the background over an active cursor
  • tdf#97380 don't destroy completely window when replace dialog
  • tdf#98416 libcmis: add a patch to fix Google Drive login
  • tdf#99353 take the footgun away from FilterCache
  • tdf#99417 Effect of sort does not propagate to other column (not included in sort) without hard recalc

New in LibreOffice 5.0.6.2 RC Still (Apr 27, 2016)

  • Fixed issues:
  • tdf#40863 Bitmap Background exceeds shape borders when PRINTING or PDF EXPORT
  • tdf#73973 Add Plains Cree language to LibreOffice [crk-CA]
  • tdf#79679 EMF: dashed lines in background grid are rendered as solid lines
  • tdf#94449 Changing the paragraph style removes index entries.
  • tdf#96172 Crash in layout SwSectionFrame after opening particular document
  • tdf#98366 Not working preview the galleries created with LibreOffice version 4.4 or newer.
  • tdf#99172 Basic import/export of dialogs ignores vertical alignment of text boxes
  • tdf#99224 PPTX filter: image with text is lost on export
  • tdf#99322 Error in Calculation after cut and paste (need hard recalc)
  • tdf#99450 EDITING: Crash on close file after File> Insert> Media> Photo Album
  • tdf#99462 CRASH after deleting photo album caption box

New in LibreOffice 5.1.3.1 RC 1 Fresh (Apr 25, 2016)

  • Bug fixes:
  • bnc#659631 DOC import: handle subset of STYLEREF natively
  • cid#1352479 opengl: fix inv.scale values are always integer
  • fdo#76741 FILESAVE: DOCX Table Width Type and Alignment is not preserved
  • lp#1560328 clear cache before disposing rest of VCL
  • lp#1566050 prevent cyclic reference zombies
  • tdf#40863 Bitmap Background exceeds shape borders when PRINTING or PDF EXPORT
  • tdf#65642 RTF import: page number are incorrect
  • tdf#73973 Add Plains Cree language to LibreOffice [crk-CA]
  • tdf#88027 Shortcuts ctrl+; and ctrl+shift+; does not work in ru/es/pt/fi keyboard layouts
  • tdf#88443 resize image (picture) together with frame does not work
  • tdf#88453 Writer: huge table cell table layout issue
  • tdf#89095 Start Center: bigger thumbnails for templates
  • tdf#89267 Reduce the amount of copy-paste in sc/qa/unit/opencl-test.cxx.
  • tdf#89609 Explorer shell extension fails to convert date into locale specific string (sub-second precision ISO date → "strange date-information")
  • tdf#90561 Query-designer removes the SQL keyword AS in front of an Aliasname
  • tdf#92963 Pasting a whole row with data crashes all open LibO apps
  • tdf#93127 named range changed after copy, paste
  • tdf#93300 Style formatting overrides direct formatting when using conditional formatting
  • tdf#94449 Changing the paragraph style removes index entries.
  • tdf#94682 VIEWING: OpenGL text rendering performance.
  • tdf#94734 Font colour icon in sidebar disappears when changing font colour (comment 4)
  • tdf#95421 Cannot move object by dragging its anchor icon.
  • tdf#95977 EDITING: Image moving and anchoring erratic behavior on text body style
  • tdf#96172 Crash in layout SwSectionFrame after opening particular document
  • tdf#96326 FILEOPEN: RTF checkbox size too big and checkbox shows as selected
  • tdf#96484 Missing Icons in Find Toolbar with Icon Style Galaxy
  • tdf#96549 EDITING --Empty calc cells show incorrect font and size after sheet is saved in xlsx format
  • tdf#96896 Writer crashes when frame title is changed via API and user closes print preview
  • tdf#96989 The videos embedded in a presentation start with the maximum volume
  • tdf#96996 PIVOTTABLE Drill to details first level doesn't work
  • tdf#97035 FILEOPEN: RTF wrong cell width
  • tdf#97319 With OpenGL enabled Unicode codepoints beyond BMP not rendered, affecting SMP and plane 2 -- Windows only? [Tor Lillqvist]
  • tdf#97398 SIDEBAR: Content panels not independent between apps
  • tdf#97601 Accessing chart data through API results in infinite redraw loop
  • tdf#97853 SQL query crashes Base
  • tdf#97863 FILEOPEN: XLS import hangs with 100% cpu usage
  • tdf#97897 Recalculate does not always work
  • tdf#98366 Not working preview the galleries created with LibreOffice version 4.4 or newer.
  • tdf#98427 array checkbox crashes calc in function wizzard
  • tdf#98458 SLOW searches via FIND in LARGE odt-files: writer 5 ONLY
  • tdf#98554 FILEOPEN XLSX Two different conditional formats with different colors in the same column are only working with one color
  • tdf#98600 LO cannot read some svm pictures from old ODT file
  • tdf#98622 Formula (Math object) is not shown
  • tdf#98642 Calc "auto-corrects" defined names in cell formulas, and it should not
  • tdf#98647 UI: Tools >Outline Numbering >Position and Spacing .. set Value is only set after touching arrows of the spin field control
  • tdf#98657 SUM() isn't implemented according to general rules (with OpenCL active)
  • tdf#98726 debug build: gtk3 scroll bars background never repainted
  • tdf#98740 Infobar should not be in the customization options
  • tdf#98771 Update DocumentList.xml and SentenceExceptionList.xml for Croatian
  • tdf#98806 bad import bookmarks from an RTF file
  • tdf#98812 FILEOPEN: Writer crashes on loading a particular .doc document in Windows
  • tdf#98849 "Not Saved" icon on Save button disappears after print preview
  • tdf#98882 DOCX import: inline picture is handled incorrectly (crop problem?)
  • tdf#98960 Crash with OpenGL image scaling
  • tdf#98987 Layout: shapes imported from DOCX handled incorrectly
  • tdf#98989 Windows: non-scalable fonts like "Courier" not rendered
  • tdf#98990 Defining a named range for complete column or row results in broken expression (Formula syntax = ExcelR1C1)
  • tdf#99004 TextBox: draw shape and its textbox is out of sync
  • tdf#99069 assertion "SolarMutex not locked" from Data Ranges dialog
  • tdf#99073 UI: double clicking on a form folder does not unfold it anymore
  • tdf#99078 bump expat to 2.1.1
  • tdf#99089 libreoffice crashes when I select a different job number on the spreadsheet
  • tdf#99100 DOC import: STYLEREF not imported even in case it can be mapped to chapter field
  • tdf#99120 DOC import: first page header shows up when title page is not set
  • tdf#99140 DOCX import: table at the bottom of the page doesn't span over multiple pages
  • tdf#99172 Basic import/export of dialogs ignores vertical alignment of text boxes
  • tdf#99208 Spreadsheet sort hangs
  • tdf#99224 PPTX filter: image with text is lost on export
  • tdf#99244 OpenGL: Fat lines Miter geometry creation error
  • tdf#99322 Error in Calculation after cut and paste (need hard recalc)
  • tdf#99357 Syntax error in module crashes Basic IDE and Calc on attempt to edit

New in LibreOffice 5.1.2.2 Fresh (Apr 7, 2016)

  • .bmp and .png images in .ods printed as black squares when "convert colors to grayscale" option is ticked (tdf#98324)

New in LibreOffice 5.1.2.2 RC 2 Fresh (Mar 31, 2016)

  • tdf#98324 .bmp and .png images in .ods printed as black squares when "convert colors to grayscale" option is ticked

New in LibreOffice 5.1.1.3 Fresh (Mar 10, 2016)

  • Decimal alignment (user defined number formats with question marks) lost in ODF (tdf#40517)
  • OpenGL: dissapear field controls in dialogue Format-Page, tab Page (Calc) (tdf#97739)
  • FILEOPEN: arrowheads added to lines within groups (tdf#97808)

New in LibreOffice 5.1.1 RC 1 Fresh (Feb 11, 2016)

  • Fixed issues:
  • coverity#1348468 oox: copy-paste error [Michael Stahl]
  • rhbz#1240591 Clipboard is cleared when LO is closed [Caolán McNamara]
  • rhbz#1257635 [fix available] sometimes LO doesn't see cups printers [Caolán McNamara]
  • rhbz#1289394 [gtk3] [wayland] tooltips are misplaced before moving window for the first time [Caolán McNamara]
  • rhbz#1294208 [GTK3] [Xorg] Scrolling in LibreOffice bounces or go in reverse direction [Caolán McNamara]
  • tdf#40517 Decimal alignment (user defined number formats with question marks) lost in ODF [Laurent Balland-Poirier]
  • tdf#45771 SVG: Incorrect text size [Xisco Fauli]
  • tdf#61511 problem Background rtf [Miklos Vajna]
  • tdf#72695 crash on concurrent SwXTextDocument::dispose and SwXTextFrame::release [Michael Stahl]
  • tdf#74667 Data Analysis Toolkit - Regression [Tomaž Vajngerl]
  • tdf#75256 Meta: incomplete Sifr icon theme [Matthias Freund]
  • tdf#79163 SVG Import - gradients bugged and some transparent sections fully white [Xisco Fauli]
  • tdf#85770 In svg image, visibility does not work for tspan [Xisco Fauli]
  • tdf#86609 TOOLBAR: Paste no longer has paste special drop down in Impress/Draw [Maxim Monastirsky]
  • tdf#87178 DIALOG: Reset menus in Customize dialog resets toolbars as well [Maxim Monastirsky]
  • tdf#89031 EDITING - Calc Function suggestion too agressive [Winfried Donkers]
  • tdf#91017 [Regression] Black squares hide content of WMF image [Armin Le Grand]
  • tdf#91762 Inserting table has incorrect row heights [Xisco Fauli]
  • tdf#91909 Uno commands for slide navigation and slide sorting [Caolán McNamara]
  • tdf#92077 FILESAVE: Rotated shapes double rotated when exported to OOXML [Andras Timar]
  • tdf#92630 GTK+ auto-accelerator functionality missing [Katarina Behrens]
  • tdf#92720 EDITING: Report-Builder - Report fails to open with Charts in a Report [Michael Stahl]
  • tdf#93038 ICONS: Missing Open Remote File icon [Laurent Balland-Poirier]
  • tdf#93054 EDITING: dragging and dropping selected cells doesn't work (GTK3 only) [Caolán McNamara]
  • tdf#93151 "Expand references when new columns/rows are inserted" broken for named ranges [Eike Rathke]
  • tdf#93637 PDF export missing ToC page numbers [Justin Luth]
  • tdf#94739 Images are distorted diagonally on PDF export when OpenGL rendering is enabled [Caolán McNamara]
  • tdf#95024 Support for new Hungarian orthography [László Németh]
  • tdf#95217 Persian text not imported with "Link to External Data..." in Calc [Giuseppe Castagno]
  • tdf#95573 EXTENSION MANAGER - freeze / hang when attempting to install extensions on OSX 10.11, installation confirmation dialog not displayed [Michael Meeks]
  • tdf#95587 position values do not follow base point setting [Katarina Behrens]
  • tdf#95648 When OpenGL rendering is active-- Graphite font has black blocks when used in a justified paragraph [Tor Lillqvist]
  • tdf#96147 ODF export: CharHighlight property causes duplicate fo:background-color attributes on text/paragraph styles [Michael Stahl]
  • tdf#96174 "File - Save to Remote Server" spits out "Error saving document $document: The specified device is invalid", when trying to save to GDrive [Giuseppe Castagno]
  • tdf#96222 Simple matrix formulas give wrong results when calc file saved in .ods is reopened (openCL) [Tor Lillqvist]
  • tdf#96245 Frames are deleted from document that doesn't contain the draw:name property in draw:frame elements [Caolán McNamara]
  • tdf#96308 FILEOPEN RTF incorrect tab spacing on table [Miklos Vajna]
  • tdf#96327 Start Center: "F" accelerator for "Remote Files" conflicts with "alt+F" accelerator for "File" menu [Gabriele Ponzo]
  • tdf#96385 Tracker: GL black / flickering issues [Michael Meeks]
  • tdf#96407 Mac OS X version doesnt appear in About dialog [Douglas Mencken]
  • tdf#96420 Glyph replacement causes caret misplacement and/or mis-rendered replacement glyph [Tor Lillqvist]
  • tdf#96580 "Edit with External Tool" damages svg image [Caolán McNamara]
  • tdf#96653 PNG graphics are corrupted when exported to PDF [Caolán McNamara]
  • tdf#96669 UI: 'Save to remote server' error: 'A file named "$file" already exists' though file is not present on target WebDAV server. [Giuseppe Castagno]
  • tdf#96685 EditEng AccessibleParagraph not focused on first use - KMFL doesn't swallow characters [Justin Luth]
  • tdf#96833 Remote Files UI dialog has various small issues (lost values in editing, wrong TCP port number management...) [Giuseppe Castagno]
  • tdf#96910 EDITING - Crashs using "insert column left" for large documents with concatenation [Yogesh]
  • tdf#96943 Hide whitespace mode: new page is inserted for window/orphan-controlled paragraph [Miklos Vajna]
  • tdf#96961 Hide whitespace mode: whitespace is hidden even on the last page [Miklos Vajna]
  • tdf#96993 Images in PDF files opened with 5.1.0.0.beta 2 Draw are inverted. [Mike Kaganski]
  • tdf#97033 EDITING - Malformed ODB file crashes when editing tables, queries, forms in master dbgutil [Michael Stahl]
  • tdf#97051 Writer crashes on saving document with header or footer after using page style dialog [Oliver Specht]
  • tdf#97108 Assertion `!rDestShellID.isEmpty() && !rDestShellID.startsWith("0x")' failed when copying OLE object [Michael Stahl]
  • tdf#97116 New commands insertbefore and insertafter have no icons in theme Galaxy [Regina Henschel]
  • tdf#97196 Some Slide transition variant names are duplicated in the drop lists created for groups [Julien Nabet]
  • tdf#97247 Focus goes strange when typing UP/LEFT at merged cell at top-left corner [Takeshi Abe]
  • tdf#97276 Cannot select line shape with mouse [Caolán McNamara]
  • tdf#97308 FORMATTING: Conditional "Ends with" applies formatting to inverted selection [Julien Nabet]
  • tdf#97331 Crash conditional formatting, when scrolling on Icon set [Caolán McNamara]
  • tdf#97369 SUM formulas, in the cell below one with the same formula (and maybe more?) are not calculate correctly in 5.1 (with more then ~100 rows) [Tor Lillqvist]
  • tdf#97375 Impress crashes in text selection [Caolán McNamara]
  • tdf#97407 SIDEBAR: Spacing drop down has 2 'Custom' entries in Wrap content panel [Rishabh]
  • tdf#97417 DOCX import: paragraphs wrongly in a list in particular document [Michael Stahl]
  • tdf#97419 Crash when creating table with wizard [Maxim Monastirsky]
  • tdf#97439 Update (merge) Autocorrect pt_PT to 2016-01-29 [Marco A. G. Pinto]
  • tdf#97458 LO 5.1.0.3 - Writer: Immediate crash after opening ".docx" or ".odt" when OpenGL enabled (Intel HD 3000) [Michael Meeks]
  • tdf#97465 Calc doesn't show referenced cell highlights (colored borders) for selected formula when using the GTK3 UI version [Caolán McNamara]
  • tdf#97495 Tooltip is not aligned with its UI element [Caolán McNamara]
  • tdf#97512 LO5.0.1RC3 About box not fully localizable [Andras Timar]
  • tdf#97587 Software interpreter for SUM treats empty cells as #VALUE! [Tor Lillqvist]
  • tdf#97633 VCL: UNO API for getBufferSwapCounter() [Tor Lillqvist]
  • tdf#97666 avoid pointless pull & push of bitmaps [Tomaž Vajngerl]
  • tdf#97700 extraordinary memory corruption ... [Michael Meeks]
  • tdf#99604 ungrab modal dialogs [Caolán McNamara]

New in LibreOffice 5.1.0.3 Fresh (Feb 10, 2016)

  • WRITER:
  • Spelling dialog no longer automatically closes once spellcheck is complete.
  • Widow/Orphan paragraph text-flow enabled by default for new documents.
  • Mail merge embedding of the datasource definition
  • Hide Whitespace option added to View menu
  • Outline split button available in formatting toolbar, but hidden by default
  • While in print preview mode to jump a specific page, the only thing you have to do to enter the page number on the numeric field in the toolbar.
  • CALC:
  • New commands to add rows below and columns right. (Philippe Jung)
  • Formula Wizard shows the values of parameters and results on the Structure page
  • Statistics regression: linear, logarithmic, power: Add a new statistics dialog for calculating regression
  • Organize sheet level context menus.
  • PNG export in LibreOffice Calc was added, as in Writer and Impress.
  • Option to search formatted display strings using find bar and also "Find & Replace" dialog.
  • INDIRECT function: better compatibility for legacy OOo documents, improved interoperability with Excel
  • Custom number formats with question mark in decimal part (such as 0.???), to get decimal alignment without '0', are now saved in ODF
  • Formula engine:
  • Table structured references:
  • The following restrictions of Table structured references that were present in 5.0 were addressed
  • The column names must not be present as cell content in the table's header row any more; column-header-less tables are now supported
  • For this, for new database ranges without header cells or with empty header cell content, internal names are generated, for example Column1, Column2
  • Internal names are imported from OOXML spreadsheet documents and continue to function in formula expressions
  • Saving to OOXML, structured references are now written (not transformed to A1 notation any more) and the table context is maintained
  • Saving to OOXML, the defined database ranges are now exported as elements
  • Modifying header cell content updates the internal table column names
  • When deleting header cell content, formulas referring the column name continue to function and are still editable using the previous name
  • When duplicating header cell content, duplicated column names internally are numbered. For example, having two FooBar header cells the column names will be FooBar and FooBar2. This is automatically reflected in existing formula expressions
  • When inserting columns within a table, numbered column names are internally generated for empty header cells, starting with the column number within the table. For example, inserting two columns before the third column of a table the generated names are Column3 and Column4
  • The generated column names are updated if text is entered in such an empty cell
  • All internal column names are unique within one table, which is reflected when displaying existing formula expressions
  • Sticky end column/row anchors:
  • For range references that encompass at least two columns or rows where the end reference points to the last column or row, i.e. AMJ or 1048576, the end column or row is sticky now and not moved when inserting or deleting columns or rows
  • When inserting columns or rows and updating a reference the end reference would be shifted out of the sheet bounds, the reference is anchored at the last column or row instead of generating a #REF! error
  • For example a reference B2:B1048575 when inserting two rows will be updated to B2:B1048576
  • The column or row will become sticky then, in the example row 1048576
  • A reference like B1048576:C1048576 does not have a sticky end row anchor, because only one row is referenced
  • Compatibility with ODF 1.2:
  • Function WEEKNUM strictly complies with ODF 1.2 function definition and ISOWEEKNUM has been introduced.
  • In the UI the WEEKNUM_ADD function has been renamed to WEEKNUM_EXCEL2003 to point out it exists for interoperability of documents created with Microsoft Excel.
  • WEEKNUM now supports all arguments of the second parameter as defined in ODF OpenFormula (ODFF)
  • The ISOWEEKNUM function has been implemented to calculate the week number according to ISO 8601
  • WEEKNUM_OOO provides compatibility with older LibreOffice and OpenOffice.org releases for cases that can not be mapped to WEEKNUM or ISOWEEKNUM as defined in the standard, specifically if the mode argument is 1 the old WEEKNUM implementation returned a week number calculated as if it was an ISO 8601 calculation but with the week starting on Sunday instead of Monday. This is not covered by any standard.
  • IMPRESS AND DRAW:
  • Slide navigation and sorting commands were added with corresponding shortcut keys.
  • Master slide view appears in a different background color to normal view.
  • KDE, XFCE, and Mate ScreenSavers are now also inhibited when presenting
  • Impress Mode selection:
  • Several modes were active in Impress:
  • Page to edit slides content
  • Page Master to edit slides container
  • Notes to add Notes
  • Notes Master to edit Notes container
  • Plan to sketch a presentation
  • Handout to define the handout format
  • Slide sorter to organise presentation
  • It was hard to navigate between Master / non master modes. Tabs above the working area were jumping right and left, consuming screen space.
  • Now, two toolbox icons have been added:
  • one to toggle Tab bar visibility. It is hidden by default. Clicking the toggle disables the new Mode Selection tool and restores the previous behaviour.
  • one to Select the Working mode among the 7 modes listed above. It is divided in two zones: top zone is regular mode (dealing with content of the presentation), bottom zone is the Master mode (dealing with container).
  • Slide Design:
  • Slide Design dialog in Slide ▸ Slide Design now affects all selected (standard) slides.
  • Equalize Width/Height:
  • When multiple objects are selected, the right click context menu Shapes submenu now supports Equalize Width and Equalize Height which adjusts the width/height of the selected objects to the width/height of the last selected object.
  • Save Background Image:
  • Right clicking a slide now supports saving a background image to file, this matches the pre-existing set background image option.
  • View/Edit Control Points:
  • The Shape Properties dialog for enhanced shapes now lists and enables editing the control points. This is in addition to the preexisting mechanism of selecting with the mouse the yellow control handle of the shape, but enables viewing and fine control over the control values.
  • Presenter Console:
  • There is now a button on the presenter console to restart the timer of the slideshow without restarting the slideshow itself
  • OpenGL Transitions:
  • All OpenGL transitions have been ported to OpenGL 2.1+, which removes support for very old GPUs but allows a better usage of modern ones. Four new transitions have been added and exploit these new available features.
  • MATH:
  • Autoclosing brackets is optional now
  • Import MathML from Clipboard:
  • The tool “Math Input Panel” in Windows or the context menu of a formula in a browser allow to copy the MathML source to clipboard. The Math module in LibreOffice has got a new item “Import MathML from Clipboard” in menu Tools to import such source and convert it into LibreOffice’s own formula syntax StarMath.
  • MathML and StarMath have some differences and therefore sometimes corrections on the imported formula are needed, but most of the formula should be correct. If a conversion is not possible, nothing happens.
  • The import expects, that a element exists, which has an attribute xmlns="http://www.w3.org/1998/Math/MathML".
  • BASE:
  • Ancient SeaMonkey based mozab driver was only used on Windows 32 bit and is removed now. This functionality is replaced with mork driver, that supports Thunderbird address book.
  • Given that SeaMonkey based mozab driver also provided Outlook and Outlook Express address book integration, that Windows 32 bit only feature is lost for now. Note that Windows 64 bit never supported ancient SeaMonkey based mozab driver.
  • CHART:
  • Trend Line:
  • Exponential and Power trend lines accept negative Y values
  • Improve equation rendering by removing some useless 1
  • CORE:
  • Unicode character input with Alt+X:
  • Some Windows applications, such as Microsoft Word and WordPad, permit the user to input arbitrary Unicode characters by typing an hexadecimal code point (for example, 2026 for …) and then pressing Alt+X. LibreOffice now includes this functionality as well.
  • WebDav Improvements:
  • Better LOCK/UNLOCK support tdf#82744
  • Support a (https-like) non-standard vnd.sun.star.webdavs URL scheme in addition to the non-standard (http-like) vnd.sun.star.webdav scheme
  • OPTIONS / GENERAL:
  • Support for the HKEY_CURRENT_USER Windows registry hierarchy which enables per-user configuration policies
  • FILTERS:
  • New import filters:
  • Gnumeric is now an officially supported import format (does not work on Windows) (It was supported as part of the experimental features for some time)
  • Microsoft Write (.wri files) can now be imported, via libwps.
  • Apple Keynote 6 files can now be imported, via libetonyek
  • Improvements in OpenXML filter:
  • Export of the modified VBA stream back to binary Microsoft formats and OOXML
  • There is a new configuration value that allows to control whether to use this feature (by default yes) or switch back to the old behavior of discarding or writing back the unchanged stream
  • The following features are not yet (completely) supported: Protected macros, macro sheets, active x and some of the designer features
  • Improved export of embedded objects to DOCX and PPTX, including export of Math formulas (
  • Numerous other improvements to the Microsoft OOXML import and export filters, the Microsoft Office binary file formats and the RTF format. Details
  • OOXML Filters ? OOXML, DOCX, XLSX, PPTX, VML, drawingML
  • Microsoft Office binary file filters ? DOC, XLS, PPT, "ww8"
  • RTF Filters ? RTF
  • Improvements in MS Visio filter:
  • Implement overriding of colour of lines and of text from layer properties and the visibility and/or printability of a layer.
  • Fix incorrect handling of stencil text
  • Basic initial implementation of hatch fill.
  • Implement support of bullets/lists
  • Implement support of default tab-stops and custom tab-sets in paragraph properties.
  • Instead of line-break, spit out a new paragraph when a paragraph break is found.
  • Initial emulation of line rounding property.
  • VSDX theme color import fix
  • fix VSDX char background handling
  • Improvements in CorelDRAW filter:
  • Do not drop empty text lines
  • GUI:
  • In dialog Tools ▸ Options ▸ LibreOffice ▸ View was added displays the current status OpenGL: Enabled or Disabled
  • Reorganization of the menus:
  • The main menus in Writer, Calc and Impress were reorganized to improve usability, group similar functions together, add functions that were not present and sorting items based on their usage and importance
  • Remote Files Dialog:
  • In Start screen and menu File was added item Open remote files for opening file on remote resources such as Google Drive, OneDrive, SharePoint, etc.
  • In menu File was added item Save to remote server for saving file on remote resources such as Google Drive, OneDrive, SharePoint, etc.
  • Sidebar:
  • Sidebar Deck and Panel states are saved between sessions
  • Reorganize the Area content panel found in the Properties deck.
  • Reorganize the Line content panel found in the Properties deck.
  • Creation of a Shadow content panel found in the Properties deck in Calc, Impress and Draw
  • Addition of new contour and spacing controls to the Wrap content panel in Writer
  • Increase and decrease font size buttons added to sidebar properties pane in Calc
  • Cell reference edge added to alignment section of sidebar in Calc.
  • Cell styles added to properties pane in Calc.
  • Grouped Slide Transitions for easy selection and added icon based selection palette to Sidebar in Impress
  • New Chart sidebar
  • Image flip buttons are now available in Writer also
  • Icons now honor RTL/Vertical Text settings and rotate/flip accordingly, as in the toolbar.
  • AutoCorrect context menu:
  • An "AutoCorrect Options" item has been added in the spell checking context menu. Users can now directly enter the autocorrect replacement table when there's no satisfying suggestion in the "Always correct to" submenu.
  • Spelling Dialog:
  • The Spelling Dialog now has a toolbar for pasting and inserting special characters
  • LOCALIZATION:
  • New languages/locales with locale data:
  • Available as default document language and for locale specific formatting
  • Added locale data for Arabic [ar-BH] [ar-IQ] [ar-JO] [ar-LY] [ar-MA] [ar-QA] [ar-SY] [ar-YE]
  • Improvements to proofing tools and language support:
  • Proofing tools for German language (de-AT, de-CH, de-DE) have been largely improved
  • The spell-check dictionary now contains over 250,000 words. The new version adds over 20,000 new words.
  • The thesaurus now contains over 135,000 words in over 35,000 meaning groups. The new version adds ~ 35,000 new words.
  • The hyphenation patterns have been updated and contain an improved exception list.
  • Updated Slovenian thesaurus
  • New Guarani (gug-PY) thesaurus
  • Updated Hungarian spell-check dictionary, major update, implemented the spelling reform defined by the 12th edition of Rules of Hungarian Spelling (by the Hungarian Academy of Science, 2015)
  • Updated Greek spell-check dictionary
  • Updated Portuguese (pt-PT) spell-check dictionary
  • Updated Swedish spell-check dictionary
  • Updated Spanish spellcheck dictionary
  • PERFORMANCE:
  • Calc:
  • SUM function now uses optimized arithemetic and SSE3 if present, giving a ~5x win for large sums (Michael Meeks, Collabora, Tomaz Vajngerl, Collabora)
  • Formula Group SoftwareInterpreter used for simple functions: +, -, *, /, Sum, Product giving a 2x+ win for large function runs
  • SCRIPTING: PYTHON AND BASIC:
  • Make PyUNO provide more Pythonic behaviour (Matthew J. Francis)
  • Access2Base updated
  • Easy access to Online Documentation of LibreOffice API
  • FEATURE REMOVAL / DEPRECATION:
  • Embedding NPAPI Plugins (mostly Adobe Flash) in documents now warns you this is deprecated. It will not work in all environments and support for NPAPI is being removed in the 5.2 release.
  • ActiveX support is considered deprecated and may be removed in the future. If this change negatively affects your Windows application please email the LibreOffice development list with your use case and plan for moving off of ActiveX. We specifically want feedback if you use ActiveX to embed LibreOffice components into your application.
  • API CHANGES:
  • Removed configuration options:
  • Removed /org.openoffice.Office.Common/Misc/AlwaysAllowSave. Saving is now always allowed.
  • Java UNO language binding:
  • Removed the deprecated class com.sun.star.uno.Union, core commit 366e1238bd41eecf6727784402592fd5c278fe8f
  • Java UNO bootstrap (com.sun.star.comp.helper.Bootstrap) now accepts custom commandline arguments for bootstrapped soffice
  • URE and officebean JARs (juh, jurt, ridl, unoil, unoloader, officebean) uploaded to Maven central repository and can be deployed from there
  • UNO API changes:
  • Data points now also provide the com.sun.star.drawing.FillProperties service
  • Sidebar has now an API
  • Dispatch commands:
  • Removed dispatch command:
  • Impress: .uno:TitleMasterPage removed. Deprecated since 2004 by [5]

New in LibreOffice 5.1.0.3 RC 3 Fresh (Jan 29, 2016)

  • Bugs fixed compared to 5.1.0 rc2:
  • rhbz#1149116 Option Collate in printing copies does not work properly
  • tdf#40517 Decimal alignment (user defined number formats with question marks) lost in ODF
  • tdf#41524 CUPS: printing multiple copies with "Collate" results in multiple system print jobs
  • tdf#95913 Slider does not move if OpenGL enabled
  • tdf#96067 Crash on undo row inserts
  • tdf#96223 SearchDescriptor Properties cannot be set in 5.1
  • tdf#96918 Rounding display error for 15 digits integers
  • tdf#97119 The effect of toggling Modes Tab Bar visibility does not last
  • tdf#97315 i18n: add language

New in LibreOffice 5.1.0.2 RC 2 Fresh (Jan 14, 2016)

  • Bug fixes:
  • bnc#584721 FILESAVE: Roundtrip any PPTX file with Shapes creates invalid OOXML
  • coverity#1315075 uninitialized scalar field
  • coverity#1343623 logically dead code
  • coverity#1343624 logically dead code
  • coverity#1343625 logically dead code
  • coverity#1343626 logically dead code
  • coverity#1343627 logically dead code
  • coverity#1343629 logically dead code
  • coverity#1343631 resource leak
  • coverity#1343632 resource leak
  • coverity#1343633 resource leak
  • i#122919 use multiple docs for individual PDF MM
  • i#93714 use multiple docs for individual PDF MM
  • tdf#39944 ACCESSIBILITY: Implement new ATK Roles
  • tdf#45418 FILEOPEN: IMPORT XSLT Filter do not work on LINK or Insert
  • tdf#50950 modify calc functions WEEKNUM, WEEKNUM_ADD to comply with ODFF1.2
  • tdf#65439 Export to PDF/A-1a gives transparency warning even when no transparent object is present
  • tdf#69640 Writer shows only first 3 pages of .docx file
  • tdf#75637 LOCALHELP: Images not displayed with newer icon themes
  • tdf#82775 libreoffice in headless mode crashes when serving multiple concurrent requests
  • tdf#85433 LOCALHELP: write/update help page for WEEKNUM & ISOWEEKNUM Calc function [
  • tdf#85690 Modification of X-Axis set Y-Axis Auto scaling from 0
  • tdf#86784 make soffice commandline in javaunohelper Bootstrap.bootstrap() configurable
  • tdf#89236 FILESAVE Error opening password protected calc files
  • tdf#90319 Image flip vertically or horizontally not working with png files in writer
  • tdf#90606 Crash when delete a large part of a column with shift cells left
  • tdf#90700 FILEOPEN: Hang opening specific .doc
  • tdf#92045 Unchecking blinking font effect does not work with DOCX
  • tdf#92623 mail merge crashes between step 6 and 7
  • tdf#93009 PRINTING Comments on the side of document not visible in a print due to font color problem (white on white) (regression)
  • tdf#93565 MAILMERGE: Mail merge doesn't work with version 5.0 (individual documents in PDF format does not increment to next record data)
  • tdf#93703 SVG imported does not show in presentation, but in editor
  • tdf#93949 FILESAVE: Saving as XLS results in invalid/broken document without chart
  • tdf#94069 EDITING: Moving a tablecontrol while editing a form leads to a hang
  • tdf#94208 Undo after Control-D Fill doesn't broadcast deleted (undo-inserted) cells for calculation
  • tdf#94715 Crash when closing Table Design
  • tdf#94831 crashes with an image from a https hyperlink
  • tdf#95054 With OpenGL rendering, glyphs from Graphite fonts miss rightmost pixels
  • tdf#95213 second level numbering turns bold in .DOCX export
  • tdf#95419 FILEOPEN: looong time loading specific .ods
  • tdf#95494 Calc can not sort Chinese word by stroke and radical
  • tdf#95507 no dashed rectangles over Start Center sidebar items when you click tab key (OpenGL enabled)
  • tdf#95648 When OpenGL rendering is active-- Graphite font has black blocks when used in a justified paragraph
  • tdf#96051 FILESAVE: Roundtrip any PPTX file with Shapes creates invalid OOXML
  • tdf#96119 Cannot select item with mouse in any combobox / drop down menu
  • tdf#96198 Editing: Function WEEKNUM() gives different values if opend in LO 5.1.0.1 or older versions
  • tdf#96250 Crash when passing empty string as pRenderingArguments in LOK view
  • tdf#96257 OPENGL: Cell border while dragging, column and row lines while changing their size are white not black with OpenGL enable
  • tdf#96366 Function Wizard unusable with nested functions
  • tdf#96420 Glyph replacement causes caret misplacement and/or mis-rendered replacement glyph
  • tdf#96421 LOKView Crash when search is reset on startup
  • tdf#96479 Bookmark end node is destroyed by inserting text
  • tdf#96480 Crash with copy/cut (thus clip board use) from apparently corrupt paragraph(s) from specific do
  • tdf#96482 cannot access columns of a tablecontrol in design mode
  • tdf#96513 LOKView can-zoom-out is always false
  • tdf#96514 LOKView zoom-level property doesn't notify changes
  • tdf#96515 Hide whitespace mode: new page is inserted for each paragraph
  • tdf#96536 Hide whitespace mode: page size is unchanged after paragraph delete
  • tdf#96546 Crash on launching any application with OpenGL enabled
  • tdf#96550 change color of icons on toolbar in Writer when activated OpenGL
  • tdf#96572 garbage for null in non-nullable integer field
  • tdf#96637 Default signing certificate no longer highlighted ]
  • tdf#96655 OPENGL: Zoom slider visualization is corrupted
  • tdf#96657 The drag and zoom tool does not show the selection area rectangle anymore (with openGL activated)
  • tdf#96674 drawingML import: fully vertical lines are imported as horizontal ones
  • tdf#96687 Characters are not displayed in GTK textbox until Enter is pressed.
  • tdf#96690 copying non-rendered-to vdev's
  • tdf#96708 Numerous errors that duplicate master when slide is copied and pasted back
  • tdf#96713 Insert -> Document: "Read Error. Error reading file" for FODT
  • tdf#96782 Please update German dictionary for de_AT, de_CH, de_DE
  • tdf#96807 Automatic log scale inefficient for values less than 1
  • tdf#96833 Remote Files UI dialog has various small issues (lost values in editing, wrong TCP port number management...)
  • tdf#96855 LO51RC1 Online help content selection no longer offers help for "LibreOffice Basic"
  • tdf#96858 clipping errors / screen-dirty from tooltips ...
  • tdf#96894 TextureAtlas - dispose it at a sensible time ...
  • tdf#96919 SetXORMode un-implemented ...
  • tdf#97075 GL: flicker creating calc window ...

New in LibreOffice 5.0.4 RC 2 Fresh (Dec 11, 2015)

  • Bug fixes:
  • Form Control Text Boxes Print And Export To PDF Incorrectly (tdf#94138)
  • General format lost on export to XLSX with locale using "Standard" as name for General format (FR, DE, SP...) (tdf#96072)

New in LibreOffice 5.1.0.0 Beta 2 Fresh (Dec 4, 2015)

  • Bug fixes:
  • coverity#1340225 missing break in switch [Caolán McNamara]
  • coverity#1340226 missing break in switch [Caolán McNamara]
  • coverity#1340227 missing break in switch [Caolán McNamara]
  • coverity#1340230 dereference before null check [Caolán McNamara]
  • rhbz#1283426 [abrt] libreoffice-core: gdk_x11_screen_get_screen_number(): soffice.bin killed by SIGSEGV [Caolán McNamara]
  • rhbz#1286416 [abrt] soffice.bin killed in llvm::MachineFrameInfo::setObjectAlignment [Stephan Bergmann]
  • tdf#63324 Headless conversion fails: Error: Please reverify input parameters... [Julien Nabet]
  • tdf#66668 FILESAVE: Saving an XLSX file freezes Calc [Noel Grandin]
  • tdf#75256 Meta: incomplete Sifr icon theme [Matthias Freund]
  • tdf#76825 UI: Styles drop down menu is too narrow in Libreoffice Writer (comment #16) [Yousuf Philips]
  • tdf#91288 Does not display traditional Chinese variant of Noto fonts correctly [Mark Hung]
  • tdf#91880 Impress Crash when defining progressive filling color [Caolán McNamara]
  • tdf#94043 Column separators not export in RTF [Miklos Vajna]
  • tdf#94138 Form Control Text Boxes Print And Export To PDF Incorrectly [Tomaž Vajngerl]
  • tdf#94701 PB : Insert a new legend below element (image, tab etc..) [Caolán McNamara]
  • tdf#94810 "Replace All" using regex gives wrong results [Eike Rathke]
  • tdf#95194 Incorrect glyph orientation when exporting RTL vertical text from Writer to PDF [Tor Lillqvist]
  • tdf#95356 SVG export does not export strike-trough or underlined fonts [Marco Cecchetti]
  • tdf#95629 CSV "Save as..." format is wrong when exporting from XLSB with a final \r in a cell value [Eike Rathke]
  • tdf#95700 Index dialog cut off [Caolán McNamara]
  • tdf#95748 FILEOPEN: erroneous circular reference (Err:522) when loading a .xls file [Eike Rathke]
  • tdf#95783 VIEWING: Line breaks too early for Georgia font [Tor Lillqvist]
  • tdf#95960 UI - Displaced field value widget in User-Defined Document Properties [Caolán McNamara]
  • tdf#95968 Help content is composed from strings - unacceptable for some languages [Olivier Hallot]
  • tdf#95990 Calc is crashed when you double click on function in Sidebar-Function [Noel Grandin]
  • tdf#96012 Type Formatting - unable to navigate Column Information editing interface [Lionel Elie Mamane]
  • tdf#96049 FILESAVE: Spreadsheets corrupted on XLSX roundtrip (TableRef?) [Eike Rathke]
  • tdf#96072 General format lost on export to XLSX with locale using "Standard" as name for General format (FR, DE, SP...) [Eike Rathke]
  • tdf#96083 many transitions wrong when slide has e.g. appearing shape [Armin Le Grand]
  • tdf#96135 Crash : When Field Format Window Close [Noel Grandin]
  • tdf#96162 Crash on handling frame in Navigator [Michael Stahl]

New in LibreOffice 4.4.7 RC 1 Still (Nov 12, 2015)

  • Fixed bugs:
  • tdf#67990 EDITING: Combobox: upper-case character is ignored, when there is a word with same lower-case character
  • tdf#79409 EDITING: Impossible to make choice in Input list in a section with Protection
  • tdf#89852 Non-ASCII characters in file name become question marks in Subject in email when a document sent by email
  • tdf#92454 DOCX Import: Incorrect display of the headings - numbering style indents
  • tdf#94557 Combo box entries are case-sensitive (sometimes)
  • tdf#94871 [HELP] note and warning paragraphs are aligned incorrectly
  • tdf#95395 EDITING: VLOOKUP fails if 1st parameter is a position dependent implicit intersection
  • tdf#95419 FILEOPEN: looong time loading specific .ods

New in LibreOffice 5.0.3.2 Fresh (Nov 3, 2015)

  • Bug fixes:
  • tdf#72205 LibreOffice Database - LONGVARCHAR anomaly when trying to dismiss a window without first saving
  • tdf#93044 Calc crashes after print preview (PRINTING)
  • tdf#93318 Calc sheet navigation buttons on extreme left of Tab bar
  • tdf#93613 References to external files with macros in formulas won't update properly
  • tdf#94384 Icons appearing with black backgrounds when "use OpenGL for Rendering" is enabled
  • tdf#94495 Crash when navigating to styles and formatting sidebar tab after properties fill type selector has focus
  • tdf#94514 Using cell names in functions doesn't work if name begins with 3 letters and an underscore
  • tdf#94709 Base Crashes when deleting a table in Relationship
  • tdf#94804 Cross references break on reload.
  • tdf#94848 Crash after changing paragraph style using mouse click (on tab Font)
  • tdf#94924 OpenCL: strange behavior in formulas computing
  • tdf#95226 IFERROR not working correctly under array-evaluation

New in LibreOffice 4.4.6.3 Pre-Release Still (Oct 29, 2015)

  • tdf#64432 EDITING: Input fields in protected section cannot be properly edited (summary: comment 14) [Oliver Specht]
  • tdf#86301 Link to Help Page of Start Center Broken [Andras Timar]
  • tdf#90264 [LOCALIZATION] Missing translation in button UI for pt_BR [Andras Timar]
  • tdf#90846 Writer-UI: 'Optimal View' mislabelled in English (GB) [Andras Timar]
  • tdf#90929 Paper Format ERROR [Andras Timar]
  • tdf#95226 IFERROR not working correctly under array-evaluation [Eike Rathke]

New in LibreOffice 5.0.3.1 RC Fresh (Oct 13, 2015)

  • Bugs fixed compared to 5.0.2 final (RC2):
  • bnc#822625 vcl: fix substituting missing glyphs [Miklos Vajna]
  • bnc#939996 DOCX import: fix left-from-style and first-from-direct [Miklos Vajna]
  • cid#1242936 better fail with E_EXIST if rename(3) fails [Stephan Bergmann]
  • deb#795131 plausible fix [Caolán McNamara]
  • i#124638 xmloff: fix import of stretched background image [Miklos Vajna]
  • rhbz#1261421 crash on mashing hangul korean keyboard [Caolán McNamara]
  • rhbz#1264585 check data pilot field name availability [Eike Rathke]
  • tdf#40091 Vertical writing inferior to MS Word [Mark Hung]
  • tdf#40335 Using Right-to-left (vertical) for text, the characters overlap each other [Mark Hung]
  • tdf#57370 [ACCESSIBILITY] Panel 'Places' in LibreOffice file dialog is not in TAB-order - can't use it with the key board [Szymon Kłos]
  • tdf#61908 FILESAVE: XLSX formula cell range is not exported for matrix/array formulas [Eike Rathke]
  • tdf#66141 CRASH (OOM) while scrolling through a specific document [Caolán McNamara]
  • tdf#75256 Meta: incomplete Sifr icon theme [Matthias Freund, Yousuf Philips]
  • tdf#76197 Other: OfficeMenuBar no longer takes private menu's in StartModule [Maxim Monastirsky]
  • tdf#77881 FILESAVE: Bullets are lost when saving in OOxml (.pptx or .ppsx) [Mark Hung]
  • tdf#78897 DISPLAY: Hashmarks instead of number with * repeat format code if the same number/format was displayed left of it in a wider column [Eike Rathke]
  • tdf#80520 FILESAVE: Format of bullets destroyed when saving as .pptx [Mark Hung]
  • tdf#82176 CJK: Cursor position, line selection and non-printing characters do not take account of hanging punctuation [Mark Hung]
  • tdf#83227 FILESAVE: SolidConverter DOCX - On resave margins and images lost and file size doubled [Miklos Vajna]
  • tdf#83252 Wrong punctuation direction after Chinese characters in vertical layout [Mark Hung]
  • tdf#83558 Shortcuts sometimes not displayed in toolbar [Samuel Mehrbrodt]
  • tdf#85303 SLIDESHOW: cannot start show at selected slide after having changed range [Julien Nabet]
  • tdf#85979 Crash: data text to columns [Eike Rathke]
  • tdf#86397 Bookmark: no consecutive name numbering applied when copied [Cor Nouws]
  • tdf#87500 Freeze with English/Japanese mixture undo [Mark Hung]
  • tdf#88314 saving big file crashes writer (and LibreOffice) [Caolán McNamara]
  • tdf#89525 Impress does not export slides bullets to PPTX correctly [Mark Hung]
  • tdf#90991 style dialog or sidebar adds undo entries creating/deleting styles [Michael Stahl]
  • tdf#91293 Links in Impress Are Removed When Exported to PPTX [Katarina Behrens]
  • tdf#91379 UI: Breeze icons appear in Sifr theme [Yousuf Philips]
  • tdf#91383 UI: Switching between Style and Formatting tabs changes document status to modified [Michael Stahl]
  • tdf#91501 CONDITIONAL FORMATTING: Color not available in default palette not shown in dialog [Katarina Behrens]
  • tdf#91554 Calc adds empty style with new style from selection [Maxim Monastirsky]
  • tdf#92036 Writer infinite idle spelling loop ... [Michael Stahl]
  • tdf#92124 Internal corruption prevents BS or DEL deleting final paragraph (after copy/paste or import?) [Miklos Vajna]
  • tdf#92454 DOCX Import: Incorrect display of the headings - numbering style indents [Miklos Vajna]
  • tdf#92505 Unicode character rendering artifacts when substituting missing glyphs [Miklos Vajna]
  • tdf#92521 FILESAVE: loss of page breaks after saving DOCX [Miklos Vajna]
  • tdf#92553 Web Wizard: Not open FTP Configure on Web Wizard Preview Setting. [Julien Nabet]
  • tdf#92586 BASE: Bitmap background rendering problem when not tiled [Miklos Vajna]
  • tdf#92732 Writer crash after editing with index entry dialog [Oliver Specht]
  • tdf#92794 Addressbook Integration: Unevaluated variable '$filename$' displayed in error dialog [Julien Nabet]
  • tdf#92934 Web Wizard: Cannot Export Zip archive. [Julien Nabet]
  • tdf#93052 When save, generate unused list-styles in context.xml [Juergen Funk]
  • tdf#93097 General Error. General input/output error with particular pptx file [Miklos Vajna]
  • tdf#93141 last colon of emojis not correctly removed by AutoCorrect in Calc and Impress [László Németh]
  • tdf#93187 GTK+ 3: Spin box element in navigator is cut off [Caolán McNamara]
  • tdf#93246 Cancel in last mail merge dialog via file->print doesn't stop the printing [Juergen Funk]
  • tdf#93261 Persistently high background CPU usage by soffice.bin with high-word-count Writer document and auto spell checking disabled [Michael Stahl]
  • tdf#93302 Greek letter phi and varphi in formulas are swapped when saving in.doc, .docx or .rtf [Khaled Hosny]
  • tdf#93449 Hyperlink inside .DOC not working in .HTML [Vasily Melenchuk]
  • tdf#93461 Caption of images are hidden behind the image [Caolán McNamara]
  • tdf#93634 getDisplayDirectory returns an empty string for Windows filepicker [Regina Henschel]
  • tdf#93676 docx: Graph export Offset and mislabelled [Caolán McNamara]
  • tdf#93814 cache binary compiled versions of shaders ... [Marco Cecchetti]
  • tdf#93887 Crash when pasting with the middle mouse button (GTK3) [Caolán McNamara]
  • tdf#93895 Problem with AutoCalculate when pasting data from non-adjacent cells [Eike Rathke]
  • tdf#93919 DOCX import: indent of bullet paragraph is wrong [Miklos Vajna]
  • tdf#93922 Input help tooltips don't disappear after changing sheets [Michael Meeks]
  • tdf#93928 The tooltip hides the zoom slider [László Németh]
  • tdf#94037 Crash when uncheck Protect this... in Protec Sheet window [Katarina Behrens]
  • tdf#94060 Iteration steps number [Eike Rathke]
  • tdf#94079 NETWORKDAYS gives error #VALUE! when Holidays range is empty [Winfried Donkers]
  • tdf#94173 Calc does not save your own created autoformat presets [Julien Nabet]
  • tdf#94198 Print Document Directly Tooltip No Longer Shows Printer [Samuel Mehrbrodt]
  • tdf#94214 Function FINV exported as "COM.MICROSOFT.F.INV" although it is spec'ed in OpenFormula [Winfried Donkers]
  • tdf#94275 Unguarded strlen causes core dump when XKeysymToString returns NULL [Julien Nabet]
  • tdf#94415 Please update the el_GR hunspell dictionary [Andras Timar]
  • tdf#94421 Web Wizard: option shift when loading saved session [Julien Nabet]
  • tdf#94428 Printing adds garbage to top edge of page [Michael Meeks]
  • tdf#94450 Web Wizard: Not enough space for date in step 6 [Julien Nabet]
  • tdf#94451 Agenda: Not enough space for date in step 5 (French UI) [Julien Nabet]
  • tdf#94542 ScPostIt's GetText() replaces tabs with U+0001 [Markus Mohrhard]
  • tdf#94573 invalid encoding in hyph_zu_ZA [Julien Nabet]
  • tdf#94617 method nStart overflow in pCode [Laurent Godard]
  • tdf#94686 LibO 5.0.2.2 Windows don't work into VMware [Michael Meeks]

New in LibreOffice 5.0.2 RC 2 (Sep 20, 2015)

  • Fixed bugs:
  • rhbz#1134285 Open a file in a mounted WebDAV drive and LibreOffice asks for user and password
  • rhbz#1259746 Writer fails to open correct ODT file from WebDAV share
  • tdf#92145 Writer text table rows can't be resized (with disabled rulers)
  • tdf#92357 Tab type switcher in ruler does not clear previous icon when clicking it
  • tdf#92843 UI: The case of the disappearing zoom slider
  • tdf#92982 rendercontext: blinking cursor is drawn directly
  • tdf#92995 EDITING: Undo of Drag&Drop with annotation/comment object causes crash
  • tdf#93666 GL / area fill scaling issue.
  • tdf#93778 gestureLongPress cores being passed a NULL frame
  • tdf#93814 cache binary compiled versions of shaders
  • tdf#93884 odd text rendering artifacts in slideshow
  • tdf#93989 crash on chart insert
  • tdf#93996 gltf rendering timer is far too fast
  • tdf#94006 OpenGLContext - ref-counted and manually managed
  • tdf#94031 Some 3D OpenGL transitions don't work in GL mode
  • tdf#94213 horrible flickering on window resize
  • tdf#94249 EDITING: Calc sort crashes
  • tdf#94252 Gratuitous GL context switching.
  • tdf#94281 mis-use of legacy GL contexts

New in LibreOffice 5.0.2.1 RC 1 (Sep 13, 2015)

  • Bugs fixed compared to 5.0.1 RC2:
  • bnc#835985 revert "When printing ... 'Order' did not count." [Jan Holesovsky]
  • cid#1315264 DOCX import: rot=90 and vert=vert270 means no text rotation [Miklos Vajna]
  • coverity#1320472 uninitialized scalar field [Caolán McNamara]
  • i#121407 fix mis-merge [Stephan Bergmann]
  • i#124638 xmloff: fix Calc header background image saving [Miklos Vajna]
  • i#65128 handle the NULL clip correctly for pdf output [Thorsten Behrens]
  • i#95318 svtools: don't commit SvtMenuOptions too early [Michael Stahl]
  • rhbz#1255200 [abrt] libreoffice-core: sdr::table::SvxTableController::SetTableStyle(): soffice.bin killed by SIGSEGV [Caolán McNamara]
  • rhbz#1255811 [fix available] Calc: Random Number generator can't be edited and applied for cell location [Eike Rathke]
  • tdf#44388 Printing/Exporting to PDF adds text to the side of form elements ('checkbox',...) [Thorsten Behrens]
  • tdf#44399 UI: Format Cells dialog displays misleading value for 'Decimal places' [Laurent Balland-Poirier]
  • tdf#60381 The operation on was started with an invalid parameter [Giuseppe Castagno]
  • tdf#73071 Sidebar: Styles are missing from Properties tab [Yousuf Philips]
  • tdf#75973 password protected library does not honnor end user type definition [Laurent Godard]
  • tdf#76649 Trend line invisible if first data point is missing x value [Laurent Balland-Poirier]
  • tdf#77514 FORMATTING: CJK ruby text (furigana) in vertical mode pushes characters to the left of the base line [Mark Hung]
  • tdf#78111 UI: "Freakout"-behaviour and freeze during resize of docked sidebar [Maxim Monastirsky]
  • tdf#79018 FILEOPEN: DOCX with a footnote hangs LO on open [Oliver Specht]
  • tdf#79741 Macro with Find @ Replace crash Calc [Julien Nabet]
  • tdf#80512 UI: Horizontal scrollbar backwards with RTL sheet and kde4 ui [Jan-Marek Glogowski]
  • tdf#80866 Layout of custom handouts is ignored [Jan Holesovsky]
  • tdf#83546 SIDEBAR: content panels in tray don't open with accelerators when sidebar is enabled but fully hidden [Maxim Monastirsky]
  • tdf#87922 4.4.0.x Automatic font color no longer works [Miklos Vajna]
  • tdf#87924 FILEOPEN: DOCX - text in shape is wrong direction [Miklos Vajna]
  • tdf#88986 EDITING: Insert Frame dialog shows empty lists for area fill types [Miklos Vajna]
  • tdf#89245 FORMATTING, FILESAVE: Header and footer background images are not saved [Miklos Vajna]
  • tdf#89381 ValueSet has rendering issues in RTL interface [Maxim Monastirsky]
  • tdf#89720 Highlighted comment text with replies have dark color [Miklos Vajna]
  • tdf#89954 FORMATTING: Autocapitalisation does not happen if the last word in the previous sentence has a comment in the middle of the word [Miklos Vajna]
  • tdf#91022 Incorrect Dates in Report created with legacy report wizard [Julien Nabet]
  • tdf#91060 LO impress crashes when opening pptx with comments [Caolán McNamara]
  • tdf#91882 UI: Dialogue for Advanced filter is transparent. [Michael Meeks]
  • tdf#91969 FORMATTING: Parts of Paragraph Border missing when Border around more than one Paragraph [Zolnai Tamás]
  • tdf#92019 Implement texture atlas for OpenGL [Tomaž Vajngerl]
  • tdf#92242 UI - StartCenter and Application windows can not be resized diagonally with mouse after initial window size increase and covers OSX Dock [andreask]
  • tdf#92256 INDIRECT function lost interoperabilty with calc documents migrated by OOo3.2.1 [Katarina Behrens]
  • tdf#92324 printing of labels (Next dataset fields) via file->print is broken [Vasily Melenchuk]
  • tdf#92379 ODF import: styles with fo:background-color wrongly imported causing wrong frame and paragraph backgrounds [Michael Stahl]
  • tdf#92612 Right-clicking after applying "paint buckets" leads to multiple Undo [Ashod Nakashian]
  • tdf#92885 Incorrect cell border drawing in DOC file after saving in 5.0 [Noel Grandin]
  • tdf#92982 rendercontext: blinking cursor is drawn directly [Miklos Vajna]
  • tdf#92997 Chart: Data table category view format bad for table of times [Eike Rathke]
  • tdf#93064 START CENTER: Icon sizes in breeze cause help and extensions buttons not to be visible [andreask]
  • tdf#93071 UI: General format: useless trailing zeroes for scientific notation [Laurent Balland-Poirier]
  • tdf#93077 Dialog editor: adding a language crashes LibO [Michael Meeks]
  • tdf#93096 Selecting text with keyboard (partially outside current view) results in wrong highlighting and mangled text [Miklos Vajna]
  • tdf#93098 Unexpectedly quit when use Data->Sort (crash) [Eike Rathke]
  • tdf#93188 Closing media player crashes Writer [Michael Meeks]
  • tdf#93233 clock face emoji autocorrect collisions in some languages [Christian Lohmaier]
  • tdf#93284 FILEOPEN: LibO crashes on loading .RTF [Miklos Vajna]
  • tdf#93325 rendercontext: animgifs are painted directly [Miklos Vajna]
  • tdf#93351 FORMATTING: "Edit style" button in "Schema & Numbering" tab in paragraph style edition navigates wrong [Julien Nabet]
  • tdf#93353 Master document does not show diagrams included and properly shown in documents linked into the master [Bjoern Michaelsen]
  • tdf#93358 Copy/paste of a range of cells with IF formula and format set to General causes crash [Eike Rathke]
  • tdf#93364 rendercontext: style combo box is not always updated [Miklos Vajna]
  • tdf#93384 rendercontext: comment spelling is drawn directly [Miklos Vajna]
  • tdf#93388 Crash when deleting cell contents [Eike Rathke]
  • tdf#93404 status indicator progress bar not shown while loading big file [Stephan Bergmann]
  • tdf#93407 Draw crashes when changing line width using sidebar [Maxim Monastirsky]
  • tdf#93410 NullPointerException while connecting to LibreOffice via Java UNO API [Noel Grandin]
  • tdf#93437 Once the Function Wizard has been Displayed, it is not Possible to Select Columns or Rows or to Open the Context Menu of Columns and Rows [Katarina Behrens]
  • tdf#93451 Menu-Icons are always hidden [Michael Stahl]
  • tdf#93514 Non free cs_CZ (Czech) thesaurus dictionary [Christian Lohmaier]
  • tdf#93529 OpenGL tracker bug ... [Michael Meeks]
  • tdf#93530 menu non-rendering on click ... [Michael Meeks]
  • tdf#93532 Image / CRC32 not enough ... [Michael Meeks, Marco Cecchetti]
  • tdf#93536 Crash when launching Tools > AutoText (comment 6) [Michael Meeks]
  • tdf#93546 Need way to hard disable any OpenGL usage / probing etc. [Michael Meeks, Stephan Bergmann]
  • tdf#93547 detect OpenGL crashes and disable it [Michael Meeks]
  • tdf#93558 Preview of Bullets is hard to see with a dark theme [Maxim Monastirsky]
  • tdf#93569 Linux: no save on crash [Michael Meeks]
  • tdf#93600 Condition Formatting: Entering "=" in comparison value crashes program [Katarina Behrens]
  • tdf#93614 Detect hanging OpenGL drivers & disable GL ... [Michael Meeks]
  • tdf#93620 help -> about should list GL status ... [László Németh]
  • tdf#93662 white-list only the latest GL hardware and drivers [Michael Meeks]
  • tdf#93713 "Unprotect Cells" missing from Table Menu and Table Toolbar (comment 6) [Yousuf Philips]
  • tdf#93736 Bottom stroke line of a rectangle is half-drawn when using OpenGL [Tomaž Vajngerl]
  • tdf#93750 EMF+ is not displayed at all [Mike Kaganski]
  • tdf#93751 GL textures destroyed while still bound to framebuffers [Michael Meeks]
  • tdf#93772 switching context does not un-bind framebuffers correctly ... [Michael Meeks]
  • tdf#93781 Impress copy wrong style name to clipboard when style name contains Chinese character [Mark Hung]
  • tdf#93798 apitrace and glerrors ... [Michael Meeks]
  • tdf#93822 disable background saving with GL enabled ... [Michael Meeks]
  • tdf#93830 PPTX import: DrawingML fallback of Vertical Picture List SmartArt is not imported correctly [Andras Timar]
  • tdf#93838 opengl glyph caching misplaces start center text [Miklos Vajna]
  • tdf#93839 vdevs shared OpenGLContexts - end up broken. [Michael Meeks]
  • tdf#93850 shader compilation can take a while ... [Michael Meeks]
  • tdf#93857 opengl glyph caching misplaces writer text [Miklos Vajna]
  • tdf#93859 Radio buttons are all "selected" when using OpenGL [Tomaž Vajngerl]
  • tdf#93867 using GL threads across threads incorrectly ... [Michael Meeks]
  • tdf#93870 Disable DirectX slideshow when in OpenGL mode ... [Michael Meeks]
  • tdf#93892 The close button in menubar is empty with openGL [Jan Holesovsky]

New in LibreOffice 5.0.1 RC 2 (Aug 24, 2015)

  • Bug fixes:
  • i#91025 crash on revisiting insert special character
  • tdf#86024 FORMATTING: Erroneous formatting of certain numbers
  • tdf#89387 improve performance for some matrix operations
  • tdf#90150 Page numbering in the status bar which may cause confusion
  • tdf#91782 Export draw-document to eps result in crash
  • tdf#92242 UI - StartCenter and Application windows can not be resized
  • tdf#92305 VIEWING: Multiple page view does not render properly when scrolling
  • tdf#92446 Crash in Windows and Runtime exception on Linux with Basic Clipboard function
  • tdf#92749 VLOOKUP not calculated correctly in the large file from Calc 4.4 (hard recalc helps)
  • tdf#93064 START CENTER: Icon sizes in breeze cause help and extensions buttons not to be visible
  • tdf#93096 Selecting text with keyboard (partially outside current view) results in wrong highlighting and mangled text
  • tdf#93102 Crash on enabling image contour
  • tdf#93113 Crash Inserting Special Character
  • tdf#93114 Insert Special Character - Not reading Fonts Correctly
  • tdf#93290 SIDEBAR: Style drop down menu increasing the minimum size of the sidebar
  • tdf#93326 Calc: Alt+E,I,D to fill down now (LO 4.4+ ) toggles edit mode
  • tdf#93382 Crash moving chart
  • tdf#93404 status indicator progress bar not shown while loading big file

New in LibreOffice 5.0.1.1 RC 1 (Aug 11, 2015)

  • logically dead code (coverity#1311944) [Caolán McNamara]
  • FILEOPEN: RTF - Numbering list number font name not retained (fdo#83465) [Miklos Vajna]
  • [abrt] libreoffice-core: ScXMLExport::WriteAnnotation(): soffice.bin killed by SIGSEGV (rhbz#1242099) [Eike Rathke]
  • Reduce power consumption: timers must end eventually (tdf#38837) [Ashod Nakashian]
  • : =A1="" returns TRUE when A1 does not contain a blank (tdf#58838) [Eike Rathke]
  • CRASH on FILEOPEN .odp presentation. "Bad allocation" -> Crash. 100% reproducible. (tdf#63955) [Caolán McNamara]
  • Other: File > Wizards > Web Pages crashes LibreOffice on Windows (tdf#76845) [Michael Stahl]
  • Undo does not work when modifying a conditional style including Text Body (tdf#83223) [Michael Stahl]
  • FILEOPEN: OOXML import in Writer very bad on attached DOCX: graphics and drawing in Word table distorted (tdf#86374) [Miklos Vajna]
  • track changes - accepting change in MS Word merges tables cells (tdf#87437) [Justin Luth]
  • Please add UI for new LO 4.4. feature "Text Background Color in Draw" (tdf#88276) [Stephan Bergmann]
  • Sorting: setting "Range contains column labels" is forgotten if any column Label contains a numeric value or is empty (comment 38) (tdf#88402) [Eike Rathke]
  • DOCX: Bullet character is large (tdf#89702) [Miklos Vajna]
  • RTF import: document that starts with a footnote crashes Writer (also on paste from clipboard) (tdf#90046) [Michael Stahl]
  • CRASH - failed assertion in unittest sw_globalfilter in master build OSX (ImplLogicToPixel) (tdf#90502) [Caolán McNamara]
  • DDE LINK does not work between two documents Writer (tdf#90575) [Miklos Vajna]
  • FILEOPEN XML XLSX causes Calc to terminate (tdf#90609) [Caolán McNamara]
  • xlsx formula not importing correctly, with Table structured references in named expressions and MATCH lookup array creation (tdf#91278) [Eike Rathke]
  • SLIDESHOW: presenter console background and buttons not shown during slideshow (tdf#91574) [Michael Meeks]
  • UI: Drawing toolbar doesn't show Select button by default (tdf#91588) [Yousuf Philips]
  • FILEOPEN particular MSWORD2008 .docx: misinterprets letters from Symbol fort (old bug returns with a twist) (tdf#91594) [Mark Hung]
  • Database wizard crashes when invoked through remote UNO (tdf#91715) [Michael Meeks]
  • CHART: Show minor gridlines with a lighter color (tdf#91725) [Katarina Behrens]
  • Crash on saving document (tdf#91950) [Caolán McNamara]
  • Implement caching for native widget rendering in OpenGL rendering (tdf#92018) [Tomaž Vajngerl]
  • Basic IDE syntax highlighting does not recognise DoEvents (tdf#92130) [Marek Doležel]
  • Math: LibreOffice locks up if the bar on the left is resized (tdf#92148) [Caolán McNamara]
  • Menu highlighting incorrect with libreoffice-gtk (tdf#92243) [Simon Long]
  • Menu separator spacing incorrect in libreoffice-gtk (tdf#92244) [Simon Long]
  • Web Wizard - no result / crash (tdf#92404) [Julien Nabet]
  • CALC: Excel A1 and R1C1 reference syntax can not reference a cell by worksheet names starting with an ASCII digit (tdf#92448) [Eike Rathke]
  • Subformat ;@ changes date input to number (tdf#92457) [Eike Rathke]
  • Error mime type in Manifest.xml with picture.wmf and picture.emf (tdf#92571) [Carlos Luque]
  • Writer crash when attempting to open one file. (tdf#92573) [Caolán McNamara]
  • sheet removeByName error if file loaded as hidden (tdf#92629) [Laurent Godard]
  • Shape text editing is broken in case of double-buffering (tdf#92645) [Miklos Vajna]
  • EDITING: Function TIMEVALUE gives only '0' in ReportDesigner (tdf#92654) [Lionel Elie Mamane]
  • Rendering artifacts between menu and toolbar with some GTK2 themes (tdf#92670) [Miklos Vajna]
  • GTK+3: Tooltips drawn on secondary screen (tdf#92671) [Caolán McNamara]
  • Calc Help Conversion document L.O. (tdf#92684) [Andras Timar]
  • EDITING: Function MINUTE() always 1 minute greater than minute in timefield/timestampfield in ReportDesigner (tdf#92693) [Julien Nabet]
  • UI: Manage Conditional Formatting column header reads "Range or formula expression" instead of "Range" (tdf#92709) [Eike Rathke]
  • Autofilter on date is locale dependent (tdf#92767) [Eike Rathke]
  • Middle Button on Mouse Paste Option Broken for X11 (tdf#92788) [Noel Grandin]
  • Windows 64bit: SDBC driver error when attempting to connect to Thunderbird addressbook (tdf#92792) [David Ostrovsky]
  • Dialog editor: deleting a language crashes LibO (tdf#92896) [Caolán McNamara]
  • Base: text displayed offset in table edit UI listbox dropdown (tdf#92903) [Jan-Marek Glogowski]
  • rendercontext: missing post-it comment window after insertion (tdf#92911) [Miklos Vajna]
  • rendercontext: print preview problems (tdf#92914) [Miklos Vajna]
  • Engineering notation lost with buttons Add/Delete Decimal Place (tdf#92918) [Laurent Balland-Poirier]
  • rendercontext: blinking cursor is drawn directly (tdf#92982) [Miklos Vajna]
  • Function Wizard Structure view empty if invoked on existing formula cell (tdf#92996) [Markus Mohrhard]
  • Copying forms not working anymore (tdf#93018) [Noel Grandin]
  • UI: missing import bitmap button (tdf#93041) [Stephan Bergmann]
  • "resize shape to fit text" state can't be disabled (tdf#93079) [Julien Nabet]
  • EDITING: For Spanish cell format with the first three letters of a day of week plus date, only for Tuesday (Martes) is not recognized as date. (tdf#93080) [Eike Rathke]
  • gtk3: pasting using middle mouse button doesn't work (tdf#93198) [Caolán McNamara]

New in LibreOffice 5.0.0.5 Fresh (Aug 5, 2015)

  • Writer:
  • Master Document Templates
  • Shapes can have a TextBox
  • Improvements to Track Changes
  • Style dropdown
  • Line numbering easier to apply for headers and footers
  • Status bar improvements
  • Toolbar improvements
  • Navigator bookmarks
  • AutoCorrect improvements
  • Calc:
  • Statistics Wizard (alternative to Excel's Add-in "Analysis ToolPak")
  • Direct conversion of formulas into static values
  • Formula engine
  • Toolbar improvements
  • Sheet context menu
  • Impress and Draw:
  • Text of Master View Object Previews
  • Select and toggle off master elements directly via Delete
  • OpenGL transitions
  • Page Title field
  • Inherit current style of cells when inserting New row/column in table
  • Password for editing
  • Printing: use specified paper size
  • Zoom Mode button
  • Toolbar improvements
  • Menubar improvements
  • Math:
  • Color support
  • Core:
  • Included fonts
  • Digitally signed PDF export
  • Drawing objects
  • Technical Dictionary
  • Code quality:
  • Translation of German comments
  • Coverity
  • Refactoring
  • Filters:
  • Media file formats
  • New import filters
  • Connection to SharePoint and OneDrive
  • Improved OOXML support
  • Improved Visio support
  • Improved Table of Contents in HTML export
  • Document thumbnails
  • Improved MS Publisher support
  • Improved Abiword support
  • Improved MS Works Spreadsheet support
  • Improved FictionBook support
  • GUI:
  • Dialogs conversion to WidgetLayout finished
  • Changes to rulers
  • Start Center
  • New default templates
  • New color selector
  • Reworked paragraph line spacing dropdown
  • Bullet and Numbering dropdown
  • Sidebar changes
  • Context menu changes
  • Edit / Read-only mode
  • Tab changes
  • Firefox Themes
  • Image scaling
  • Simplification of Special Character dialog
  • Icon improvements
  • Locale in About dialog
  • UI text improvements
  • Localization:
  • New languages/locales with locale data
  • Improved language tools (spell-check dictionaries, thesaurus, hyphenation patterns)
  • Scripting / Basic:
  • Access2Base updated
  • API changes:
  • Removed configuration options
  • C++ UNO language binding and URE libraries
  • Java UNO language binding
  • UNO API changes

New in LibreOffice 5.0.0.0 RC 5 (Aug 3, 2015)

  • Content of a choosen listbox in a tablecontrol isn't shown
  • FILESAVE: New DOCX export of text with highlighting works not for all colors (tdf#92471)
  • New Theme Issues on Windows Installer (tdf#93004)
  • Splash screen text needs to be moved upwards (tdf#93007)

New in LibreOffice 4.4.5.2 Fresh (Jul 30, 2015)

  • Bug fixes:
  • untrusted value as argument (coverity#1266485)
  • FILESAVE: Pictures on buttons, created in forms, gone after reopening form (tdf#47832)
  • F9 cell update fails in sheet with combination of randomnumber() with reference to other cells (tdf#84762)
  • FILE OPEN/SAVE] field Insert ? Field ? Page Title not saved / reloaded (tdf#88056)
  • Use configuration of text to number conversion also in arithmetic matrix operations (was: SUMPRODUCT() doesn't work well with 4.4.3) (tdf#91453)
  • Range reference not justified in order when copied&pasted (tdf#92468)

New in LibreOffice 5.0.0.0 RC 4 (Jul 27, 2015)

  • core:
  • add localized Emoji short names
  • add property to turn off stlye previews
  • add Slovenian Emoji shortcodes
  • avoid dbaccess wizard crash.
  • avoid endless loop with busted wmf
  • bump product version to 5.0.0.3.0+
  • bump product version to 5.0.0.4
  • comply attributes name with (OASIS#3860, tdf#90133)
  • don't change tree entry height when preview is disabled
  • draw: Drawing toolbar exclusive to shapes
  • emf: fix another hang
  • emf: fix hang
  • emf: test for empty polygons
  • emf: test for negative numbers
  • fix and test for xbm import crash
  • fix another gif import crash
  • fix gif import crash
  • fix initializing JRE on Win 64bit (load java's msvcr100.dll)
  • FormattedField: when model value is NULL, force empty display string
  • grab keyboard focus to parent, not to earlier generations (tdf#92689)
  • linux and Win builds use mergelibs starting with 5.0
  • min legal size here is > 4
  • missing shape bg color
  • need cairo >= 1.10.0 for these features
  • pictures on buttons, created in forms, gone after reopening form
  • ppc64: simplify this a little
  • ppc64: using a fp register also consumes a gp register slot
  • remove agressiveness from Calc function suggestions
  • restore ability to apply font settings to controls
  • revert some implementation names, for backwards compatibility
  • TableRef: generate error for header-less column references, related
  • uninitialized scalar field (coverity#1311653)
  • update branding for 5.0
  • update credits
  • update emoji autocorrect entries from po-files
  • updated core
  • use same limit in ProcessOneCode as AddToTable
  • version 5.0.0.4, tag libreoffice-5.0.0.4
  • ww8: make sure we don't wrap around
  • xmloff: ODF import: fix spelling of "extrusion-first-light-level"
  • dictionaries:
  • updated Slovenian thesaurus
  • help:
  • version 5.0.0.4, tag libreoffice-5.0.0.4
  • translations:
  • update translations for 5.0.0 rc4
  • updated Slovenian translation

New in LibreOffice 5.0.0.0 RC 3 (Jul 11, 2015)

  • Bug fixes:
  • coverity#1308430 pSh may be 0 here
  • coverity#1308603 uninitialized scalar field
  • coverity#1309050 pLayout might be 0 here
  • cp#1000018 DOCX import: fix missing paragraph style on footnotes
  • fdo#52540 : Ligatures hyphenation bug using graphite font (Linux Libertine G): "ligc" is ignored
  • fdo#68787 FILESAVE: DOCX export: Footnote separator line problem
  • i#107365 sw rendercontext: paint transparent from controls conditionally
  • tdf#31577 Calc "INDIRECT" range intermittently fails
  • tdf#52540 : Ligatures hyphenation bug using graphite font (Linux Libertine G): "ligc" is ignored
  • tdf#55430 EDITING: Single mouse click selection of element completely drawn in front of selected filled area impossible
  • tdf#61186 Print dialog ignores saved settings from Printer Settings + more
  • tdf#69552 Function FLOOR and CEILING inconsistent with OpenFormula specification
  • tdf#75256 Meta: incomplete Sifr icon theme
  • tdf#83089 UI: Cannot select location in properties dialogue
  • tdf#83859 UI Name box selection does not support arrow keys on Linux
  • tdf#84190 libcmis: Wrong Password Entered For Alfresco Never Allows For Correction
  • tdf#84762 F9 cell update fails in sheet with combination of randomnumber() with reference to other cells
  • tdf#84909 Meta: Enhancing Impress/Draw toolbars and context menu
  • tdf#86301 Link to Help Page of Start Center Broken
  • tdf#87348 linked textboxes/frames don't work in .docx format
  • tdf#87820 Images not displayed properly in Calc
  • tdf#88056 [FILE OPEN/SAVE] field Insert ▸ Field ▸ Page Title not saved / reloaded
  • tdf#88831 When OpenGL is enabled, drop-down arrows, check marks, scrollbars etc. are upside down
  • tdf#88941 Writer/Calc/Draw/Impress lose formatting for justified text when exporting to PDF on OS X builds
  • tdf#90377 MAILMERGE: Option to "Exclude this Recipient" broken
  • tdf#90452 Breeze icons poorly visible in Start Center
  • tdf#90611 Footnote font size imported incorrectly
  • tdf#90717 Calc crashes when deleting row number 11
  • tdf#91362 wrong defaults for format/orientation in printsettingsdialogs of printerdrivers
  • tdf#91574 SLIDESHOW: presenter console background and buttons not shown during slideshow
  • tdf#91641 using kmfl in calc transposes characters when editing existing text
  • tdf#91727 Linux OS File Picker Blocks Canvas Repaints
  • tdf#92017 Draw has no named toolbar
  • tdf#92047 icon and function "format area" disabled
  • tdf#92055 Crash after docking the media playback toolbar
  • tdf#92110 UI Button with keyboard focus has invisible label (KDE-specific)
  • tdf#92115 UI glitch on combo boxes after removing keybard focus (KDE-specific)
  • tdf#92241 Preview is cut off in Symbols dialog
  • tdf#92262 PIVOTTABLE: DEBUG BUILDS ONLY: crash when clicking on the autofilter arrow
  • tdf#92269 5.0.0.1 Win 64 Explorer Crash after single click on any LO file in folder. (shlxthdl.dll / propertyhdl.dll property handler problem?)
  • tdf#92275 impress grinds to a total halt as images constantly swapped in
  • tdf#92281 FILEOPEN: Only western font is set for symbols in DOC files
  • tdf#92308 Crash on emailing document
  • tdf#92322 EDITING - MEMO (TEXT) fields refuse data entry with MySQL and JDBC connector on OSX
  • tdf#92353 FileSave: Not confirmed for overwrite a file (unix)
  • tdf#92355 UI: Crash on exit after Properties in specific xlsx document
  • tdf#92368 FILESAVE: lost positions of arcs, segments drawn by LibreLogo
  • tdf#92376 LO 5.0 doesn't open librevenge's files
  • tdf#92386 Writer crashes in print preview if the document is in two windows
  • tdf#92392 EDITING + UI: Calc crash when hitting Enter key
  • tdf#92425 UI: Page view Sifr icons in status bar do not change
  • tdf#92426 Box not showing for an entire row and entire column notation
  • tdf#92427 Entire column A:A / row 1:1 notation should be display instead of A1:A1048576 / A1:AMJ1
  • tdf#92431 Thumbnail not saved/reused when user does not save changes in MS format files
  • tdf#92434 When relation design dialog is open and then closed, libreoffice crashes
  • tdf#92438 regression in LibreLogo icon order
  • tdf#92443 And again - no visible menu entrys and empty dialogs
  • tdf#92461 Font fallback does not work with GTK3
  • tdf#92467 Calc crashes in find and replace dialog when arrow down is used
  • tdf#92468 Range reference not justified in order when copied&pasted
  • tdf#92481 When opening an RTF file with \widowctrl set, that keyword has no effect
  • tdf#92517 KDE4-FileDialog: "Save as" has wrong Filter
  • tdf#92520 LibO crash when editing .odb database properties
  • tdf#92528 UsageInfo crash on exit
  • tdf#92539 View menu indicators (radio dot and checkmarks) are invisible
  • tdf#92577 Rendering artifacts on pressing Page Down multiple times on multi-page document
  • tdf#92611 Crash exiting bibiography database

New in LibreOffice 4.4.5.1 RC 1 (Jul 11, 2015)

  • Bug fixes:
  • bnc#783638 DOCX import: inline picture should have no spacing
  • deb#788713 fix (fatal) perl deprecation in lo-xlate-lang
  • fdo#34548 EDITING: CRASH in action after Undo
  • fdo#36406 EDITING - Saveas Hangs in Calc after an edit or on time interval set to save a copy.
  • fdo#63685 FILEOPEN: docx import regression: graphic is not displayed
  • fdo#74880 [Memory leak] LibreOffice crashing when importing data from 8+ ods files, but doesn't crash on same xls files
  • fdo#88465 FILEOPEN PDF Import: incorrect image transformations
  • tdf#31577 Calc "INDIRECT" range intermittently fails
  • tdf#34724 EDIT: unintended date recognition of input Jan1 or 1Jan
  • tdf#44419 Allow entire column or entire row ranges in formulae, e.g. A:A or 1:1
  • tdf#46440 SIGSEGV in Application::IsInMain()
  • tdf#55430 EDITING: Single mouse click selection of element completely drawn in front of selected filled area impossible
  • tdf#61492 EDITING:Bullet and text overlap in edit view when text font size is increased by using (ctrl +]) shortcut.
  • tdf#65788 problems with .svg exported from Calc charts
  • tdf#67712 form controls and draw objects anchored to cell but changes position after reopening
  • tdf#68797 FILEOPEN lost position of lines anchored to cell
  • tdf#70318 EDITING: Paragraph break is inserted unintentionally with Paste special > Text with formatting (rtf)
  • tdf#78854 EDITING: Undoing layout change causes it to crash
  • tdf#79780 Icons not accessible after opening properties dialog in template manager
  • tdf#81806 EDITING: Document corruption and crash when editing tables
  • tdf#82553 FILEOPEN: Wrong import of DOCX with table (Summary in Comment 3)
  • tdf#83365 Other: Access across spreadsheet returns Err:504
  • tdf#84483 PRINTING: Print dialogue called from print preview causes writer to crash
  • tdf#86017 Crash when pasting spreadsheet columns in DDE mode on writer
  • tdf#86305 EDITING: Entering data into a cell changes array formula that references that cell
  • tdf#86814 FORMATTING: sometimes no bold style in RTF file
  • tdf#87245 Crash when opening Page dialog, after sorting with a macro
  • tdf#87348 linked textboxes/frames don't work in .docx format
  • tdf#87460 Losing endnotes in table cell when reading docx in Writer
  • tdf#87574 Outline numbering "None" is not retained when save as docx
  • tdf#87820 Images not displayed properly in Calc
  • tdf#88290 Numbering toolbar icon not working for certain locales
  • tdf#88697 FILESAVE: export to word 2003 .doc format formats bibliography entries not appropriately
  • tdf#88843 SIDEBAR: Can set over 100% transparency on frames using sidebar
  • tdf#88911 EDITING: Crash when dragging text from document to navigator pane
  • tdf#89643 report builder: function wizard segfaults as soon as a function is inserted
  • tdf#89698 DOCX: Images anchored with 'as character' should have no spacing
  • tdf#89731 Crash opening docx file
  • tdf#90001 EDITING: Delete firsts or lasts sheets used in 3D formulas generates a #REF error
  • tdf#90260 EDITING: Copying and pasting from rtf file to odt file adds a paragraph
  • tdf#90315 FILEOPEN: RTF import incorrectly sets table columns positions
  • tdf#90435 [CRASH] Nice to reproduce crash with Print Preview > Esc > Format Page
  • tdf#90565 UI Dialog "Number format" (Writer tables) has focus on Help button, rather then on list Category
  • tdf#90717 Calc crashes when deleting row number 11
  • tdf#90804 Style preview doesnt show correctly in the Font tab
  • tdf#90960 EDITING: soffice(Calc) crashes when entering CR at end of comment that was just copy/paste'd
  • tdf#90996 EDITING: comment is erased when dragging formula vertically
  • tdf#91001 Cannot increase font size
  • tdf#91074 FILEOPEN:RTF FILE OPEN ERROR
  • tdf#91095 crash exporting the given docx to docbook
  • tdf#91214 Calc: Crash on exit (steps in Comment 9)
  • tdf#91228 Writer crash Insert Image, Anchor as character, Go after image, press enter
  • tdf#91403 Crash in Insert - Fields - More Fields...
  • tdf#91411 Problems with the cells recalculation - F9 also does not work (hard recalc needed)
  • tdf#91416 EDITING: Crash on changing value in simple spreadsheet
  • tdf#91420 date recognition in DateValue
  • tdf#91425 CRASH - Calc Insert Columns Left
  • tdf#91602 WRITER: Crash on paste with Zoom - Page width
  • tdf#91613 Writer: cannot open sections with double click in the status bar anymore
  • tdf#91637 EDITING: Crash inserting cross-reference category and number if text in caption has been deleted
  • tdf#91641 using kmfl in calc transposes characters when editing existing text
  • tdf#91675 Updated Catalan bundled dictionaries (spellchker, hyphenation, thesaurus)
  • tdf#91697 String in English in macro security dialog
  • tdf#91726 AutoFormat: Crash when using an existing name for a new preset
  • tdf#91878 UI:no way to set a frame for a vertical orientation.
  • tdf#91917 Clicking in the text or using Enter key does not move the cursor anymore
  • tdf#92061 When opening an RTF file with bracketed \sub or \super in a footnote, the text body is parsed wrongly, and terminates prematurely
  • tdf#92275 impress grinds to a total halt as images constantly swapped in
  • tdf#92281 FILEOPEN: Only western font is set for symbols in DOC files
  • tdf#92386 Writer crashes in print preview if the document is in two windows
  • tdf#92425 UI: Page view Sifr icons in status bar do not change
  • tdf#92431 Thumbnail not saved/reused when user does not save changes in MS format files
  • tdf#92438 regression in LibreLogo icon order
  • tdf#92467 Calc crashes in find and replace dialog when arrow down is used

New in LibreOffice 4.4.4.3 (Jul 2, 2015)

  • don't export transparent background colour as white (tdf#88295)
  • fix assert on loading kde98819-1.html
  • improve lo-commit-stat script
  • LinkUpdateMode is a global setting
  • update credits

New in LibreOffice 4.4.4.2 (Jul 2, 2015)

  • bump product version to 4.4.4.2
  • check bounds in RPN tokens, related and others (tdf#90694)
  • fix assert on export of ooo63141-1.doc to odt
  • fix Writer crash (tdf#91228)
  • reset group area listeners when splitting group (tdf#90694)
  • update credits
  • translations:
  • update translations for 4.4.4 rc2
  • updated Slovenian translation

New in LibreOffice 4.4.4.1 (Jul 2, 2015)

  • core:
  • -Werror,-Wformat-security
  • : on switching decks keep our left indent, don't assume 0 (tdf#72007)
  • [OS X] Ugly (too heavy) fake bold (tdf#71034)
  • actually execute testPDFImportSkipImages
  • add "eg." and "ie." to the English sentence exception lists
  • add missing .ui localizations to install script (tdf#89152)
  • add missing includes
  • avoid null pointer dereference (rhbz#1215443)
  • avoid redefine of TRANSPARENT on solaris after including stream.h
  • basic: add horrible hack to avoid crash due to ... (tdf#90969)
  • basic: fix Randomize statement (tdf#90110)
  • bookmarks in exporting to mediawiki (tdf#75019)
  • branch libreoffice-4-4-4
  • bump product version to 4.4.4.0.0+
  • bump product version to 4.4.4.1.0+
  • cannot open files by COM2 (tdf#66232)
  • check also DBData modified, not only named expressions (tdf#91078)
  • connectivity: Calc driver: prevent document being disposed (rhbz#1213173)
  • copy and Paste crashes Calc when original doc closed (tdf#83366)
  • correct thousands separator character for locale es_CR (tdf#91009)
  • correct Writer formula bar screenshot (tdf#80075)
  • DOCX import: snapGrid property of paragraphs are ignored (tdf#91261)
  • don't assume Country to be always present, follow-up (tdf#85432)
  • don't confuse logically r/o doc with physically r/o (tdf#65498, tdf#87545)
  • don't hide+show window before initial show completes (tdf#90155)
  • draw Note mark before text for correct ZOrder (tdf#89182)
  • enable "Check uppercase words" by default (tdf#89510)
  • enable localized system dialogs on OS X (tdf#78834)
  • ensure start row / end row order makes sense (tdf#90757)
  • fix assert on export of ooo40760-1.sxw to docx
  • fix assert on exporting fdo79938-1.ott to .doc
  • fix assert on re-export of fdo72640-6.docx to docx
  • fix build
  • fix col limit crash on export of ooo103315-1.ods to xls
  • fix crash on export of fdo60365-2.ods to xlsx
  • fix crash on export of fdo68639-2.ods to xls with invalid mnLastIdx
  • fix crash on re-export of fdo50057-2.odt to odt
  • fix cursor hiding in presentation mode (tdf#71278)
  • fix default sdr attribute is special object. (tdf#87509)
  • fix DocumentRedlineManager code that crashes Writer.
  • fix duplicate attribute export to docx... (tdf#85769)
  • fix for url encoding in internal urls (tdf#90905)
  • fix re-export of novell590442-1.ppt to ppt
  • fix wrong parameter size on getsockname (tdf#90911)
  • gtk checkboxes need erase afer toggling (tdf#73211)
  • i18npool: fix crash in Thai break iterator (tdf#90809)
  • ICONS: Fix missing table insert icons in context menu and menu bar
  • ICONS: Fix some line icons in industrial and sifr
  • if no font has 0x202F fallback to a normal space (tdf#89231)
  • implement ODF import/export of page title field (tdf#88056)
  • import spreadsheetML cells with inline formatting tags (tdf#90999)
  • improve sifr - autopilot and conditionalformatdialog (tdf#75256)
  • interactive crop preview shouldn't scale proportionally (tdf#86329)
  • it works if we first set the size and then the position, (tdf#86624)
  • layout crash with table in footnote (tdf#90141)
  • LibreLogo: missing oldlcap initialization (tdf#90723)
  • line breaks in exporting to mediawiki (tdf#75360, tdf#90474)
  • logically dead code (gold) (coverity#1296209)
  • loplugin:externandnotdefined
  • misspell some words, copy and paste slide to gimp
  • mod operator does not deal with decimals as described in help (tdf#84435)
  • no object:active descendant changed emitted (tdf#82998)
  • ODF import: try to ignore invalid draw:fill="solid" (tdf#91140)
  • odf2xhtml: character '–' is not allowed in the value of attribute 'id' (tdf#66999)
  • odf2xhtml: there is no attribute 'name' (tdf#66999)
  • oups... I was too eager in replacing getAny() with makeAny() (tdf#90614)
  • prevent crash, not really fixed (tdf#89957)
  • python3: fix stdio detection on WNT harder (tdf#82968)
  • related: assume VALUE_CHANGED makes sense only for windows (tdf#82998)
  • related: don't emit an Indeterminate state change for boxes (tdf#82998)
  • related: pass std::exceptions through (rhbz#1215060)
  • related: rearrange, no logic change (tdf#82998)
  • RepositoryExternal.mk: gengal needs runtime dependency on unorc
  • RTF export: fix unexpected table row break (tdf#80708, bnc#203704)
  • RTF export: ignore hyperlinks without an URL (fdo#62536, tdf#90421)
  • RTF import: fix handling of \rtlpar (tdf#86182)
  • scp2: add scanner ui files to language pack template
  • shell BASIC function with empty third param hangs (tdf#55502)
  • SIFR: add duplicate record in links.txt for calc's autofilter
  • string access out of bounds
  • styles drop down menu is too narrow (tdf#76825)
  • svx: fix ExternalToolEdit on Windows (tdf#89750)
  • sw: delete *all* table redlines to fix DOCX import crash (rhbz#1198848)
  • sw: fix assert with frames anchored as-char in redlines on rhbz490395-1.odt
  • sw: fix assert with frames anchored in redlines on rhbz490395-1.odt
  • sw: fix bookmark loss in SwUndoDelete (tdf#90816)
  • sw: fix detection of duplicate CrossRefBookmarks (tdf#90808)
  • sw: fix SwAccessibleParagraph crash on delete
  • sw: fix ~SwIndexReg assert in SwXText::insertControlCharacter() (tdf#85424)
  • sw: implement SwXFlatParagraph::getPropertySetInfo() (tdf#89794)
  • sw: ODF import: ignore invalid gradient-name if style SOLID (tdf#90946)
  • sw: remove bogus assert in SwDoc::IsInHeaderFooter()
  • sw: resource mangement SNAFU caused by SwPaM copy ctor (rhbz#1205072)
  • TANGO: Add small zoom & pan icon
  • TANGO: Fix links.txt entry for default icon of curves split button
  • toggle checkered background back on (tdf#79975)
  • transliterateChar2Char throws MultipleCharsOutputException (tdf#91057)
  • tweak fix a bit, turns out xmloff was also passing empty URL (tdf#91140)
  • update credits
  • updated core (tdf#90929, tdf#90264, tdf#87735, tdf#90846)
  • use a sizegroup to stop area panel 'jumping'
  • vcl: reduce MapMode precision further to 32 bits... (tdf#90604, tdf#91195)
  • version 4.4.4.1, tag libreoffice-4.4.4.1-buildfix1
  • writerfilter: unused fill and CT_Fill resources
  • xmloff: accept character borders in the extension namespace
  • dictionaries:
  • lightproof: do not return invalid nBehindEndOfSentencePosition
  • updated Danish dictionary (tdf#87735)
  • help:
  • version 4.4.4.1, tag libreoffice-4.4.4.1-buildfix1
  • translations:
  • 'Optimal View' mislabelled in English (GB) (tdf#90846)
  • fix Thai translation of 'Tabloid' page format (tdf#90929)
  • missing translation in button UI for pt_BR (tdf#90264)
  • update translations for 4.4.4 rc1

New in LibreOffice 5.0.0.0 RC 2 (Jun 29, 2015)

  • DOCX import: inline picture should have no spacing
  • FILEOPEN: docx import regression: graphic is not displayed
  • Allow entire column or entire row ranges in formulae, e.g. A:A or 1:1
  • Meta: incomplete Sifr icon theme
  • Meta: Enhancing Impress/Draw toolbars and context menu
  • Losing endnotes in table cell when reading docx in Writer
  • DOCX: Images anchored with 'as character' should have no spacing
  • DOCX:bullets picture is big
  • EDITING Entire column/row formula incorrectly changes on row/column deletion
  • ICONS: Parent icon theme links.txt duplicate records not used in child themes
  • wrong defaults for format/orientation in printsettingsdialogs of printerdrivers
  • .ui based Docking windows don't have title bars (Windows only)
  • UI:Cursors other than the default work but are not displayed
  • Updated Catalan bundled dictionaries (spellchker, hyphenation, thesaurus)
  • FILEOPEN: Docx importer squishing doughnuts
  • StartCenter minimum size now too small with addition of Recent Files button
  • UI: Dragging a field from the Data Sources window into a document no longer works
  • When opening an RTF file with bracketed \sub or \super in a footnote, the text body is parsed wrongly, and terminates prematurely
  • Appear Document recovery Dialog (Crash?) when open formula bar, and restart LibO
  • Crash after exiting source code mode in Writer Web
  • headless renderer not doing mask based clipping ...
  • Crash of Basic IDE when renaming a Module
  • Accessibility completely broken with gtk3 plugin

New in LibreOffice 5.0.0.0 RC 1 (Jun 29, 2015)

  • gtk3 Logically dead code
  • gtk3 Unused value
  • dereference null return value
  • uninitialized scalar field
  • fix (fatal) perl deprecation in lo-xlate-lang
  • fix inc/dec font for complex selections
  • fix O(n^2) algorithm in opening pathological file
  • [part 2] support all ODFF1.2 and Excel2013 variations
  • styles tab addition to the sidebar for writer
  • new icons insertendnote and trackchanges
  • crash on certain table paste+undo+page cycles
  • properly inherit relative and 3D flags when extending, related
  • additional tweaks to standard and drawing toolbars
  • calc has more rows than writer tables can support
  • clone upper left of matrix result if double token
  • related: Swap buttons and align to the right
  • adapt the numbering popup to more than 8 items
  • don't export transparent background colour as white
  • sw: make WW8 export of CITATION fields compatible with
  • crash when dragging unsupported url to navigator pane
  • report builder function wizard segfaults
  • ambiguous naming of character background
  • also copy external reference status
  • correct 3D reference update on sheet deletion, follow-up
  • avoid duplicated attribute names in RID_ATTR_NAMES
  • no character background (highlight) tab in paragraph styles dialog
  • fix freeze when enabling media toolbar in Impress
  • add a unit test for this
  • remove footnote mark from TOC/List of Figures entry
  • remove footnote mark from TOC/List of Figures entry
  • remove footnote mark from cross reference
  • fix inc/dec font for complex selections
  • need to check the format's IsLockModified(), not the node's
  • don't cache incomplete tabs.
  • autotext (etc) not fully drawn
  • end listening only on selected sheets
  • FixedText vertical orientation restored
  • restore functionality of clicking to .uno:Size status bar element
  • don't change selected menu title text color in Aero theme
  • fix crash during listbox control editing in database form
  • work around writer spelling issue
  • fix preview of special characters
  • do not adjust RPN named expressions relative references, follow-up
  • vertical text entry missing
  • invalidate graphics when the gtk window is destroyed
  • handle LOK_MOUSEEVENT_MOUSEMOVE in SdXImpressDocument
  • fix inc/dec indent buttons in impress
  • mixture of icon sizes
  • presentation causes Impress crash
  • fix Slovenian translation
  • save rectangle to DrawingML as a preset shape
  • 'Handles' contains array of PropertyValues
  • work around writer spelling issue
  • crash on mail-merge to printer
  • crash on closing color bar after redocking it

New in LibreOffice 4.4.4 RC 1 (May 28, 2015)

  • Bug fixes:
  • bnc#203704 RTF export: fix unexpected table row break
  • coverity#1296209 logically dead code (gold)
  • fdo#62536 RTF export: ignore hyperlinks without an URL
  • rhbz#1198848 sw: delete *all* table redlines to fix DOCX import crash
  • rhbz#1205072 [abrt] libreoffice-core: SwListImpl::~SwListImpl(): soffice.bin killed by SIGSEGV
  • rhbz#1213173 [abrt] libreoffice-core: com::sun::star::uno::WeakReferenceHelper::clear(): soffice.bin killed by SIGSEGV
  • rhbz#1215060 related: pass std::exceptions through
  • rhbz#1215443 [abrt] libreoffice-core: operator==(): soffice.bin killed by SIGSEGV
  • tdf#55502 shell BASIC function with empty third param hangs
  • tdf#65498 don't confuse logically r/o doc with physically r/o
  • tdf#66232 cannot open files by COM2
  • tdf#66999 odf2xhtml: there is no attribute 'name'
  • tdf#71034 [OS X] Ugly (too heavy) fake bold
  • tdf#71278 fix cursor hiding in presentation mode
  • tdf#72007 : on switching decks keep our left indent, don't assume 0
  • tdf#73211 gtk checkboxes need erase afer toggling
  • tdf#75019 bookmarks in exporting to mediawiki
  • tdf#75256 improve sifr - autopilot and conditionalformatdialog
  • tdf#75360 line breaks in exporting to mediawiki
  • tdf#76825 styles drop down menu is too narrow
  • tdf#78834 enable localized system dialogs on OS X
  • tdf#79975 toggle checkered background back on
  • tdf#80075 correct Writer formula bar screenshot
  • tdf#80708 RTF export: fix unexpected table row break
  • tdf#82968 python3: fix stdio detection on WNT harder
  • tdf#82998 related: assume VALUE_CHANGED makes sense only for windows
  • tdf#83366 copy and Paste crashes Calc when original doc closed
  • tdf#84435 mod operator does not deal with decimals as described in help
  • tdf#85424 sw: fix ~SwIndexReg assert in SwXText::insertControlCharacter()
  • tdf#85432 don't assume Country to be always present, follow-up
  • tdf#85769 fix duplicate attribute export to docx...
  • tdf#86182 RTF import: fix handling of \rtlpar
  • tdf#86329 interactive crop preview shouldn't scale proportionally
  • tdf#86624 it works if we first set the size and then the position,
  • tdf#87509 fix default sdr attribute is special object.
  • tdf#87545 don't confuse logically r/o doc with physically r/o
  • tdf#87735 updated Danish dictionary
  • tdf#88056 implement ODF import/export of page title field
  • tdf#89152 add missing .ui localizations to install script
  • tdf#89182 draw Note mark before text for correct ZOrder
  • tdf#89231 if no font has 0x202F fallback to a normal space
  • tdf#89510 enable "Check uppercase words" by default
  • tdf#89750 svx: fix ExternalToolEdit on Windows
  • tdf#89794 sw: implement SwXFlatParagraph::getPropertySetInfo()
  • tdf#89957 prevent crash, not really fixed
  • tdf#90110 basic: fix Randomize statement
  • tdf#90141 layout crash with table in footnote
  • tdf#90155 don't hide+show window before initial show completes
  • tdf#90264 missing translation in button UI for pt_BR
  • tdf#90421 RTF export: ignore hyperlinks without an URL
  • tdf#90474 line breaks in exporting to mediawiki
  • tdf#90604 vcl: reduce MapMode precision further to 32 bits...
  • tdf#90614 oups... I was too eager in replacing getAny() with makeAny()
  • tdf#90723 LibreLogo: missing oldlcap initialization
  • tdf#90757 ensure start row / end row order makes sense
  • tdf#90808 sw: fix detection of duplicate CrossRefBookmarks
  • tdf#90809 i18npool: fix crash in Thai break iterator
  • tdf#90816 sw: fix bookmark loss in SwUndoDelete
  • tdf#90846 'Optimal View' mislabelled in English (GB)
  • tdf#90905 fix for url encoding in internal urls
  • tdf#90911 fix wrong parameter size on getsockname
  • tdf#90929 fix Thai translation of 'Tabloid' page format
  • tdf#90946 sw: ODF import: ignore invalid gradient-name if style SOLID
  • tdf#90969 basic: add horrible hack to avoid crash due to
  • tdf#90999 import spreadsheetML cells with inline formatting tags
  • tdf#91009 correct thousands separator character for locale es_CR
  • tdf#91057 transliterateChar2Char throws MultipleCharsOutputException
  • tdf#91078 check also DBData modified, not only named expressions
  • tdf#91140 ODF import: try to ignore invalid draw:fill="solid"
  • tdf#91195 vcl: reduce MapMode precision further to 32 bits...
  • tdf#91261 DOCX import: snapGrid property of paragraphs are ignored

New in LibreOffice 5.0.0.0 Beta 1 (May 22, 2015)

  • uncaught exception (CID#1295034) [Miklos Vajna]
  • RTF export: fix unexpected table row break (bnc#203704) [Miklos Vajna]
  • don't create random data series, related (bnc#839727) [Markus Mohrhard]
  • dereference before null check (coverity#1078827) [Caolán McNamara]
  • uninitialized pointer field (coverity#1257113) [Caolán McNamara]
  • see if a re-org will silence Resource leak (coverity#1272392) [Caolán McNamara]
  • deliberate Unchecked return value (coverity#1296207) [Caolán McNamara]
  • operands don't affect result (coverity#1296208) [Caolán McNamara]
  • logically dead code (gold) (coverity#1296209) [Caolán McNamara]
  • explicit null dereferenced (coverity#1296210) [Caolán McNamara]
  • pCurWin == pNewWin at this point (coverity#1296211) [Caolán McNamara]
  • another attempt to get coverity to parse this (coverity#1296212) [Caolán McNamara]
  • another attempt to get coverity to parse this (coverity#1296213) [Caolán McNamara]
  • dereference null return value (coverity#1296214) [Caolán McNamara]
  • dereference before null check (coverity#1296215) [Caolán McNamara]
  • uncaught exception (coverity#1296216) [Caolán McNamara]
  • use after free (coverity#1296217) [Caolán McNamara]
  • merge these two enum types (coverity#1296292) [Caolán McNamara]
  • uninitialized scalar field (coverity#1296293) [Caolán McNamara]
  • division or modulo by float zero (coverity#1297231) [Caolán McNamara]
  • division or modulo by float zero (coverity#1297232) [Caolán McNamara]
  • dereference after null check (coverity#1297233) [Caolán McNamara]
  • uncaught exception (coverity#1297234) [Caolán McNamara]
  • uncaught exception (coverity#1297235) [Caolán McNamara]
  • uninitialized scalar field (coverity#1297236) [Caolán McNamara]
  • dead code (coverity#1298896) [Caolán McNamara]
  • deadcode (coverity#1298897) [Caolán McNamara]
  • coverity seems a little confused here (coverity#1298898) [Caolán McNamara]
  • resource leak (coverity#1298899) [Markus Mohrhard]
  • init member (coverity#1298900) [Markus Mohrhard]
  • Writer crashes when bibliography database selected, when Base isn't installed (fdo#33266) [Bjoern Michaelsen]
  • FORMATTING: Closing autoformat for bold/underline character doesn't end autoformatting (fdo#62536) [Miklos Vajna]
  • Function FLOOR and CEILING inconsistent with OpenFormula specification (fdo#69552) [Eike Rathke, Winfried Donkers]
  • change saturday to working day for Formula NETWORKDAYS (fdo#77985) [Winfried Donkers]
  • remove dead CoreTextStyle::SetTextColor (i#124922) [Stephan Bergmann]
  • SotStorage ctor takes as 3rd param a StorageMode (aka short) (i#27773) [Stephan Bergmann]
  • vcl::Window::Scroll takes a sal_uInt16 nFlags, not a sal_Bool (i#72503) [Stephan Bergmann]
  • sw: avoid layout crash on ooo95974-1.odt (i#95974) [Michael Stahl]
  • don't crash with odd content in footnotes (ooo#119155) [Caolán McNamara]
  • word 6 graphic anchors should work like word 97 ones (ooo#59101) [Caolán McNamara]
  • sw: delete *all* table redlines to fix DOCX import crash (rhbz#1198848) [Michael Stahl]
  • [abrt] libreoffice-core: SwListImpl::~SwListImpl(): soffice.bin killed by SIGSEGV (rhbz#1205072) [Michael Stahl]
  • [abrt] libreoffice-core: com::sun::star::uno::WeakReferenceHelper::clear(): soffice.bin killed by SIGSEGV (rhbz#1213173) [Michael Stahl]
  • soffice.bin killed by SIGFPE while Libreoffice tries to open the document which is exported from Polarion on f21 (rhbz#1215060) [Caolán McNamara]
  • [abrt] libreoffice-core: operator==(): soffice.bin killed by SIGSEGV (rhbz#1215443) [David Tardon]
  • add crop features to svx (tdf#34555) [Philippe Jung]
  • document property TotalTime misinterpreted as seconds (tdf#38693) [Ravindra_Vidhate]
  • image title/description is lost after changing anchor (tdf#39547) [Niklas Johansson]
  • fixed drag and drop in OSX 10.7+ (tdf#44621) [mmeof2]
  • related Harden a bit (tdf#55502) [Julien Nabet]
  • fix a corner case OLE processing (tdf#55665) [Mike Kaganski]
  • allow calc compiler treat tabs and newlines as spacers (tdf#56036) [Mike Kaganski]
  • conditional formatting does not allow scrolling (tdf#60573) [Henry Castro]
  • updated core (tdf#61397) [Olivier Hallot]
  • partial handmade fixes (tdf#62475) [Andrea Gelmini]
  • pdf_string_parser incorrectly handles escapes (tdf#63054) [Mike]
  • do not sort header in autofilter if user has chosen one in dialog (tdf#63416) [scito]
  • updated core (tdf#64773) [Olivier Hallot]
  • don't confuse logically r/o doc with physically r/o (tdf#65498) [Stephan Bergmann]
  • auto Save Also Too Disabled (tdf#65509) [Joel]
  • write density 96 DPI to JPEG files at compression (tdf#65695) [Tomaž Vajngerl]
  • SwTxtFrm::FormatQuick(bool) endless loop (tdf#66141) [Mike]
  • css::uno::Reference can automatically up-cast now (tdf#66232) [Mike Kaganski, Stephan Bergmann]
  • odf2xhtml: do not display the page numbers in TOC (tdf#66305) [Robert Antoni Buj Gelonch]
  • related: make a basic regression test for formula parser (tdf#66353) [Caolán McNamara, Mike Kaganski]
  • prevent unloading objects due to cache full (tdf#67421) [Mike Kaganski]
  • nuke old Elements box from menu, rename new pane (tdf#68871) [Adolfo Jayme Barrientos, Julien Nabet]
  • add missing OOXML icon sets, (tdf#69095) [Markus Mohrhard]
  • sort numbering options meaningfully (tdf#69316) [Katarina Behrens]
  • don't forget to clean up second fake paragraph (tdf#70318) [Mike Kaganski]
  • [OS X] Ugly (too heavy) fake bold (tdf#71034) [Khaled Hosny]
  • related: align to right if undocked (tdf#72007) [Caolán McNamara]
  • slightly darken default workspace again to be easier on the eyes (tdf#72142) [Adolfo Jayme Barrientos]
  • forced intercept for exponentiial trendline (tdf#72361) [Laurent Balland-Poirier]
  • gtk checkboxes need erase afer toggling (tdf#73211) [Caolán McNamara]
  • improve DXF import (tdf#74299) [Mike Kaganski]
  • WMF: use LibreOffice locale on OEM_CHARSET/DEFAULT_CHARSET (tdf#74301) [Mike Kaganski]
  • FILESAVE: Shapes appear when saving a .XLSX file with filter (tdf#74932) [PriyankaGaikwad]
  • first part for axis title manual position export, (tdf#75015) [Markus Mohrhard]
  • bookmarks in exporting to mediawiki (tdf#75019) [Robert Antoni Buj Gelonch]
  • improve sifr - new and reworked lines, bugfixing and some new ones. (tdf#75256) [Matthias Freund]
  • add test for (tdf#75316) [Markus Mohrhard]
  • line breaks in exporting to mediawiki (tdf#75360) [Robert Antoni Buj Gelonch]
  • failed to convert the margins (tdf#75531) [Robert Antoni Buj Gelonch]
  • styles drop down menu is too narrow (tdf#76825) [Caolán McNamara]
  • docx export image greyscale (tdf#76941) [Joren De Cuyper]
  • unittest for docx section header export bug (tdf#78606) [Eilidh McAdam]
  • enable localized system dialogs on OS X (tdf#78834) [Andras Timar]
  • slightly darken default workspace again to be easier on the eyes (tdf#79278) [Adolfo Jayme Barrientos]
  • correct Writer formula bar screenshot (tdf#80075) [Andras Timar]
  • table changes format in PPTX format (tdf#80340) [yogesh.bharate001]
  • RTF export: fix unexpected table row break (tdf#80708) [Miklos Vajna]
  • python3: fix stdio detection on WNT harder (tdf#82968) [Michael Stahl]
  • copy and Paste crashes Calc when original doc closed (tdf#83366) [Henry Castro]
  • change split window expande handle to be more visible (tdf#83527) [Tomaž Vajngerl]
  • "Edit Comment" in context menu when a cell has a comment (tdf#84153) [Ravindra_Vidhate]
  • : Red squiggly underline does not appear instantly (tdf#84240) [Deena Francis]
  • export each axis only once non-deleted, related (tdf#84347) [Markus Mohrhard]
  • mod operator does not deal with decimals as described in help (tdf#84435) [Julien Nabet]
  • sw: fix ~SwIndexReg assert in SwXText::insertControlCharacter() (tdf#85424) [Michael Stahl]
  • use sensible variable naming, follow-up (tdf#85432) [Eike Rathke]
  • avoid writing font name attribute twice, by ignoring empty value (tdf#85769) [Matúš Kukan]
  • docx: export comment initials (tdf#85911) [Joren De Cuyper]
  • context menu should state the name of the toolbar (tdf#86138) [Philippe Jung]
  • removal of additional direct formatting (tdf#86606) [Yousuf Philips]
  • create new table context menu submenus and reorganize entries (tdf#86619) [Yousuf Philips]
  • add test for (tdf#86624) [Markus Mohrhard]
  • SwEditShell: when setting para style, reset char attrs if needed (tdf#86639) [Miklos Vajna]
  • RTF import: fix sometimes lost bold style (tdf#86814) [Miklos Vajna]
  • always display clipboard functions in context menu (tdf#86850) [Trent MacAlpine]
  • fix Kerning broken on OS X (tdf#87373) [Khaled Hosny, Thorsten Wagner]
  • and docx export image greyscale, watermark, black&white (tdf#87539) [Joren De Cuyper]
  • don't confuse logically r/o doc with physically r/o (tdf#87545) [Stephan Bergmann]
  • updated core (tdf#87735) [Andras Timar]
  • row spacing sneaked out, put it back (tdf#87862) [Katarina Behrens]
  • related Use different placeholders for Impress and Draw (tdf#88056) [Katarina Behrens]
  • error handling per element and propagate, follow-up (tdf#88547) [Winfried Donkers, Eike Rathke]
  • clear SearchLabel when altering the search string (tdf#88608) [Joren De Cuyper]
  • cleanup after removing dbtoolsclient (tdf#88710) [Matthew Nicholls]
  • both scientific formats are of type medium, follow-up (tdf#88835) [Laurent Balland-Poirier, Eike Rathke]
  • add test for (tdf#88848) [Markus Mohrhard]
  • add missing .ui localizations to install script (tdf#89152) [Andras Timar]
  • draw Note mark before text for correct ZOrder (tdf#89182) [Laurent Godard]
  • add Nyanja [ny-MW] locale data (tdf#89395) [Eike Rathke]
  • enable "Check uppercase words" by default (tdf#89510) [Julien Nabet]
  • interactive crop preview shouldn't scale proportionally (tdf#89758) [Trent MacAlpine]
  • MM fixes potential endless loops with dbgutil build (tdf#89783) [Christoph Lutz, Katarina Behrens, Vasily Melenchuk]
  • revert "DOCX: saving LO version number in app.xml" (tdf#89790) [Joren De Cuyper, Radu Ioan]
  • sw: implement SwXFlatParagraph::getPropertySetInfo() (tdf#89794) [Michael Stahl]
  • customizing and positioning additional toolbars (tdf#90090) [Yousuf Philips]
  • basic: fix Randomize statement (tdf#90110) [Michael Stahl]
  • extend ODF: variable decimal in scientific format (tdf#90133) [Laurent Balland-Poirier]
  • layout crash with table in footnote (tdf#90141) [Caolán McNamara]
  • page numbering in the status bar which may cause confusion (tdf#90150) [massinissaHamidi]
  • FILESAVE: export of bullet color for pptx (tdf#90174) [PriyankaGaikwad]
  • PPTX table cell border width is not exported. (tdf#90190) [Miklos Vajna, yogesh.bharate001]
  • PPTX table cell left and right margin is not exported. (tdf#90223) [yogesh.bharate001]
  • enhancement : Cannot open compressed csv files from calc (tdf#90225) [Dennis Francis]
  • support for table merge cell export. (tdf#90245) [Sujith Sudhakaran]
  • PPTX paragraph and bullet leftMargin and Indentation is not exported (tdf#90246) [PriyankaGaikwad]
  • add missing Asian slide layout icons in new Tango style (tdf#90252) [Adolfo Jayme Barrientos]
  • prevent dialog from growing out of the screen (tdf#90257) [Katarina Behrens]
  • sidebar: toggle Thousand/Engineering (tdf#90258) [Laurent Balland-Poirier]
  • testcase (tdf#90260) [Miklos Vajna]
  • fix crash while pasting into draw from impress. (tdf#90357) [Muthu Subramanian]
  • breeze: update icon theme, and fix (tdf#90387) [andreas_ka]
  • RTF export: ignore hyperlinks without an URL (tdf#90421) [Miklos Vajna]
  • line breaks in exporting to mediawiki (tdf#90474) [Robert Antoni Buj Gelonch]
  • support more font properties for title OOXML export, (tdf#90532) [Markus Mohrhard]
  • special case for EMF placeholder icon of OLE object (tdf#90539) [Andras Timar]
  • focus category list on showing the dialog (tdf#90565) [Katarina Behrens]
  • vcl: reduce MapMode precision further to 32 bits... (tdf#90604) [Michael Stahl]
  • FILESAVE:PPTX Line shape style was not exported (tdf#90605) [PriyankaGaikwad]
  • test Case for the patch (tdf#90607) [Charu Tyagi]
  • oups... I was too eager in replacing getAny() with makeAny() (tdf#90614) [Lionel Elie Mamane]
  • xmloff: ODF export: fix style:background-image attributes (tdf#90640) [Michael Stahl]
  • PPTX table cell border color is not exported. (tdf#90672) [yogesh.bharate001]
  • FILESAVE:PPTX Paragraph text direction right-to-left is not exported (tdf#90673) [PriyankaGaikwad]
  • related: table model can have truly empty cells (tdf#90681) [Caolán McNamara]
  • textframe background was not transparent (tdf#90720) [Sushil Shinde]
  • LibreLogo: missing oldlcap initialization (tdf#90723) [László Németh]
  • add test for line only chart export, related (tdf#90728) [Markus Mohrhard]
  • export data labels for all chart types, (tdf#90729) [Markus Mohrhard]
  • we don't support invertIfNegative yet, related (tdf#90733) [Markus Mohrhard]
  • export that we don't support bubble3D, related (tdf#90746) [Markus Mohrhard]
  • export that we don't support leader lines, related (tdf#90749) [Markus Mohrhard]
  • ensure start row / end row order makes sense (tdf#90757) [Eike Rathke]
  • table - keep with paragraph setting is broken (tdf#90766) [Zolnai Tamás]
  • fix better label for named formulas (tdf#90782) [Adolfo Jayme Barrientos, Olivier Hallot]
  • add Church Slavic [cu-RU] locale (tdf#90802) [Aleksandr Andreev, Eike Rathke]
  • sw: fix detection of duplicate CrossRefBookmarks (tdf#90808) [Michael Stahl]
  • rPr is not exported after roundtrip. (tdf#90812) [yogesh.bharate001]
  • sw: fix bookmark loss in SwUndoDelete (tdf#90816) [Michael Stahl]
  • revert "Hack to make an in-destruction SwFlyInCntFrm ... (tdf#90820) [Michael Stahl]
  • descenders cropped (tdf#90822) [Thorsten Wagner]
  • FILESAVE:XLSX export of underline color for text inside textbox (tdf#90828) [PriyankaGaikwad]
  • add Tango help icons (tdf#90830) [Adolfo Jayme Barrientos]
  • added support for inside placement for the best fit case (tdf#90839) [Marco Cecchetti]
  • add test for plotArea manualLayout, (tdf#90851) [Markus Mohrhard]
  • don't assume varyColors for bubbleChart, related (tdf#90876) [Markus Mohrhard]
  • writer: insert row/col before/after (tdf#90882) [Philippe Jung]
  • WRITER: Insert button with multiple rows/columns selected (tdf#90883) [Philippe Jung]
  • hyperlink inside textbox is not exported after roundtrip. (tdf#90890) [yogesh.bharate001]
  • fix for url encoding in internal urls (tdf#90905) [Vasily Melenchuk]
  • FILESAVE: XLSX wrong export of font size 18 (tdf#90908) [PriyankaGaikwad]
  • fix wrong parameter size on getsockname (tdf#90911) [Juergen Funk]
  • calc / sort dialog fixage. (tdf#90935) [Michael Meeks]
  • CharKerning i.e spc is not exported after RT. (tdf#90955) [yogesh.bharate001]
  • related: don't resize the border window when disposing (tdf#90956) [Michael Meeks, Caolán McNamara]
  • highlighting is not repeated with Ctrl+Shft+Y (Edit>Repeat) (tdf#90968) [Zolnai Tamás]
  • basic: add horrible hack to avoid crash due to ... (tdf#90969) [Michael Stahl]
  • our values are related to the inner mode, (tdf#90979) [Markus Mohrhard]
  • repair parts of the conditional formatting dialog. (tdf#90982) [Markus Mohrhard, Michael Meeks]
  • listbox focus issue post dispose. (tdf#90990) [Michael Meeks]
  • sidebar tab bar buttons should should have accessible names (tdf#90994) [Niklas Johansson]
  • related Correct thousands separator character for locale es_CR (tdf#91009) [Julien Nabet]
  • dispose SfxControllerItem sub-class earlier. (tdf#91014) [Michael Meeks]
  • CSV dialog crasher. (tdf#91015) [Michael Meeks]
  • cleanup dbaccess related dispose logic. (tdf#91027) [Michael Meeks]
  • attempted fix of filer-less gtk+ save dialog crash. (tdf#91043) [Michael Meeks]
  • fix typo TabePage->TabPage (tdf#91050) [Andrea Gelmini]
  • fix typo Trancparency->Transparency (tdf#91051) [Andrea Gelmini]
  • use macros to standardize 'make' constructors for VclBuilder. (tdf#91052) [Michael Meeks]
  • transliterateChar2Char throws MultipleCharsOutputException (tdf#91057) [Caolán McNamara]
  • revert "DOCX: saving LO version number in app.xml" (tdf#91064) [Joren De Cuyper]
  • condensed Character Spacing i.e spc(negative value) is not exported after RT. (tdf#91066) [yogesh.bharate001]
  • don't queue an async user event when disposed. (tdf#91073) [Michael Meeks]
  • RTF import: handle \dplineco* for text frames (tdf#91074) [Miklos Vajna]
  • unit tests for shape import of discarded DOCX header/footer (tdf#91077) [László Németh]
  • now also ocTableRef is DBData, related (tdf#91078) [Eike Rathke]
  • fix LO crash after dialog closing by ESC (tdf#91081) [Philippe Jung]
  • avoid de-referencing DIALOG_NO_PARENT (-1) (tdf#91090) [Michael Meeks, Caolán McNamara, Noel Grandin]
  • don't Notify focus changes after dispose. (tdf#91100) [Michael Meeks]
  • docx import: fix wrong vertical position of OLE object shape (tdf#91122) [László Németh]
  • nail a clutch of calc modeless dialog lifecycle issues. (tdf#91125) [Michael Meeks]
  • enable click-on-column-header sorting (tdf#91126) [Katarina Behrens]
  • audit for unfortunate SAL_NO_ACQUIRE referencing issues. (tdf#91127) [Michael Meeks]
  • dockwin post-dispose crash fix. (tdf#91128) [Michael Meeks]
  • hold reference until idle dispose. (tdf#91138) [Michael Meeks]
  • ODF import: try to ignore invalid draw:fill="solid" (tdf#91140) [Michael Stahl]
  • svtools: fix missing dispose in RoadmapItem causing MM crash (tdf#91157) [Miklos Vajna]
  • appearance settings lifecycle fix. (tdf#91185) [Michael Meeks]
  • vcl: reduce MapMode Fraction precision to avoid... (tdf#91195) [Michael Stahl]
  • vcl: fix crash in ImplListBox during paste special in Writer (tdf#91227) [Miklos Vajna]
  • add missing disposeAndClear logic for basctl. (tdf#91239) [Julien Nabet, Michael Meeks]
  • cope with state-change after dispose and dispose fixedtext. (tdf#91240) [Michael Meeks]
  • draw missing EMF hairlines with linecap settings (tdf#91254) [László Németh]
  • fix help browser focus issue post dispose. (tdf#91259) [Philippe Jung, Michael Meeks]
  • add missing test document (tdf#91260) [László Németh]
  • DOCX import: snapGrid property of paragraphs are ignored (tdf#91261) [Mark Hung]
  • better algorithm for OOXML column width import, (tdf#91267) [Markus Mohrhard]
  • VclPtr::reset does not delete the widget, (tdf#91269) [Markus Mohrhard]
  • crash when closing formula wizard (cancel or ok) (tdf#91273) [Julien Nabet]
  • fix capitalization in OpenCL white/blacklist dialog (tdf#91280) [Adolfo Jayme Barrientos]
  • handle toolbox tracking events post dispose safely. (tdf#91311) [Michael Meeks]
  • don't use default style as parent for OOXML cond format style, (tdf#91335) [Markus Mohrhard]
  • fix data-pilot and auto-filter popup lifecycle. (tdf#91364) [Michael Meeks]
  • replace import with direct ScCompiler calls, related (tdf#91367) [Markus Mohrhard]
  • UI: Crash after visiting Sidebar Properties Page (tdf#91382) [Philippe Jung]
  • orig map for orig code paths, and new map for new path (tdf#91392) [Caolán McNamara]
  • import Image for bullets through "Add and Resize" Button (tdf#91904) [Heena Gupta]

New in LibreOffice 5.0.0.0 Alpha 1 (May 7, 2015)

  • speed up ScriptRun::getPairIndex (091_fdo#39372) [Noel Grandin]
  • control flow issues (MISSING_BREAK) (CID#1287400) [Eike Rathke]
  • missing break (CID#1294410) [Miklos Vajna]
  • dlhandle is "leaked" (CID#1294411) [Tor Lillqvist]
  • capture by reference (Coverity#1292911) [Stephan Bergmann]
  • probably this is what was meant... (Covertiy#1292224) [Stephan Bergmann]
  • remove duplicate L10n icons. (TDF#30425) [Andrew]
  • use the same advanced Ellipse and Rectangle shapes in writer as draw (bnc#171052) [Caolán McNamara]
  • writerfilter: refactor to get rid of savedPositionOffset{V,H} statics (bnc#513579) [Miklos Vajna]
  • export shape shadow to DrawingML (bnc#637947) [Andras Timar]
  • PPTX export of embedded text documents (bnc#822341) [Zolnai Tamás]
  • PPTX import: Wrong text color inside shape (bnc#862510) [Zolnai Tamás]
  • wrong cell fill color defined by table style (bnc#910045) [Zolnai Tamás]
  • unchecked return value (cid#1209049) [Stephan Bergmann]
  • silence unhelpful untrusted loop bound warnings (cid#1213376) [Stephan Bergmann]
  • silence unhelpful untrusted loop bound warnings (cid#1215304) [Stephan Bergmann]
  • unchecked return value (cid#1255386) [Stephan Bergmann]
  • silence false TOCTOU warning (cid#1255391) [Stephan Bergmann]
  • only allow comparing iterators from the same ring (cid#1256663) [Bjoern Michaelsen]
  • uninit ptr field (cid#1256668) [Bjoern Michaelsen]
  • uninit ptr field (cid#1256669) [Bjoern Michaelsen]
  • unchecked dynamic_cast (coverity#1019325) [Caolán McNamara]
  • unchecked dynamic_cast (coverity#1019327) [Caolán McNamara]
  • unchecked dynamic_cast (coverity#1019331) [Caolán McNamara]
  • unchecked dynamic_cast (coverity#1019332) [Caolán McNamara]
  • unchecked return value (coverity#1078451) [Caolán McNamara]
  • big parameter passed by value (coverity#1186125) [Caolán McNamara]
  • argument cannot be negative (coverity#1195349) [Caolán McNamara]
  • related: Bad bit shift operation (coverity#1202743) [Caolán McNamara]
  • unchecked return value (coverity#1209001) [Caolán McNamara]
  • unchecked return value (coverity#1209008) [Caolán McNamara]
  • rework to explicitly compare cMaxChar (coverity#1209863) [Caolán McNamara]
  • untrusted loop bound (coverity#1213364) [Caolán McNamara]
  • rework to make comparison to len more clear (coverity#1213367) [Caolán McNamara]
  • untrusted value as argument (coverity#1213368) [Caolán McNamara]
  • rework to make comparison to rec[i].slen more clear (coverity#1213370) [Caolán McNamara]
  • dereference after null check (coverity#1242421) [Caolán McNamara]
  • identical code for different branches (coverity#1242459) [Caolán McNamara]
  • untrusted value as argument (coverity#1242531) [Caolán McNamara]
  • untrusted loop bound (coverity#1242624) [Caolán McNamara]
  • use of untrusted scalar value (coverity#1242632) [Caolán McNamara]
  • untrusted loop bound (coverity#1242653) [Caolán McNamara]
  • untrusted loop bound (coverity#1242658) [Caolán McNamara]
  • untrusted value as argument (coverity#1242675) [Caolán McNamara]
  • untrusted loop bound (coverity#1242704) [Caolán McNamara]
  • use of untrusted scalar value (coverity#1242728) [Caolán McNamara]
  • use of untrusted scalar value (coverity#1242775) [Caolán McNamara]
  • untrusted value as argument (coverity#1242793) [Caolán McNamara]
  • use of untrusted scalar value (coverity#1242836) [Caolán McNamara]
  • untrusted loop bound (coverity#1242859) [Caolán McNamara]
  • untrusted pointer write (coverity#1242875) [Caolán McNamara]
  • untrusted loop bound (coverity#1242895) [Caolán McNamara]
  • silence Untrusted loop bound (coverity#1242911) [Caolán McNamara]
  • use of untrusted scalar value (coverity#1242927) [Caolán McNamara]
  • use of untrusted scalar value (coverity#1242937) [Caolán McNamara]
  • untrusted loop bound (coverity#1242939) [Caolán McNamara]
  • use of untrusted scalar value (coverity#1242942) [Caolán McNamara]
  • untrusted value as argument (coverity#1242945) [Caolán McNamara]
  • untrusted loop bound (coverity#1244944) [Caolán McNamara]
  • untrusted value as argument (coverity#1244945) [Caolán McNamara]
  • untrusted value as argument (coverity#1244946) [Caolán McNamara]
  • help coverity out here wrt Division by zero (coverity#1255387) [Caolán McNamara]
  • division or modulo by float zero (coverity#1255388) [Caolán McNamara]
  • dereference null return value (coverity#1255389) [Caolán McNamara]
  • resource leak (coverity#1255390) [Caolán McNamara]
  • resource leak (coverity#1255908) [Caolán McNamara]
  • uninitialized scalar field (coverity#1255909) [Caolán McNamara]
  • don't call rand (coverity#1256310) [Caolán McNamara]
  • sw: fix Ring::equals() (coverity#1256663) [Michael Stahl]
  • division or modulo by float zero (coverity#1256664) [Caolán McNamara]
  • handle these consistently (coverity#1257107) [Bjoern Michaelsen, Caolán McNamara]
  • unchecked dynamic_cast (coverity#1257108) [Caolán McNamara]
  • unchecked dynamic_cast (coverity#1257109) [Caolán McNamara]
  • big parameter passed by value (coverity#1257110) [Caolán McNamara]
  • uninitialized scalar field (coverity#1257113) [Caolán McNamara]
  • result is not floating-point (coverity#1257114) [Caolán McNamara]
  • logically dead code (coverity#1257735) [Caolán McNamara]
  • explicit null dereferenced (coverity#1257736) [Caolán McNamara]
  • dereference null return value (coverity#1257737) [Caolán McNamara]
  • uncaught exception (coverity#1257738) [Caolán McNamara]
  • uninitialized scalar field (coverity#1257741) [Caolán McNamara]
  • uninitialized pointer field (coverity#1257742) [Caolán McNamara]
  • uninitialized pointer field (coverity#1257743) [Caolán McNamara]
  • explicit null dereferenced (coverity#1258449) [Caolán McNamara]
  • wrong operator used (coverity#1260295) [Caolán McNamara]
  • unchecked dynamic_cast (coverity#1260296) [Caolán McNamara]
  • using invalid iterator (coverity#1260301) [Caolán McNamara]
  • unused value (coverity#1260332) [Caolán McNamara]
  • unused value (coverity#1260333) [Caolán McNamara]
  • uninitialized scalar field (coverity#1260446) [Caolán McNamara]
  • uninitialized scalar field (coverity#1260447) [Caolán McNamara]
  • uninitialized scalar field (coverity#1260448) [Caolán McNamara]
  • resource leak (coverity#1261762) [Caolán McNamara]
  • uninitialized pointer field (coverity#1261766) [Caolán McNamara]
  • try and help coverity out wrt Bad bit shift operation (coverity#1264390) [Caolán McNamara]
  • help coverity out wrt Logically dead code (coverity#1264391) [Caolán McNamara]
  • help coverity out wrt Logically dead code (coverity#1264392) [Caolán McNamara]
  • 1264394: missing break (coverity#1264393) [Julien Nabet]
  • uninitialized scalar field (coverity#1264396) [Caolán McNamara]
  • unchecked return value (coverity#1265791) [Caolán McNamara]
  • dereference after null check (coverity#1265792) [Caolán McNamara]
  • dereference after null check (coverity#1265793) [Caolán McNamara]
  • dereference null return value (coverity#1265795) [Caolán McNamara]
  • dereference null return value (coverity#1265796) [Caolán McNamara]
  • dereference null return value (coverity#1265797) [Caolán McNamara]
  • dereference null return value (coverity#1265798) [Caolán McNamara]
  • dereference null return value (coverity#1265799) [Caolán McNamara]
  • dereference null return value (coverity#1265800) [Caolán McNamara]
  • dereference null return value (coverity#1265801) [Caolán McNamara]
  • dereference null return value (coverity#1265802) [Caolán McNamara]
  • dereference null return value (coverity#1265803) [Caolán McNamara]
  • dereference null return value (coverity#1265804) [Caolán McNamara]
  • dereference null return value (coverity#1265805) [Caolán McNamara]
  • dereference null return value (coverity#1265806) [Caolán McNamara]
  • dereference null return value (coverity#1265807) [Caolán McNamara]
  • dereference null return value (coverity#1265808) [Caolán McNamara]
  • dereference null return value (coverity#1265809) [Caolán McNamara]
  • dereference null return value (coverity#1265810) [Caolán McNamara]
  • dereference null return value (coverity#1265811) [Caolán McNamara]
  • unintended comparison to logical negation (coverity#1266437) [Caolán McNamara]
  • unintended comparison to logical negation (coverity#1266438) [Caolán McNamara]
  • unchecked return value (coverity#1266440) [Caolán McNamara]
  • unchecked return value (coverity#1266441) [Caolán McNamara]
  • dereference after null check (coverity#1266442) [Caolán McNamara]
  • dereference after null check (coverity#1266443) [Caolán McNamara]
  • explicit null dereferenced (coverity#1266444) [Caolán McNamara]
  • explicit null dereferenced (coverity#1266445) [Caolán McNamara]
  • explicit null dereferenced (coverity#1266446) [Caolán McNamara]
  • explicit null dereferenced (coverity#1266447) [Caolán McNamara]
  • explicit null dereferenced (coverity#1266448) [Caolán McNamara]
  • explicit null dereferenced (coverity#1266449) [Caolán McNamara]
  • explicit null dereferenced (coverity#1266450) [Caolán McNamara]
  • explicit null dereferenced (coverity#1266451) [Caolán McNamara]
  • explicit null dereferenced (coverity#1266452) [Caolán McNamara]
  • explicit null dereferenced (coverity#1266453) [Caolán McNamara]
  • explicit null dereferenced (coverity#1266454) [Caolán McNamara]
  • explicit null dereferenced (coverity#1266455) [Caolán McNamara]
  • identical code for different branches (coverity#1266457) [Caolán McNamara]
  • argument cannot be negative (coverity#1266458) [Caolán McNamara]
  • improper use of negative value (coverity#1266459) [Caolán McNamara]
  • argument cannot be negative (coverity#1266460) [Caolán McNamara]
  • improper use of negative value (coverity#1266461) [Caolán McNamara]
  • argument cannot be negative (coverity#1266463) [Caolán McNamara]
  • argument cannot be negative (coverity#1266464) [Caolán McNamara]
  • improper use of negative value (coverity#1266465) [Caolán McNamara]
  • argument cannot be negative (coverity#1266466) [Caolán McNamara]
  • dereference null return value (coverity#1266467) [Caolán McNamara]
  • dereference null return value (coverity#1266468) [Caolán McNamara]
  • dereference null return value (coverity#1266469) [Caolán McNamara]
  • dereference null return value (coverity#1266471) [Caolán McNamara]
  • dereference null return value (coverity#1266472) [Caolán McNamara]
  • dereference null return value (coverity#1266473) [Caolán McNamara]
  • dereference null return value (coverity#1266474) [Caolán McNamara]
  • dereference null return value (coverity#1266475) [Caolán McNamara]
  • silence Dereference null return value (coverity#1266476) [Caolán McNamara]
  • silence Resource leak (coverity#1266479) [Caolán McNamara]
  • silence Pointer to local outside scope (coverity#1266480) [Caolán McNamara]
  • pointer to local outside scope (coverity#1266481) [Caolán McNamara]
  • string not null terminated (coverity#1266483) [Caolán McNamara]
  • rework to scrutinze mnLen (coverity#1266484) [Caolán McNamara]
  • untrusted value as argument (coverity#1266485) [Caolán McNamara]
  • untrusted loop bound (coverity#1266486) [Caolán McNamara]
  • use of untrusted scalar value (coverity#1266487) [Caolán McNamara]
  • untrusted loop bound (coverity#1266488) [Caolán McNamara]
  • untrusted loop bound (coverity#1266489) [Caolán McNamara]
  • untrusted loop bound (coverity#1266491) [Caolán McNamara]
  • untrusted value as argument (coverity#1266492) [Caolán McNamara]
  • use of untrusted scalar value (coverity#1266493) [Caolán McNamara]
  • untrusted value as argument (coverity#1266494) [Caolán McNamara]
  • untrusted loop bound (coverity#1266495) [Caolán McNamara]
  • untrusted loop bound (coverity#1266496) [Caolán McNamara]
  • uninitialized scalar variable (coverity#1266498) [Caolán McNamara]
  • uninitialized scalar field (coverity#1266499) [Caolán McNamara]
  • unused value (coverity#1266500) [Caolán McNamara]
  • unused value (coverity#1266501) [Caolán McNamara]
  • useless call (coverity#1266502) [Caolán McNamara]
  • useless call (coverity#1266503) [Caolán McNamara]
  • useless call (coverity#1266504) [Caolán McNamara]
  • useless call (coverity#1266505) [Caolán McNamara]
  • useless call (coverity#1266506) [Caolán McNamara]
  • useless call (coverity#1266507) [Caolán McNamara]
  • useless call (gold) (coverity#1266508) [Caolán McNamara]
  • useless call (coverity#1266509) [Caolán McNamara]
  • useless call (coverity#1266510) [Caolán McNamara]
  • useless call (coverity#1266511) [Caolán McNamara]
  • useless call (coverity#1266513) [Caolán McNamara]
  • useless call (coverity#1266514) [Caolán McNamara]
  • useless call (coverity#1266515) [Caolán McNamara]
  • useless call (coverity#1266516) [Caolán McNamara]
  • use after free (coverity#1266518) [Caolán McNamara]
  • use after free (coverity#1266519) [Caolán McNamara]
  • resource leak in object (coverity#1267628) [Caolán McNamara]
  • logically dead code (coverity#1267629) [Caolán McNamara]
  • logically dead code (coverity#1267630) [Caolán McNamara]
  • logically dead code (coverity#1267635) [Caolán McNamara]
  • logically dead code (coverity#1267636) [Caolán McNamara]
  • logically dead code in SwUndo::Repeat() (coverity#1267637) [Michael Stahl]
  • logically dead code in SwUndo::RedoWithContext() (coverity#1267638) [Michael Stahl]
  • logically dead code in SwUndo::UndoWithContext() (coverity#1267639) [Michael Stahl]
  • sw: logically dead code (coverity#1267641) [Michael Stahl]
  • logically dead code (coverity#1267642) [Caolán McNamara]
  • logically dead code (coverity#1267643) [Caolán McNamara]
  • logically dead code (coverity#1267644) [Caolán McNamara]
  • logically dead code (coverity#1267645) [Caolán McNamara]
  • sw: logically dead code (coverity#1267646) [Michael Stahl]
  • logically dead code (coverity#1267647) [Caolán McNamara]
  • logically dead code (coverity#1267648) [Caolán McNamara]
  • logically dead code (coverity#1267649) [Caolán McNamara]
  • logically dead code (coverity#1267650) [Caolán McNamara]
  • logically dead code (coverity#1267651) [Caolán McNamara]
  • logically dead code (coverity#1267652) [Caolán McNamara]
  • logically dead code (coverity#1267653) [Caolán McNamara]
  • sw: logically dead code in SwCrsrShell::GoNextCell() (coverity#1267654) [Michael Stahl]
  • logically dead code (coverity#1267655) [Caolán McNamara]
  • logically dead code (coverity#1267656) [Caolán McNamara]
  • logically dead code (coverity#1267657) [Caolán McNamara]
  • logically dead code (coverity#1267659) [Caolán McNamara]
  • etc.: remove redundant checks (coverity#1267660) [Stephan Bergmann]
  • logically dead code (coverity#1267665) [Caolán McNamara]
  • logically dead code in SwUndo::CanRepeat() (coverity#1267666) [Michael Stahl]
  • logically dead code (coverity#1267668) [Caolán McNamara]
  • division or modulo by float zero (coverity#1267670) [Caolán McNamara]
  • dereference after null check (coverity#1267671) [Caolán McNamara]
  • unchecked dynamic_cast (coverity#1267672) [Caolán McNamara]
  • dereference after null check (coverity#1267673) [Caolán McNamara]
  • dereference after null check (coverity#1267674) [Caolán McNamara]
  • identical code for different branches (coverity#1267676) [Caolán McNamara]
  • big parameter passed by value (coverity#1267677) [Caolán McNamara]
  • dereference before null check (coverity#1267679) [Caolán McNamara]
  • dereference before null check (coverity#1267680) [Caolán McNamara]
  • dereference before null check (coverity#1267681) [Caolán McNamara]
  • help coverity out wrt String not null terminated (coverity#1267682) [Caolán McNamara]
  • vcl: try to suppress a silly one (coverity#1267683) [Michael Stahl]
  • uncaught exception (coverity#1267684) [Caolán McNamara]
  • uncaught exception (coverity#1267685) [Caolán McNamara]
  • basctl: uncaught exception (coverity#1267686) [Michael Stahl, Caolán McNamara]
  • uncaught exception (coverity#1267687) [Caolán McNamara]
  • uncaught exception (coverity#1267688) [Caolán McNamara]
  • uncaught exception (coverity#1267689) [Caolán McNamara]
  • uncaught exception (coverity#1267690) [Caolán McNamara]
  • uncaught exception (coverity#1267691) [Caolán McNamara]
  • uncaught exception (coverity#1267692) [Caolán McNamara]
  • uncaught exception (coverity#1267693) [Caolán McNamara]
  • uncaught exception (coverity#1267694) [Caolán McNamara]
  • uncaught exception (coverity#1267696) [Caolán McNamara]
  • uninitialized scalar variable (coverity#1267697) [Caolán McNamara]
  • uninitialized scalar field (coverity#1267698) [Caolán McNamara]
  • division or modulo by float zero (coverity#1267699) [Caolán McNamara]
  • uninitialized scalar field (coverity#1267700) [Caolán McNamara]
  • logically dead code (coverity#1268022) [Caolán McNamara]
  • logically dead code (coverity#1268023) [Caolán McNamara]
  • basctl: uncaught exception (coverity#1268024) [Michael Stahl]
  • mnOrigHeight and mnNewHeight is unused now (coverity#1268025) [Caolán McNamara]
  • logically dead code (coverity#1268297) [Caolán McNamara]
  • mark up code (coverity#1268298) [Caolán McNamara]
  • dereference null return value (coverity#1268301) [Caolán McNamara]
  • uncaught exception (coverity#1269573) [Caolán McNamara]
  • uncaught exception (coverity#1269574) [Caolán McNamara]
  • uncaught exception (coverity#1269575) [Caolán McNamara]
  • uncaught exception (coverity#1269577) [Caolán McNamara]
  • uncaught exception (coverity#1269578) [Caolán McNamara]
  • uncaught exception (coverity#1269579) [Caolán McNamara]
  • uncaught exception (coverity#1269580) [Caolán McNamara]
  • uncaught exception (coverity#1269581) [Caolán McNamara]
  • uncaught exception (coverity#1269582) [Caolán McNamara]
  • uncaught exception (coverity#1269583) [Caolán McNamara]
  • uncaught exception (coverity#1269584) [Caolán McNamara]
  • uncaught exception (coverity#1269585) [Caolán McNamara]
  • uncaught exception (coverity#1269586) [Caolán McNamara]
  • uncaught exception (coverity#1269587) [Caolán McNamara]
  • uncaught exception (coverity#1269588) [Caolán McNamara]
  • uncaught exception (coverity#1269589) [Caolán McNamara]
  • uncaught exception (coverity#1269590) [Caolán McNamara]
  • uncaught exception (coverity#1269591) [Caolán McNamara]
  • uncaught exception (coverity#1269592) [Caolán McNamara]
  • uncaught exception (coverity#1269593) [Caolán McNamara]
  • uncaught exception (coverity#1269594) [Caolán McNamara]
  • uncaught exception (coverity#1269595) [Caolán McNamara]
  • uncaught exception (coverity#1269596) [Caolán McNamara]
  • uncaught exception (coverity#1269597) [Caolán McNamara]
  • uncaught exception (coverity#1269598) [Caolán McNamara]
  • uncaught exception (coverity#1269599) [Caolán McNamara]
  • uncaught exception (coverity#1269600) [Caolán McNamara]
  • unchecked dynamic_cast (coverity#1270937) [Caolán McNamara]
  • dereference null return value (coverity#1272391) [Caolán McNamara]
  • logically dead code (coverity#1287398) [Caolán McNamara]
  • logically dead code (coverity#1287399) [Caolán McNamara]
  • dereference after null check, golden (coverity#1288894) [Caolán McNamara]
  • explicit null dereferenced (coverity#1288895) [Caolán McNamara]
  • resource leak (coverity#1288897) [Zolnai Tamás]
  • dead code (coverity#1291169) [Caolán McNamara]
  • unchecked dynamic_cast (coverity#1291170) [Caolán McNamara]
  • variable guards dead code (coverity#1292225) [Caolán McNamara]
  • missing break in switch (coverity#1292227) [Caolán McNamara]
  • dereference after null check (coverity#1292910) [Caolán McNamara]
  • logically dead code (coverity#1294408) [Caolán McNamara]
  • dereference after null check (coverity#1294409) [Caolán McNamara]
  • dereference null return value (coverity#265794) [Caolán McNamara]
  • argument cannot be negative (coverity#440858) [Caolán McNamara]
  • dereference before null check (coverity#440978) [Caolán McNamara]
  • unchecked return value (coverity#703948) [Caolán McNamara]
  • unchecked return value (coverity#703967) [Caolán McNamara]
  • unchecked return value (coverity#703982) [Caolán McNamara]
  • unchecked return value (coverity#703983) [Caolán McNamara]
  • unchecked return value (coverity#704009) [Caolán McNamara]
  • resource leak in object (coverity#704150) [Caolán McNamara]
  • resource leak in object (coverity#704151) [Caolán McNamara]
  • resource leak in object (coverity#704152) [Caolán McNamara]
  • Constant' variable guards dead code (coverity#704228) [Caolán McNamara]
  • logically dead code (coverity#704347) [Caolán McNamara]
  • dereference after null check (coverity#704645) [Caolán McNamara]
  • dereference after null check (coverity#704680) [Caolán McNamara]
  • explicit null dereferenced (coverity#704751) [Caolán McNamara]
  • explicit null dereferenced (coverity#704777) [Caolán McNamara]
  • rearrange the assert and condition (coverity#705106) [Caolán McNamara]
  • missing break in switch (coverity#705150) [Caolán McNamara]
  • silence Resource leak (coverity#705667) [Caolán McNamara]
  • document Wrong sizeof argument (coverity#706128) [Caolán McNamara]
  • uninitialized scalar field (coverity#707772) [Caolán McNamara]
  • uninitialized scalar field (coverity#707985) [Caolán McNamara]
  • uninitialized scalar field (coverity#708424) [Caolán McNamara]
  • uninitialized scalar field (coverity#708576) [Caolán McNamara]
  • use after free (coverity#708922) [Caolán McNamara]
  • unchecked return value (coverity#735323) [Caolán McNamara]
  • annotate to dismiss Copy-paste error (coverity#735379) [Caolán McNamara]
  • resource leak in object (coverity#735393) [Caolán McNamara]
  • logically dead code (coverity#735429) [Caolán McNamara]
  • document Logically dead code (coverity#735433) [Caolán McNamara]
  • logically dead code (coverity#735515) [Caolán McNamara]
  • dereference after null check (coverity#735901) [Caolán McNamara]
  • dereference after null check (coverity#735915) [Caolán McNamara]
  • document deliberate Resource leak at detection point (coverity#736477) [Caolán McNamara]
  • untrusted loop bound (coverity#736943) [Caolán McNamara]
  • structurally dead code (coverity#738950) [Caolán McNamara]
  • use after free (coverity#738980) [Caolán McNamara]
  • resource leak in object (coverity#982279) [Caolán McNamara]
  • resource leak in object (coverity#982280) [Caolán McNamara]
  • division or modulo by float zero (coverity#982431) [Caolán McNamara]
  • division or modulo by float zero (coverity#982432) [Caolán McNamara]
  • document Resource leak (coverity#983096) [Caolán McNamara]
  • uninitialized scalar field (coverity#984091) [Caolán McNamara]
  • uninitialized pointer field (coverity#984097) [Caolán McNamara]
  • unchecked return value (coverity#988421) [Caolán McNamara]
  • forgot to add bugdoc (cp#1000115) [Miklos Vajna]
  • revert "Related: alloc on heap instead of stack" (deb#766788) [Caolán McNamara]
  • revert both the previous cursor commit and the commit it fixed (fdo#31082) [Matthew Francis]
  • pass keyboard media keys through to the OS (fdo#32664) [Caolán McNamara]
  • do not crash when undoing layout change (fdo#34548) [David Tardon]
  • insert table copy as nested table in non-starting cell position (fdo#37156) [László Németh]
  • resoles: Implemented fractional inches for Bug . (fdo#38829) [Foo Lai Choo]
  • strip out OUString globals (fdo#38835) [Noel Grandin]
  • useless call (gold) (fdo#38838) [Caolán McNamara]
  • reduce scope of local variables (fdo#39440) [Lukasz Hryniuk, Juan Picca, Michael Dunphy, Michael Weghorn]
  • translate German comments (fdo#39468) [Daniel Sikeler, Christian M. Heller, Tobias Madl, Michael Jaumann, Chris Sherlock, Michael Weghorn, Jennifer Liebel, Philipp Weissenbacher]
  • replace cstyle casts (fdo#39596) [Juan Picca]
  • add 4th argument to FDIST when exporting to OOXML (fdo#40835) [Winfried Donkers]
  • remove MapiLogon/Logoff calls so simplemail works with WLM (fdo#43368) [Aron Budea]
  • don't write extension elements into ODF namespaces, related (fdo#45266) [Markus Mohrhard]
  • OOoEmbeddedObjectFactory does implement optional XLinkFactory (fdo#46808) [Stephan Bergmann]
  • related: allow the cursor to enter empty vertical input fields (fdo#50640) [Caolán McNamara]
  • add undo operation for deleting a bookmark + unit test, related (fdo#51741) [Matúš Kukan]
  • that just looks wrong, related (fdo#51935) [Markus Mohrhard]
  • refix graphite layout generally (fdo#52540) [Martin Hosken]
  • windows cursor improvements. Fixes and . (fdo#53148) [Rimas Kudelis]
  • windows cursor improvements. Fixes and . (fdo#53151) [Rimas Kudelis]
  • crashes after casting SwTxtFrm to unrelated SwLayoutFrm (fdo#53460) [Caolán McNamara]
  • revert "Work around slight offset causing sc_unoapi failure" (fdo#55997) [Stephan Bergmann]
  • replace chained append() with operator+ (fdo#57950) [Krisztian Pinter, Bjoern Michaelsen]
  • export fixed date and time fields to docx. (fdo#59886) [Eilidh McAdam]
  • add paste special to table and text box context menus (fdo#62947) [Yousuf Philips]
  • there is no x error bar for bar charts, related (fdo#66455) [Markus Mohrhard]
  • arrange Help button in a secondary group (fdo#67343) [Adolfo Jayme Barrientos]
  • crash in traversing script fields (fdo#68137) [Caolán McNamara]
  • correct and reenable SmNodeToTextVisitor's test case (fdo#70185) [Takeshi Abe]
  • fix for (fdo#70886) [Noel Power]
  • strange font selection bug with font preview (fdo#71797) [Noel Power]
  • only use double mmap as fallback (fdo#72755) [Stephan Bergmann]
  • don't restart timer if already running (fdo#73165) [Caolán McNamara]
  • incredibly dubious hunk of code (fdo#73219) [Caolán McNamara]
  • prevent use of invalidated iterator due to re-entrance (fdo#73695) [Eike Rathke]
  • bilinear scaling with blending for some formats (fdo#74124) [Tomaž Vajngerl]
  • related: small leak in scaddins (fdo#74880) [Caolán McNamara]
  • update sifr icontheme (fdo#75256) [Matthias Freund]
  • remove inheritance to std::vector (fdo#75757) [Ashod Nakashian, Juan Picca, Matthew Pottage, Michaël Lefèvre]
  • crashes after paste a table from Writer (fdo#76776) [Caolán McNamara]
  • add support for Excel2013 function ENCODEURL (fdo#76870) [Winfried Donkers]
  • related: wrong method (fdo#78599) [Caolán McNamara]
  • save embedded fonts in Flat ODF (fdo#78921) [David Tardon]
  • PDF Import: fix text displacement (fdo#79045) [Vort]
  • allow selection from list field in protected section (fdo#79409) [Andras Timar]
  • FILEOPEN: Number lines in footer not compatible with MSO (fdo#79738) [Charu Tyagi]
  • unit test for (handle short reads) (fdo#79941) [Stephan Bergmann]
  • toggle checkered background back on (fdo#79975) [Caolán McNamara]
  • add test for (fdo#80091) [Markus Mohrhard]
  • revert "Writer specific AutoCorr use FastParser" (fdo#80403) [Daniel Sikeler, Stephan Bergmann]
  • vcl: add new metafile viewer demo - mainly for (fdo#80503) [Chris Sherlock]
  • SwDoc::AppendDoc: take care of marks when inserting page break (fdo#80823) [Miklos Vajna]
  • add test for (fdo#81195) [Markus Mohrhard]
  • improvements to writer web standard toolbar (fdo#81475) [Yousuf Philips, Maxim Monastirsky]
  • write TRUE() for 2nd IF() parameter, related (fdo#81596) [Winfried Donkers, Eike Rathke]
  • regression in rendering of borders (fdo#81643) [Kohei Yoshida, Zolnai Tamás]
  • add label to .uno:SearchLabel (related: (fdo#81925) [Andras Timar]
  • repaint & set the document to modified after condformat change. (fdo#82014) [Jan Holesovsky, Matúš Kukan]
  • assert on laying out 3.docx (fdo#82018) [Caolán McNamara]
  • fix for unaddressable access reading TT font data. (fdo#82259) [Ashod Nakashian]
  • excel chart has a wrong size (fdo#82312) [Noel Grandin]
  • set limits on spinboxes according to size of workarea (fdo#82616) [Katarina Behrens]
  • scale "super" quality degradation bug (fdo#82870) [Tomaž Vajngerl]
  • file corrupt due to data label position is invalid in chart.xml (fdo#83058) [PriyankaGaikwad]
  • improve performance of some matrix operations, related (fdo#83187) [Markus Mohrhard]
  • chart is truncated - moved down outside the margins of the object (fdo#83354) [Zolnai Tamás]
  • addition of wrap left and wrap right to context menu (fdo#83565) [Yousuf Philips]
  • check each potential JRE location only once (fdo#83753) [Stephan Bergmann, Michael Weghorn]
  • tentative fix for (fdo#83937) [Tor Lillqvist]
  • changed 'Display Ruler' to 'View Ruler' (fdo#84213) [Yousuf Philips]
  • set rectangle props after setting shadow props (fdo#84228) [Katarina Behrens]
  • rearrange impress's slide context menu and minor fix bugs in draw's (fdo#84233) [Yousuf Philips]
  • add test for (fdo#84556) [Markus Mohrhard]
  • improve SvTreeListBox class with alternating rows. (fdo#84592) [Palenik Mihály]
  • created .project file generator. (fdo#84628) [Gulsah Kose]
  • ODT export: write inside (fdo#84714) [Miklos Vajna]
  • revert "Menu, DropDown-List don't disappear with right mouse click" (fdo#84795) [Caolán McNamara]
  • enable 'save as' button in toolbar (fdo#84848) [Yousuf Philips]
  • convert VCL_INPUT_ #defines to 'enum class' (fdo#84938) [Noel Grandin, Tobias Madl, Jennifer Liebel]
  • make fodt non crashy like odt for formulas inside shapes (fdo#84942) [Caolán McNamara]
  • make fodt non crashy like odt for formulas inside shapes (fdo#84943) [Caolán McNamara]
  • PDF Import: fix character positions (fdo#85174) [Vort]
  • android: add missing libraries for embedded object loading (fdo#85286) [Miklos Vajna]
  • add test for (fdo#85304) [Markus Mohrhard]
  • clean up unnecessary enumerations from xenum.hxx (fdo#85486) [Radu Ioan]
  • editeng: don't hide the DbgCheckAttribs() behind OSL_DEBUG_LEVEL > 2 (fdo#85496) [Michael Stahl]
  • SwXShape: don't ask SwTextBoxHelper for ZOrder of child shapes (fdo#85554) [Miklos Vajna]
  • write externalLink Relationship Target IURI encoded, related (fdo#85617) [Markus Mohrhard, Eike Rathke]
  • translated and fixed function names in comments in scfuncs.src (fdo#85818) [Laurent Charrière]
  • android: draw tiles immediately when they are ready (fdo#85845) [Tomaž Vajngerl]
  • on-demand create thumbnails of tiles in the sidebar (fdo#85849) [Tomaž Vajngerl]
  • add test for (fdo#85856) [Markus Mohrhard]
  • MultiLineEdit like Edit should not forward mouse-[down|up] (fdo#85875) [Caolán McNamara]
  • add unittest (fdo#85876) [Bjoern Michaelsen]
  • revert "handle pc, pca and mac rtf keywords in writerfilter" (fdo#85889) [Andras Timar]
  • reorganize the file menu and set global shortcut for .uno:CloseDoc (fdo#85945) [Yousuf Philips]
  • do not reset r/o mode for SID_SAVETO (fdo#86147) [Stephan Bergmann]
  • add test case for (fdo#86253) [Markus Mohrhard]
  • rename Page Preview to Print Preview (fdo#86289) [Stanislav Horacek]
  • add test case for (fdo#86518) [Markus Mohrhard]
  • remove inheritance from std::vector (fdo#86552) [Michaël Lefèvre]
  • reorganize image, shape and line context menus (fdo#86614) [Yousuf Philips]
  • removal of less used table context menu items (fdo#86619) [Yousuf Philips]
  • part) OpenCL options help page (fdo#86637) [Olivier Hallot]
  • VSD import: handle metadata (fdo#86664) [Miklos Vajna]
  • add test for (fdo#86734) [Markus Mohrhard]
  • possible exception/segfault in jurt jpipe.dll under Windows ... (fdo#86745) [Juergen Funk]
  • add test case for (fdo#86754) [Markus Mohrhard]
  • show localized filter names in Save dialog (fdo#86772) [David Tardon]
  • part) replace "..." in UI buttons (fdo#86871) [Olivier Hallot]
  • related Kill FOREACHPAM_START for good (part1) (fdo#86929) [Bjoern Michaelsen, Julien Nabet]
  • wrong offsets used to set language (fdo#86931) [Caolán McNamara]
  • SwXShape: don't ask SwTextBoxHelper for ZOrder of child shapes (fdo#86963) [Miklos Vajna]
  • kill BOOST_FOREACH on master (fdo#87003) [Pieter Adriaensen, Nathan Yee]
  • SwTxtFormatter::NewPortion: fix lost SwFlyPortion (fdo#87005) [Miklos Vajna]
  • image missing from doc (fdo#87015) [Caolán McNamara]
  • kill "Use system font for user interface" for good (fdo#87016) [Julien Nabet]
  • PDF signing using Windows API, work in progress (fdo#87030) [Tor Lillqvist]
  • change zoom level tile layer zoom level on load (fdo#87098) [Tomaž Vajngerl]
  • revert writer won't allow us to enter multiple CrossRefBookmark (fdo#87110) [Michael Stahl, Caolán McNamara]
  • Impossible to create a form with wizard (fdo#87123) [Julien Nabet]
  • avoid negative scaling (and assertion failures further on) (fdo#87155) [Tor Lillqvist]
  • add verbs before entries in image context menu (fdo#87185) [Yousuf Philips]
  • sw: fix root cause of a11y crash when merging cells (fdo#87199) [Michael Stahl, Caolán McNamara]
  • related: merge duplicate clip setup code (fdo#87242) [Caolán McNamara]
  • assume 0 chse means use encoding that matches lid (fdo#87248) [Caolán McNamara]
  • don't rely on the shape to get the control (fdo#87301) [Lionel Elie Mamane]
  • get rid of C-style cast, follow-up (fdo#87382) [Eike Rathke]
  • send document as Email removes invisible content (fdo#87441) [Charu Tyagi, Stefan Heinemann]
  • EnhancedCustomShape2d: fix handling of scaled ARCANGLETO commands (fdo#87448) [Miklos Vajna]
  • category tree is too thin since conversion to .ui (fdo#87551) [Adolfo Jayme Barrientos, Caolán McNamara]
  • new button not clickable when Templates preselected (fdo#87636) [Caolán McNamara]
  • disable 'edit' when next style is same as current one. (fdo#87675) [Heena Gupta]
  • option to make tabbar inline with scrollbar again (fdo#87684) [Tomaž Vajngerl]
  • correct object/image styles dialog title and tooltip (fdo#87706) [Yousuf Philips]
  • related: don't crash on searching for a place to put the anchor (fdo#87760) [Michael Stahl, Caolán McNamara]
  • re Fix opening mork CollectedAddressBook Table (fdo#87789) [Julien Nabet, Stephan Bergmann]
  • related add 2 unit tests (fdo#87834) [Julien Nabet]
  • Calc tooltip text for hyperlink wrong on OSX (fdo#87863) [Julien Nabet]
  • related: make checkbox label shorter, move warning into tooltip (fdo#87876) [Caolán McNamara]
  • Assertion failed: false rtl_uString_newFromSubString (fdo#87968) [Julien Nabet]
  • edit Button for Numbering Style in Edit Paragraph Style (fdo#88045) [Heena Gupta]
  • make the string 'Fax' localizable in Fax Wizard (fdo#88069) [Andras Timar]
  • revert "Remove misused frames from 4 of n dialogs" (fdo#88157) [Adolfo Jayme Barrientos, Caolán McNamara]
  • display two "Open..." entries in the file-menu (fdo#88158) [Juergen Funk]
  • add test for (fdo#88200) [Markus Mohrhard]
  • revert accidental change to configure.ac (fdo#88256) [Noel Grandin]
  • it's unnecessary to obtain the marked object in move mode, followup (fdo#88339) [Eike Rathke]
  • disable grouped listeners for now (fdo#88398) [Kohei Yoshida, Eike Rathke]
  • PDF Import: fix scale and rotate image transformations (fdo#88465) [Vort]
  • RowSetBase: reposition cache before interrogating it (fdo#88475) [Lionel Elie Mamane]
  • untranslated strings in Hangul/Hanja Conversion dialog (fdo#88504) [David Tardon]
  • on init of DbCellControl, load value from Model (fdo#88551) [Lionel Elie Mamane]
  • related: Nothing actually sets ID_FILETP_READONLY or ID_FILETP_TITLE (fdo#88562) [Caolán McNamara]
  • crash on F1 with local help (fdo#88594) [Caolán McNamara]
  • correct negated condition in range name validation (fdo#88721) [Eike Rathke]
  • replace MM100toEMU() by convertHmmToEmu() (fdo#88826) [Juan Picca]
  • labeling of images impossible without category (fdo#88933) [Caolán McNamara]
  • restore section page extended tips (fdo#88970) [Caolán McNamara]
  • add test file for (fdt#64229) [Raal]
  • grab/ungrab keyboard for menus (gnome#745909) [Caolán McNamara]
  • fix locking for SwXTextMarkup (i#105557) [Michael Stahl]
  • rearrange the order of the controls and fix name of type (i#105692) [Caolán McNamara]
  • use default service name for scroll bar... (i#114416) [Tsutomu Uchino]
  • remove the extra space before colon... (i#116863) [Tsutomu Uchino]
  • reintegrate portion of a patch originally submitted by (i#117606) [Richard PALO]
  • text:p is not allowed as child element of draw:frame (i#118485) [Markus Mohrhard]
  • do not ignore last three properties... (i#120772) [Tsutomu Uchino]
  • image missing from doc (i#121504) [Caolán McNamara]
  • related: skip ranges that end before starting point (i#123653) [Caolán McNamara]
  • SwFrm::PaintBackground: handle fill attrs when comparing background (i#124638) [Miklos Vajna]
  • related: Change Insert Footnote toolbar comment (i#125985) [Kay Schenk]
  • convert docking window RID_SVXDLG_FONTWORK to .ui (i#14297) [Caolán McNamara]
  • related: add description about getTextFieldMasters... (i#20542) [Tsutomu Uchino]
  • this shall apparently check that aScheme is neither http nor https (i#31053) [Stephan Bergmann]
  • related: add description about IllegalArgumentException... (i#34459) [Tsutomu Uchino]
  • resoles: Implemented fractional inches for Bug . (i#38829) [Foo Lai Choo]
  • add French translation for Space key (i#46871) [Ariel Constenla-Haile]
  • related: add descriptions about parameters of member methods (i#53565) [Tsutomu Uchino]
  • join Java AsynchronousFinalizer thread well before exit (i#57753) [Stephan Bergmann]
  • fix strange type mismatch when Iif function is used (i#63614) [Tsutomu Uchino]
  • add vertical alighment on property UI (i#67663) [Tsutomu Uchino]
  • don't pretend to have a bitmap url if we are not using bitmaps (i#78615) [Markus Mohrhard]
  • replace column header "Title" by "Name" (i#81637) [Ariel Constenla-Haile]
  • unpack_update is LINUX, SOLARIS only (i#82283) [Stephan Bergmann]
  • store settings about value highlighting in document (i#85241) [Tsutomu Uchino]
  • API CHANGE] remove oslDescriptorType/Flag (i#87132) [Stephan Bergmann]
  • remove gid_Profile_Setup_Ini junk (i#87732) [Stephan Bergmann]
  • DOC import: tokenize PlcfAtnBkf and PlcfAtnBkl (i#93570) [Miklos Vajna]
  • revert "fix illegal result of Replace runtime function" (i#94895) [Caolán McNamara, Tsutomu Uchino]
  • XIRR() function gives Err:502 (i#95167) [Regina Henschel]
  • save/load ScaleMode property of image control on dialogs (i#98734) [Tsutomu Uchino]
  • related provide decent error message (lp#1419836) [Bjoern Michaelsen]
  • related: 1.sxi concealed divide by zero (ooo#34420) [Caolán McNamara]
  • sw: add RES_FLTR_ANNOTATIONMARK (ooo#93570) [Miklos Vajna]
  • abrt] libreoffice-core-4.1.3.2-8.fc20: JNI UNO bridge finalize call still active during exit (rhbz#1036877) [Stephan Bergmann]
  • svx: try to make the ExternalToolEdit not crash all the time (rhbz#1136013) [Michael Stahl]
  • vcl: fix PDF embedding of Type 1 fonts (rhbz#1177022) [Michael Stahl]
  • abrt] libreoffice-core: gcc3::raiseException(): soffice.bin killed by SIGABRT (rhbz#1184582) [Stephan Bergmann]
  • Javascript macro script editor broken (java null pointer exception) (rhbz#1192732) [Stephan Bergmann]
  • removed redundant newlines in the code (tdf#12345) [gamebusterz]
  • remove old icons -2 (tdf#30425) [Andrew]
  • more engineering notation format tests, (tdf#30716) [Laurent Balland-Poirier, Eike Rathke]
  • related Fit to Frame for text boxes is broken (tdf#34467) [Julien Nabet]
  • implement test for (tdf#36933) [Raal, Markus Mohrhard]
  • further improvement of svg export (tdf#37650) [Chr. Rossmanith]
  • add matrix empty cells to ScInterpreter::QueryMatrixType() (tdf#39316) [Eike Rathke]
  • cppcheck cleanliness, Fixing basic cpp errors (tdf#39440) [Varun, Radu Ioan]
  • translate German variable in sc export filter (tdf#39468) [Chris Sherlock]
  • add disabled test code for (tdf#40110) [Markus Mohrhard]
  • add ODFF function FDIST (tdf#40835) [Winfried Donkers, Eike Rathke]
  • empty element evaluates to 0, related (tdf#42481) [Eike Rathke]
  • warn the user if string without quote is entered as condition value. (tdf#42897) [Markus Mohrhard, Laszlo Kis-Adam]
  • enable format check in sal_detail_logFormat (tdf#43157) [Jorge Cunha Mendes, Stephan Bergmann]
  • add test for (tdf#43534) [Raal, Markus Mohrhard]
  • implement test for (tdf#43700) [Raal, Markus Mohrhard]
  • add the tensor product operator to "Elements Dock" (tdf#46343) [Takeshi Abe]
  • enable configmgr unit tests (tdf#46723) [Radu Ioan]
  • zoom slider should only react to full click (tdf#47577) [Rodolfo Ribeiro Gomes]
  • fixed crash on rtf shape group parsing (tdf#49893) [Vasily Melenchuk]
  • personalisation of keyboard shortcuts incoherence (tdf#51287) [Rishabh Kumar]
  • calc fails to set undo step after changing image anchor mode (tdf#51460) [Henry Castro]
  • shell BASIC function with empty third param hangs (tdf#55502) [Julien Nabet]
  • copy text of meta actions with valid text length (tdf#56467) [Chr. Rossmanith]
  • autofilter checkbox for blank cells like in MS Excel (tdf#57431) [Deena Francis]
  • replace chained O(U)StringBuffer::append() with operator+ (tdf#57950) [Austin Chen]
  • actually make the exported file valid, related (tdf#59663) [Markus Mohrhard]
  • DOCX export of section protection (tdf#60060) [Eilidh McAdam]
  • code factorisation (tdf#60739) [Michaël Lefèvre]
  • show only file extensions we're able to insert (tdf#62101) [Katarina Behrens]
  • add unit test for (tdf#63230) [Eike Rathke]
  • related: remove rtl_logfile (tdf#63690) [Thorsten Behrens]
  • fix regression by using paper size set in printer properties (tdf#63905) [Clément Lassieur]
  • SVG Import: close non-closed filled polygons (tdf#64075) [Vort]
  • add test for (tdf#64229) [Markus Mohrhard]
  • add captions to Photo Album (tdf#64573) [Rishabh Kumar]
  • autofilter checkbox for blank cells like in MS Excel (tdf#65505) [Deena Francis]
  • svg export - put transform attribute into text element (tdf#65788) [Chr. Rossmanith]
  • unit test (tdf#68117) [Ursache Vladimir]
  • sw: config option for disabling the creation of automatic RSID marks (tdf#68183) [Miklos Vajna]
  • turkish "i" is special (tdf#68547) [Matthew J. Francis]
  • add the tensor product operator to "Elements Dock" (tdf#68871) [Takeshi Abe]
  • fix __refheading__ regression, set only CrossRefs as TOC. (tdf#68963) [Justin Luth]
  • compute n-th root of negative numbers where n is odd. (tdf#69293) [Supreme Aryal]
  • related move functions to appropriate categories (tdf#69685) [Stanislav Horacek]
  • related: keep drawing anchor objects sorted (tdf#70062) [Caolán McNamara]
  • related move functions to appropriate categories (tdf#70733) [Stanislav Horacek, Joel]
  • calc doesn't paste images copied from some web browsers (tdf#71095) [Henry Castro]
  • revert both the previous cursor commit and the commit it fixed (tdf#71278) [Matthew Francis]
  • changes shortcut key "prior" and "next" to "PgUp" and "PgDn" (tdf#74591) [Rishabh Kumar]
  • add test case for data label default value import, related (tdf#74886) [Markus Mohrhard]
  • updating icons and adding duplicate links (tdf#75256) [Matthias Freund, Yousuf Philips]
  • RTF import: fix missing text after footnote (tdf#75614) [Miklos Vajna]
  • operate on UTF-8 encoded string, follow-up (tdf#76870) [Eike Rathke]
  • allow generated, unique frame name to be saved (tdf#77122) [Justin Luth]
  • fix LibreLogo tooltips (tdf#78622) [Yousuf Philips]
  • do not crash when undoing layout change (tdf#78854) [David Tardon]
  • paste array formula into range pastes as non-array formula (tdf#80137) [Henry Castro]
  • related: sw: fix Ring::MoveTo() not doing anything... (tdf#80715) [Michael Stahl]
  • convert MM progress dialogs to modal (tdf#80822) [Jan-Marek Glogowski]
  • addition of text zoom levels to print preview zoom (tdf#81073) [Rishabh Kumar]
  • import marker color from OOXML, related (tdf#81407) [Markus Mohrhard]
  • added/removed/rearranged buttons from various toolbars (tdf#81475) [Yousuf Philips]
  • split formula grouping for reference edge expansion, related (tdf#81659) [Eike Rathke]
  • implement a sane and working dxf font export, (tdf#81918) [Markus Mohrhard]
  • import chart MSO 2007 streams correctly for docx files, (tdf#82216) [Markus Mohrhard]
  • gcc-wrappers: command line *must* start with a space (tdf#82430) [Michael Stahl]
  • SwFrm::PaintBackground: handle fill attrs when comparing background (tdf#82661) [Miklos Vajna]
  • allow to build with system collada2gltf (tdf#82695) [David Tardon]
  • cui: Area tab page: do not override imported bitmaps (tdf#82784) [Michael Stahl]
  • related: multiple crashes on changing text in SwInputFields (tdf#82942) [Caolán McNamara]
  • no object:active descendant changed emitted (tdf#82998) [Caolán McNamara]
  • use loaded graphic's width/height as defaults (tdf#83073) [Caolán McNamara]
  • fix Top of formula bar is missing when expanding on Windows 7 (tdf#83099) [Tomofumi Yagi]
  • FILEOPEN:PPTX bullet point is followed by spurious symbol (tdf#83889) [PriyankaGaikwad]
  • enable insert comment and rearrange buttons (tdf#83955) [Yousuf Philips]
  • add support for .ase color palettes (tdf#84002) [Chris Laplante]
  • convert wpftimpress to use ImportFilter base class (tdf#84168) [Kishor Bhat]
  • fix annoying double shadow in preview (tdf#84228) [Katarina Behrens]
  • vcl: fix PDF export of transparent Writer frames in LO 4.3 (tdf#84294) [Michael Stahl]
  • kill svx dbtoolsclient (tdf#84315) [Matthew Nicholls]
  • don't hide grid along with checkbox if not needed (tdf#84514) [Katarina Behrens]
  • actually check the status of the time stamp response (tdf#84881) [Tor Lillqvist]
  • move slide view toolbar and hide slide sorter toolbar (tdf#84909) [Yousuf Philips]
  • fix Add button to StatusBar: Fit page to window (tdf#85027) [Rodolfo Ribeiro Gomes]
  • only check export formats for default format (tdf#85195) [David Tardon]
  • additional tweaking of the standard, formatting and draw toolbars (tdf#85594) [Yousuf Philips]
  • sc tiled rendering: Use DrawContent() in PaintTile() too. (tdf#85848) [Jan Holesovsky]
  • floating windows have complicated borders (tdf#86159) [Caolán McNamara]
  • RTF import: fix handling of \rtlpar (tdf#86182) [Miklos Vajna]
  • don't clobber cluster start caret pos (tdf#86399) [Caolán McNamara]
  • reinterpret_cast -1 of appropriate width as special marker (tdf#86543) [Stephan Bergmann]
  • sw: fix rendering of legacy documents with fly achored at fly (tdf#86578) [Michael Stahl]
  • remove direct formatting entries from context menu (tdf#86606) [Yousuf Philips]
  • partial fix (item #5) Draw statusbar tip (tdf#86611) [Rodolfo Ribeiro Gomes]
  • page style margin limited to 99.99mm (tdf#86787) [Rishabh Kumar]
  • vcl: speed up OutputDevice::GetEllipsisString() (tdf#86793) [Michael Stahl]
  • null-ref error from NLPSolver in Basic (tdf#87074) [LeMoyne Castle]
  • LibreLogo help: use clearer example of RECTANGLE command (tdf#87085) [Andras Timar]
  • don't adjust zoom/position for spreadsheets (tdf#87098) [Tomaž Vajngerl]
  • addition of many large and small breeze icons (tdf#87234) [Yousuf Philips, Andreas Kainz]
  • SVG - use black as default currentColor if no color was specified (tdf#87309) [Chr. Rossmanith]
  • enable switching between gradient and solid fill data bar (tdf#87356) [Adolfo Jayme Barrientos, Katarina Behrens]
  • normal icons for folders in android doc browser (tdf#87432) [Jacobo Aragunde Pérez]
  • check for read-only RemoveHiddenContent (tdf#87441) [Stefan Heinemann, Stephan Bergmann]
  • outline numbering "None" is not retained in docx (tdf#87574) [Mark Hung]
  • related: "Edit" Button for linked style in edit paragraph style (tdf#87675) [Heena Gupta]
  • hide object, text and image toolbars by default (tdf#87676) [Yousuf Philips]
  • re Fix opening mork CollectedAddressBook Table (tdf#87789) [Stephan Bergmann]
  • dock the master view toolbar (tdf#87822) [Yousuf Philips]
  • rearrange lower half of slide transition panel (tdf#87862) [Katarina Behrens]
  • changing the sort arrangment of impress's sidebar tabs (tdf#87904) [Yousuf Philips]
  • make “Auto/No Fill” button more obvious by adding an icon to it (tdf#87945) [Adolfo Jayme Barrientos]
  • enhancement Cannot repeat items labels on a pivot table (tdf#87972) [Deena Francis]
  • Default document view, force single page rather than automatic (tdf#88001) [vsfoote]
  • relate: Edit Numbering Style Button is nonclickable for None Entry (tdf#88045) [Heena Gupta]
  • related prep UNO stuff for ODF export/import (tdf#88056) [Katarina Behrens, Julien Nabet]
  • do not return ..._INFO_SRCBUFFERTOSMALL when ..._FLAGS_FLUSH (tdf#88169) [Stephan Bergmann]
  • adapt uses of css::uno::Sequence to use initializer_list ctor (tdf#88205) [Takeshi Abe]
  • change uses of cppu::WeakImplHelper* to the variadic variant (tdf#88206) [Takeshi Abe]
  • remove bogus AcquireSolarMutex fpicker wrapper (tdf#88230) [Stephan Bergmann, Pranav Kant]
  • add test document (tdf#88337) [Regina Henschel, Michael Stahl]
  • add GUI to enter and maintain a list of Time Stamping Authorities (tdf#88427) [Tor Lillqvist]
  • add GUI to select one of user-configured Time Stamp Authorities (tdf#88428) [Tor Lillqvist]
  • pass the selected Time Stamp Authority, if any, along to vcl (tdf#88431) [Tor Lillqvist]
  • fix handling of empty arguments in IF(), IFERROR() and IFNA() (tdf#88576) [Winfried Donkers, Eike Rathke]
  • MSWordExportBase: fix handling of paragraph background color (tdf#88583) [Miklos Vajna]
  • ACCESSIBILITY Toggle buttons state not reliably updated (tdf#88702) [Niklas Johansson]
  • kill svx dbtoolsclient (tdf#88710) [Matthew Nicholls]
  • add binding for BasicStepOut (tdf#88711) [Kishor Bhat]
  • parse with locale decimal separator, related (tdf#88740) [Eike Rathke, Andras Timar]
  • the orca screen reader does not speak control names (tdf#88763) [Niklas Johansson]
  • add unit test for (tdf#88786) [Eike Rathke]
  • do not hold a ScFormulaCell** in group area listener (tdf#88792) [Eike Rathke]
  • XLSX export: more cleanup (tdf#88810) [László Németh]
  • sw: speed up SwDoc::MakeFlyAndMove() (tdf#88812) [Miklos Vajna]
  • absent datasource causes exception / abort (tdf#88825) [Caolán McNamara]
  • calc: General format: 2 digits in exponent (tdf#88835) [Laurent Balland-Poirier]
  • UI: in-form navigation bar icons gone (tdf#88836) [Zolnai Tamás]
  • sw: fix expanding of SwDocInfoField with DateTime (tdf#88899) [Michael Stahl]
  • only split new span if it does not enclose exisiting span (tdf#88906) [Stephan Bergmann]
  • actually add all of the new autosum icons to Tango, related (tdf#88915) [Adolfo Jayme Barrientos]
  • test for (tdf#88935) [Zolnai Tamás]
  • scientific format: add/remove digits with buttons (tdf#88960) [Laurent Balland-Poirier]
  • scientific format: add/remove digits with buttons (tdf#88999) [Laurent Balland-Poirier]
  • related move to std:set instead of std::vector (tdf#89004) [Ursache Vladimir]
  • edit page break does not open proper tab (tdf#89085) [Rishabh Kumar]
  • SVG - accelerated import of huge paths without fill (tdf#89119) [Chr. Rossmanith]
  • install OpenGL slide transitions unconditionally on Windows (tdf#89135) [Andras Timar]
  • dump ugly hack working around an ancient libxcb bug (tdf#89141) [Vasily Melenchuk, Luboš Lunák]
  • we need to use the edit engine attibute id for rich text, (tdf#89170) [Markus Mohrhard]
  • disable swipe gesture when zoomed in. (tdf#89174) [Siqi Liu]
  • sw: add missing SwXPageStyle properties (tdf#89193) [Michael Stahl]
  • UI option to show data bar only (no values) (tdf#89199) [Katarina Behrens]
  • SwDoc::GetUniqueNumRuleName: always return pChkStr if it's unused (tdf#89214) [Miklos Vajna]
  • allow box to expand on resizing (tdf#89243) [Adolfo Jayme Barrientos]
  • reduce duplicate code (tdf#89267) [Pranav Kant]
  • fix performance regression of XLS import - cleanup (tdf#89281) [László Németh]
  • scanner items are now in Media submenu (tdf#89294) [Stanislav Horacek]
  • revert "remove redundant file seekings in XLS export" (tdf#89319) [Eike Rathke, László Németh]
  • preserve file name case in an unresolvable external named range (tdf#89330) [Jan Kantert]
  • remove remnants of Gopher support (tdf#89361) [Adolfo Jayme Barrientos]
  • native-code.py: Don't add the entire libchartcorelo.a. (tdf#89364) [Jan Holesovsky]
  • related use VclComboBoxNumeric instead of GtkComboBox (tdf#89372) [Julien Nabet]
  • revert "Add functor for ScAmpersand" (tdf#89387) [Lukasz Hryniuk, Eike Rathke]
  • fix hangs because of unavailable Windows UNC path. (tdf#89394) [Jan Kantert]
  • DOC export: fix corrupted comment order (tdf#89405) [Piet van Oostrum]
  • disable hardware accel checkbox if property is readonly (tdf#89417) [Caolán McNamara]
  • add missing small delete table icons (tdf#89423) [Yousuf Philips]
  • ScHorizontalAttrIterator - fix condition + cleanup (tdf#89436) [Eike Rathke, László Németh]
  • add note, not all languages have autocorrection of ordinal suffixes (tdf#89437) [Niklas Johansson]
  • add test for missing chart area style fill import, (tdf#89451) [Markus Mohrhard]
  • add test for (tdf#89454) [Markus Mohrhard]
  • svx: hack around LogicToPixel assert in SvxRuler::UpdateTabs (tdf#89478) [Michael Stahl]
  • return size of system virtual device resource at construction. (tdf#89482) [Michael Meeks, Justin Luth]
  • fixed crash on rtf shape group parsing (tdf#89496) [Vasily Melenchuk]
  • avmedia: avoid passing an empty any to InitPropertySequence() (tdf#89592) [Miklos Vajna, Swachhand Lokhande]
  • resize formula buffers after adding a dummy sheet (tdf#89597) [Katarina Behrens]
  • remove extra space added when assigning styles for TOC (tdf#89630) [Matthew Francis]
  • page numbering in Calc and Draw/Impress (tdf#89641) [Dobra Gabor]
  • native-code.py: Add more forms constructors. (tdf#89642) [Jan Holesovsky]
  • vcl: speed up HbLayoutEngine with cache in SwTxtFormatInfo (tdf#89666) [Michael Stahl, Norbert Thiebaud]
  • move “File type” up (tdf#89700) [Adolfo Jayme Barrientos]
  • disable Ctrl+Click for mobile apps. (tdf#89705) [Siqi Liu]
  • svx: fix ExternalToolEdit on Windows (tdf#89750) [Michael Stahl]
  • switched postfix to prefix operator++/-- (tdf#89756) [Gulsah Kose]
  • oox: TotalTime is in minutes (tdf#89774) [Miklos Vajna]
  • sal_uInt16 replacement by size_t (tdf#89783) [Vasily Melenchuk]
  • related Add unit test (tdf#89791) [Julien Nabet]
  • xmloff: fix ODF import of frame with empty style name ref (tdf#89802) [Michael Stahl]
  • fixed background fill export for table cell. (tdf#89806) [Sushil Shinde]
  • UI: some dialog windows not being painted (tdf#89873) [Juergen Funk]
  • use a readonly GtkEntry for location (tdf#89885) [Caolán McNamara]
  • enhancement : Add Search field to the autofilter (tdf#89908) [Deena Francis]
  • prevent crash, not really fixed (tdf#89957) [Eike Rathke]
  • 3D refs with more than one sheet should not set sheets deleted, (tdf#90001) [Markus Mohrhard]
  • revert "SwTxtFormatter::NewPortion: fix lost SwFlyPortion" (tdf#90003) [Miklos Vajna]
  • don't set compare handler in constructor (tdf#90024) [Katarina Behrens]
  • avoid crash if style is not found (tdf#90028) [David Tardon]
  • FM_PROP_DATE/TIME confusion (tdf#90029) [Stephan Bergmann]
  • jump to Last Edited Slide Menu Entry (tdf#90030) [Anurag Kanungo]
  • only handle formula group if useful, related (tdf#90042) [Laurent Godard, Eike Rathke]
  • rearrange Draw's UI by moving around its toolbars (tdf#90090) [Yousuf Philips]
  • group new style and change style together as one undo (tdf#90099) [Caolán McNamara]
  • don't clobber new solid-color on seeing old transparency (tdf#90130) [Caolán McNamara]
  • scientific format: allow variable decimal (tdf#90133) [Laurent Balland-Poirier]
  • untangle locale label and trim some whitespace, (tdf#90157) [Adolfo Jayme Barrientos]
  • FILESAVE: export of bullet color for pptx (tdf#90174) [Stephan Bergmann, PriyankaGaikwad]
  • icon for track changes toolbar button and sidebar (tdf#90187) [Yousuf Philips]
  • added UI part for minLength and maxLength databar property, (tdf#90197) [Benjamin Ni]
  • 1.06 turns into a monster (tdf#90228) [Caolán McNamara]
  • SwDoc::AppendDoc: take care of marks when inserting page break (tdf#90230) [Miklos Vajna]
  • FILESAVE:PPTX 'startAt' tag for bullet numbering is not exported (tdf#90255) [PriyankaGaikwad]
  • fix missing track changes tab icon in the sidebar (tdf#90291) [Yousuf Philips]
  • crash in pivot table when dragging field into Rows fields (tdf#90292) [Julien Nabet]
  • string access out of bounds (tdf#90301) [Eike Rathke]
  • sw: config option for ignoring protected areas (tdf#90362) [Miklos Vajna]
  • queue_resize needs to Invalidate the optimal cache size (tdf#90384) [Caolán McNamara]
  • we need a more intelligent increment for the iterator, (tdf#90391) [Markus Mohrhard, Eike Rathke]
  • too risky to dlclose basctl once opened (tdf#90423) [Caolán McNamara]
  • vba find() should NOT select the found cell. (tdf#90447) [Justin Luth]
  • hide explanation on ODF when default format is alien (tdf#90478) [Jacobo Aragunde Pérez, Juan A. Suarez Romero]
  • fix cropped buttons (tdf#90481) [Caolán McNamara]
  • rearrange toolbars and buttons in Chart (tdf#90492) [Yousuf Philips]
  • 0x7 chars in .doc are not always cell/row ends (tdf#90504) [Caolán McNamara]
  • same problem for color scales, related (tdf#90511) [Markus Mohrhard]
  • add test for (tdf#90533) [Markus Mohrhard]
  • memory leak: maChangeListeners is not properly disposed (tdf#90566) [Julien Nabet]
  • MM: Fix for broken translation between Bookmarks and row indizes (tdf#90594) [Christoph Lutz]
  • table model can have truly empty cells (tdf#90681) [Caolán McNamara]

New in LibreOffice 4.4.3.2 Fresh (May 7, 2015)

  • This is the third bug fix release from the 4.4 branch of LibreOffice which contains new features and program enhancements. This version may contain a few annoying bugs which will be fixed in the next bug fix versions to come. Just like LibreOffice 4.4.2 before, 4.4.3 already contains the fix for CVE-2015-1774.
  • Fixes:
  • gcc-wrappers: command line *must* start with a space (tdf#82430)
  • cui: Area tab page: do not override imported bitmaps (tdf#82784)
  • vcl: fix PDF export of transparent Writer frames in LO 4.3 (tdf#84294)
  • vcl: speed up OutputDevice::GetEllipsisString() (tdf#86793)
  • 1.06 turns into a monster (tdf#89987)
  • 1.06 turns into a monster (tdf#90228)
  • xmloff: ODF export: fix style:background-image attributes (tdf#90640)

New in LibreOffice 4.4.3 RC 1 (May 7, 2015)

  • Bug fixes:
  • bnc#773048 OOXML: fix import of insets when shape and/or shape text is rotated
  • bnc#902652 OOXML: fix import of insets when shape and/or shape text is rotated
  • bnc#910045 wrong cell fill color defined by table style
  • coverity#1267678 this is surely backwards (gold)
  • fdo#52540 fix Graphite layout
  • fdo#78599 ensure RegisterFormat is called before SetModified
  • fdo#80823 SwDoc::AppendDoc: take care of marks when inserting page break
  • fdo#84795 menus don't disappear with right mouse click
  • fdo#87488 wrong text rotation inside a preset shape from docx
  • fdo#87977 ensure RegisterFormat is called before SetModified
  • fdo#88051 fix Graphite layout
  • i#123539 3D pie-chart missing guide handles
  • i#124371 don't create a new list for each multiselection portion
  • rhbz#1134285 access dav, davs URLs via GVFS
  • rhbz#1197614 [abrt] libreoffice-core: dp_gui::ExtensionBox_Impl::selectEntry(): soffice.bin killed by SIGSEGV
  • rhbz#1204244 [fix available] libreoffice-base edit window opened in different group
  • tdf#35636 implement match on empty cells
  • tdf#37156 insert table copy as nested table in non-starting cell position
  • tdf#39279 revert "Prioritise Thunderbird address books..."
  • tdf#42481 propagate errors as errors in matrix calculations
  • tdf#50133 related Wrong underlining in Reports
  • tdf#56467 improve export of formulas to SVG
  • tdf#67990 management of case in combobox
  • tdf#68963 fix __refheading__ regression, set only CrossRefs as TOC.
  • tdf#70346 MM: don't restore section visibility
  • tdf#72152 : respect page orientation of Calc files in recent docs
  • tdf#72337 sfx2: make the SfxMedium stream-reuse hack runtime-optional
  • tdf#74018 related: fix int wraparound + crash on export
  • tdf#75256 improve sifr - connectors and lines - lc
  • tdf#75614 RTF import: fix missing text after footnote
  • tdf#80960 attempt to fix the cursor placement after document load.
  • tdf#81813 typing to select value in dropdown resets after space character
  • tdf#81876 vcl/text: fix duplicate text in fontwork
  • tdf#83977 push/Pop before/after messing with the cursor
  • tdf#84228 fix annoying double shadow in preview
  • tdf#84288 follow-up call SetRectangleAttributes only once
  • tdf#85496 editeng: suppress all duplicate attributes during export
  • tdf#86159 remove stray separator
  • tdf#86399 don't clobber cluster start caret pos
  • tdf#86578 sw: fix rendering of legacy documents with fly achored at fly
  • tdf#87400 sw: fix ~SwIndexReg assertion in AutoCorrect
  • tdf#87548 don't create a new list for each multiselection portion
  • tdf#88117 / SVG export further improved
  • tdf#88337 sw: add missing SwXPageStyle properties
  • tdf#88360 sw: fix crash on closing help in Navigator window
  • tdf#88672 add missing return if error to not crash
  • tdf#89170 we need to use the edit engine attibute id for rich text,
  • tdf#89193 sw: add missing SwXPageStyle properties
  • tdf#89214 SwDoc::GetUniqueNumRuleName: always return pChkStr if it's unused
  • tdf#89437 ordinal suffix should never be superscript in some languages
  • tdf#89478 svx: ODF import: SvxBrushItem Graphics should override Color
  • tdf#89482 fix __refheading__ regression, set only CrossRefs as TOC.
  • tdf#89597 resize formula buffers after adding a dummy sheet
  • tdf#89617 sifr icon style "Print document directly" icon same as "Print"
  • tdf#89630 remove extra space added when assigning styles for TOC
  • tdf#89774 oox: TotalTime is in minutes
  • tdf#89785 drop down list sizes locked in too early
  • tdf#89802 xmloff: fix ODF import of frame with empty style name ref
  • tdf#89867 editeng: fix crash on shutdown after changing AutoCorrect options
  • tdf#89885 use a readonly GtkEntry for location
  • tdf#90042 only handle formula group if useful
  • tdf#90095 fixed wrong behavior of template delete dialog
  • tdf#90099 group new style and change style together as one undo
  • tdf#90130 don't clobber new solid-color on seeing old transparency
  • tdf#90138 don't try to save a marks OtherPos if it doesn't have one
  • tdf#90230 SwDoc::AppendDoc: take care of marks when inserting page break
  • tdf#90256 repair invalid docking positions
  • tdf#90298 rescan for bundled extensions when installing Mac langpack
  • tdf#90301 string access out of bounds
  • tdf#90384 queue_resize needs to Invalidate the optimal cache size
  • tdf#90391 we need a more intelligent increment for the iterator,
  • tdf#90403 PPTX import: use real table size
  • tdf#90404 OOXML chart legend import improvement
  • tdf#90423 too risky to dlclose basctl once opened
  • tdf#90441 sw: *another* crash on shutdown after changing SvxAutoCorrCfg
  • tdf#90446 revert "Prioritise Thunderbird address books..."
  • tdf#90472 related: initial load of bibliography doesn't...
  • tdf#90473 bibliography doesn't resize after reload
  • tdf#90566 cherry-pick 2 fixes:
  • tdf#90583 3D pie-chart missing guide handles

New in LibreOffice 4.3.7 (Apr 25, 2015)

  • LibreOffice 4.3.7 contains over 100 bug fixes.

New in LibreOffice 4.4.1.2 (Feb 26, 2015)

  • export to OOXML that need argument changes (fdo#81596)
  • EDITING: String with hyperlink not pasted (fdo#82719)
  • related: calculate ideal width after icon style entries are added (fdo#87876)
  • SwFrm::PaintBackground: handle fill attrs when comparing background (i#124638)
  • add matrix empty cells to ScInterpreter::QueryMatrixType() (tdf#39316)
  • don't lose fontwork objects (tdf#60910)
  • crash on merging certain cells imported from a .doc (tdf#76636)
  • crash undoing tricky cell merge (tdf#79569)
  • SwFrm::PaintBackground: handle fill attrs when comparing background (tdf#82661)
  • use loaded graphic's width/height as defaults (tdf#83073)
  • images in help html stuck at default placeholder size (tdf#87083)
  • update checker tries to add icon to toc preview toolbar (tdf#87663)
  • fix handling of empty arguments in IF(), IFERROR() and IFNA() (tdf#88576)
  • do not hold a ScFormulaCell** in group area listener (tdf#88792)
  • sw: Remove unnecessary downcast (tdf#89105)
  • fix Undo of Numbering Level change crash (tdf#89179)
  • if no SwView then disable accept/reject change buttons (tdf#89227)
  • add missing small delete table icons (tdf#89423)

New in LibreOffice 4.4.1.0 RC 1 (Feb 14, 2015)

  • Bugs fixed compared to the 4.4.0 final (rc3):
  • coverity#705983 printing with ps hangs
  • coverity#705989 printing with ps hangs
  • coverity#1242508 image-filter Smooth crashes
  • coverity#1266508 useless call (gold)
  • coverity#1267699 related: multiple crashes on changing text in SwInputFields
  • fdo#32664 pass keyboard media keys through to the OS
  • fdo#38838 useless call (gold)
  • fdo#46808 OOoEmbeddedObjectFactory does implement optional XLinkFactory
  • fdo#67534 fix "Property Handler" shared lock
  • fdo#68963 recognize __RefHeading__ bookmarks as TOC
  • fdo#72486 SwWrtShell::SelAll: if in table, then call extended select all ...
  • fdo#72543 : ib_util not found when creating or accessing new firebird
  • fdo#75565 reduce block on pasting rtf like we do for html
  • fdo#80538 re Remove read-only infobar after "Save As..."
  • fdo#84714 SwTextBoxHelper::findTextBoxes: optimize unnecessary O(n^2)
  • fdo#84942 make fodt non crashy like odt for formulas inside shapes
  • fdo#84943 make fodt non crashy like odt for formulas inside shapes
  • fdo#85666 when matching existing list indent use matching level
  • fdo#85825 incorrectly used 'vertically' for 'horizontally' (4.4)
  • fdo#86147 do not reset r/o mode for SID_SAVETO
  • fdo#86674 paragraphs have ATK_STATE_INVALID
  • fdo#86772 show localized filter names in Save dialog
  • fdo#86984 UI Line numbering works only for EN_US
  • fdo#87015 image missing from doc
  • fdo#87217 inconsistent floating sidebar close behavior
  • fdo#87353 start Center 'Help' button not functioning any more
  • fdo#87382 make this work also for an overlapping merge range, follow-up
  • fdo#87639 image-filter Smooth crashes
  • fdo#87760 if we can't anchor at hidden text then...
  • fdo#87876 full text of war and peace used as checkbox label
  • fdo#88229 crash when you try to create a bar chart GL3D
  • fdo#88241 floating sidebar second call to same item should dismiss it
  • fdo#88326 convert-to : display error messages in console
  • fdo#88339 fixed Draw/Impress constrained image movement
  • fdo#88378 flipping by reversing co-ord system no longer works
  • fdo#88455 related: crash using delete in available fields
  • fdo#88578 focus on first checkbox when showing calc paste special dialog
  • fdo#88623 replace std::deque with std::vector in xlsx saving
  • fdo#88721 correct negated condition in range name validation
  • fdo#88735 crash after calling sort after subtotal removal
  • fdo#88810 avoid unnecessary massive O(U)String allocations in XLSX export
  • i#121504 image missing from doc
  • i#124638 MSWordExportBase: fix handling of paragraph background color
  • rhbz#1136013 [abrt] libreoffice-core: sd::SdExternalToolEdit::Update(): soffice.bin killed by SIGSEGV
  • rhbz#1163106 [abrt] libreoffice-core: soffice.bin killed by SIGABRT on shutdown in tdoc_ucp::OfficeDocumentsManager::OfficeDocumentsCloseListener
  • rhbz#1175027 [abrt] libreoffice-core: killed by SIGSEGV on shutdown in SwConnectionDisposedListener_Impl
  • rhbz#1177022 vcl: fix PDF embedding of Type 1 fonts
  • rhbz#1179642 crash in GetFocus with empty mpPreviouslyFocusedListBox
  • rhbz#1184582 [abrt] libreoffice-core: gcc3::raiseException(): soffice.bin killed by SIGABRT
  • rhbz#1185307 cannot build libreoffice in rawhide because it requiress a version of junit that exports hamcrest
  • rhbz#1186897 libreoffice-4.4.0.3-2.fc22 fails to build on s390
  • tdf#47577 zoom slider should only react to full click
  • tdf#50640 make sure we don't move away from the current field
  • tdf#68137 crash in traversing script fields
  • tdf#70236 propertly recognise full Access 2007 URL
  • tdf#73059 isDBReadOnly ensure connection before trying to retrieve it
  • tdf#75996 sw: correct bookmark positions when deleting text
  • tdf#76174 basic: lock SolarMutex in BasicScriptListener_Impl
  • tdf#76291 write encoded URL as href in html output
  • tdf#77241 sw: fix creation of field data source string
  • tdf#80370 fix Mac OS X install names of external/{coinmp,lpsolve}
  • tdf#81124 crash on setting autofilter on column with no content
  • tdf#82524 mismatch of ValueSet and metric field values
  • tdf#82942 related: multiple crashes on changing text in SwInputFields
  • tdf#83461 do not override MatColsRows if already set
  • tdf#85004 crash when clicking the Reminder icon...
  • tdf#87803 bin useless $buildidstring
  • tdf#88051 fix Graphite layout at Linux Libertine G ligature followed by tab
  • tdf#88583 related: writerfilter: import paragraph color as fill attributes
  • tdf#88740 parse with locale decimal separator
  • tdf#88786 correct matrix sub operation
  • tdf#88810 avoid unnecessary massive O(U)String allocations in XLSX export
  • tdf#88814 parameters are kinda-partially supported, so follow the suggestion
  • tdf#88819 printing with ps hangs
  • tdf#88824 remove FactoryLoader threads causing deadlock on Windows
  • tdf#88825 absent datasource causes exception / abort
  • tdf#88836 UI: in-form navigation bar icons gone
  • tdf#88854 crash on opening drop caps
  • tdf#88855 fix GetEnglishSearchFontName() returns incorrect value.
  • tdf#88899 sw: fix expanding of SwDocInfoField with DateTime
  • tdf#88933 labeling of images impossible without category
  • tdf#89048 macab initialize record list even for never-match condition.
  • tdf#89070 table filter dialog: properly initialise OTableTreeListBox
  • tdf#89129 : crash when defining a specific relationship

New in LibreOffice 4.4.0.3 (Jan 30, 2015)

  • fdo#75256 improve Sifr Icon Theme [Matthias Freund]
  • fdo#84336 fix swf rendering [Matthew Francis]
  • fdo#85190 related Don't dress arbitrary Java Throwables as UNO Any values [Stephan Bergmann]
  • fdo#85617 always store fully encoded external document name [Markus Mohrhard, Eike Rathke]
  • fdo#86844 CONTEXT MENU: Remove hyperlink not accessible [Niklas Johansson]
  • fdo#87551 category tree is too thin since conversion to .ui [Caolán McNamara]
  • fdo#87601 specific html doc hangs on load [Caolán McNamara]
  • fdo#87845 sw: fix crash in navigator dialog when view is closed [Michael Stahl]
  • fdo#87923 don't hide the rulers completely - show the horizontal one. [Jan Holesovsky]
  • fdo#88005 sw: fix check in SwWW8ImplReader::StopApo() [Michael Stahl]
  • fdo#88200 only delete cell content for CELLTYPE_NONE, [Markus Mohrhard]
  • fdo#88339 fixed Calc constrained image movement [Trent MacAlpine]
  • fdo#88398 handle group listeners correctly when splitting formula group. [Kohei Yoshida]
  • fdo#88417 dropdown for ruler settings should show radio buttons [Caolán McNamara]
  • fdo#88455 delete in empty data field crashes [Caolán McNamara]
  • fdo#88475 BrowseBox/grid: reposition data cursor to current row after paint [Lionel Elie Mamane]
  • rhbz#1180114 writerfilter: don't crash on w:customXmlDelRangeStart etc. [Michael Stahl]
  • rhbz#1180312 don't access empty range list, could be [Eike Rathke]

New in LibreOffice 4.4.0.2 (Jan 30, 2015)

  • Bug fixes:
  • bnc#822341 PPTX export of embedded text documents [Zolnai Tamás]
  • bnc#830738 now all axis labels of a chart are displaied. [Marco Cecchetti]
  • bnc#862510 PPTX import: Wrong text horizontal adjustment inside shape. [Zolnai Tamás]
  • coverity#1260446 improve performance of some matrix operations, related [Markus Mohrhard]
  • coverity#1260447 improve performance of some matrix operations, related [Markus Mohrhard]
  • coverity#1261760 resource leak in object [Caolán McNamara]
  • fdo#38844 color graphics as black and white [Caolán McNamara]
  • fdo#40746 fix OOXML validation error, related [Markus Mohrhard]
  • fdo#50430 UOP import failed because of leading and trailing space in XSLT. [Peter Jentsch]
  • fdo#56970 show insert tab at the correct position when RTL is on [Tomaž Vajngerl]
  • fdo#61704 don't overwrite users input if the value is unchanged [Caolán McNamara]
  • fdo#67615 ComboBox in table should use same formatting as floating ComboBox [Lionel Elie Mamane]
  • fdo#67870 WW8 filter: import zoom type [Justin Luth]
  • fdo#67930 revert "reportbuilder: Revert "don't use variables ..." [Lionel Elie Mamane]
  • fdo#68385 update references only if cut originates from the same document [Eike Rathke]
  • fdo#73165 don't restart timer if already running [Caolán McNamara]
  • fdo#75757 undo want to take ownership of nodes, but can't [Caolán McNamara]
  • fdo#76334 revert "correct svg:viewBox for EnhancedCustomShape..." [Andras Timar]
  • fdo#76780 don't limit PositionY to available width [Lionel Elie Mamane]
  • fdo#80091 handle relative refs correctly in xls import, [Markus Mohrhard]
  • fdo#80968 file resultset seek table to before beginning on opening resultset [Lionel Elie Mamane]
  • fdo#81195 use the correct tab for sheet local names, [Markus Mohrhard]
  • fdo#81286 instant updates in SUM/AVERAGE in status bar [Deena Francis]
  • fdo#81475 rearrangement of writer's frame toolbar (4.4) [Yousuf Philips]
  • fdo#82041 restore heading 3 and 4 color to automatic (4.4) [V Stuart Foote]
  • fdo#82219 color graphics as black and white [Caolán McNamara]
  • fdo#83187 improve performance of some matrix operations, related [Markus Mohrhard]
  • fdo#83354 chart is truncated - moved down outside the margins of the object [Zolnai Tamás]
  • fdo#84229 add sot storage unit test. [Michael Meeks]
  • fdo#84233 rearrange impress and draw slide context menus submenu (4.4) [Yousuf Philips]
  • fdo#84556 relative refs wrap around in xls, [Markus Mohrhard]
  • fdo#84909 moved presentation features to standard toolbar (4.4) [Yousuf Philips]
  • fdo#85182 default focus on folder rather than filename (4.4) [Szymon KÅ‚os]
  • fdo#85258 differentiate between empty cell and empty result in matrix [Eike Rathke]
  • fdo#85353 we want to compare two different cells, [Markus Mohrhard]
  • fdo#85554 SwXShape: don't ask SwTextBoxHelper for ZOrder of child shapes [Miklos Vajna]
  • fdo#85945 reorganize the file menu and set shortcut for .uno:CloseDoc (4.4) [Yousuf Philips]
  • fdo#86184 addition of .uno:Graphic to writer's view menu [Yousuf Philips]
  • fdo#86552 undo want to take ownership of nodes, but can't [Caolán McNamara]
  • fdo#86592 fix radio button’s groups (4.4) [Adolfo Jayme Barrientos]
  • fdo#86607 removal of 'Custom Animation' entry from context menu (4.4) [Yousuf Philips]
  • fdo#86627 change Image Crop Behavior (4.4) [Joel]
  • fdo#86734 reimplement shared formula import for xlsb, [Markus Mohrhard]
  • fdo#86911 add tooltip for Color Tolerance spinbutton [Caolán McNamara]
  • fdo#86963 SwXShape: don't ask SwTextBoxHelper for ZOrder of child shapes [Miklos Vajna]
  • fdo#86978 append formula cells to track instead of tree [Eike Rathke]
  • fdo#87031 sidebar tabs not visible when Sidebar deck is shown [Samuel Mehrbrodt]
  • fdo#87044 revert "reportbuilder: Revert "don't use variables ..." [Lionel Elie Mamane]
  • fdo#87185 reorganize the image context menu (4.4) [Yousuf Philips]
  • fdo#87199 sw: fix root cause of a11y crash when merging cells [Michael Stahl]
  • fdo#87422 set autocheck bits [Caolán McNamara]
  • fdo#87442 restore simple listbox [Andras Timar]
  • fdo#87466 update locale data for Moore Burkina Faso [mos-BF] [Eike Rathke]
  • fdo#87471 update locale data for French Burkina Faso [fr-BF] [Eike Rathke]
  • fdo#87510 vcl: regression in GetFontMetric [Chris Sherlock]
  • fdo#87555 ComboBox in table should use same formatting as floating ComboBox [Lionel Elie Mamane]
  • fdo#87558 better fix for Duplication in Last Used Functions sidebar list [Julien Nabet]
  • fdo#87581 : Pb to delete words with 2 initials in Autocorr Except [Julien Nabet]
  • fdo#87596 draw tab fill color when selected on the tab bottom [Tomaž Vajngerl]
  • fdo#87612 don't overwrite users input if the value is unchanged [Caolán McNamara]
  • fdo#87626 improve Simplified Chinese numbering types [Kevin Suo]
  • fdo#87754 duplicated strings in an ItemList are not translated [Zolnai Tamás]
  • fdo#87789 related groups should appear like views and not like tables [Julien Nabet]
  • fdo#87823 move Menu->New Menu [Caolán McNamara]
  • fdo#87840 by default hide all feature checkboxes [Julien Nabet, Caolán McNamara]
  • fdo#87968 : Assertion failed: false rtl_uString_newFromSubString [Julien Nabet]
  • fdo#88068 make the string 'Red Line' localizable in Letter Wizard [Andras Timar]
  • fdo#88098 ClarisWorks: import empty starting lines/columns [David Tardon]
  • fdo#88099 PostgreSQL-SDBC: use correct syntax for boolean comparisons [Lionel Elie Mamane]
  • i#124452 revert "correct svg:viewBox for EnhancedCustomShape..." [Andras Timar]
  • i#93570 DOC import: tokenize PlcfAtnBkf and PlcfAtnBkl [Miklos Vajna]
  • icu#11451 bidi, the gift that keeps on giving [Caolán McNamara]
  • ooo#93570 sw: add RES_FLTR_ANNOTATIONMARK [Miklos Vajna]
  • rhbz#1175142 [abrt] libreoffice-core: equals(): soffice.bin killed by SIGSEGV [Caolán McNamara]

New in LibreOffice 4.4.0 (Jan 30, 2015)

  • HIGHLIGHTS:
  • The user interface has been improved in a significant way
  • Interoperability with OOXML file formats has been extended
  • Improved source code quality based on Coverity Scan analysis
  • Digital signing of PDF files during the export process;
  • Installation of free fonts Carlito and Caladea to replace proprietary Microsoft C-Fonts Calibri and Cambria, to get rid of font related issues while opening OOXML files;
  • Addition of several new default templates, designed by volunteers;
  • Visual editing of Impress master pages, to remove unwanted elements, adding or hiding a level to the outline numbering, and toggling bullets on or off;
  • Better Track Changes – with new buttons in the Track Changes toolbar – and AutoCorrect features in Writer;
  • Improved import filters for Microsoft Visio, Microsoft Publisher and AbiWord files, and Microsoft Works spreadsheets;
  • New import filters for Adobe Pagemaker, MacDraw, MacDraw II and RagTime for Mac;
  • Greatly expanded support for media capabilities on each platform.
  • WRITER:
  • Master Document Templates:
  • Writer has long had Master Documents. A master document lets you manage large documents, such as a book with many chapters. The master document can be seen as a container for individual LibreOffice Writer files. LibreOffice 4.4 introduces Master Document Templates. These Master Document Templates can be added to the Template Manager and creating a new document based on a Master Document Template creates a Master Document with the same initial content as the Template it is based upon. (Caolán McNamara, Red Hat)
  • Shapes can have a TextBox:
  • Writer shapes can now have a Textbox, meaning that it's possible to have complex Writer content and full drawinglayer geometry for a shape at the same time. tdf#70942 blog entry (Miklós Vajna, Collabora)
  • Improvements to Track Changes:
  • The “Accept Change” and “Reject Change” commands now automatically jump to the next change. tdf#83953 (Samuel Mehrbrodt)
  • Inclusion of new buttons in the Track Changes toolbar, along with a new set of icons. tdf#83955, tdf#84405 (Yousuf Philips)
  • New icons for the Changes toolbar:
  • The keyboard shortcut Ctrl+⇧ Shift+E has been associated with the recording of track changes. tdf#86183 (Yousuf Philips)
  • Style dropdown:
  • The style dropdown now has a split menu to edit or update the selected style. tdf#62081 (Szymon Kłos and Samuel Mehrbrodt)
  • Line numbering easier to apply for headers and footers:
  • Line numbering for Headers and Footers (using the proper Header/Footer paragraph style) can now be enabled in the same location where the line numbering is set in Tools ▸ Line Numbering, in addition to the already existing method in the style dialog. tdf#84504 (Charu Tyagi, Ericsson)
  • Status bar improvements:
  • Page number in the statusbar are more easily understood when page number styles are used. tdf#80617 (Yousuf Philips and Samuel Mehrbrodt)
  • Spacing between elements was improved to work better in low-resolution screens and small windows and double-clicking in the blank statusbar field no longer opens the 'Fields' dialog. tdf#86018 (Yousuf Philips and Samuel Mehrbrodt)
  • Click behaviour was unified so that left-click results in an action or dialog appearing and right-click results in the display of a context menu. tdf#82707 (Yousuf Philips and Samuel Mehrbrodt)
  • Tooltips were added to all elements of the statusbar. tdf#82708 (Yousuf Philips and Samuel Mehrbrodt)
  • Word and character count now have thousand separators. tdf#83308 (Yousuf Philips and Matthew J. Francis)
  • Toolbar improvements:
  • The “Standard” and “Formatting” toolbars were reorganized by removing uncommonly used commands and replacing them with frequent features, in order to reduce the need for users to hunt through menus or customize toolbars. Additional buttons have been added to the toolbars, but are hidden by default and can be enabled by using the “Customize” option. tdf#81475 (Yousuf Philips and Samuel Mehrbrodt)
  • Before (on the top) and after (on the bottom) side-by-side of how the toolbars have been improved.
  • Navigator bookmarks:
  • Bookmarks in Navigator can be named using any character that is accepted in HTML anchor names. Specifically, LibreOffice now accepts period (.) and colon (:). tdf#56116 (Brij Mohan Lal Srivastava)
  • AutoCorrect improvements:
  • Dash replacement between numbers, wildcard patterns in the default Autocorrect lists and new middle autocorrect wildcard patterns, also in Impress, Calc and Draw (László Németh):
  • Improved “Replace dashes” autocorrect feature: double dashes between numbers are replaced with en dash (–) instead of em dash (—), according to the orthography of ranges of values (years, page numbers etc.), for example, 1:15--2:15 p.m., for ages 3--5, pp. 38--55, President Jimmy Carter (1977--81) will be replaced with 1:15–2:15 p.m., for ages 3–5, pp. 38–55, President Jimmy Carter (1977–81) (See also Dash Wikipedia logo v3.svg ), tdf#62923
  • Simplified input of special symbols by default autocorrect patterns:
  • Trademark, copyright, registered symbols: don’t need to type and delete spaces before the default (tm), (C), (R) autocorrect patterns any more: LibreOffice(tm) will be replaced with LibreOffice™. tdf#81571
  • Arrows: don’t need to type spaces around the default “ASCII arrow” autocorrect patterns (->, B->C → A→B→C.
  • Subscript/superscript characters (in French and Hungarian default autocorrect patterns): TeX-like input for Unicode subscript/superscript characters: cm^2 → cm², H_2O → H₂O, H^+ → H⁺. (Note: these characters are usually better typographically, than using a smaller letter size with subscript/superscript character formatting, especially with the default Graphite font of LibreOffice, Linux Libertine G.) [French (Olivier R.) and Hungarian].
  • Middle Autocorrect wildcard patterns: Autocorrect wildcard patterns (text.* and .*text) introduced in LibreOffice 4.2.x allowed autocorrect replacements of arbitrary suffixes and prefixes. Now in LibreOffice 4.4 it is possible to add .*text.*-like patterns to correct common typing errors within words. tdf#55292
  • For example, a single autocorrect entry with the pattern .*laod.* → load will correct all words containing that specific letter sequence:
  • uplaoding → uploading
  • uplaoded → uploaded
  • downlaoding → downloading
  • downlaoded → downloaded
  • Moreover the .*text.* pattern can be used to type special characters as well, e.g. for poor man’s f-ligature replacements:
  • .*fi.* -> fi (U-FB01)
  • .*fl.* -> fl (U-FB02)
  • (Note: some Graphite and OpenType fonts have automatic f-ligature replacement in LibreOffice).
  • CALC:
  • Statistics Wizard (alternative to Excel's Add-in "Analysis ToolPak"):
  • In Statistics Wizard in Data ▸ Statistics:
  • Added Quartile in Descriptive statistics. tdf#81801 (Tomaž Vajngerl, Collabora)
  • Added z-test. tdf#74669 (Tomaž Vajngerl, Collabora)
  • Added Chi square test. tdf#76868 (Tomaž Vajngerl, Collabora)
  • Direct conversion of formulas into static values:
  • A new feature was added to convert formula cells into static values (via the menu Tools ▸ Cell Contents ▸ Formula to Value). Previously, you would need to cut the cells and paste them back into place to have the same outcome. (Kohei Yoshida, Collabora)
  • Formula engine:
  • Added AGGREGATE spreadsheet function for Excel interoperability. tdf#73148 (Winfried Donkers and Eike Rathke)
  • Sheet context menu:
  • The right-click context menu that appear for managing sheets now has icons for sheet operations. tdf#86476 (Yousuf Philips)
  • IMPRESS AND DRAW:
  • Text of Master View Object Previews:
  • In Slide Master view, the text of the presentation object previews is now read-only. Changing the text of these previews has never affected the objects based on the styles that the presentation object preview. To add or hide a level to the outline numbering preview, now you can right-click on the last line to display a menu to add/hide another level. (Caolán McNamara, Red Hat)
  • Toggling bullets on and off in slide master view in the outline preview via "Bullets On/Off" now truly toggles on/off the bullets of the Outline styles. In the past this only affected the preview itself, leaving the outline styles unchanged. Now it correctly affects outline levels in the normal view. (Caolán McNamara, Red Hat)
  • Select and toggle off master elements directly via Delete:
  • In Slide Master view, master elements which Impress allows the user to remove via View ▸ Master ▸ Master elements can now be removed by direct deletion of the matching placeholder in the Master View preview. In other words, to remove a footer, header, slide number or date/time, select the corresponding box in Master View and press Delete. (Caolán McNamara, Red Hat)
  • OpenGL transitions:
  • Implemented and enabled for Windows. (Markus Mohrhard, Collabora) ?! This feature seems to be not available in 4.4.RC1. Please see most recent comments on tdf#45618
  • Improved implementation based on new OpenGL framework in vcl for Linux, Windows and OS X. (Markus Mohrhard, Collabora)
  • Page Title field:
  • New field: Page Title in Insert ▸ Field ▸ Page Title. tdf#47302 (Jennifer Liebel)
  • Inherit current style of cells when inserting New row/column in table:
  • When we have a table in impress, have modified a cell style and then add a new row or column it now inherits the style of the current row/column for the new one instead of using default values. tdf#60712 (Hideki Ikeda)
  • Password for editing:
  • It is now possible to save an Impress/Draw file read-only and require a password to modify it. tdf#63483 (Katarína Behrens)
  • Printing: use specified paper size:
  • Draw now uses the paper size specified in page formatting with printing. tdf#63905 (Eilidh McAdam)
  • Zoom Mode button:
  • Creation of a new zoom mode button that is able to zoom in, zoom out and pan with the use of Ctrl and ⇧ Shift. tdf#55903 tdf#83572 (Maxim Monastirsky and Yousuf Philips)
  • Toolbar improvements:
  • The default toolbars were reorganized to bring frequent used features to the toolbars. tdf#84909 (Yousuf Philips)
  • Before (on the top) and after (on the bottom) side-by-side of how the impress toolbars have been improved.
  • Menubar improvements:
  • The View menu was reorganized to better unify its items similar to Writer and Calc. tdf#86209 (Yousuf Philips)
  • MATH:
  • Color support:
  • Now Math supports the basic 16 HTML colors. (Regina Henschel)
  • The newly added colors can be inserted from the Elements docked bar. (Marcos Paulo de Souza)
  • CORE:
  • Included fonts:
  • LibreOffice 4.4 adds the libre-licensed Caladea and Carlito fonts (Huerta Tipográfica). Caladea and Carlito have the same metrics and proportions as Microsoft’s Cambria and Calibri, respectively, so they can be used as drop-in replacements. (András Tímár, Collabora)
  • Digitally signed PDF export:
  • PDF's generated by LibreOffice can now be digital signed directly from LibreOffice during the export. It works on Windows, OS X, and Linux, and on Windows, the built-in certificate functionality is used to store your certificates for signing. (Gökçen Eraslan - GSoC 2012, Markus Wernig - Wilhelm Tux, fund raising, Tor Lillqvist - Collabora)
  • Drawing objects:
  • You can move only the point next to the rectangle in "line callout" drawings, with ⇧ Shift key pressed. (Matúš Kukan, Collabora)
  • Technical Dictionary:
  • Various updates what means? improve description, please
  • LibreOfficeKit:
  • Impress supports tiled rendering Wikipedia logo v3.svg for improved performance when navigating documents in mobile devices. (Andrzej Hunt, GSoC 2014)
  • Help content:
  • Local help page button for Calc in Edit ▸ Fill ▸ Random Number. tdf#80453 (Olivier Hallot, EDX)
  • Local help page button for Calc in Data ▸ Statistics. tdf#80338 (Olivier Hallot, EDX)
  • Local help entries for various Calc functions. tdf#80656, tdf#80452, tdf#80451, tdf#80450, tdf#80449, tdf#80447, tdf#80446, tdf#80445, tdf#80444, tdf#80443, tdf#80442, tdf#80440, tdf#80438, tdf#80436, tdf#80433, tdf#80432, tdf#80430 (Olivier Hallot, EDX)
  • CODE QUALITY:
  • Translation of German comments:
  • Many more source code comments have been translated into English. (Daniel Sikeler; Christian M. Heller; Tobias Madl; Thomas Viehmann; Philipp Riemer; Michael Jaumann; Laurent Balland-Poirier; Chris Sherlock; Philipp Weissenbacher; and Jennifer Liebel)
  • Coverity:
  • Improved code quality based on the Coverity scan analysis.
  • Refactoring:
  • Refactored large parts of Writer code, split the large classes into smaller interfaces. (Valentin Kettner, GSoC 2014)
  • FILTERS:
  • Media file formats:
  • More media file types are now accessible from Insert ▸ Audio/Video: Real Audio (.ra), Real Media (.rm), Digital Video (.dv), Audio Codec (.ac3), Ogg Opus (.opus), Advanced Systems (.asf), MPEG Audio (.m4a). tdf#82994 (Daniel Sikeler and Caolán McNamara)
  • New import filters:
  • Draw can now import Adobe PageMaker files (v. 6-7), via libpagemaker. (Anurag Kanungo, GSoC 2014)
  • Both Writer and Draw can import files from MacDraw, MacDraw II and RagTime for Mac (v. 2-3), via libmwaw. (Alonso Laurent; Fridrich Štrba and David Tardon)
  • Writer can now import Sony BroadBand eBook (LRF) files, via libe-book. (David Tardon)
  • Connection to SharePoint and OneDrive:
  • It is possible to connect to SharePoint 2010/2013 directly from LibreOffice. blog entry (Mihai Varga, GSoC 2014)
  • It is possible to connect to OneDrive directly from LibreOffice. blog entry (Mihai Varga, GSoC 2014) tdf#62437
  • Improved OOXML support:
  • Metadata is now imported from PPTX. (Miklós Vajna, Collabora)
  • Custom wrap polygon is now exported to DOCX. (Miklós Vajna, Collabora)
  • Support for bitmaps when exporting cropped images to DOCX. (Miklós Vajna, Collabora)
  • Improved Visio support:
  • Metadata is now imported from VSDX. tdf#86664 (Miklós Vajna, Collabora)
  • Metadata is now imported from VSD. tdf#86729 (Miklós Vajna, Collabora)
  • Improved Table of Contents in HTML export:
  • It is possible to export CSS2 dot leaders by enabling Print layout in Options ▸ Load/Save ▸ HTML Compatibility, and selecting the HTML Document file type in the Save As dialog of Writer. (László Németh)
  • Tested in Firefox 32, Google Chrome 39, Internet Explorer 11.
  • Document thumbnails:
  • Thumbnails are now compressed to PNG-8 which takes much less space than PNG-24 without much quality degradation. Typically the thumbnails compress to about 35% of the size of thumbnail from a document saved with LibreOffice 4.3. tdf#62104 (Tomaž Vajngerl, Collabora)
  • Improved MS Publisher support:
  • Embedded fonts are now imported. (David Tardon)
  • Tables are now imported. (David Tardon)
  • Metadata is now imported. (Miklós Vajna, Collabora)
  • Improved Abiword support:
  • Text language is now correctly set. (David Tardon)
  • Globally defined writing mode is now used. (David Tardon)
  • Headings are now recognized. (David Tardon)
  • Metadata is now imported. (David Tardon)
  • Improved MS Works Spreadsheet support:
  • An old Lotus LICS character encoding is now recognized and converted. (Laurent Alonso)
  • Improved FictionBook support:
  • Text language is now set (provided the input file specifies it correctly). (David Tardon)
  • Headings are now imported. (David Tardon)
  • GUI:
  • Dialogs conversion to WidgetLayout finished:
  • LibreOffice 4.0 introduced an infrastructure to build user interface dialogs and windows with the XML-based .ui format of GtkBuilder/Glade. All the original dialogs and tabs (.src-based) are now converted to this new format. blog entry (Caolán McNamara, Red Hat; Palenik Mihály, GSoC 2014; Szymon Kłos, GSoC 2014; and many more heroes)
  • Changes to rulers:
  • Rulers have smaller numbers and are now hidden by default. (Jan Holešovský, Collabora)
  • Rulers can be turned on or off by using the key combination Ctrl+⇧ Shift+R. tdf#87042 (Mattias Põldaru)
  • Start Center:
  • Templates now appear directly in the Start Center and can be picked from there. (Efe Gürkan Yalaman, GSoC 2014; and Jan Holešovský, Collabora)
  • New default templates
  • New templates have been created, and included in the default installation (Alexander Wilms, Edmund Laugasson, Jun NOGATA, Michael Kovarik, Péter Szathmáry, Zirk)
  • New color selector:
  • Shows recently used document colours
  • Support for different color palettes and for .gpl GIMP palette format
  • Allows to directly open the color picker and choose another colour
  • Krisztian Pinter, GSoC 2014; Tomaž Vajngerl, Collabora; Maxim Monastirsky; and Adolfo Jayme Barrientos)
  • Reworked paragraph line spacing dropdown:
  • The paragraph line spacing dropdown that was present only in the sidebar has been reworked so that it can be used in the main toolbar too, and was added there. tdf#83076 (Jan Holešovský, Collabora; Yousuf Philips)
  • Bullet and Numbering dropdown:
  • The “Bullets” and “Numbering” toolbar buttons now have drop-down menus so it easier to change the list style without opening the lists dialog. tdf#85804 (Maxim Monastirsky; Yousuf Philips)
  • Sidebar changes:
  • The Sidebar is still receiving progressive improvements from our community developers over the initial code import from Symphony:
  • It has now been enabled by default in Writer, in addition to Impress (where it was enabled since 4.2). Also, the Sidebar now combines the functionalities of the old “Gallery” and “Styles & Formatting” floating panels, removing a lot of UI redundancy. tdf#73151 (Samuel Mehrbrodt)
  • Tabs icons now also work as a toggle to open/close sidebar decks. tdf#67627 (Thomas Arnhold)
  • The sidebar drop down menu now has a 'Close Sidebar' entry. tdf#85937 (Samuel Mehrbrodt)
  • Sidebar open by default in Writer, Calc and Draw showing just the tab icons. tdf#85935 (Jan Holešovský, Collabora)
  • Style tabs have new icons. (Miroslav Mazel)
  • Context menu changes:
  • Cut, Copy and Paste actions are now at the top of the context menu. tdf#71770 tdf#84293 (Jeffrey Stedfast, Xamarin; Yousuf Philips)
  • Writer now has the ability to access the Paste Special dialog via the context menu, reaching feature parity with Calc. tdf#62947 (Babu Vincent; Yousuf Philips)
  • Font, Font size and Text alignment formatting options have been removed from the context menu: according to statistics were widely unused and their removal reduces visual clutter. tdf#81132 (Yousuf Philips and Samuel Mehrbrodt)
  • Cut, copy and paste moved at the top of contextual menu
  • Paste special is now available via the context menu
  • Removed some unused formatting options.
  • Writer now has an option to change the currently selected image to another graphic via the context menu, reaching feature parity with Impress and Draw. tdf#82496 (Jennifer Liebel)
  • Edit / Read-only mode:
  • LibreOffice will now display an infobar to indicate visibly when a document is being opened in read-only mode. This infobar replaces the “Edit file” icon in the main toolbar, as its labeling and usage patterns proved confusing for users. Activation and deactivation of read-only mode is also available from within the menu Edit ▸ Edit Mode or through the keyboard shortcut Ctrl+⇧ Shift+M. tdf#80538 tdf#80536 (Yousuf Philips, Samuel Mehrbrodt and Joren De Cuyper)
  • Tab changes:
  • Sheet tabs (Calc) and layer tabs (Draw) were moved to an independent row and are no longer displayed next to the horizontal scrollbar. As many visual styles under Linux (in addition to the default OS X configuration) use very thin scrollbars, these rendered the tabs too small to be clickable and, most importantly, readable. tdf#36772 (Tomaž Vajngerl, Collabora and Samuel Mehrbrodt)
  • The tabs have an updated, flatter look. (Tomaž Vajngerl, Collabora)
  • Firefox Themes:
  • New browser for Firefox themes with search and preview. (Rachit Gupta, GSoC 2014)
  • Firefox themes now apply also to bottom toolbars. tdf#59299 (Michael Jaumann, LHM)
  • Image scaling:
  • Images are now scaled proportionally by default in Calc and Impress/Draw as they were already in Writer. tdf#83808 (Samuel Mehrbrodt)
  • Simplification of Special Character dialog:
  • Special characters are now added to an editable field so special characters can be inserted/removed at the location of the cursor in the field. tdf#64302 tdf#85907 (Szymon Kłos; Adolfo Jayme Barrientos)
  • Icon improvements:
  • New and improved icons have been added to the Tango, Sifr, and Oxygen icon themes. tdf#75256 tdf#75359 (Mirek Mazel; Yousuf Philips; Matthias Freund; Alexander Wilms; and Adolfo Jayme Barrientos)
  • Large icons are shown by default on Windows, as they are on Linux and Mac OS. tdf#82309 (Jan Holešovský, Collabora; and Yousuf Philips)
  • Locale in About dialog:
  • The About dialog now informs the user about the locale Wikipedia logo v3.svg they are currently using. tdf#85432 (Brij Mohan Lal Srivastava)
  • The locale information, provided below the build ID, can be useful to debug some language-related issues.
  • LOCALIZATION:
  • New languages/locales with locale data:
  • Available as default document language and for locale specific formatting.
  • Added Catalan Valencian [ca-ES-valencia] locale data. tdf#83292 (Andras Timar)
  • Improved language tools (spell-check dictionaries, thesaurus, hyphenation patterns):
  • Portuguese spell-check dictionary updated.
  • French spell-check dictionary updated. (Olivier R.)
  • Slovenian thesaurus updated. (Martin Srebotnjak)
  • Russian proof-reading rules (Lightproof) updated. (Yakov Reztsov)
  • Spanish AutoCorrect patterns include more common misspellings and many typographical rules were added. (Adolfo Jayme Barrientos)
  • Performance:
  • Loading large autocorrect lists is at least twice as fast now, because the lists are parsed in a thread by the fastparser and repeated parsing of unchanged files is avoided. tdf#79761 (Daniel Sikeler)
  • Redundant image swap out / in has been significantly cleaned up avoiding wasteful image load/save. (Tamas Zolnai, Collabora)
  • FastSerializer classes used by all OpenXML export are very significantly faster and more efficient, reducing syscall thrash. (Matus Kukan, Collabora)
  • JPEG-Turbo - we now use and bundle this library which provides in excess of a 2x performance improvement for loading and de-compressing JPEG images (Matúš Kukan, Collabora)
  • Mail merge in Writer should be now significantly faster when processing a large number of records (Luboš Luňák, Collabora)
  • SCRIPTING / BASIC:
  • It's now possible to export a Basic library from an Excel document. tdf#60904 (Caolán McNamara, Red Hat)
  • Changed the value returned from GetSolarVersion. Before this change the returned value was one number for version major, minor and micro. So, for version 4.4.0, the returned value was 440. Now we're using two decimals for version major, two for version minor and one for version micro. The new format is 40400, for version 4.4.0. tdf#60689 (Marcos Paulo de Souza)
  • Add an (un-published: be careful) processEventsToIdle() method to the com.sun.star.awt.Toolkit service - calling this causes all pending rendering to be completed. (Michael Meeks, Collabora)
  • Access2Base updated:
  • The bundled Access2Base Basic library is upgraded to version 1.2.0. (Jean-Pierre Ledure)
  • All the methods which can meaningfully be used without a database connection (error handling, dialogs manipulations, status bar and window handling, commands launch...) have been reviewed to become executable before any OpenConnection call.
  • A CloseConnection method has been added to free resources.
  • To pass values from one open document to another, use the TempVars collection of TempVar objects.
  • New properties added for forms and subforms: OrderBy and OrderByOn.
  • The ApplyFilter and SetOrderBy actions are now applicable on table or query datasheets, and on forms or subforms as well.
  • The GoTorecord method has been extended to table and query datasheets.
  • Feature removal / deprecation:
  • The feature to embed LibreOffice in certain web browsers via the deprecated NPAPI Wikipedia logo v3.svg (enabled through the Internet ▸ Browser Plug-in ▸ Display documents in browser option) has been removed. (Bryan Quigley, blog)
  • API CHANGES:
  • Add default value for Context param in UNO C++ exception class constructors which makes it possible to use UNO exceptions with less code verbosity.
  • Add extra constructors for UNO Java exception classes that take a "Throwable cause" parameter, allowing us to store the original cause when rethrowing exceptions.
  • OSL macro clean-up:
  • Remove SAL_THROW
  • IReference and ReferenceObject:
  • ReferenceObject in include/salhelper/refobj.hxx no longer extends IReference.
  • IReference has been removed from include/rtl/ref.hxx, it is no longer in use.
  • UNO API changes:
  • The following UNO interfaces and services were changed:
  • com.sun.star.xml.sax.XFastTokenHandler

New in LibreOffice 4.4.0.0 Alpha 2 (Nov 14, 2014)

  • improper use of negative value (CID#736090) [Eike Rathke]
  • DocxAttributeOutput::AddToAttrList: avoid duplicated attributes (abi#9930) [Miklos Vajna]
  • DOC import: handle FFData.cch (bnc#636128) [Miklos Vajna]
  • XLS export: external sheet references on Linux/OSX (bnc#893791) [Andras Timar]
  • clarify with assert that new_size == 0 cannot happen (cid#1202755) [Stephan Bergmann]
  • clarify with assert that ave == 0 cannot happen (cid#1202756) [Stephan Bergmann]
  • logically dead code (cid#1209201) [Noel Grandin]
  • silently ignore uno_assignData return value here (cid#1212456) [Stephan Bergmann]
  • unused value (cid#1242749) [Noel Grandin]
  • uninitialized pointer field (cid#1242780) [Noel Grandin]
  • handle rename failure (cid#1242936) [Stephan Bergmann]
  • logically dead code (cid#1247616) [Noel Grandin]
  • uncaught exception (cid#1249675) [Noel Grandin]
  • uninitialized scalar field (cid#1249676) [Noel Grandin]
  • dereference after null check (cid#705051) [Noel Grandin]
  • dereference after null check (cid#705053) [Noel Grandin]
  • logically dead code (cid#735507) [Noel Grandin]
  • logically dead code (cid#735557) [Noel Grandin]
  • uninitialized pointer field (cid#738785) [Noel Grandin, Stephan Bergmann]
  • warn about rename failure in error clean-up code (cid#982171) [Stephan Bergmann]
  • silently ignore F_SETFD FD_CLOEXEC failures (cid#982172) [Stephan Bergmann]
  • uninitialized scalar field (converity#1249470) [Eike Rathke]
  • uninitialized scalar field (converity#707956) [Eike Rathke]
  • uninitialized pointer field (converity#738797) [Eike Rathke]
  • division or modulo by float zero (coverity#1000600) [Caolán McNamara]
  • dereference after null check (coverity#1000601) [Caolán McNamara]
  • use of untrusted string value (coverity#1000834) [Caolán McNamara]
  • uncaught exception (coverity#1000852) [Caolán McNamara]
  • dereference after null check (coverity#1019337) [Caolán McNamara]
  • uncaught exception (coverity#1019393) [Caolán McNamara]
  • dereference before null check (coverity#1028106) [Caolán McNamara]
  • unchecked return value (coverity#1078448) [Caolán McNamara]
  • unchecked return value (coverity#1078486) [Caolán McNamara]
  • division or modulo by zero (coverity#1078537) [Caolán McNamara]
  • division or modulo by zero (coverity#1078538) [Caolán McNamara]
  • division or modulo by zero (coverity#1078539) [Caolán McNamara]
  • division or modulo by zero (coverity#1078541) [Caolán McNamara]
  • division or modulo by zero (coverity#1078542) [Caolán McNamara]
  • unchecked dynamic_cast (coverity#1103678) [Caolán McNamara]
  • missing break in switch (coverity#1130394) [Caolán McNamara]
  • unchecked return value (coverity#1157745) [Caolán McNamara]
  • uncaught exception (coverity#1158394) [Caolán McNamara]
  • uncaught exception (coverity#1158395) [Caolán McNamara]
  • bad bit shift operation (coverity#1202743) [David Tardon]
  • division or modulo by zero (coverity#1202781) [Caolán McNamara]
  • explicit null dereferenced (coverity#1202803) [Caolán McNamara]
  • explicit null dereferenced (coverity#1202804) [Caolán McNamara]
  • annotate Dereference before null check as false positive (coverity#1202880) [Caolán McNamara]
  • annotate Dereference before null check as false positive (coverity#1202881) [Caolán McNamara]
  • unchecked return value (coverity#1209010) [Caolán McNamara]
  • silence Unchecked return value from library (coverity#1209023) [Caolán McNamara]
  • copy-paste error (coverity#1209103) [David Tardon]
  • dereference after null check (coverity#1209395) [Caolán McNamara]
  • reorganize to silence Explicit null dereferenced (coverity#1209529) [Caolán McNamara]
  • dereference null return value (coverity#1209713) [Caolán McNamara]
  • no need for ? : here (coverity#1212506) [Caolán McNamara]
  • dereference after null check (coverity#1213082) [Caolán McNamara]
  • untrusted loop bound (coverity#1213366) [Caolán McNamara]
  • untaint registry data (coverity#1213371) [Caolán McNamara]
  • untaint registry data (coverity#1213372) [Caolán McNamara]
  • untaint registry data (coverity#1213373) [Caolán McNamara]
  • untaint registry data (coverity#1213374) [Caolán McNamara]
  • untaint registry data (coverity#1213376) [Caolán McNamara]
  • untaint registry data (coverity#1213388) [Caolán McNamara]
  • untaint registry data (coverity#1213389) [Caolán McNamara]
  • untaint registry data (coverity#1213390) [Caolán McNamara]
  • untaint registry data (coverity#1213423) [Caolán McNamara]
  • untaint registry data (coverity#1213424) [Caolán McNamara]
  • untaint registry data (coverity#1213425) [Caolán McNamara]
  • untaint registry data (coverity#1213432) [Caolán McNamara]
  • untaint registry data (coverity#1215304) [Caolán McNamara]
  • uncaught exception (coverity#1215387) [Caolán McNamara]
  • uncaught exception (coverity#1215389) [Caolán McNamara]
  • uncaught exception (coverity#1215391) [Caolán McNamara]
  • uncaught exception (coverity#1215393) [Caolán McNamara]
  • uncaught exception (coverity#1215395) [Caolán McNamara]
  • silence Unchecked return value (coverity#1223086) [Caolán McNamara]
  • dereference after null check (coverity#1224975) [Caolán McNamara]
  • uncaught exception (coverity#1233509) [Caolán McNamara]
  • uncaught exception (coverity#1233510) [Caolán McNamara]
  • use our double-locking templates for this (coverity#1237350) [Caolán McNamara]
  • unchecked return value (coverity#1240253) [David Tardon]
  • unchecked dynamic_cast (coverity#1241199) [Caolán McNamara]
  • unchecked dynamic_cast (coverity#1242422) [Caolán McNamara]
  • explicit null dereferenced (coverity#1242427) [Caolán McNamara]
  • explicit null dereferenced (coverity#1242428) [Caolán McNamara]
  • explicit null dereferenced (coverity#1242429) [Caolán McNamara]
  • SdrMakeOutliner alway derefs pMod (coverity#1242433) [Caolán McNamara]
  • identical code for different branches (coverity#1242442) [Caolán McNamara]
  • swapped arguments (coverity#1242508) [Thorsten Behrens]
  • arguments in wrong order (coverity#1242510) [David Tardon]
  • arguments in wrong order (coverity#1242514) [David Tardon]
  • reorg to silence Arguments in wrong order (coverity#1242516) [Caolán McNamara]
  • arguments in wrong order (coverity#1242524) [Markus Mohrhard]
  • untrusted loop bound (coverity#1242531) [Caolán McNamara]
  • untrusted value as argument (coverity#1242570) [Caolán McNamara]
  • untrusted value as argument (coverity#1242587) [Caolán McNamara]
  • untrusted loop bound (coverity#1242599) [Caolán McNamara]
  • untrusted loop bound (coverity#1242606) [Caolán McNamara]
  • untrusted loop bound (coverity#1242614) [Caolán McNamara]
  • untrusted loop bound (coverity#1242632) [Caolán McNamara]
  • untrusted loop bound (coverity#1242653) [Caolán McNamara]
  • untrusted loop bound (coverity#1242656) [Caolán McNamara]
  • untrusted loop bound (coverity#1242658) [Caolán McNamara]
  • untrusted value as argument (coverity#1242671) [Caolán McNamara]
  • untrusted loop bound (coverity#1242682) [Caolán McNamara]
  • untrusted loop bound (coverity#1242688) [Caolán McNamara]
  • untrusted loop bound (coverity#1242689) [Caolán McNamara]
  • untrusted value as argument (coverity#1242693) [Caolán McNamara]
  • untrusted loop bound (coverity#1242704) [Caolán McNamara]
  • untrusted value as argument (coverity#1242727) [Caolán McNamara]
  • turn this around to help out coverity (coverity#1242746) [Caolán McNamara]
  • unused value (coverity#1242792) [Caolán McNamara]
  • untrusted loop bound (coverity#1242794) [Caolán McNamara]
  • untrusted loop bound (coverity#1242796) [Caolán McNamara, ?????? McNamara]
  • untrusted pointer read (coverity#1242806) [David Tardon]
  • unused value (coverity#1242809) [David Tardon]
  • untrusted pointer read (coverity#1242811) [David Tardon]
  • untrusted loop bound (coverity#1242839) [Caolán McNamara]
  • untrusted loop bound (coverity#1242844) [?????? McNamara]
  • use of untrusted scalar (coverity#1242845) [David Tardon]
  • untrusted loop bound (coverity#1242865) [Caolán McNamara]
  • untrusted loop bound (coverity#1242886) [Caolán McNamara]
  • untrusted value as argument (coverity#1242908) [Caolán McNamara]
  • unused value (coverity#1242933) [David Tardon]
  • untrusted loop bound (coverity#1242956) [Caolán McNamara]
  • untrusted value as argument (coverity#1242959) [Caolán McNamara]
  • division or modulo by float zero (coverity#1244938) [Caolán McNamara]
  • division or modulo by float zero (coverity#1244939) [Caolán McNamara]
  • use of untrusted string value (coverity#1244947) [Caolán McNamara]
  • unchecked return value (coverity#1247614) [Caolán McNamara]
  • fraction: Revert "there is nothing to do if width is 0" (coverity#1247617) [Jan Holesovsky]
  • oslModule -> osl::Module (coverity#1247624) [Caolán McNamara]
  • uncaught exception (coverity#1247641) [Caolán McNamara]
  • writeFastAttributeList never takes NULL (coverity#1249456) [Caolán McNamara]
  • writeFastAttributeList never takes NULL (coverity#1249457) [Caolán McNamara]
  • explicit null dereferenced (coverity#1249458) [Caolán McNamara]
  • unchecked dynamic_cast (coverity#1249459) [Caolán McNamara]
  • unchecked dynamic_cast (coverity#1249460) [Caolán McNamara]
  • uncaught exception (coverity#1249466) [Caolán McNamara]
  • uncaught exception (coverity#1249467) [Caolán McNamara]
  • uncaught exception (coverity#1249468) [Caolán McNamara]
  • uncaught exception (coverity#1249469) [Caolán McNamara]
  • missing break in switch (coverity#1249674) [Caolán McNamara]
  • operands don't affect result (coverity#1250404) [Caolán McNamara]
  • division or modulo by float zero (coverity#1250405) [Caolán McNamara]
  • division or modulo by float zero (coverity#1250406) [Caolán McNamara]
  • division or modulo by float zero (coverity#1250407) [Caolán McNamara]
  • division or modulo by float zero (coverity#1250408) [Caolán McNamara]
  • explicit null dereferenced (coverity#1250409) [Caolán McNamara]
  • ressource Leak (coverity#1250437) [Norbert Thiebaud]
  • uninitialized scalar field (coverity#1250438) [Caolán McNamara]
  • structurally dead code (coverity#1250439) [Caolán McNamara]
  • dereference null return value (coverity#1250699) [Caolán McNamara]
  • uninitialized scalar field (coverity#1250700) [Caolán McNamara]
  • resource leak in object (coverity#440777) [Caolán McNamara]
  • uncaught exception (coverity#441732) [Caolán McNamara]
  • uncaught exception (coverity#441989) [Caolán McNamara]
  • uncaught exception (coverity#441992) [Caolán McNamara]
  • unchecked return value (coverity#703936) [Caolán McNamara]
  • unchecked return value (coverity#703954) [Caolán McNamara]
  • unchecked return value (coverity#703957) [Caolán McNamara]
  • silence Unchecked return value (coverity#703988) [Caolán McNamara]
  • silence Unchecked return value (coverity#704001) [Caolán McNamara]
  • unchecked return value (coverity#704010) [Caolán McNamara]
  • unchecked return value (coverity#704019) [Caolán McNamara]
  • unchecked return value (coverity#704020) [Caolán McNamara]
  • unchecked return value (coverity#704052) [Caolán McNamara]
  • unchecked return value (coverity#704066) [Caolán McNamara]
  • unchecked return value (coverity#704067) [Caolán McNamara]
  • unchecked return value (coverity#704068) [Caolán McNamara]
  • unchecked return value (coverity#704072) [Caolán McNamara]
  • unchecked return value (coverity#704085) [Caolán McNamara]
  • unchecked return value (coverity#704086) [Caolán McNamara]
  • unchecked return value (coverity#704089) [Caolán McNamara]
  • unchecked return value (coverity#704090) [Caolán McNamara]
  • unchecked return value (coverity#704095) [Caolán McNamara]
  • silence Resource leak in object (coverity#704134) [Caolán McNamara]
  • Constant' variable guards dead code (coverity#704228) [Caolán McNamara]
  • logically dead code (coverity#704231) [Caolán McNamara]
  • logically dead code (coverity#704245) [Caolán McNamara]
  • gold, Logically dead code (coverity#704378) [Caolán McNamara]
  • dereference after null check (coverity#704558) [Caolán McNamara]
  • unchecked dynamic_cast (coverity#704564) [Caolán McNamara]
  • unchecked dynamic_cast (coverity#704649) [Caolán McNamara]
  • unchecked dynamic_cast (coverity#704654) [Caolán McNamara]
  • unchecked dynamic_cast (coverity#704655) [Caolán McNamara]
  • unchecked dynamic_cast (coverity#704656) [Caolán McNamara]
  • unchecked dynamic_cast (coverity#704660) [Caolán McNamara]
  • dereference after null check (coverity#704836) [Caolán McNamara]
  • using invalid iterator (coverity#705111) [Caolán McNamara]
  • gold, Missing break in switch (coverity#705257) [Caolán McNamara]
  • missing break in switch (coverity#705269) [Caolán McNamara]
  • missing break in switch (coverity#705348) [Eike Rathke]
  • xmloff: XMLMergeElemTransformerContext misuse of enum (coverity#705391) [Michael Stahl]
  • drop testlistener that logs to c:\listener.out (coverity#705527) [Caolán McNamara]
  • osl_Module->osl::Module (coverity#705665) [Caolán McNamara]
  • osl_Module->osl::Module (coverity#705666) [Caolán McNamara]
  • resource leak (coverity#705781) [Caolán McNamara]
  • dereference before null check (coverity#705921) [Caolán McNamara]
  • use of untrusted string value (coverity#706196) [Caolán McNamara]
  • uncaught exception (coverity#706303) [Caolán McNamara]
  • uncaught exception (coverity#706317) [Caolán McNamara]
  • uncaught exception (coverity#706319) [Caolán McNamara]
  • uncaught exception (coverity#706321) [Caolán McNamara]
  • uncaught exception (coverity#706322) [Caolán McNamara]
  • uncaught exception (coverity#706328) [Caolán McNamara]
  • uncaught exception (coverity#706329) [Caolán McNamara]
  • uncaught exception (coverity#706361) [David Tardon]
  • uncaught exception (coverity#706362) [David Tardon]
  • uncaught exception (coverity#706363) [David Tardon]
  • uncaught exception (coverity#706366) [David Tardon]
  • uncaught exception (coverity#706375) [David Tardon]
  • uncaught exception (coverity#706388) [Caolán McNamara]
  • uncaught exception (coverity#706401) [Caolán McNamara]
  • uncaught exception (coverity#706465) [Caolán McNamara]
  • uncaught exception (coverity#706537) [Caolán McNamara]
  • uncaught exception (coverity#706538) [Caolán McNamara]
  • uncaught exception (coverity#706540) [Caolán McNamara]
  • uncaught exception (coverity#706543) [David Tardon]
  • uncaught exception (coverity#706568) [Caolán McNamara]
  • uncaught exception (coverity#706569) [Caolán McNamara]
  • uncaught exception (coverity#706578) [David Tardon]
  • uncaught exception (coverity#706582) [Caolán McNamara]
  • uncaught exception (coverity#706583) [Caolán McNamara]
  • uncaught exception (coverity#706584) [Caolán McNamara]
  • uncaught exception (coverity#706585) [Caolán McNamara]
  • uncaught exception (coverity#706586) [Caolán McNamara]
  • uncaught exception (coverity#706590) [Caolán McNamara]
  • uncaught exception (coverity#707299) [Caolán McNamara]
  • uncaught exception (coverity#707301) [Caolán McNamara]
  • uncaught exception (coverity#707418) [Caolán McNamara]
  • uncaught exception (coverity#707419) [Caolán McNamara]
  • uncaught exception (coverity#707420) [Caolán McNamara]
  • uninitialized scalar field (coverity#707920) [Caolán McNamara]
  • uninitialized scalar field (coverity#707956) [Caolán McNamara]
  • eliminate duplicated initialization (coverity#707985) [Eike Rathke]
  • unchecked return value (coverity#735298) [Caolán McNamara]
  • unchecked return value (coverity#735305) [Caolán McNamara]
  • unchecked return value (coverity#735309) [Caolán McNamara]
  • unchecked return value (coverity#735311) [Eike Rathke]
  • unchecked return value (coverity#735320) [Eike Rathke]
  • unchecked return value (coverity#735332) [Caolán McNamara]
  • unchecked return value (coverity#735338) [Caolán McNamara]
  • silence Unchecked return value from library (coverity#735342) [Caolán McNamara]
  • unchecked return value (coverity#735346) [Caolán McNamara]
  • silence Unchecked return value from library (coverity#735348) [Caolán McNamara]
  • silence Unchecked return value from library (coverity#735349) [Caolán McNamara]
  • silence Unchecked return value from library (coverity#735350) [Caolán McNamara]
  • try and silence Copy-paste error (coverity#735385) [Caolán McNamara]
  • logically dead code (coverity#735452) [Caolán McNamara]
  • division or modulo by float zero (coverity#735607) [Caolán McNamara]
  • division or modulo by float zero (coverity#735608) [Caolán McNamara]
  • division or modulo by zero (coverity#735609) [Caolán McNamara]
  • division or modulo by float zero (coverity#735611) [Caolán McNamara]
  • division or modulo by float zero (coverity#735612) [Caolán McNamara]
  • division or modulo by float zero (coverity#735614) [Caolán McNamara]
  • division or modulo by float zero (coverity#735615) [Caolán McNamara]
  • division or modulo by float zero (coverity#735623) [Caolán McNamara]
  • division by zero (coverity#735627) [David Tardon]
  • division by zero (coverity#735628) [David Tardon]
  • division by zero (coverity#735629) [David Tardon]
  • division by zero (coverity#735630) [David Tardon]
  • division by zero (coverity#735631) [David Tardon]
  • division by zero (coverity#735632) [David Tardon]
  • division or modulo by float zero (coverity#735635) [Caolán McNamara]
  • division or modulo by float zero (coverity#735636) [Caolán McNamara]
  • division or modulo by float zero (coverity#735638) [Caolán McNamara]
  • division or modulo by float zero (coverity#735639) [Caolán McNamara]
  • division or modulo by zero (coverity#735641) [Caolán McNamara]
  • division or modulo by zero (coverity#735645) [Caolán McNamara]
  • division or modulo by zero (coverity#735646) [Caolán McNamara]
  • division or modulo by zero (coverity#735651) [Caolán McNamara]
  • division or modulo by zero (coverity#735652) [Caolán McNamara]
  • division or modulo by zero (coverity#735654) [Caolán McNamara]
  • division by zero (coverity#735658) [David Tardon]
  • division by zero (coverity#735659) [David Tardon]
  • division by zero (coverity#735660) [David Tardon]
  • division by zero (coverity#735661) [David Tardon]
  • division or modulo by zero (coverity#735663) [Caolán McNamara]
  • dereference after null check (coverity#735811) [Eike Rathke]
  • dereference after null check (coverity#735914) [Caolán McNamara]
  • invalid iterator comparison (coverity#736026) [Caolán McNamara]
  • invalid iterator comparison (coverity#736027) [Caolán McNamara]
  • invalid iterator comparison (coverity#736028) [Caolán McNamara]
  • nesting level does not match indentation (coverity#736109) [Caolán McNamara]
  • out-of-bounds access (coverity#736214) [Caolán McNamara]
  • resource leak (coverity#736401) [Caolán McNamara]
  • resource leak (coverity#736461) [Caolán McNamara]
  • negative array index read (coverity#736876) [Caolán McNamara]
  • uncaught exception (coverity#737143) [Caolán McNamara]
  • uncaught exception (coverity#737920) [Caolán McNamara]
  • silence Unchecked return value from library (coverity#982159) [Caolán McNamara]
  • unchecked return value (coverity#982160) [David Tardon]
  • unchecked return value (coverity#982161) [David Tardon]
  • silence Unchecked return value from library (coverity#982163) [Caolán McNamara]
  • silence Unchecked return value from library (coverity#982164) [Caolán McNamara]
  • unchecked return value (coverity#982167) [Caolán McNamara]
  • silence Unchecked return value from library (coverity#982184) [Caolán McNamara]
  • silence Unchecked return value from library (coverity#982185) [Caolán McNamara]
  • unchecked return value (coverity#982188) [David Tardon]
  • unchecked return value (coverity#982248) [Caolán McNamara]
  • silence Copy-paste error (coverity#982268) [Caolán McNamara]
  • EBCDIC-related cleanup (coverity#982297) [Caolán McNamara]
  • coverity deadcode vs compiler switch warnings (coverity#982307) [Caolán McNamara]
  • dereference after null check (coverity#982483) [Caolán McNamara]
  • unchecked dynamic_cast (coverity#982488) [David Tardon]
  • experiment with silencing Infinite loop (coverity#982593) [Caolán McNamara]
  • missing break in switch (coverity#982640) [Caolán McNamara]
  • do not leak (coverity#982921) [David Tardon]
  • uncaught exception (coverity#983652) [Caolán McNamara]
  • uncaught exception (coverity#983984) [Caolán McNamara]
  • uncaught exception (coverity#983985) [Caolán McNamara]
  • uncaught exception (coverity#983989) [Caolán McNamara]
  • dbaccess: move XML_TOK_ENCODING to enum XMLDataSourceInfo (covertiy#705369) [Michael Stahl]
  • don't show filter list any more (fdo#33598) [Caolán McNamara]
  • de-/Increase font when multi-sized text (fdo#35862) [Daniel Sikeler]
  • fix shift+click to select multiple drawings (fdo#37960) [Andras Timar]
  • strip out OUString globals (fdo#38835) [Noel Grandin]
  • translate German comments - sw/source/core/{unocore|text} (fdo#39468) [Michael Jaumann, Christian M. Heller, Philipp Weissenbacher]
  • add build support for iwyu (fdo#42949) [Riccardo Magliocchetti]
  • clean up OSL_ASSERT, DBG_ASSERT (fdo#43157) [Naruhiko Ogasawara]
  • fix word count with recorded changes (fdo#46757) [Caolán McNamara]
  • FORMATTING: Icon in Calc toolbar for wrap text (fdo#60349) [Yousuf Philips]
  • replace SUPD variable (fdo#60689) [Marcos Paulo de Souza]
  • make color configuration consistent (fdo#60906) [Ioan Radu]
  • suggest titlecase and uppercase words from exception dict (fdo#61167) [Andras Timar]
  • hyphenation (fdo#62879) [Joel]
  • relabelling the submenu items (fdo#62947) [Yousuf Philips]
  • sw: CrossRefBookmark: ensure that unused m_pPos2 is null (fdo#65163) [Michael Stahl]
  • copy-and-paste -> slideshow crash in presenter console (fdo#65457) [Caolán McNamara]
  • fix missing flip icons in Calc menu (fdo#67585) [Yousuf Philips]
  • allow to show/hide sidebar decks with the same command (fdo#67627) [Samuel Mehrbrodt]
  • fix word count with recorded changes (fdo#68347) [Caolán McNamara]
  • format in 'Outline Numbering' not saved anymore (fdo#69049) [Caolán McNamara]
  • related rename Picture to Image (fdo#70998) [Stanislav Horacek]
  • CMIS: Default Alfresco 4 URL not working (fdo#71781) [Julien Nabet]
  • avoid double-free race condition for ScCellRangesBase (fdo#72695) [Michael Stahl]
  • sc: Don't update the gui during live preview (fdo#73617) [Maxim Monastirsky]
  • broadcast changes after TextToColumn (fdo#74014) [Eike Rathke]
  • improve Sifr Icon Theme (fdo#75256) [Matthias Freund]
  • removed duplicate insert entries (fdo#75673) [Joel]
  • revert "remove inheritance to std::map" (fdo#75757) [Daniel Sikeler, Takeshi Abe, Stephan Bergmann]
  • HIG fixes for the rest of cui (and a bit of sw) (fdo#76486) [Adolfo Jayme Barrientos]
  • copy-and-paste -> slideshow crash in presenter console (fdo#76581) [Caolán McNamara]
  • rename of '1.2 extended (compat mode)' (fdo#78214) [Yousuf Philips]
  • HIG fixes for the rest of cui (and a bit of sw) (fdo#78826) [Adolfo Jayme Barrientos]
  • graphic Dialog Label Change (fdo#79149) [Joel]
  • sw: add new compatibiltiy flag PropLineSpacingShrinksFirstLine (fdo#79602) [Michael Stahl]
  • parse BlockList.xml only once (fdo#79761) [Daniel Sikeler]
  • add an icon to the 'Export as PDF' command (fdo#80161) [Yousuf Philips]
  • import baseclasses implement FastParser interfaces (fdo#80403) [Daniel Sikeler]
  • update Start Center help page. (fdo#80481) [Olivier Hallot]
  • adding an icon to the Tools > Options menu entry (fdo#80716) [Yousuf Philips]
  • rename Cancel and explain what it will do (fdo#80815) [Caolán McNamara]
  • use bookmarks to mark mailmerge parts in a mailmerge document (fdo#80823) [Luboš Lunák]
  • Find' should be 'Find Next' in the 'Find & Replace' dialog (fdo#80918) [Yousuf Philips]
  • accessiblitiy focus not tracked for cells in Calc (fdo#81264) [Niklas Johansson]
  • use boost::rational internally in Fraction (fdo#81356) [Juan Picca, Jan Holesovsky]
  • rearrangement some buttons and add some hidden ones (fdo#81475) [Yousuf Philips]
  • senddoc, uri-encode got lost on Mac (fdo#82038) [Stephan Bergmann]
  • RTF import: handle footnote in table cell (fdo#82076) [Miklos Vajna]
  • new 'Chart' toolbar icon (fdo#82272) [Yousuf Philips]
  • MSVC build: disable a few more cases of SSE2 in externals (fdo#82430) [Michael Stahl]
  • RTF import: fix position of column break (fdo#82512) [Miklos Vajna]
  • RTF export: fix "none" line style of TextFrames (fdo#82858) [Miklos Vajna]
  • RTF import: don't try to set CustomShapeGeometry on a TextFrame (fdo#82859) [Miklos Vajna]
  • related: Jay wants equal space above and below this button (fdo#83003) [Caolán McNamara]
  • improve PDF export dialog labels and tooltips (fdo#83395) [Yousuf Philips]
  • Extrusion On/Off' should be added to Fontwork toolbar (fdo#83579) [Yousuf Philips]
  • revert "center slide after changing zoom" (fdo#83588) [Caolán McNamara]
  • svx: don't try to paint on empty OutputDevice (fdo#83664) [Michael Stahl]
  • remove redundant function folding comments. (fdo#83991) [Vinicius Vendramini]
  • change writerperfect filters to use a new base class template (fdo#84168) [Takeshi Abe]
  • remove repeated mouse handling code (fdo#84380) [Victor Portella]
  • TRACK CHANGES: New icons for the changes toolbar (small) (fdo#84405) [Yousuf Philips]
  • toolbar: Insert Field dropdown doesn't contain icons (fdo#84408) [Juergen Funk]
  • restore focus window after preview (fdo#84417) [Caolán McNamara]
  • COLOR PICKER: Improve keyboard navigation (fdo#84573) [Juergen Funk]
  • related: make the undo popup not center under windows (fdo#84676) [Caolán McNamara]
  • SwXAutoStyleFamily::insertStyle: don't throw on unknown property (fdo#84692) [Miklos Vajna]
  • buffer cache grows to over 9000 unused entries (fdo#84729) [Caolán McNamara]
  • correct the link for cmd/lc_square.png (fdo#84792) [Maxim Monastirsky]
  • menu, DropDown-List don't disappear with right mouse click (fdo#84795) [Juergen Funk, Caolán McNamara]
  • sidebar: Use SvxColorToolBoxControl for cell fill color (fdo#84844) [Maxim Monastirsky]
  • related: move code setting edit mode to a new method (fdo#84846) [Boris Egorov]
  • fraction: Revert "it seems long is not enough on 32 bit" (fdo#84854) [Jan Holesovsky]
  • chart wizard dialog cut off (fdo#84885) [Caolán McNamara]
  • basic: DocBasicItem is a UNO service, lock SolarMutex in dtor (fdo#84935) [Michael Stahl]
  • replace TIMEF_ constants with enum (fdo#84938) [Noel Grandin]
  • limit script stripping to known suffixes (fdo#85006) [Caolán McNamara]
  • windows XP SP2 is required (fdo#85042) [Andras Timar]
  • calc name changes didnt show up with entries having ContextLabel (fdo#85046) [Yousuf Philips]
  • terminate if can't load kde addressbook (fdo#85081) [Caolán McNamara]
  • put a border around the custom properties box (fdo#85111) [Caolán McNamara]
  • RTF filter: import image border (fdo#85179) [Miklos Vajna]
  • copy OUString argument to avoid a use after free (fdo#85185) [Matthew J. Francis]
  • ensure that formula broadcasting works after sort. (fdo#85215) [Kohei Yoshida]
  • copy and paste of a slide results in a blue slide in presentation mode. (fdo#85247) [Muthu Subramanian]
  • correct adjustment of range reference on delete & shift. (fdo#85282) [Kohei Yoshida]
  • prioritize writerglobal8_template detection (fdo#85324) [Maxim Monastirsky]
  • better tooltip for paragraph spacing buttons (fdo#85340) [Yousuf Philips]
  • broadcast changes after TextToColumn (fdo#85403) [Eike Rathke]
  • TOOLBAR: Use insert page number icon for insert field control (fdo#85500) [Yousuf Philips]
  • OSX Crash Impress with videoclip (fdo#85524) [Julien Nabet]
  • sw: fix crash on insert of input field and set variable field (fdo#85562) [Julien Nabet]
  • changing the label 'Gallery' and having it in the insert menu (fdo#85620) [Yousuf Philips]
  • filter out empty file records (fdo#85633) [David Tardon]
  • update help page for Calc Option Formula (fdo#85686) [Olivier Hallot]
  • allow to show/hide sidebar decks with the same command (fdo#85791) [Samuel Mehrbrodt]
  • MENU: Rearranging the Insert > Media submenu (fdo#85809) [Yousuf Philips]
  • RTF import: fix run type in new groups (fdo#85812) [Michael Stahl]
  • drawingML export: fix handling of impress tables (fdo#85813) [Miklos Vajna]
  • have menu item for insert table and it called 'Insert Table' (fdo#85820) [Yousuf Philips]
  • better use of space in Special Characters dialog (fdo#85907) [Adolfo Jayme Barrientos]
  • vcl: split asserts in VclBuilder::get() for (fdo#85939) [Chris Sherlock]
  • improvements to Simplified Chinese (zh-CN) locale data (fdo#85954) [Kevin Suo]
  • red is not red enough (i#118191) [Regina Henschel]
  • SwXAutoStyleFamily::insertStyle: don't throw on unknown property (i#124638) [Miklos Vajna]
  • make Korean ReplaceSingleQuote the same as everyone else (i#25937) [Caolán McNamara]
  • RTF import: handle nested groups inside redlines (i#84172) [Miklos Vajna]
  • avoid double-free race condition for ScCellRangesBase (i#90076) [Michael Stahl]
  • support word for windows 1 (ooo#40683) [Caolán McNamara]
  • a11y frames label dies before frame (rhbz#1146169) [Caolán McNamara]
  • Enable Font Replacement causes poor output, spadmin need to fix, but doesn't exist in /usr/bin (rhbz#188467) [Caolán McNamara]

New in LibreOffice 4.4.0.0 Alpha 1 (Oct 30, 2014)

  • logically dead code (DEADCODE) (CID#1000519) [Eike Rathke]
  • logically dead code (DEADCODE) (CID#1000520) [Eike Rathke]
  • division or modulo by float zero (DIVIDE_BY_ZERO) (CID#1038293) [Eike Rathke]
  • division or modulo by float zero (DIVIDE_BY_ZERO) (CID#1169815) [Eike Rathke]
  • unchecked return value (CHECKED_RETURN) (CID#703984) [Eike Rathke]
  • unchecked return value (CHECKED_RETURN) (CID#703986) [Eike Rathke]
  • unchecked return value (CHECKED_RETURN) (CID#703987) [Eike Rathke]
  • dereference after null check (FORWARD_NULL) (CID#735794) [Eike Rathke]
  • logically dead code (CID#982304) [Eike Rathke]
  • fix Help pages for WEBSERVICES function (FDO#80441) [Olivier Hallot]
  • help page for Edit-Fill-Random Numbers (FDO#80453) [Olivier Hallot]
  • part) help for page CMIS file access (FDO#80652) [Olivier Hallot]
  • part) help btn for Label Field select'n (FDO#83283) [Olivier Hallot]
  • RTF export: support page-anchored frames (abi#10039) [Miklos Vajna]
  • RTF export: handle frames without a valid anchor point (abi#10076) [Miklos Vajna]
  • RTF import: fix memory leak (abi#2128) [Miklos Vajna]
  • RTF import: handle non-graphic object after a graphic one (abi#2720) [Miklos Vajna]
  • fix editeng text search with expanded fields. (bnc#467459) [Michael Meeks]
  • OOXML import: unit test for table background property (bnc#480256) [Matúš Kukan]
  • fix reading even/odd page breaks from .docx (bnc#519228) [Luboš Lun(ák]
  • sw: html import test: local images shouldn't be file links (bnc#580834) [Matúš Kukan]
  • import subtitle block to master slides (bnc#584721) [Zolnai Tamás]
  • unit test for media files import (bnc#591147) [Matúš Kukan]
  • sd: check that master page matches when setting parent style (bnc#708518) [Michael Stahl]
  • copy first-header-footer test from ww8 to ooxml (bnc#751077) [Luke Deller]
  • copy first-header-footer test from ww8 to ooxml (bnc#780843) [Luke Deller]
  • fix reading a .doc that has frame anchored to the end of page (bnc#787942) [Luboš Lun(ák]
  • SwTxtFrm::FormatAdjust: still call SplitFrm if we have columns (bnc#800714) [Miklos Vajna]
  • write test for this. (bnc#812796) [Kohei Yoshida]
  • writerfilter: remove mce token generator (bnc#820503) [Miklos Vajna]
  • handle scope of w:pPrChange and w:rPrChange properly (bnc#821804) [Miklos Vajna, Luboš Lun(ák]
  • better algorithm to find placeholder shape. (bnc#821916) [Matúš Kukan]
  • let's not even try to export invalid chart objects. (bnc#822170) [Kohei Yoshida]
  • initial work on exporting pivot cache and pivot table to xlsx. (bnc#822173) [Kohei Yoshida]
  • if number type is not set, skip numbering (bnc#822347) [Tomaž Vajngerl]
  • RTF import: fix paragraph spacing handling in tables (bnc#825305) [Miklos Vajna]
  • fix some number format issues, (bnc#862510) [Matúš Kukan, Tor Lillqvist]
  • DOCX import: handle w:jc=center inside w:textDirection=btLr (bnc#865381) [Miklos Vajna]
  • fix floating table over section with several columns (part of (bnc#875383) [Luboš Lun(ák]
  • handle direct formatting for numbering in .docx (bnc#875717) [Luboš Lun(ák]
  • related: DOCX import: fix missing character grab-bag on fields (bnc#875718) [Miklos Vajna, Luboš Lun(ák]
  • MSWord uses \xb for linebreaks in DB fields, take 2 (bnc#878854) [Luboš Lun(ák]
  • improved handling of placeholder shapes (bnc#880448) [Matúš Kukan]
  • don't inherit the style from the title, related (bnc#880488) [Markus Mohrhard]
  • test font size at world transform (bnc#881024) [Tomaž Vajngerl]
  • write test for this. (bnc#881025) [Kohei Yoshida]
  • add chart unit test for GradientName property. (bnc#882383) [Matúš Kukan]
  • write test for this. Disabled due to VBA not working in cppunit. (bnc#882595) [Kohei Yoshida]
  • make chart objects exempt from automatic unloading. (bnc#883684) [Kohei Yoshida]
  • VML import: import OLE objects in header with background wrapping (bnc#884615) [Miklos Vajna, Luboš Lun(ák]
  • adjust xlsx export of revisions to get it to work in Excel. (bnc#885548) [Kohei Yoshida]
  • OOXML import and export of data label borders. (bnc#885825) [Kohei Yoshida]
  • revert "Let's not push the available area down when no titles are there." (bnc#886540) [Kohei Yoshida, Stephan Bergmann]
  • unit test for cell properties, where lastRow is used in table (bnc#887225) [Matúš Kukan]
  • handle docx's w:anchor layoutInCell attribute (bnc#891663) [Luboš Lun(ák]
  • OOXML import: Improve chart number formats. (bnc#892610) [Matúš Kukan]
  • OOXML import: Import border lines using reference too. (bnc#897769) [Matúš Kukan]
  • big parameter passed by value (cid#1169841) [Noel Grandin]
  • overflowed return value (cid#1194914) [Noel Grandin]
  • resource leak (cid#1194925) [Noel Grandin]
  • uninitialized scalar field (cid#1213562) [Noel Grandin]
  • uninitialized scalar variable (cid#1226493) [Noel Grandin]
  • uninitialized scalar field (cid#1226495) [Noel Grandin]
  • invalid iterator comparison (cid#1244941) [Noel Grandin]
  • uncaught exception (cid#1244948) [Noel Grandin]
  • uncaught exception (cid#1244949) [Noel Grandin]
  • uncaught exception (cid#1244950) [Noel Grandin]
  • uncaught exception (cid#1244951) [Noel Grandin]
  • uncaught exception (cid#1244952) [Noel Grandin]
  • uncaught exception (cid#1244954) [Noel Grandin]
  • uncaught exception (cid#1244955) [Noel Grandin]
  • uninitialized scalar field (cid#1247650) [Noel Grandin]
  • dereference after null check (cid#704588) [Noel Grandin]
  • resource leak (cid#705673) [Noel Grandin]
  • and Resource leak (cid#705674) [Noel Grandin]
  • and Resource leak (cid#705675) [Noel Grandin]
  • uncaught exception (cid#706551) [Noel Grandin]
  • uncaught exception (cid#706552) [Noel Grandin]
  • uncaught exception (cid#706553) [Noel Grandin]
  • uncaught exception (cid#706558) [Noel Grandin]
  • uncaught exception (cid#706917) [Noel Grandin]
  • uncaught exception (cid#706934) [Noel Grandin]
  • uncaught exception (cid#706943) [Noel Grandin]
  • uncaught exception (cid#706949) [Noel Grandin]
  • uncaught exception (cid#706953) [Noel Grandin]
  • uncaught exception (cid#706954) [Noel Grandin]
  • uncaught exception (cid#706960) [Noel Grandin]
  • uncaught exception (cid#706962) [Noel Grandin]
  • uncaught exception (cid#706965) [Noel Grandin]
  • uncaught exception (cid#707024) [Noel Grandin]
  • uncaught exception (cid#707029) [Noel Grandin]
  • uncaught exception (cid#707057) [Noel Grandin]
  • uncaught exception (cid#707058) [Noel Grandin]
  • uncaught exception (cid#707134) [Noel Grandin]
  • uncaught exception (cid#707135) [Noel Grandin]
  • uncaught exception (cid#707139) [Noel Grandin]
  • uncaught exception (cid#707147) [Noel Grandin]
  • uncaught exception (cid#707192) [Noel Grandin]
  • uncaught exception (cid#707198) [Noel Grandin]
  • uncaught exception (cid#707199) [Noel Grandin]
  • uncaught exception (cid#707232) [Noel Grandin]
  • uncaught exception (cid#707234) [Noel Grandin]
  • uncaught exception (cid#707235) [Noel Grandin]
  • uncaught exception (cid#707236) [Noel Grandin]
  • uncaught exception (cid#707249) [Noel Grandin]
  • uncaught exception (cid#707251) [Noel Grandin]
  • uncaught exception (cid#707262) [Noel Grandin]
  • uncaught exception (cid#707271) [Noel Grandin]
  • uncaught exception (cid#707272) [Noel Grandin]
  • uncaught exception (cid#707273) [Noel Grandin]
  • uncaught exception (cid#707295) [Noel Grandin]
  • and Uncaught exception (cid#707296) [Noel Grandin]
  • uncaught exception (cid#707399) [Noel Grandin]
  • uncaught exception (cid#707410) [Noel Grandin]
  • uncaught exception (cid#707415) [Noel Grandin]
  • uncaught exception (cid#707431) [Noel Grandin]
  • uncaught exception (cid#707433) [Noel Grandin]
  • uncaught exception (cid#707434) [Noel Grandin]
  • uncaught exception (cid#707435) [Noel Grandin]
  • missing break in switch (cid#736037) [Noel Grandin]
  • and Uncaught exception (cid#738184) [Noel Grandin]
  • resource leak (cid#983095) [Noel Grandin]
  • unintentional integer overflow (cid#988429) [Noel Grandin]
  • unchecked return value (coverity#1000506) [Caolán McNamara]
  • unchecked dynamic_cast (coverity#1000603) [Caolán McNamara]
  • missing break in switch (coverity#1000657) [Caolán McNamara]
  • missing break in switch, assuming its intentional (coverity#1000658) [Caolán McNamara]
  • uncaught exception (coverity#1000843) [Caolán McNamara]
  • uncaught exception (coverity#1000844) [Caolán McNamara]
  • uncaught exception (coverity#1000845) [Caolán McNamara]
  • uncaught exception (coverity#1000846) [Caolán McNamara]
  • unchecked return value (coverity#1019311) [Caolán McNamara]
  • unchecked dynamic_cast (coverity#1019323) [Caolán McNamara]
  • unchecked dynamic_cast (coverity#1019326) [Caolán McNamara]
  • unchecked dynamic_cast (coverity#1019329) [Caolán McNamara]
  • unchecked dynamic_cast (coverity#1019330) [Caolán McNamara]
  • explicit null dereferenced (coverity#1019333) [Caolán McNamara]
  • explicit null dereferenced (coverity#1019334) [Caolán McNamara]
  • missing break in switch, assuming intentional (coverity#1019354) [Caolán McNamara]
  • unchecked return value (coverity#1027273) [Caolán McNamara]
  • unchecked dynamic_cast (coverity#1027647) [Caolán McNamara]
  • unchecked dynamic_cast (coverity#1027650) [Caolán McNamara]
  • uncaught exception (coverity#1028261) [Caolán McNamara]
  • uninitialized scalar variable (coverity#1028320) [Caolán McNamara]
  • unchecked dynamic_cast (coverity#1038295) [Caolán McNamara]
  • unintended sign extension (coverity#1038314) [Caolán McNamara]
  • unintended sign extension (coverity#1038315) [Caolán McNamara]
  • unintended sign extension (coverity#1038316) [Caolán McNamara]
  • unintended sign extension (coverity#1038317) [Caolán McNamara]
  • unintended sign extension (coverity#1038318) [Caolán McNamara]
  • unintended sign extension (coverity#1038319) [Caolán McNamara]
  • unintended sign extension (coverity#1038320) [Caolán McNamara]
  • unintended sign extension (coverity#1038321) [Caolán McNamara]
  • uncaught exception (coverity#1038491) [Caolán McNamara]
  • resource leak (coverity#1066164) [Caolán McNamara]
  • resource leak (coverity#1066165) [Caolán McNamara]
  • unchecked return value (coverity#1078450) [Caolán McNamara]
  • unchecked return value (coverity#1078451) [Caolán McNamara]
  • unchecked return value (coverity#1078466) [Caolán McNamara]
  • unchecked return value (coverity#1078470) [Caolán McNamara]
  • unchecked return value (coverity#1078471) [Caolán McNamara]
  • unchecked return value (coverity#1078484) [Caolán McNamara]
  • logically dead code (coverity#1078526) [Caolán McNamara]
  • unchecked dynamic_cast (coverity#1078570) [Caolán McNamara]
  • unchecked dynamic_cast (coverity#1078573) [Miklos Vajna]
  • unchecked dynamic_cast (coverity#1078575) [Caolán McNamara]
  • dereference after null check (coverity#1078582) [Caolán McNamara]
  • unchecked dynamic_cast (coverity#1078598) [Caolán McNamara]
  • dereference after null check (coverity#1078601) [Caolán McNamara]
  • missing break in switch (coverity#1078633) [Caolán McNamara]
  • uncaught exception (coverity#1079093) [Caolán McNamara]
  • uninitialized scalar field (coverity#1079277) [Caolán McNamara]
  • uninitialized scalar field (coverity#1079278) [Caolán McNamara]
  • uninitialized scalar field (coverity#1079279) [Caolán McNamara]
  • uninitialized scalar field (coverity#1079280) [Caolán McNamara]
  • uninitialized scalar field (coverity#1079281) [Caolán McNamara]
  • uninitialized scalar field (coverity#1079282) [Caolán McNamara]
  • uninitialized scalar field (coverity#1079283) [Caolán McNamara]
  • uninitialized scalar field (coverity#1079284) [Caolán McNamara]
  • uninitialized scalar field (coverity#1079285) [Caolán McNamara]
  • dereference after null check (coverity#1093225) [Caolán McNamara]
  • dereference before null check (coverity#1093230) [Caolán McNamara]
  • missing break in switch, assuming its intentional (coverity#1103688) [Caolán McNamara]
  • missing break in switch, assuming its intentional (coverity#1103692) [Caolán McNamara]
  • missing break in switch, assuming its intentional (coverity#1103693) [Caolán McNamara]
  • missing break in switch, assuming this is wrong (coverity#1103694) [Caolán McNamara]
  • uncaught exception (coverity#1103737) [Caolán McNamara]
  • unchecked return value (coverity#1130163) [Caolán McNamara]
  • unchecked return value (coverity#1130166) [Caolán McNamara]
  • Constant' variable guards dead code (coverity#1130190) [Caolán McNamara]
  • unchecked dynamic_cast (coverity#1130195) [Caolán McNamara]
  • unchecked dynamic_cast (coverity#1130359) [Caolán McNamara]
  • missing break in switch (coverity#1130407) [Caolán McNamara]
  • missing break in switch (coverity#1130413) [Caolán McNamara]
  • missing break in switch (coverity#1130414) [Caolán McNamara]
  • missing break in switch (coverity#1130415) [Caolán McNamara]
  • uninitialized pointer field (coverity#1130480) [Caolán McNamara]
  • dereference after null check (coverity#1132662) [Caolán McNamara]
  • dereference null return value (coverity#1132691) [Caolán McNamara]
  • unintended sign extension (coverity#1132707) [Caolán McNamara]
  • uncaught exception (coverity#1132709) [Caolán McNamara]
  • uninitialized scalar value (coverity#1147661) [Caolán McNamara]
  • unchecked dynamic_cast (coverity#1158079) [Caolán McNamara]
  • unchecked dynamic_cast (coverity#1158081) [Miklos Vajna]
  • unchecked dynamic_cast (coverity#1158082) [Miklos Vajna]
  • unchecked dynamic_cast (coverity#1158083) [Miklos Vajna]
  • unchecked dynamic_cast (coverity#1158084) [Miklos Vajna]
  • unchecked dynamic_cast (coverity#1158094) [Caolán McNamara]
  • unchecked dynamic_cast (coverity#1158096) [Caolán McNamara]
  • unchecked dynamic_cast (coverity#1158100) [Caolán McNamara]
  • unchecked dynamic_cast (coverity#1158114) [Caolán McNamara]
  • unchecked dynamic_cast (coverity#1158115) [Caolán McNamara]
  • unchecked dynamic_cast (coverity#1158117) [Caolán McNamara]
  • unchecked dynamic_cast (coverity#1158118) [Caolán McNamara]
  • unchecked dynamic_cast (coverity#1158119) [Caolán McNamara]
  • unchecked dynamic_cast (coverity#1158120) [Caolán McNamara]
  • unchecked dynamic_cast (coverity#1158151) [Caolán McNamara]
  • missing break in switch, assuming its intentional (coverity#1158175) [Caolán McNamara]
  • uncaught exception (coverity#1158274) [Caolán McNamara]
  • uncaught exception (coverity#1158284) [Caolán McNamara]
  • uncaught exception (coverity#1158396) [Caolán McNamara]
  • uninitialized pointer field (coverity#1158491) [Caolán McNamara]
  • Constant' variable guards dead code (coverity#1169811) [Caolán McNamara]
  • unchecked dynamic_cast (coverity#1169822) [Caolán McNamara]
  • unchecked dynamic_cast (coverity#1169823) [Caolán McNamara]
  • unchecked dynamic_cast (coverity#1169829) [Caolán McNamara]
  • unchecked dynamic_cast (coverity#1169830) [Caolán McNamara]
  • unchecked dynamic_cast (coverity#1169831) [Caolán McNamara]
  • dereference null return value (coverity#1187682) [Caolán McNamara]
  • dereference null return value (coverity#1187686) [Caolán McNamara]
  • unintended sign extension (coverity#1187696) [Caolán McNamara]
  • uncaught exception (coverity#1187709) [Caolán McNamara]
  • uncaught exception (coverity#1187810) [Caolán McNamara]
  • overflowed return value (coverity#1194914) [Caolán McNamara]
  • ensure we have exactly a one dimensional array. (coverity#1202729) [Michael Meeks]
  • error: could not convert from 'void' to 'bool' (coverity#1202762) [Miklos Vajna, Norbert Thiebaud]
  • unchecked return value (coverity#1202763) [Norbert Thiebaud]
  • Constant' variable guards dead code (coverity#1202776) [Caolán McNamara]
  • division or modulo by zero (coverity#1202783) [Caolán McNamara]
  • overflowed return value (coverity#1202814) [Norbert Thiebaud]
  • missing break in switch (coverity#1202815) [Caolán McNamara]
  • uncaught exception (coverity#1202900) [Caolán McNamara]
  • uncaught CoinError exception (coverity#1202902) [Caolán McNamara]
  • uninitialized scalar variable (coverity#1202907) [Caolán McNamara]
  • unchecked return value (coverity#1208996) [Norbert Thiebaud]
  • unchecked return value (coverity#1209004) [Norbert Thiebaud]
  • division or modulo by float zero (coverity#1209371) [Caolán McNamara]
  • avoid division by 0 (coverity#1209374) [David Tardon]
  • unchecked dynamic_cast (coverity#1209381) [Caolán McNamara]
  • unchecked dynamic_cast (coverity#1209405) [Caolán McNamara]
  • explicit null dereferenced (coverity#1209494) [Caolán McNamara]
  • dereference after null check (coverity#1209529) [Caolán McNamara]
  • unchecked dynamic_cast (coverity#1209548) [Caolán McNamara]
  • dereference after null check (coverity#1209589) [Norbert Thiebaud]
  • missing break in switch (coverity#1209647) [Caolán McNamara]
  • missing break in switch, probably intentional (coverity#1209650) [Caolán McNamara]
  • unintended sign extension (coverity#1209823) [Caolán McNamara]
  • unintended sign extension (coverity#1209824) [Caolán McNamara]
  • try and silence Untrusted loop bound warning (coverity#1209860) [Caolán McNamara]
  • uncaught exception (coverity#1209891) [Caolán McNamara]
  • uncaught exception (coverity#1209892) [Caolán McNamara]
  • uncaught exception (coverity#1209942) [Caolán McNamara]
  • uncaught exception (coverity#1209943) [Caolán McNamara]
  • uncaught exception (coverity#1209946) [Caolán McNamara]
  • uncaught exception (coverity#1209947) [Caolán McNamara]
  • uncaught exception (coverity#1209948) [Caolán McNamara]
  • uncaught exception (coverity#1209949) [Caolán McNamara]
  • uncaught exception (coverity#1209950) [Caolán McNamara]
  • uncaught exception (coverity#1209951) [Caolán McNamara]
  • uncaught exception (coverity#1209953) [Caolán McNamara]
  • uncaught exception (coverity#1210000) [Caolán McNamara]
  • uncaught exception (coverity#1210001) [Caolán McNamara]
  • uncaught exception (coverity#1210006) [Caolán McNamara]
  • uncaught exception (coverity#1210018) [Caolán McNamara]
  • uncaught exception (coverity#1210038) [Caolán McNamara]
  • uncaught exception (coverity#1210044) [Caolán McNamara]
  • uncaught exception (coverity#1210079) [Caolán McNamara]
  • uncaught exception (coverity#1210096) [Caolán McNamara]
  • uncaught exception (coverity#1210098) [Caolán McNamara]
  • uninitialized pointer field (coverity#1210188) [Caolán McNamara]
  • try and silence Copy-paste error (coverity#1212487) [Caolán McNamara]
  • logically dead code (coverity#1212509) [Caolán McNamara]
  • logically dead code (coverity#1212526) [Caolán McNamara]
  • logically dead code (coverity#1212683) [Caolán McNamara]
  • dereference after null check (coverity#1213064) [Caolán McNamara]
  • 5 Unchecked dynamic cast (coverity#1213073) [Norbert Thiebaud]
  • explicit null dereferenced (coverity#1213080) [Caolán McNamara]
  • dereference after null check (coverity#1213088) [Caolán McNamara]
  • unchecked dynamic_cast (coverity#1213120) [Caolán McNamara]
  • missing break in switch (coverity#1213138) [Caolán McNamara]
  • missing break in switch (coverity#1213143) [Caolán McNamara]
  • missing break in switch (coverity#1213144) [Caolán McNamara]
  • missing break in switch (coverity#1213145) [Caolán McNamara]
  • missing break in switch (coverity#1213146) [Caolán McNamara]
  • missing break in switch (coverity#1213147) [Caolán McNamara]
  • missing break in switch (coverity#1213149) [Caolán McNamara]
  • dereference null return value (coverity#1213245) [Caolán McNamara]
  • dereference null return value (coverity#1213246) [Caolán McNamara]
  • resource leak (coverity#1213283) [Caolán McNamara]
  • dereference before null check (coverity#1213293) [Caolán McNamara]
  • dereference before null check (coverity#1213307) [Caolán McNamara]
  • unintended sign extension (coverity#1213345) [Caolán McNamara]
  • untrusted pointer write (coverity#1213364) [Caolán McNamara]
  • tainted Scalar (coverity#1213422) [Norbert Thiebaud]
  • uncaught exception (coverity#1213450) [Caolán McNamara]
  • uncaught exception (coverity#1213458) [Caolán McNamara]
  • uncaught exception (coverity#1213460) [Caolán McNamara]
  • uncaught exception (coverity#1213461) [Caolán McNamara]
  • uncaught exception (coverity#1213468) [Caolán McNamara]
  • uncaught exception (coverity#1213486) [Caolán McNamara]
  • uncaught exception (coverity#1213488) [Caolán McNamara]
  • uncaught exception (coverity#1213513) [Caolán McNamara]
  • uncaught exception (coverity#1213514) [Caolán McNamara]
  • uninitialized scalar field (coverity#1213562) [Caolán McNamara]
  • unused pointer value (coverity#1213577) [Caolán McNamara]
  • explicit null dereferenced (coverity#1215279) [Caolán McNamara]
  • unchecked dynamic_cast (coverity#1215280) [Caolán McNamara]
  • resource leak (coverity#1215289) [Caolán McNamara]
  • resource leak (coverity#1215290) [Caolán McNamara]
  • resource leak (coverity#1215291) [Caolán McNamara]
  • resource leak (coverity#1215292) [Caolán McNamara]
  • resource leak (coverity#1215293) [Caolán McNamara]
  • resource leak (coverity#1215294) [Caolán McNamara]
  • resource leak (coverity#1215298) [Caolán McNamara]
  • arguments in wrong order (coverity#1215302) [Caolán McNamara]
  • uncaught exception (coverity#1215310) [Caolán McNamara]
  • uncaught exception (coverity#1215311) [Caolán McNamara]
  • uncaught exception (coverity#1215312) [Caolán McNamara]
  • uncaught exception (coverity#1215313) [Caolán McNamara]
  • uncaught exception (coverity#1215314) [Caolán McNamara]
  • uncaught exception (coverity#1215315) [Caolán McNamara]
  • uncaught exception (coverity#1215316) [Caolán McNamara]
  • uncaught exception (coverity#1215317) [Caolán McNamara]
  • uncaught exception (coverity#1215318) [Caolán McNamara]
  • uncaught exception (coverity#1215320) [Caolán McNamara]
  • uncaught exception (coverity#1215382) [Caolán McNamara]
  • uncaught exception (coverity#1215383) [Caolán McNamara]
  • uncaught exception (coverity#1215384) [Caolán McNamara]
  • uncaught exception (coverity#1215385) [Caolán McNamara]
  • uncaught exception (coverity#1215386) [Caolán McNamara]
  • uninitialized scalar field (coverity#1215398) [Caolán McNamara]
  • uninitialized scalar field (coverity#1215399) [Caolán McNamara]
  • uninitialized scalar field (coverity#1215400) [Caolán McNamara]
  • dereference after null check (coverity#1219786) [Caolán McNamara]
  • explicit null dereferenced (coverity#1219787) [Caolán McNamara]
  • unchecked dynamic_cast (coverity#1219788) [Caolán McNamara]
  • uncaught exception (coverity#1219791) [Caolán McNamara]
  • uncaught exception (coverity#1219792) [Caolán McNamara]
  • uncaught exception (coverity#1219793) [Caolán McNamara]
  • uncaught exception (coverity#1219794) [Caolán McNamara]
  • uncaught exception (coverity#1219795) [Caolán McNamara]
  • uncaught exception (coverity#1219797) [Caolán McNamara]
  • uncaught exception (coverity#1219799) [Caolán McNamara]
  • fixup (coverity#1219801) [Caolán McNamara]
  • uninitialized scalar field (coverity#1219805) [Caolán McNamara]
  • double close (coverity#1219806) [Norbert Thiebaud]
  • division or modulo by zero (coverity#1222225) [Caolán McNamara]
  • division or modulo by zero (coverity#1222226) [Caolán McNamara]
  • division or modulo by zero (coverity#1222227) [Caolán McNamara]
  • division or modulo by zero (coverity#1222228) [Caolán McNamara]
  • division or modulo by zero (coverity#1222229) [Caolán McNamara]
  • division or modulo by zero (coverity#1222230) [Caolán McNamara]
  • division or modulo by zero (coverity#1222231) [Caolán McNamara]
  • division or modulo by zero (coverity#1222232) [Caolán McNamara]
  • division or modulo by zero (coverity#1222233) [Caolán McNamara]
  • division or modulo by zero (coverity#1222234) [Caolán McNamara]
  • resource leak (coverity#1222236) [Caolán McNamara]
  • untrusted loop bound (coverity#1222238) [Caolán McNamara]
  • untrusted value as argument (coverity#1222239) [Caolán McNamara]
  • untrusted value as argument (coverity#1222240) [Caolán McNamara]
  • uncaught exception (coverity#1222241) [Caolán McNamara]
  • uncaught exception (coverity#1222243) [Caolán McNamara]
  • uninitialized scalar field (coverity#1222244) [Caolán McNamara]
  • unchecked return value (coverity#1223084) [Norbert Thiebaud]
  • unchecked return value (coverity#1223085) [Norbert Thiebaud, Caolán McNamara]
  • dereference before null check (coverity#1223089) [Caolán McNamara]
  • uncaught exception (coverity#1223090) [Caolán McNamara]
  • uncaught exception (coverity#1223091) [Caolán McNamara]
  • uninitialized scalar field (coverity#1223092) [Caolán McNamara]
  • uninitialized scalar field (coverity#1223093) [Caolán McNamara]
  • unused pointer value (coverity#1223095) [Caolán McNamara]
  • uncaught exception (coverity#1224302) [Caolán McNamara]
  • integer overflow (coverity#1224977) [Norbert Thiebaud]
  • integer overflow (coverity#1224978) [Norbert Thiebaud]
  • missing break in switch (coverity#1224979) [Caolán McNamara]
  • missing break in switch (coverity#1224980) [Caolán McNamara]
  • dereference null return value (coverity#1224981) [Caolán McNamara]
  • out of bound (coverity#1224982) [Norbert Thiebaud, Caolán McNamara]
  • out of bound (coverity#1224983) [Norbert Thiebaud]
  • dereference before check (coverity#1224984) [Norbert Thiebaud, Caolán McNamara]
  • uncaught exception (coverity#1224987) [Caolán McNamara]
  • uncaught exception (coverity#1224988) [Caolán McNamara]
  • uncaught exception (coverity#1224989) [Caolán McNamara]
  • uncaught exception (coverity#1224990) [Caolán McNamara]
  • uncaught exception (coverity#1224991) [Caolán McNamara]
  • uncaught exception (coverity#1224992) [Caolán McNamara]
  • revert "Uncaught exception" (coverity#1224993) [Stephan Bergmann, Caolán McNamara]
  • uncaught exception (coverity#1224994) [Caolán McNamara]
  • uncaught exception (coverity#1224995) [Caolán McNamara]
  • uncaught exception (coverity#1224996) [Caolán McNamara]
  • uncaught exception (coverity#1224997) [Caolán McNamara]
  • uncaught exception (coverity#1224998) [Caolán McNamara]
  • uninitialized scalar field (coverity#1225002) [Caolán McNamara]
  • unchecked return value (coverity#1226478) [Caolán McNamara]
  • unchecked dynamic_cast (coverity#1226480) [Caolán McNamara]
  • dereference after null check (coverity#1226481) [Caolán McNamara]
  • dereference after null check (coverity#1226482) [Caolán McNamara]
  • using invalid iterator (coverity#1226484) [Caolán McNamara]
  • dereference null return value (coverity#1226485) [Caolán McNamara]
  • dereference null return value (coverity#1226486) [Caolán McNamara]
  • dereference null return value (coverity#1226487) [Caolán McNamara]
  • uninitialized pointer field (coverity#1226494) [Caolán McNamara]
  • division or modulo by float zero (coverity#1228873) [Caolán McNamara]
  • uninitialized scalar variable (coverity#1228874) [Caolán McNamara]
  • uninitialized scalar field (coverity#1228875) [Caolán McNamara]
  • uninitialized pointer field (coverity#1228876) [Caolán McNamara]
  • structurally dead code (coverity#1228877) [Caolán McNamara]
  • resource leak (coverity#1229887) [Caolán McNamara]
  • resource leak (coverity#1229888) [Caolán McNamara]
  • uninitialized pointer field (coverity#1229890) [Caolán McNamara]
  • uninitialized scalar field (coverity#1229891) [Caolán McNamara]
  • uninitialized pointer field (coverity#1229892) [Caolán McNamara]
  • unchecked return value (coverity#1231667) [Caolán McNamara]
  • unchecked return value (coverity#1231668) [Caolán McNamara]
  • unchecked return value (coverity#1231669) [Norbert Thiebaud]
  • unchecked return value (coverity#1231670) [Norbert Thiebaud]
  • uncaught exception (coverity#1231674) [Caolán McNamara]
  • uncaught exception (coverity#1231675) [Caolán McNamara]
  • uncaught exception (coverity#1231676) [Caolán McNamara]
  • division or modulo by float zero (coverity#1233484) [Caolán McNamara]
  • dereference after null check (coverity#1233485) [Caolán McNamara]
  • unchecked dynamic_cast (coverity#1233486) [Caolán McNamara]
  • unchecked dynamic_cast (coverity#1233487) [Caolán McNamara]
  • unchecked dynamic_cast (coverity#1233488) [Caolán McNamara]
  • dereference null return value (coverity#1233491) [Caolán McNamara]
  • use of untrusted scalar value (coverity#1233506) [Caolán McNamara]
  • uncaught exception (coverity#1233508) [Caolán McNamara]
  • uncaught exception (coverity#1233511) [Caolán McNamara]
  • uncaught exception (coverity#1233512) [Caolán McNamara]
  • overlapping buffer in memory copy (coverity#1233618) [Caolán McNamara]
  • logically dead code (coverity#1237351) [Caolán McNamara]
  • dereference after null check (coverity#1237352) [Caolán McNamara]
  • unchecked dynamic_cast (coverity#1237353) [Caolán McNamara]
  • dereference null return value (coverity#1237355) [Caolán McNamara]
  • uncaught exception (coverity#1237357) [Caolán McNamara]
  • buffer not null terminated (coverity#1240250) [Caolán McNamara]
  • unchecked return value (coverity#1240252) [Norbert Thiebaud]
  • operands don't affect result (coverity#1240254) [Caolán McNamara]
  • operands don't affect result (coverity#1240255) [Caolán McNamara]
  • operands don't affect result (coverity#1240258) [Caolán McNamara]
  • operands don't affect result (coverity#1240259) [Caolán McNamara]
  • operands don't affect result (coverity#1240260) [Caolán McNamara]
  • logically dead code (coverity#1240261) [Caolán McNamara]
  • operands don't affect result (coverity#1240264) [Caolán McNamara]
  • logically dead code (coverity#1240266) [Caolán McNamara]
  • operands don't affect result (coverity#1240267) [Caolán McNamara]
  • copy-paste error (coverity#1240270) [Caolán McNamara]
  • uncaught exception (coverity#1241048) [Caolán McNamara]
  • uncaught exception (coverity#1241050) [Caolán McNamara]
  • negative array index read (coverity#1241051) [Caolán McNamara]
  • dereference after null check (coverity#1241080) [Caolán McNamara]
  • uninitialized pointer field (coverity#1241102) [Caolán McNamara]
  • uncaught exception (coverity#1241103) [Caolán McNamara]
  • uncaught exception (coverity#1241112) [Caolán McNamara]
  • negative array index read (coverity#1241117) [Caolán McNamara]
  • uncaught exception (coverity#1241146) [Caolán McNamara]
  • uncaught exception (coverity#1241157) [Caolán McNamara]
  • uncaught exception (coverity#1241162) [Caolán McNamara]
  • uncaught exception (coverity#1241169) [Caolán McNamara]
  • unchecked dynamic_cast (coverity#1241199) [Caolán McNamara]
  • uncaught exception (coverity#1241219) [Caolán McNamara]
  • uncaught exception (coverity#1241229) [Caolán McNamara]
  • uncaught exception (coverity#1241236) [Caolán McNamara]
  • uncaught exception (coverity#1241245) [Caolán McNamara]
  • uncaught exception (coverity#1241271) [Caolán McNamara]
  • uncaught exception (coverity#1241283) [Caolán McNamara]
  • dereference after null check (coverity#1241327) [Caolán McNamara]
  • uncaught exception (coverity#1241329) [Caolán McNamara]
  • unused value (coverity#1241340) [Caolán McNamara]
  • uncaught exception (coverity#1241342) [Caolán McNamara]
  • uncaught exception (coverity#1241351) [Caolán McNamara]
  • uncaught exception (coverity#1241356) [Caolán McNamara]
  • uncaught exception (coverity#1241370) [Caolán McNamara]
  • uncaught exception (coverity#1241371) [Caolán McNamara]
  • negative array index read (coverity#1241372) [Caolán McNamara]
  • uncaught exception (coverity#1241375) [Caolán McNamara]
  • uncaught exception (coverity#1241387) [Caolán McNamara]
  • uninitialized pointer field (coverity#1241396) [Caolán McNamara]
  • uncaught exception (coverity#1241408) [Caolán McNamara]
  • uncaught exception (coverity#1241409) [Caolán McNamara]
  • uncaught exception (coverity#1241415) [Caolán McNamara]
  • unchecked dynamic_cast (coverity#1241427) [Caolán McNamara]
  • uncaught exception (coverity#1241443) [Caolán McNamara]
  • uncaught exception (coverity#1241449) [Caolán McNamara]
  • uncaught exception (coverity#1241452) [Caolán McNamara]
  • unchecked return value (coverity#1242365) [Norbert Thiebaud]
  • unchecked return value (coverity#1242366) [Norbert Thiebaud]
  • unchecked return value (coverity#1242367) [Caolán McNamara]
  • unchecked return value (coverity#1242368) [Norbert Thiebaud]
  • unchecked return value (coverity#1242369) [Norbert Thiebaud]
  • unchecked return value (coverity#1242370) [Norbert Thiebaud]
  • use comphelper::rng::uniform_*_distribution everywhere (coverity#1242372) [Caolán McNamara]
  • don't call fscanf without specifiers (coverity#1242375) [Caolán McNamara]
  • use comphelper::rng::uniform_*_distribution everywhere (coverity#1242377) [Caolán McNamara]
  • use comphelper::rng::uniform_*_distribution everywhere (coverity#1242378) [Caolán McNamara]
  • use comphelper::rng::uniform_*_distribution everywhere (coverity#1242379) [Caolán McNamara]
  • use comphelper::rng::uniform_*_distribution everywhere (coverity#1242382) [Caolán McNamara]
  • use comphelper::rng::uniform_*_distribution everywhere (coverity#1242383) [Caolán McNamara]
  • use comphelper::rng::uniform_*_distribution everywhere (coverity#1242384) [Caolán McNamara]
  • use comphelper::rng::uniform_*_distribution everywhere (coverity#1242386) [Caolán McNamara]
  • use comphelper::rng::uniform_*_distribution everywhere (coverity#1242388) [Caolán McNamara]
  • use comphelper::rng::uniform_*_distribution everywhere (coverity#1242389) [Caolán McNamara]
  • use comphelper::rng::uniform_*_distribution everywhere (coverity#1242390) [Caolán McNamara]
  • use comphelper::rng::uniform_*_distribution everywhere (coverity#1242393) [Caolán McNamara]
  • use comphelper::rng::uniform_*_distribution everywhere (coverity#1242394) [Caolán McNamara]
  • don't call random (coverity#1242395) [Caolán McNamara]
  • use comphelper::rng::uniform_*_distribution everywhere (coverity#1242397) [Caolán McNamara]
  • use comphelper::rng::uniform_*_distribution everywhere (coverity#1242399) [Caolán McNamara]
  • use comphelper::rng::uniform_*_distribution everywhere (coverity#1242402) [Caolán McNamara]
  • use comphelper::rng::uniform_*_distribution everywhere (coverity#1242404) [Caolán McNamara]
  • use comphelper::rng::uniform_*_distribution everywhere (coverity#1242409) [Caolán McNamara]
  • use comphelper::rng::uniform_*_distribution everywhere (coverity#1242410) [Caolán McNamara]
  • fix Logically dead code (coverity#1242413) [Norbert Thiebaud, Caolán McNamara]
  • logically dead code (coverity#1242417) [Caolán McNamara]
  • dereference after null check (coverity#1242420) [Caolán McNamara]
  • dereference after null check (coverity#1242421) [Caolán McNamara]
  • dereference after null check (coverity#1242425) [Caolán McNamara]
  • dereference after null check (coverity#1242426) [Caolán McNamara]
  • dereference after null check (coverity#1242430) [Caolán McNamara]
  • explicit null dereferenced (coverity#1242431) [Caolán McNamara]
  • dereference after null check (coverity#1242432) [Caolán McNamara]
  • dereference after null check (coverity#1242434) [Caolán McNamara]
  • identical code for different branches (coverity#1242436) [Caolán McNamara]
  • ALPHABITS == nAlphaShift == 8 (coverity#1242439) [Caolán McNamara]
  • identical code for different branches (coverity#1242441) [Caolán McNamara]
  • identical code for different branches (coverity#1242443) [Caolán McNamara]
  • identical code for different branches (coverity#1242448) [Caolán McNamara]
  • identical code for different branches (coverity#1242449) [Caolán McNamara]
  • identical code for different branches (coverity#1242454) [Caolán McNamara]
  • identical code for different branches (coverity#1242472) [Caolán McNamara]
  • no point calling SetText with GetText results (coverity#1242475) [Caolán McNamara]
  • dereference null return value (coverity#1242476) [Caolán McNamara]
  • dereference null return value (coverity#1242477) [Caolán McNamara]
  • dereference null return value (coverity#1242478) [Caolán McNamara]
  • dereference null return value (coverity#1242479) [Caolán McNamara]
  • dereference null return value (coverity#1242480) [Caolán McNamara]
  • dereference null return value (coverity#1242481) [Caolán McNamara]
  • unintentional integer overflow (coverity#1242483) [Caolán McNamara]
  • resource leak (coverity#1242494) [Caolán McNamara]
  • resource leak (coverity#1242496) [Caolán McNamara]
  • resource leak (coverity#1242497) [Caolán McNamara]
  • resource leak (coverity#1242498) [Caolán McNamara]
  • resource leak (coverity#1242499) [Caolán McNamara]
  • resource leak (coverity#1242500) [Caolán McNamara]
  • resource leak (coverity#1242501) [Caolán McNamara]
  • resource leak (coverity#1242502) [Caolán McNamara]
  • resource leak (coverity#1242503) [Caolán McNamara]
  • osl_Module -> osl::Module (coverity#1242504) [Caolán McNamara]
  • dereference before null check (coverity#1242505) [Caolán McNamara]
  • silence Arguments in wrong order (coverity#1242506) [Caolán McNamara]
  • silence Arguments in wrong order (coverity#1242507) [Caolán McNamara]
  • silence Arguments in wrong order (coverity#1242512) [Caolán McNamara]
  • arguments in wrong order (gold ?) (coverity#1242517) [Caolán McNamara]
  • silence Arguments in wrong order (coverity#1242520) [Caolán McNamara]
  • silence Arguments in wrong order (coverity#1242521) [Caolán McNamara]
  • silence Arguments in wrong order (coverity#1242529) [Caolán McNamara]
  • silence Arguments in wrong order (coverity#1242530) [Caolán McNamara]
  • arguments in wrong order (coverity#1242532) [Caolán McNamara]
  • silence Arguments in wrong order (coverity#1242533) [Caolán McNamara]
  • untrusted loop bound (coverity#1242573) [Caolán McNamara]
  • untrusted loop bound (coverity#1242582) [Caolán McNamara]
  • attempt to silence Untrusted loop bound (coverity#1242604) [Caolán McNamara]
  • untrusted loop bound (coverity#1242624) [Caolán McNamara]
  • unused member (coverity#1242662) [Caolán McNamara]
  • untrusted value as argument (coverity#1242692) [Caolán McNamara]
  • untrusted value as argument (coverity#1242714) [Caolán McNamara]
  • untrusted loop bound (coverity#1242717) [Caolán McNamara]
  • untrusted value as argument (coverity#1242719) [Caolán McNamara]
  • untrusted value as argument (coverity#1242724) [Caolán McNamara]
  • result is not floating-point (coverity#1242725) [Norbert Thiebaud]
  • result is not floating-point (coverity#1242729) [Norbert Thiebaud]
  • unused value (coverity#1242736) [Caolán McNamara]
  • result is not floating-point (coverity#1242737) [Norbert Thiebaud]
  • untrusted loop bound (coverity#1242739) [Caolán McNamara]
  • unused value (coverity#1242740) [Caolán McNamara]
  • uninitialized pointer field (coverity#1242747) [Caolán McNamara]
  • unused value (coverity#1242750) [Caolán McNamara]
  • uninitialized scalar field (coverity#1242751) [Caolán McNamara]
  • uninitialized pointer field (coverity#1242752) [Caolán McNamara]
  • result is not floating-point (coverity#1242757) [Norbert Thiebaud, Caolán McNamara]
  • result is not floating-point (coverity#1242759) [Norbert Thiebaud]
  • unused value (coverity#1242762) [Caolán McNamara]
  • unused value (coverity#1242766) [Caolán McNamara]
  • unused value (coverity#1242768) [Caolán McNamara]
  • unused value (coverity#1242771) [Norbert Thiebaud]
  • unused value (coverity#1242776) [Caolán McNamara]
  • untrusted value as argument (coverity#1242778) [Caolán McNamara]
  • unused Value (coverity#1242781) [Norbert Thiebaud]
  • uninitialized pointer field (coverity#1242785) [Caolán McNamara]
  • untrusted loop bound (coverity#1242791) [Caolán McNamara]
  • unused value (coverity#1242792) [Caolán McNamara]
  • result is not floating-point (coverity#1242800) [Caolán McNamara]
  • coverity gold(?) Structurally dead code, loop doesn't loop (coverity#1242802) [Caolán McNamara]
  • unused value (coverity#1242803) [Caolán McNamara]
  • result is not floating (coverity#1242814) [Caolán McNamara]
  • result is not floating-point (coverity#1242815) [Caolán McNamara]
  • untrusted loop bound (coverity#1242817) [Caolán McNamara]
  • unused value (coverity#1242818) [Norbert Thiebaud]
  • uninitialized pointer field (coverity#1242826) [Caolán McNamara]
  • uninitialized pointer field (coverity#1242827) [Caolán McNamara]
  • uninitialized pointer field (coverity#1242829) [Caolán McNamara]
  • result is not floating-point (coverity#1242832) [Caolán McNamara]
  • unused value (coverity#1242834) [Caolán McNamara]
  • unused value (coverity#1242840) [Caolán McNamara]
  • unused value (coverity#1242841) [Caolán McNamara]
  • unused value (coverity#1242843) [Caolán McNamara]
  • unused value (coverity#1242849) [Caolán McNamara]
  • unused value (coverity#1242857) [Caolán McNamara]
  • unused value (coverity#1242860) [Caolán McNamara]
  • unused value (coverity#1242864) [Caolán McNamara]
  • unused value (coverity#1242871) [Caolán McNamara]
  • unused value (coverity#1242872) [Caolán McNamara]
  • unused value (coverity#1242878) [Caolán McNamara]
  • untrusted value as argument (coverity#1242879) [Caolán McNamara]
  • result is not floating-point (coverity#1242882) [Caolán McNamara]
  • unused value (coverity#1242888) [Caolán McNamara]
  • unused value (coverity#1242896) [Caolán McNamara]
  • unused value (coverity#1242900) [Caolán McNamara]
  • result is not floating-point (coverity#1242903) [Caolán McNamara]
  • error code overwritten (coverity#1242904) [Caolán McNamara]
  • uninitialized pointer field (coverity#1242905) [Caolán McNamara]
  • unused value and const things up (coverity#1242909) [Caolán McNamara]
  • result is not floating-point (coverity#1242917) [Caolán McNamara]
  • untrusted loop bound (coverity#1242918) [Caolán McNamara]
  • result is not floating-point (coverity#1242921) [Caolán McNamara]
  • uninitialized pointer field (coverity#1242928) [Caolán McNamara]
  • uninitialized scalar field (coverity#1242929) [Caolán McNamara]
  • uncaught exception (coverity#1242932) [Caolán McNamara]
  • result is not floating-point (coverity#1242934) [Caolán McNamara]
  • uninitialized scalar field (coverity#1242940) [Caolán McNamara]
  • unused member (coverity#1242943) [Caolán McNamara]
  • unused value (coverity#1242946) [Caolán McNamara]
  • result is not floating-point (coverity#1242948) [Caolán McNamara]
  • unused value (coverity#1242961) [Caolán McNamara]
  • result is not floating-point (coverity#1242965) [Caolán McNamara]
  • unused value (coverity#1242968) [Caolán McNamara]
  • result is not floating-point (coverity#1242970) [Caolán McNamara]
  • unchecked return value (coverity#1244937) [Caolán McNamara]
  • unchecked dynamic_cast (coverity#1244940) [Caolán McNamara]
  • dereference null return value (coverity#1244942) [Caolán McNamara]
  • resource leak (coverity#1244943) [Caolán McNamara]
  • experiment to silence Untrusted loop bound (coverity#1244944) [Caolán McNamara]
  • uncaught exception (coverity#1244953) [Caolán McNamara]
  • there is nothing to do if width is 0 (coverity#1247617) [David Tardon]
  • uncaught exception (coverity#1247629) [Caolán McNamara]
  • uncaught exception (coverity#1247630) [Caolán McNamara]
  • uncaught exception (coverity#1247631) [Caolán McNamara]
  • uncaught exception (coverity#1247632) [Caolán McNamara]
  • uncaught exception (coverity#1247633) [Caolán McNamara]
  • uncaught exception (coverity#1247634) [Caolán McNamara]
  • uncaught exception (coverity#1247635) [Caolán McNamara]
  • uncaught exception (coverity#1247636) [Caolán McNamara]
  • uncaught exception (coverity#1247637) [Caolán McNamara]
  • uncaught exception (coverity#1247638) [Caolán McNamara]
  • uncaught exception (coverity#1247639) [Caolán McNamara]
  • uncaught exception (coverity#1247640) [Caolán McNamara]
  • uncaught exception (coverity#1247642) [Caolán McNamara]
  • uncaught exception (coverity#1247643) [Caolán McNamara]
  • uncaught exception (coverity#1247644) [Caolán McNamara]
  • uncaught exception (coverity#1247645) [Caolán McNamara]
  • uncaught exception (coverity#1247646) [Caolán McNamara]
  • uncaught exception (coverity#1247647) [Caolán McNamara]
  • uninitialized pointer read (coverity#1247648) [Caolán McNamara]
  • uninitialized pointer field (coverity#1247651) [Caolán McNamara]
  • uninitialized scalar field (coverity#1247652) [Caolán McNamara]
  • 1242726 Unused Value (coverity#124890) [Norbert Thiebaud]
  • explicit null dereferenced (coverity#441139) [Caolán McNamara]
  • dereference after null check (coverity#441341) [Caolán McNamara]
  • unchecked return value (coverity#703928) [Norbert Thiebaud]
  • unchecked return value (coverity#703930) [Caolán McNamara]
  • unchecked return value (coverity#703935) [Caolán McNamara]
  • unchecked return value (coverity#703943) [Caolán McNamara]
  • unchecked return value (coverity#703951) [Norbert Thiebaud]
  • unchecked return value (coverity#703952) [Caolán McNamara]
  • unchecked return value (coverity#703955) [Norbert Thiebaud]
  • unchecked return value (coverity#703963) [Norbert Thiebaud]
  • unchecked return value (coverity#703975) [Norbert Thiebaud]
  • uncheck return value (coverity#703995) [Norbert Thiebaud]
  • document strange code, (coverity#704001) [Markus Mohrhard]
  • unchecked return value (coverity#704002) [Norbert Thiebaud]
  • uncheck return value (coverity#704007) [Norbert Thiebaud]
  • uncheck return value (coverity#704008) [Norbert Thiebaud]
  • unchecked return value (coverity#704031) [Norbert Thiebaud]
  • uncheck return value (coverity#704032) [Norbert Thiebaud]
  • uncheck return value (coverity#704033) [Norbert Thiebaud]
  • related: Unchecked return value (coverity#704049) [Norbert Thiebaud, Caolán McNamara]
  • unchecked return value (coverity#704061) [Caolán McNamara]
  • unchecked return value (coverity#704062) [Caolán McNamara]
  • unchecked return value (coverity#704073) [Caolán McNamara]
  • unchecked return value (coverity#704074) [Caolán McNamara]
  • unchecked return value (coverity#704075) [Caolán McNamara]
  • unchecked return value (coverity#704076) [Caolán McNamara]
  • unchecked return value (coverity#704088) [Caolán McNamara]
  • unchecked return value (coverity#704104) [Caolán McNamara]
  • unchecked return value (coverity#704112) [Caolán McNamara]
  • unchecked return value (coverity#704113) [Caolán McNamara]
  • resource leak in object (coverity#704183) [Caolán McNamara]
  • logically dead code (coverity#704261) [Caolán McNamara]
  • dead code (coverity#704262) [Norbert Thiebaud]
  • dead code (coverity#704263) [Norbert Thiebaud]
  • dead code (coverity#704299) [Norbert Thiebaud]
  • logically dead code (coverity#704318) [Caolán McNamara]
  • division or modulo by float zero (coverity#704475) [Caolán McNamara]
  • division or modulo by float zero (coverity#704477) [Caolán McNamara]
  • division or modulo by float zero (coverity#704479) [Caolán McNamara]
  • division or modulo by float zero (coverity#704480) [Caolán McNamara]
  • 501 Division by zero (coverity#704499) [Norbert Thiebaud]
  • division or modulo by zero (coverity#704523) [Caolán McNamara]
  • fix typo in 9 (coverity#704538) [Norbert Thiebaud]
  • explicit null dereferenced (coverity#704620) [Caolán McNamara]
  • explicit null dereferenced (coverity#704621) [Caolán McNamara]
  • dereference after null check (coverity#704648) [Caolán McNamara]
  • unchecked dynamic_cast (coverity#704659) [Caolán McNamara]
  • explicit null dereferenced (coverity#704665) [Caolán McNamara]
  • unchecked dynamic_cast (coverity#704674) [Caolán McNamara]
  • unchecked dynamic_cast (coverity#704675) [Caolán McNamara]
  • dereference after null check (coverity#704702) [Caolán McNamara]
  • unchecked dynamic_cast (coverity#704704) [Caolán McNamara]
  • unchecked dynamic_cast (coverity#704706) [Caolán McNamara]
  • unchecked dynamic_cast (coverity#704728) [Caolán McNamara]
  • dereference after null check (coverity#704748) [Caolán McNamara]
  • dereference after null check (coverity#704753) [Caolán McNamara]
  • dereference after null check (coverity#704756) [Caolán McNamara]
  • dereference after null check (coverity#704759) [Caolán McNamara]
  • explicit null dereferenced (coverity#704771) [Caolán McNamara]
  • dereference after null check (coverity#704776) [Caolán McNamara]
  • unchecked dynamic_cast (coverity#704779) [Caolán McNamara]
  • dereference after null check (coverity#704789) [Caolán McNamara]
  • unchecked dynamic_cast (coverity#704795) [Caolán McNamara]
  • explicit null dereferenced (coverity#704809) [Caolán McNamara]
  • dereference after null check (coverity#704830) [Caolán McNamara]
  • dereference after null check (coverity#704831) [Caolán McNamara]
  • dereference after null check (coverity#704848) [Caolán McNamara]
  • unchecked dynamic_cast (coverity#704873) [Miklos Vajna]
  • unchecked dynamic_cast (coverity#704885) [Caolán McNamara]
  • explicit NULL derefenced (coverity#704894) [Caolán McNamara]
  • 704896 Unchecked dynamic_cast (coverity#704896) [Caolán McNamara]
  • dereference after null check (coverity#704901) [Caolán McNamara]
  • dereference after null check (coverity#704902) [Caolán McNamara]
  • dereference after null check (coverity#704904) [Caolán McNamara]
  • dereference after null check (coverity#704911) [Caolán McNamara]
  • unchecked dynamic_cast (coverity#704912) [Caolán McNamara]
  • unchecked dynamic_cast (coverity#704917) [Caolán McNamara]
  • dereference after null check (coverity#704921) [Caolán McNamara]
  • unchecked dynamic_cast (coverity#704924) [Caolán McNamara]
  • unchecked dynamic_cast (coverity#704936) [Caolán McNamara]
  • unchecked dynamic_cast (coverity#704940) [Caolán McNamara]
  • unchecked dynamic_cast (coverity#704941) [Caolán McNamara]
  • unchecked dynamic_cast (coverity#704942) [Caolán McNamara]
  • unchecked dynamic_cast (coverity#704943) [Caolán McNamara]
  • unchecked dynamic_cast (coverity#704944) [Caolán McNamara]
  • dereference after null check (coverity#704947) [Caolán McNamara]
  • unchecked dynamic_cast (coverity#704952) [Caolán McNamara]
  • coverity#704955) [Caolán McNamara]
  • unchecked dynamic_cast (coverity#704956) [Caolán McNamara]
  • unchecked dynamic_cast (coverity#704957) [Caolán McNamara]
  • unchecked dynamic_cast (coverity#704962) [Caolán McNamara]
  • unchecked dynamic_cast (coverity#704963) [Caolán McNamara]
  • unchecked dynamic_cast (coverity#704964) [Caolán McNamara]
  • unchecked dynamic_cast (coverity#704965) [Caolán McNamara]
  • unchecked dynamic_cast (coverity#704966) [Caolán McNamara]
  • unchecked dynamic_cast (coverity#704967) [Caolán McNamara]
  • unchecked dynamic_cast (coverity#704970) [Caolán McNamara]
  • unchecked dynamic_cast (coverity#704971) [Caolán McNamara]
  • unchecked dynamic_cast (coverity#704972) [Caolán McNamara]
  • unchecked dynamic_cast (coverity#704978) [Caolán McNamara]
  • unchecked dynamic_cast (coverity#704979) [Caolán McNamara]
  • unchecked dynamic_cast (coverity#704980) [Caolán McNamara]
  • dereference after null check (coverity#704986) [Caolán McNamara]
  • dereference after null check (coverity#704987) [Caolán McNamara]
  • dereference after null check (coverity#704994) [Caolán McNamara]
  • dereference after null check (coverity#705003) [Caolán McNamara]
  • unchecked dynamic_cast (coverity#705013) [Caolán McNamara]
  • unchecked dynamic_cast (coverity#705014) [Caolán McNamara]
  • unchecked dynamic_cast (coverity#705026) [Caolán McNamara]
  • unchecked dynamic_cast (coverity#705031) [Caolán McNamara]
  • unchecked dynamic_cast (coverity#705037) [Caolán McNamara]
  • dereference after null check (coverity#705041) [Caolán McNamara]
  • dereference after null check (coverity#705042) [Caolán McNamara]
  • unchecked dynamic_cast (coverity#705043) [Caolán McNamara]
  • unchecked dynamic_cast (coverity#705055) [Caolán McNamara]
  • unchecked dynamic_cast (coverity#705090) [Miklos Vajna]
  • missing break in switch, assuming its intentional (coverity#705146) [Caolán McNamara]
  • missing break in switch, assuming its intentional (coverity#705147) [Caolán McNamara]
  • missing break in switch (coverity#705150) [Caolán McNamara]
  • missing break in switch (coverity#705151) [Caolán McNamara]
  • missing break in switch (coverity#705152) [Caolán McNamara]
  • missing break in switch, surely this is not intentional (coverity#705153) [Caolán McNamara]
  • missing break in switch, assuming its intentional (coverity#705162) [Caolán McNamara]
  • missing break in switch, assuming its intentional (coverity#705164) [Caolán McNamara]
  • missing break in switch (coverity#705168) [Caolán McNamara]
  • missing break in switch, assuming its intentional (coverity#705169) [Caolán McNamara]
  • missing break in switch (coverity#705172) [Caolán McNamara]
  • missing break in switch, assuming its intentional (coverity#705178) [Caolán McNamara]
  • missing break in switch, assuming its intentional (coverity#705181) [Caolán McNamara]
  • missing break in switch, assuming its intentional (coverity#705182) [Caolán McNamara]
  • missing break in switch (coverity#705186) [Caolán McNamara]
  • missing break in switch (coverity#705190) [Caolán McNamara]
  • missing break in switch (coverity#705191) [Caolán McNamara]
  • missing break in switch (coverity#705195) [Caolán McNamara]
  • missing break in switch (coverity#705196) [Caolán McNamara]
  • missing break in switch (coverity#705197) [Caolán McNamara]
  • missing break in switch (coverity#705207) [Caolán McNamara]
  • missing break in switch (coverity#705209) [Caolán McNamara]
  • missing break in switch (coverity#705211) [Caolán McNamara]
  • missing break in switch, assuming intentional (coverity#705214) [Caolán McNamara]
  • missing break in switch (coverity#705215) [Caolán McNamara]
  • missing break in switch (coverity#705221) [Caolán McNamara]
  • missing break in switch (coverity#705222) [Caolán McNamara]
  • missing break in switch (coverity#705223) [Caolán McNamara]
  • missing break in switch, surely unintentional (coverity#705224) [Caolán McNamara]
  • missing break in switch (coverity#705232) [Caolán McNamara]
  • missing break in switch (coverity#705235) [Caolán McNamara]
  • missing break in switch (coverity#705236) [Caolán McNamara]
  • missing break in switch (coverity#705237) [Caolán McNamara]
  • missing break in switch (coverity#705239) [Caolán McNamara]
  • missing break in switch, assuming intentional (coverity#705243) [Caolán McNamara]
  • missing break in switch, assuming intentional (coverity#705245) [Caolán McNamara]
  • missing break in switch (coverity#705247) [Caolán McNamara]
  • missing break in switch (coverity#705253) [Caolán McNamara]
  • missing break in switch (coverity#705254) [Caolán McNamara]
  • missing break in switch (coverity#705256) [Caolán McNamara]
  • missing break in switch (coverity#705258) [Caolán McNamara]
  • missing break in switch (coverity#705259) [Caolán McNamara]
  • missing break in switch, assuming its intentional (coverity#705261) [Caolán McNamara]
  • missing break in switch (coverity#705269) [Caolán McNamara]
  • missing break in switch (coverity#705316) [Caolán McNamara]
  • missing break in switch, assuming intentional (coverity#705317) [Caolán McNamara]
  • missing break in switch, assuming incorrect (coverity#705322) [Caolán McNamara]
  • missing break in switch, assuming its intentional (coverity#705323) [Caolán McNamara]
  • deliberate fallthrough in switch (coverity#705326) [Caolán McNamara]
  • missing break in switch, probably not intentional (coverity#705337) [Caolán McNamara]
  • missing break in switch, probably intentional (coverity#705353) [Caolán McNamara]
  • mixing enum types (coverity#705359) [Caolán McNamara]
  • mixing enum types (coverity#705361) [Caolán McNamara]
  • mixing enum types (coverity#705362) [Caolán McNamara]
  • mixing enum types (coverity#705374) [Caolán McNamara]
  • mixing enum types (coverity#705375) [Caolán McNamara]
  • inferred misuse of enum (coverity#705376) [Caolán McNamara]
  • mixing enum types (coverity#705381) [Caolán McNamara]
  • mixing enum types (coverity#705387) [Caolán McNamara]
  • mixing enum types (coverity#705388) [Caolán McNamara]
  • mixing enum types (coverity#705389) [Caolán McNamara]
  • dereference null return value (coverity#705475) [Caolán McNamara]
  • dereference null return value (coverity#705484) [Caolán McNamara]
  • dereference null return value (coverity#705519) [Caolán McNamara]
  • resource leak (coverity#705672) [Caolán McNamara]
  • resource leak (coverity#705706) [Caolán McNamara]
  • resource leak (coverity#705707) [Caolán McNamara]
  • dereference before null check (coverity#705818) [Caolán McNamara]
  • dereference before null check (coverity#705838) [Caolán McNamara]
  • dereference before null (coverity#705845) [Norbert Thiebaud]
  • dereference before null check (coverity#705860) [Caolán McNamara]
  • dereference before null check (coverity#705861) [Caolán McNamara]
  • dereference before null check (coverity#705863) [Caolán McNamara]
  • dereference before null check (coverity#705864) [Caolán McNamara]
  • dereference before null check (coverity#705865) [Caolán McNamara]
  • dereference before null check (coverity#705867) [Caolán McNamara]
  • dereference before null check (coverity#705870) [Caolán McNamara]
  • dereference before null check (coverity#705871) [Caolán McNamara]
  • dereference before null check (coverity#705873) [Caolán McNamara]
  • unintended sign extension (coverity#705999) [Caolán McNamara]
  • unintended sign extension (coverity#706000) [Caolán McNamara]
  • unintended sign extension (coverity#706001) [Caolán McNamara]
  • unintended sign extension (coverity#706002) [Caolán McNamara]
  • unintended sign extension (coverity#706003) [Caolán McNamara]
  • unintended sign extension (coverity#706004) [Caolán McNamara]
  • unintended sign extension (coverity#706005) [Caolán McNamara]
  • unintended sign extension (coverity#706008) [Caolán McNamara]
  • unintended sign extension (coverity#706009) [Caolán McNamara]
  • unintended sign extension (coverity#706010) [Caolán McNamara]
  • unintended sign extension (coverity#706011) [Caolán McNamara]
  • unintended sign extension (coverity#706012) [Caolán McNamara]
  • unintended sign extension (coverity#706013) [Caolán McNamara]
  • unintended sign extension (coverity#706014) [Caolán McNamara]
  • unintended sign extension (coverity#706015) [Caolán McNamara]
  • unintended sign extension (coverity#706016) [Caolán McNamara]
  • unintended sign extension (coverity#706017) [Caolán McNamara]
  • unintended sign extension (coverity#706018) [Caolán McNamara]
  • unintended sign extension (coverity#706019) [Caolán McNamara]
  • unintended sign extension (coverity#706020) [Caolán McNamara]
  • unintended sign extension (coverity#706021) [Caolán McNamara]
  • unintended sign extension (coverity#706022) [Caolán McNamara]
  • unintended sign extension (coverity#706023) [Caolán McNamara]
  • unintended sign extension (coverity#706024) [Caolán McNamara]
  • unintended sign extension (coverity#706025) [Caolán McNamara]
  • unintended sign extension (coverity#706026) [Caolán McNamara]
  • unintended sign extension (coverity#706027) [Caolán McNamara]
  • unintended sign extension (coverity#706028) [Caolán McNamara]
  • unintended sign extension (coverity#706029) [Caolán McNamara]
  • unintended sign extension (coverity#706030) [Caolán McNamara]
  • unintended sign extension (coverity#706031) [Caolán McNamara]
  • unintended sign extension (coverity#706032) [Caolán McNamara]
  • unintended sign extension (coverity#706033) [Caolán McNamara]
  • unintended sign extension (coverity#706034) [Caolán McNamara]
  • unintended sign extension (coverity#706038) [Caolán McNamara]
  • unintended sign extension (coverity#706041) [Caolán McNamara]
  • unintended sign extension (coverity#706042) [Caolán McNamara]
  • unintended sign extension (coverity#706045) [Caolán McNamara]
  • unintended sign extension (coverity#706046) [Caolán McNamara]
  • unintended sign extension (coverity#706047) [Caolán McNamara]
  • unintended sign extension (coverity#706048) [Caolán McNamara]
  • unintended sign extension (coverity#706049) [Caolán McNamara]
  • unintended sign extension (coverity#706052) [Caolán McNamara]
  • unintended sign extension (coverity#706054) [Caolán McNamara]
  • unintended sign extension (coverity#706055) [Caolán McNamara]
  • unintended sign extension (coverity#706056) [Caolán McNamara]
  • unintended sign extension (coverity#706062) [Caolán McNamara]
  • unintended sign extension (coverity#706063) [Caolán McNamara]
  • unintended sign extension (coverity#706065) [Caolán McNamara]
  • unintended sign extension (coverity#706067) [Caolán McNamara]
  • unintended sign extension (coverity#706069) [Caolán McNamara]
  • unintended sign extension (coverity#706073) [Caolán McNamara]
  • unintended sign extension (coverity#706077) [Caolán McNamara]
  • unintended sign extension (coverity#706080) [Caolán McNamara]
  • unintended sign extension (coverity#706081) [Caolán McNamara]
  • unintended sign extension (coverity#706084) [Caolán McNamara]
  • unintended sign extension (coverity#706085) [Caolán McNamara]
  • unintended sign extension (coverity#706090) [Caolán McNamara]
  • unintended sign extension (coverity#706091) [Caolán McNamara]
  • unintended sign extension (coverity#706092) [Caolán McNamara]
  • unintended sign extension (coverity#706093) [Caolán McNamara]
  • unintended sign extension (coverity#706094) [Caolán McNamara]
  • unintended sign extension (coverity#706098) [Caolán McNamara]
  • unintended sign extension (coverity#706101) [Caolán McNamara]
  • unintended sign extension (coverity#706103) [Caolán McNamara]
  • unintended sign extension (coverity#706113) [Caolán McNamara]
  • unintended sign extension (coverity#706114) [Caolán McNamara]
  • unintended sign extension (coverity#706115) [Caolán McNamara]
  • copy into fixed size buffer (coverity#706150) [Caolán McNamara]
  • copy into fixed size buffer (coverity#706152) [Norbert Thiebaud]
  • copy into fixed size buffer (coverity#706155) [Caolán McNamara]
  • copy into fixed size buffer (coverity#706158) [Norbert Thiebaud]
  • untrusted value as argument (coverity#706171) [Caolán McNamara]
  • uncaught exception (coverity#706231) [Caolán McNamara]
  • uncaught exception (coverity#706232) [Caolán McNamara]
  • uncaught exception (coverity#706234) [Caolán McNamara]
  • uncaught exception (coverity#706235) [Caolán McNamara]
  • uncaught exception (coverity#706240) [Caolán McNamara]
  • uncaught exception (coverity#706241) [Caolán McNamara]
  • uncaught exception (coverity#706248) [Caolán McNamara]
  • uncaught exception (coverity#706260) [Caolán McNamara]
  • uncaught exception (coverity#706261) [Caolán McNamara]
  • uncaught exception (coverity#706262) [Caolán McNamara]
  • uncaught exception (coverity#706264) [Caolán McNamara]
  • uncaught exception (coverity#706265) [Caolán McNamara]
  • uncaught exception (coverity#706266) [Caolán McNamara]
  • uncaught exception (coverity#706267) [Caolán McNamara]
  • uncaught exception (coverity#706275) [Caolán McNamara]
  • uncaught exception (coverity#706280) [Caolán McNamara]
  • uncaught exception (coverity#706281) [Caolán McNamara]
  • uncaught exception (coverity#706282) [Caolán McNamara]
  • uncaught exception (coverity#706283) [Caolán McNamara]
  • uncaught exception (coverity#706284) [Caolán McNamara]
  • uncaught exception (coverity#706285) [Caolán McNamara]
  • uncaught exception (coverity#706286) [Caolán McNamara]
  • uncaught exception (coverity#706287) [Caolán McNamara]
  • uncaught exception (coverity#706301) [Caolán McNamara]
  • uncaught exception (coverity#706302) [Caolán McNamara]
  • uncaught exception (coverity#706304) [Caolán McNamara]
  • uncaught exception (coverity#706308) [Caolán McNamara]
  • uncaught exception (coverity#706317) [Caolán McNamara]
  • uncaught exception (coverity#706318) [Caolán McNamara]
  • uncaught exception (coverity#706319) [Caolán McNamara]
  • uncaught exception (coverity#706320) [Caolán McNamara]
  • uncaught exception (coverity#706322) [Caolán McNamara]
  • uncaught exception (coverity#706326) [Caolán McNamara]
  • uncaught exception (coverity#706327) [Caolán McNamara]
  • uncaught exception (coverity#706330) [Caolán McNamara]
  • uncaught exception (coverity#706331) [Caolán McNamara]
  • uncaught exception (coverity#706332) [Caolán McNamara]
  • uncaught exception (coverity#706364) [Caolán McNamara]
  • uncaught exception (coverity#706367) [Caolán McNamara]
  • uncaught exception (coverity#706368) [Caolán McNamara]
  • uncaught exception (coverity#706371) [Caolán McNamara]
  • uncaught exception (coverity#706372) [Caolán McNamara]
  • uncaught exception (coverity#706373) [Caolán McNamara]
  • uncaught exception (coverity#706374) [Caolán McNamara]
  • uncaught exception (coverity#706376) [Caolán McNamara]
  • uncaught exception (coverity#706377) [Caolán McNamara]
  • uncaught exception (coverity#706378) [Caolán McNamara]
  • uncaught exception (coverity#706382) [Caolán McNamara]
  • uncaught exception (coverity#706384) [Caolán McNamara]
  • uncaught exception (coverity#706394) [Caolán McNamara]
  • uncaught exception (coverity#706404) [Caolán McNamara]
  • uncaught exception (coverity#706421) [Caolán McNamara]
  • uncaught exception (coverity#706458) [Caolán McNamara]
  • uncaught exception (coverity#706460) [Caolán McNamara]
  • uncaught exception (coverity#706461) [Caolán McNamara]
  • uncaught exception (coverity#706463) [Caolán McNamara]
  • uncaught exception (coverity#706466) [Caolán McNamara]
  • uncaught exception (coverity#706468) [Caolán McNamara]
  • uncaught exception (coverity#706469) [Caolán McNamara]
  • uncaught exception (coverity#706476) [Caolán McNamara]
  • uncaught exception (coverity#706477) [Caolán McNamara]
  • uncaught exception (coverity#706478) [Caolán McNamara]
  • uncaught exception (coverity#706482) [Caolán McNamara]
  • uncaught exception (coverity#706495) [Caolán McNamara]
  • uncaught exception (coverity#706497) [Caolán McNamara]
  • uncaught exception (coverity#706498) [Caolán McNamara]
  • uncaught exception (coverity#706499) [Caolán McNamara]
  • uncaught exception (coverity#706500) [Caolán McNamara]
  • uncaught exception (coverity#706501) [Caolán McNamara]
  • uncaught exception (coverity#706502) [Caolán McNamara]
  • uncaught exception (coverity#706503) [Caolán McNamara]
  • uncaught exception (coverity#706504) [Caolán McNamara]
  • uncaught exception (coverity#706505) [Caolán McNamara]
  • uncaught exception (coverity#706506) [Caolán McNamara]
  • uncaught exception (coverity#706514) [Caolán McNamara]
  • uncaught exception (coveri

New in LibreOffice 4.3.3 RC 2 (Oct 30, 2014)

  • revert "center slide after changing zoom" (fdo#83588)
  • crash when button is too short for text (fdo#84809)
  • avoid calc crash when using Paste Special - Link (fdo#84810)
  • max len property of -1 -> crash (fdo#85032)

New in LibreOffice 4.3.3 RC 1 (Oct 15, 2014)

  • Bugs fixed:
  • HTML import: Embed images if source URL is a local file. (bnc#580834)
  • invisible text because of wrong color (white) (bnc#584721)
  • OOXML import: Import video file too. (bnc#591147)
  • display data description in pivot table. (bnc#592918)
  • paragraph vertical spacing differs from PowerPoint (bnc#657899)
  • ODF files not showing up on Windows search (bnc#887307)
  • handle docx's w:anchor layoutInCell attribute (bnc#891663)
  • OOXML import: Improve chart number formats. (bnc#892610)
  • OOXML import: Import border lines using reference too. (bnc#897769)
  • unused value (coverity#1242906)
  • related: \shptxt ... \jpegblip (fdo#37691)
  • related $(workdirurl) was always empty (fdo#46037)
  • unittest (fdo#52076)
  • switch back tab at RefButton closure time (fdo#53920)
  • support for modify passwd in Impress and Draw (fdo#63483)
  • IsDraw doesn't mean the app/page is Draw (fdo#63905)
  • empty/Not empty doesn't work in columns with date format (fdo#65281)
  • don't crash on loading specific .docx (fdo#66496)
  • don't double destroy the HASH when PDF signing. (fdo#66701)
  • crash after 3rd call to ApplicationScriptLibraryContainer (fdo#66706)
  • crash after 3rd call to ApplicationScriptLibraryContainer (fdo#70607)
  • related: don't crash on missing table styles (fdo#73608)
  • allow pasting into input fields (fdo#76565)
  • related $(workdirurl) was always empty (fdo#77813)
  • file crashed while saving. (fdo#78907)
  • crash in oox::drawingml::LayoutNode::setupShape (fdo#79129)
  • crash in DomainMapper_Impl::CloseFieldCommand (fdo#79130)
  • crash in EnhancedCustomShapeTypeNames::Get (fdo#79131)
  • fix ODF import of style:footer-first (fdo#79269)
  • crash after 3rd call to ApplicationScriptLibraryContainer (fdo#79301)
  • LO writer crash while Opening some document. (fdo#79535)
  • sw: fix clicking on hyper-links in Draw objects (fdo#79604)
  • inserting non-chart as chart -> unhandled exception (fdo#80101)
  • css.office.Quickstart should be single-instance service. (fdo#80927)
  • crash on adding new macro library (fdo#81039)
  • upgrade libgltf to 0.0.2 (fdo#81181)
  • calc is not accessible to screen readers if sheet is modified [a11y] (fdo#81264)
  • no fallback for special codes without country (fdo#81357)
  • use 24-bit color depth, not 256 colors when converting an EPS-file. (fdo#81592)
  • crash after 3rd call to ApplicationScriptLibraryContainer (fdo#81635)
  • MM: correctly convert inline-edit fields (fdo#81750)
  • instead of the bold font, use a higher multiplifier (4.3 backport) (fdo#82043)
  • fix unpacking of additional tarballs (fdo#82144)
  • support version 2 ttf fonts and mac font family name encodings (fdo#82259)
  • MSVC build: avoid using SSE2 instructions in some externals (fdo#82430)
  • we only check pAlphaW on one branch (fdo#82552)
  • file crashed while saving. (fdo#82895)
  • changed filterlabel of .ac3-files (fdo#82994)
  • avoid accessing 1 character after a string (fdo#83141)
  • add stub locale data for Catalan (Valencian) (fdo#83292)
  • retain dropdown part after customization (fdo#83619)
  • ensure that the row position is below MAXROW. (fdo#83764)
  • add GetAddressConvention to RefButton (fdo#83848)
  • kill c++11 code from collada2gltf (fdo#84008)
  • be sure to update the sheet index when moving the sort range. (fdo#84009)
  • localized string is truncated (fdo#84057)
  • Wrong CRC Costa Rica currency symbol (fdo#84260)
  • unexpected exception -> clang builds terminate (fdo#84261)
  • Export to PDF with footnotes in tables crash (fdo#84283)
  • quick fix for sw too (fdo#84315)
  • RTF import: don't try to rotate TextFrames (fdo#84536)
  • loop in TableInfo::getNextNode (fdo#84588)
  • 1~ instead of ~1 and 10~ instead of 1~0 (fdo#84757)
  • don't even attempt to unload libqstart_gtklo.so again (i#101245)

New in LibreOffice 4.3.2 RC 2 (Sep 19, 2014)

  • Fixed:
  • lower case greek alphabet missing in localized Math symbol table

New in LibreOffice 4.3.0 (Jul 30, 2014)

  • Document interoperability: support of OOXML Strict, OOXML graphics improvements (DrawingML, theme fonts, preservation of drawing styles and attributes), embedding OOXML files inside another OOXML file, support of 30 new Excel formulas, support of MS Works spreadsheets and databases, and Mac legacy file formats such as ClarisWorks, ClarisResolve, MacWorks, SuperPaint, and more.
  • Comment management: comments can now be printed in the document margin, formatted in a better way, and imported and exported – including nested comments – in ODF, DOC, OOXML and RTF documents, for improved productivity and better collaboration.
  • Intuitive spreadsheet handling: Calc now allows the performing of several tasks more intuitively, thanks to the smarter highlighting of formulas in cells, the display of the number of selected rows and columns in the status bar, the ability to start editing a cell with the content of the cell above it, and being able to fully select text conversion models by the user.
  • 3D models in Impress: support of animated 3D models in the new open glTF format, plus initial support for Collada and kmz files that are found in Google Warehouse, in order to add a fresh new look and animations to keynotes (support of this feature is currently on Windows and Linux versions only).
  • LibreOffice 4.3 also supports “monster” paragraphs exceeding 65,000 characters (an example of an 11 years old bug solved thanks to the modernization of the OOo source code, which is an exclusive function of LibreOffice). In addition, the accessibility technology on Windows has become a standard feature, thanks to the improvements based on IBM’s IAccessible2 framework.

New in LibreOffice 4.2.6 RC 2 (Jul 25, 2014)

  • Bugs fixed:
  • abi#3623 RTF import: missing null pointer check [Miklos Vajna]
  • fdo#74124 vcl: Revert "Scale the pictures before calling ... [Michael Stahl]
  • fdo#77018 keep external references intact during sort [Eike Rathke]
  • fdo#79221 wrong rendering of bottom and right character border [Zolnai Tamás]
  • fdo#79305 use SvXMLExport::GetRelativeReference(), [Eike Rathke]
  • fdo#79441 keep external references intact during sort [Eike Rathke]
  • fdo#80195 act on implicitly propagated error, if any [Eike Rathke]
  • fdo#80201 msfilter: fix infinite loop during export [Markus Mohrhard]
  • fdo#80333 .doc has large black rectangles between paragraphs [Zolnai Tamás]
  • fdo#80363 backport of the fix for Cyrillic spell. dictionary path [László Németh]
  • fdo#80462 don't always increment the start row position. [Kohei Yoshida]
  • fdo#80498 vcl: Revert "Scale the pictures before calling ... [Michael Stahl]
  • fdo#81173 RTF import: missing null pointer check [Miklos Vajna]
  • fdo#81214 tolerate exceptions thrown inside XFastParser callbacks. [Michael Meeks]
  • fdo#81276 sw: HTML import: fix inverted test in CSS import [Michael Stahl]
  • fdo#81294 store correct sheet number during range names update [Eike Rathke]
  • fdo#81336 bison priority increase with bigger number [Lionel Elie Mamane]
  • i#125226 related: don't try to access known-bad DDE servers [Herbert Dürr]

New in LibreOffice 4.2.6 RC 1 (Jul 12, 2014)

  • Bugs fixed:
  • bnc#593614 avoid rendering artefacts in presentation mode. [Matúš Kukan]
  • bnc#812796 don't create data series when the series has no values. [Kohei Yoshida]
  • bnc#822625 related Cache minimum height for table cells. [Matúš Kukan]
  • bnc#828390 reset charescapement. [Muthu Subramanian]
  • bnc#862510 related extend handling of txXfrm [Zolnai Tamás]
  • bnc#865381 DOCX import: handle w:jc=center inside w:textDirection=btLr [Miklos Vajna]
  • bnc#870237 wrong text position in grouped list [Zolnai Tamás]
  • bnc#875715 fix reading of section margins [Luboš Luňák]
  • bnc#875717 handle direct formatting for numbering in .docx [Luboš Luňák]
  • bnc#875718 discard more header/footer stuff when discarding headers/footers [Luboš Luňák]
  • bnc#880763 PPTX import: wrong z-order becuause of wrong import order [Zolnai Tamás]
  • bnc#882383 do not ignore themeOverride for charts in .pptx [Matúš Kukan]
  • bnc#882595 process VBA blobs before formula cells. [Kohei Yoshida]
  • bnc#882627 allow to edit spacing to contents even with no borders visible. [Matúš Kukan]
  • bnc#882631 do not hide top of the first row when editing text in table cells. [Matúš Kukan]
  • bnc#884615 VML import: import OLE objects in header with background wrapping [Miklos Vajna]
  • coverity#736074 missing break in switch [Caolán McNamara]
  • coverity#1019335 crash converting fontwork to curve [Caolán McNamara]
  • coverity#1078626 missing break in switch [Caolán McNamara]
  • coverity#1158240 dereference before null check [Caolán McNamara]
  • coverity#1222239 untrusted value as argument [Caolán McNamara]
  • coverity#1222240 untrusted value as argument [Caolán McNamara]
  • collabora#2013101510000026 fix crash loading 3.doc [Caolán McNamara]
  • deb#749592 mysql-connector doesn't work with remote connections [Noel Grandin]
  • fdo#33455 related: retain color on scaling of 1 bit depth pngs [Caolán McNamara]
  • fdo#37401 fixed the old vector length [Hideki Ikeda]
  • fdo#38844 avoid rendering artefacts in presentation mode. [Matúš Kukan]
  • fdo#39944 fix mapping for some a11y roles to ATK [Jacobo Aragunde Pérez]
  • fdo#42747 limits need to multiplied by num of decimal places [Caolán McNamara]
  • fdo#43277 send Legacy Report "E-Mail as ..."=>error message [Julien Nabet]
  • fdo#51763 make title of dialog localisable [Joren De Cuyper]
  • fdo#54155 : Crash when playing with a Group inside a Group [Julien Nabet]
  • fdo#55381 DOCX import: fix additional empty paragraphs around footnote text [Miklos Vajna]
  • fdo#58774 related Alternative dialog Find & Replace for Writer [Julien Nabet]
  • fdo#63378 enable Impress Remote Dialog menu item for all view shells. [Andrzej Hunt]
  • fdo#64530 check for empty string before accessing first element [Markus Mohrhard]
  • fdo#65583 elements Dock window needs scroll bar [Thomas Arnhold]
  • fdo#67935 "print on group change" acted as "print in first group instance" [Lionel Elie Mamane]
  • fdo#67937 "print on group change" defaults to TRUE [Lionel Elie Mamane]
  • fdo#68663 revert "don't blindly force categories when there are" [Kohei Yoshida]
  • fdo#69649 RTF import: don't crash on empty TOC result [Miklos Vajna, Vinaya Mandke]
  • fdo#70596 dependency problem with debian packages for master/dev builds [Christian Lohmaier]
  • fdo#71616 elements dock: Better display of scalable braces [Thomas Arnhold]
  • fdo#72157 webdav: Release WebDAV file lock on document close. [Matúš Kukan]
  • fdo#72727 revert "-Werror=unused-but-set-variable second try" [Kohei Yoshida]
  • fdo#73241 RTF import: ignore page break in tables [Miklos Vajna]
  • fdo#73352 don't crash if clearWarnings throws an SQLException [Lionel Elie Mamane]
  • fdo#75339 substituting XInterface* eq. for object eq. requires queryInterface [Stephan Bergmann]
  • fdo#75364 flat style and 3d style were swapped [Lionel Elie Mamane]
  • fdo#75971 unify the handling of string position arguments, related [Julien Nabet, Eike Rathke]
  • fdo#76140 reimplement XIRR OpenCL test. [Kohei Yoshida]
  • fdo#76160 calc invalid image position on zooming [Damien Chambe]
  • fdo#76324 make pasting a lot of cell notes faster by disabling broadcasting. [Matúš Kukan]
  • fdo#76633 writerfilter RTF import: disappear the rectangle shapes on images [Michael Stahl]
  • fdo#76803 writerfilter: fix image wrap polygon import again [Michael Stahl]
  • fdo#77057 quick fix: do not touch KindMap for alien file types [Andras Timar]
  • fdo#77506 more reliable way to determine label strings. [Kohei Yoshida]
  • fdo#77584 mysql-connector doesn't work with remote connections [Noel Grandin]
  • fdo#77831 use classic token rules for user-defined char (%foo) [Caolán McNamara]
  • fdo#77844 fix header wrongly enabled from .doc [Luke Deller]
  • fdo#77979 related: writerfilter RTF import: read encoded font name [Michael Stahl, Stephan Bergmann]
  • fdo#78404 added SdrEndTextEdit before replacing... [Armin Le Grand]
  • fdo#78477 ensure offset + sizeof(value) is in bounds [Caolán McNamara]
  • fdo#78758 sw: RTF export: don't export multiple \fldrst for one hyperlink [Michael Stahl]
  • fdo#78953 secured usage of LayerTabBar in Draw... [Armin Le Grand]
  • fdo#79012 wrong path to dictionaries [Caolán McNamara]
  • fdo#79021 cannot delete ListBox from inside its own Select handler [Caolán McNamara]
  • fdo#79151 no need to offset column index by category labels. [Kohei Yoshida]
  • fdo#79174 use 3D address when the input and output are on different sheets. [Kohei Yoshida]
  • fdo#79228 do not replace a General format with a General format [Eike Rathke]
  • fdo#79275 file Properties dialog’s layout is subpar [Caolán McNamara]
  • fdo#79276 add fallback system for autocorrection of French variants [Julien Nabet]
  • fdo#79360 impress hangs on using sidebar new style [Caolán McNamara]
  • fdo#79384 replace the work-around with a different one [Miklos Vajna, Michael Stahl]
  • fdo#79451 document must be set modified when range name is defined, [Markus Mohrhard]
  • fdo#79493 refresh Tables option fails with Firebird [Julien Nabet]
  • fdo#79547 fix for pre-rendered Table Of Contents [Vinaya Mandke]
  • fdo#79714 related OSX-crash opening query or table in embedded Firebird ODB [Julien Nabet]
  • fdo#79786 implement getFormOperations for data grid (table view) [Lionel Elie Mamane]
  • fdo#79883 the page view object contact must exist [David Tardon]
  • fdo#79957 propagate ForceArray through jump tokens [Eike Rathke]
  • fdo#79978 propagate error through DoubleArray of matrix [Eike Rathke]
  • fdo#80009 xmloff: ignore excessive fo:clip values [Michael Stahl]
  • fdo#80014 vcl: fix drawing of linear gradients [Michael Stahl]
  • fdo#80140 related: a11y crash on changing text via spellchecker in impress [Caolán McNamara]
  • fdo#80160 PNG with 1-bit colormap only show black and white [Caolán McNamara]
  • fdo#80166 check input against date acceptance pattern plausibility [Eike Rathke]
  • fdo#80327 sound list box when non-English UI [Julien Nabet]
  • fdo#80661 clash with a global symbol from libreoffice [David Tardon]
  • fdo#80681 widget is not transparent [Caolán McNamara]
  • fdo#80813 avoid FMR by re-fetch pattern after a potential re-calculation. [Michael Meeks]
  • i#39528 fixed the old vector length [Hideki Ikeda]
  • i#87182 secured usage of LayerTabBar in Draw... [Armin Le Grand]
  • i#93570 fix crash loading 3.doc [Caolán McNamara]
  • i#119307 widget is not transparent [Caolán McNamara]
  • i#123468 added SdrEndTextEdit before replacing... [Armin Le Grand]
  • i#125000 check last status of newly created... [Oliver-Rainer Wittmann]
  • rhbz#1104068 [abrt] libreoffice-core: poll(): soffice.bin killed by SIGSEGV [Caolán McNamara]
  • rhbz#1105376 FlatODF import/export does not work unless libreoffice-xsltfilter is installed [David Tardon]

New in LibreOffice 4.2.5 (Jun 20, 2014)

  • Saving to old and proprietary OOo/StarOffice fileformats has been removed (fdo#74979)
  • This version corrects the mispelling « turquise » for Table Style in Impress.

New in LibreOffice 4.3.0 RC 1 (Jun 19, 2014)

  • writerfilter RTF import: override style properties like Word (bnc#825305)
  • related extend handling of txXfrm (bnc#862510)
  • 2nd part of import font color from color fragment for SmartArts (bnc#870233)
  • PPTX import: wrong z-order becuause of wrong import order (bnc#880763)
  • allow to edit spacing to contents even with no borders visible. (bnc#882627)
  • keep line visible if proportional line spacing is < 100%. (bnc#882631)
  • mysql-connector doesn't work with remote connections (deb#749592)
  • fix look for translated frame styles (fdo#40073)
  • DOCX import: fix additional empty paragraphs around footnote text (fdo#55381)
  • check for empty string before accessing first element (fdo#64530)
  • revert "don't blindly force categories when there are none" (fdo#68663)
  • writerfilter RTF import: override style properties like Word (fdo#70578)
  • revert "-Werror=unused-but-set-variable second try" (fdo#72727)
  • flat style and 3d style were swapped (fdo#75364)
  • make sure all objects exist, related (fdo#75692)
  • unify the handling of string position arguments, related (fdo#75971)
  • fix wrong square brackets in exported citations (fdo#76281)
  • make pasting a lot of cell notes faster by disabling broadcasting. (fdo#76324)
  • writerfilter: RTF import: do not leak the XShape of image (fdo#76633)
  • more reliable way to determine label strings. (fdo#77506)
  • mysql-connector doesn't work with remote connections (fdo#77584)
  • sw: RTF export: write non-ASCII font names encoded (fdo#77979)
  • swap the logic here: Disable -> Enable. (fdo#78860)
  • w:br> tag is not being preserved after export. (fdo#78887)
  • cannot delete ListBox from inside its own Select handler (fdo#79021)
  • file having Footnote with Text Effect got corrupted after RT (fdo#79062)
  • don't try to import invalid document, (fdo#79135)
  • document must be set modified when range name is defined, (fdo#79451)
  • do not overwrite w:shd value (fdo#79558)
  • password UI: correct typo for 1 character (fdo#79597)
  • write unit test for this. (fdo#79676)
  • fix ppt files embedded in .docx documents (fdo#79691)
  • related OSX-crash opening query or table in embedded Firebird ODB (fdo#79714)
  • recognize ##-MMM-## as date even if ambiguous (fdo#79719)
  • implement getFormOperations for data grid (table view) (fdo#79786)
  • fix for corruption having databinding have duplicates attributes (fdo#79817)
  • crash:LO Crashes while Saving the DOCX containing smartart (fdo#79822)
  • the page view object contact must exist (fdo#79883)
  • resolve by checking index bounds (fdo#79913)
  • propagate ForceArray through jump tokens (fdo#79957)
  • propagate error through DoubleArray of matrix (fdo#79978)
  • crash with Thunderbird/Icedove address book (fdo#80025)
  • follow-up of fix for (i#124338)
  • check last status of newly created... (i#125000)
  • fix rounding error in AquaSalGraphics::RefreshRect() (i#125020)
  • follow-up of fix for (i#125055)
  • related: map given style name to corresponding UI name... (i#125072)
  • correct implementation of css::text::XTextField... (i#125086)
  • column storage might be changed, related (lp#990868)
  • libreoffice-writer crashes when doing a Format - Page on a html type document (rhbz#1096747)
  • FlatODF import/export does not work unless libreoffice-xsltfilter is installed (rhbz#1105376)

New in LibreOffice 4.3.0 Beta 2 (Jun 6, 2014)

  • bnc#467278 introduce a warning that changes to VBA macros cannot be saved. [Luboš Luňák, Jan Holesovsky]
  • bnc#822625 related Cache minimum height for table cells. [Matúš Kukan]
  • bnc#823675 (related: RTF import: get rid of hacks for \f in LISTLEVEL [Michael Stahl]
  • bnc#863018 WW8 import: fix upper margin of multi-page floating table [Miklos Vajna]
  • bnc#870237 wrong text position in grouped list [Zolnai Tamás]
  • bnc#875717 handle direct formatting for numbering in .docx [Luboš Luňák]
  • bnc#875718 discard more header/footer stuff when discarding headers/footers [Luboš Luňák]
  • bnc#878854 MSWord uses \xb for linebreaks in DB fields [Luboš Luňák]
  • coverity#1078626 missing break in switch [Caolán McNamara]
  • coverity#736074 missing break in switch [Caolán McNamara]
  • cp#1000072 populate cache tables when updating all external links. [Kohei Yoshida]
  • cp#1000077 set 'modified' document property more consistently. [Matúš Kukan]
  • cp#1000078 replace "\r\n" with "\n" when pasting from X11 clipboard. [Matúš Kukan]
  • fdo#42899 basic: if the library is not loaded fully, copy source storage [Michael Stahl]
  • fdo#48017 WIN32 long path support in Hyphen and MyThes [László Németh]
  • fdo#52547 paste preference is image, then html, then text. [Andrzej Hunt]
  • fdo#56392 fix hyphenation (remove fix, except hard hyphen part) [László Németh]
  • fdo#59882 oops, this reference can't be const. [Matúš Kukan]
  • fdo#62719 set more relaxed clipping region. [Jan Holesovsky]
  • fdo#64956 editeng: fix RTF color table export [Michael Stahl]
  • fdo#65583 elements Dock window needs scroll bar [Thomas Arnhold]
  • fdo#67685 basic: if the library is not loaded fully, copy source storage [Michael Stahl]
  • fdo#67935 "print on group change" acted as "print in first group instance" [Lionel Elie Mamane]
  • fdo#67937 "print on group change" defaults to TRUE [Lionel Elie Mamane]
  • fdo#68983 revert "remove #if 0 block (from ... [Michael Stahl]
  • fdo#70455 B1:SOMENAME is not a valid singleton reference [Eike Rathke]
  • fdo#71616 related Set correct BaseSize [Thomas Arnhold]
  • fdo#73352 don't crash if clearWarnings throws an SQLException [Lionel Elie Mamane]
  • fdo#75971 related Crash when invoking "Insert > Names > Create" [Julien Nabet]
  • fdo#76324 use one static SvXMLTokenMap object, it's faster. [Matúš Kukan]
  • fdo#76752 don't add the changes toolbar to the forms window, [Markus Mohrhard]
  • fdo#76824 proper way to parse cell address strings. [Kohei Yoshida]
  • fdo#76953 cannot start show at selected slide [Zolnai Tamás]
  • fdo#77206 CRASH printing with all applications on windows [Caolán McNamara]
  • fdo#77282 replace "Edit Group" with "Enter Group" in Writer as in Draw [Laurent Balland-Poirier]
  • fdo#77313 coinmp: error: format not a string literal and no format arguments [Matúš Kukan]
  • fdo#77454 sw: ww8 import: add heuristic to ignore mangled crop values [Michael Stahl]
  • fdo#77831 use classic token rules for user-defined char (%foo) [Caolán McNamara]
  • fdo#77891 unconditionally disable console streams for WinXP [Christian Lohmaier]
  • fdo#77993 actually impact 10.6 too apparently [Norbert Thiebaud]
  • fdo#78040 nAryLen is traditionally 32bit not 16bit [Caolán McNamara]
  • fdo#78332 sw: fix separators in SwDDEFieldType::PutValue() [Michael Stahl]
  • fdo#78348 DOCX import: end progressbar after parsing is done [Miklos Vajna]
  • fdo#78477 ensure offset + sizeof(value) is in bounds [Caolán McNamara]
  • fdo#78737 sw: fix setting tab stops via ruler [Michael Stahl]
  • fdo#78801 paste preference is image, then html, then text. [Andrzej Hunt]
  • fdo#78833 add Fomula Numbering and Lorem Ipsum autotext to some locales [Laurent Balland-Poirier]
  • fdo#78883 writer getting Hang while opening document [Tushar Bende]
  • fdo#78900 RTF import: allow \dpxsize inside \dptxbxtext [Miklos Vajna]
  • fdo#78903 write test for this. [Kohei Yoshida]
  • fdo#78920 number %NUMBERSTRING in tooltip [Jason Hulme]
  • fdo#78927 use different XML attribute names for asian and complex fonts. [Kohei Yoshida]
  • fdo#78976 correct way to determine the end position for matrix check. [Kohei Yoshida]
  • fdo#79008 crash: File getting crash while saving in LO [Dinesh Patil]
  • fdo#79011 properly implement the search results dialog as modeless. [Kohei Yoshida]
  • fdo#79078 restore transparency in SVG export [László Németh]
  • fdo#79124 options cells shift down when unit clicked [Caolán McNamara]
  • fdo#79133 avoid segmentation fault during destruction of media window [Zolnai Tamás]
  • fdo#79137 crash in oox::vml::InputStream::updateBuffer [Julien Nabet]
  • fdo#79139 crash in SwDropCapCache::CalcFontSize [Julien Nabet]
  • fdo#79142 when Creating Styles - The 2nd One Always Replaces the 1st [Caolán McNamara]
  • fdo#79161 sidebar crash on deactivating [Caolán McNamara]
  • fdo#79174 use 3D address when the input and output are on different sheets. [Kohei Yoshida]
  • fdo#79178 crash when opening a form created with a previous version [Caolán McNamara]
  • fdo#79181 drop hidden shape and drop negative clip rect [Caolán McNamara]
  • fdo#79228 resync ScPatternAttr if changed in GetNeededSize() [Eike Rathke]
  • fdo#79236 sw: Undo of changing style crashes on invalid item (-1) [Michael Stahl]
  • fdo#79275 file Properties dialog’s layout is subpar [Caolán McNamara]
  • fdo#79347 update French Burkina Faso [fr-BF] locale data, [David Delma, Eike Rathke]
  • fdo#79348 use uppercase LCID, related [David Delma, Eike Rathke]
  • fdo#79349 add French Mali [fr-ML] locale data, [David Delma, Eike Rathke]
  • fdo#79350 derive [fr-SN] from [fr-BF] instead, related [David Delma, Eike Rathke]
  • fdo#79351 add LANGUAGE_USER_FRENCH_BENIN 0x840C fr-BJ French (Benin), [David Delma, Eike Rathke]
  • fdo#79352 add French Niger [fr-NE] locale data, [David Delma, Eike Rathke]
  • fdo#79353 add French Togo [fr-TG] locale data, [Eike Rathke]
  • fdo#79360 impress hangs on using sidebar new style [Caolán McNamara]
  • fdo#79372 fix hyphenation (remove fix, except hard hyphen part) [László Németh]
  • fdo#79384 RTF import: fix literal Shift-JIS text [Miklos Vajna, Michael Stahl]
  • fdo#79392 don't access after last row, when last row is max last row [Caolán McNamara]
  • fdo#79493 refresh Tables option fails with Firebird [Julien Nabet]
  • fdo#79506 some numbers are marked as translatable [Julien Nabet]
  • fdo#79530 update help for minimum length of password [Laurent Balland-Poirier]
  • i#114361 various situations where graphic go missing on save [Oliver-Rainer Wittmann]
  • i#124717 various situations where graphic go missing on save [Oliver-Rainer Wittmann]
  • i#124922 allow late setting of the font color... [Herbert Dürr]
  • i#124946 various situations where graphic go missing on save [Oliver-Rainer Wittmann]
  • i#124966 various situations where graphic go missing on save [Oliver-Rainer Wittmann]
  • i#93627 improve AutoTexts for all languages (mainly FN Autotext) [Laurent Balland-Poirier]
  • rhbz#1101224 [abrt] libreoffice-core: ScTable::GetName(rtl::OUString&) const(): soffice.bin killed by SIGSEGV [Eike Rathke]

New in LibreOffice 4.3.0 Beta 1 (May 26, 2014)

  • CID#705982 revert "ensure umask for mkstemp" [Stephan Bergmann]
  • CID#705985 revert "ensure umask for mkstemp" [Stephan Bergmann]
  • bnc#863021 add set-all language menu. [Muthu Subramanian]
  • bnc#870581 adjust output file extension when exporting [Luboš Luňák]
  • bnc#874790 allow accepting/rejecting changes in a selection [Luboš Luňák]
  • bnc#875713 handle brightness+contrast from msoffice [Luboš Luňák]
  • cid#705542 unintentional integer overflow [Noel Grandin]
  • cid#708875 unused pointer value [Noel Grandin]
  • cid#982783 unintentional integer overflow [Noel Grandin]
  • coverity#1019408 uninitialized scalar field [Caolán McNamara]
  • coverity#1028545 uninitialized pointer field [Caolán McNamara]
  • coverity#1038298 unchecked dynamic_cast [Miklos Vajna]
  • coverity#1038495 uninitialized scalar field [Caolán McNamara]
  • coverity#1078575 unchecked dynamic_cast [Miklos Vajna]
  • coverity#1078601 unchecked dynamic_cast [Caolán McNamara]
  • coverity#1079327 uninitialized pointer field [Caolán McNamara]
  • coverity#1079343 uninitialized pointer field [Caolán McNamara]
  • coverity#1130360 unchecked dynamic_cast [Miklos Vajna]
  • coverity#1130478 uninitialized pointer field [Caolán McNamara]
  • coverity#1130479 uninitialized pointer field [Caolán McNamara]
  • coverity#1130486 uninitialized scalar field [Caolán McNamara]
  • coverity#1158099 unchecked dynamic_cast [Caolán McNamara]
  • coverity#1169835 improper use of negative value [Caolán McNamara]
  • coverity#1169876 uninitialized scalar field [Caolán McNamara]
  • coverity#1169877 uninitialized scalar field [Caolán McNamara]
  • coverity#1169880 uninitialized pointer field [Caolán McNamara]
  • coverity#1202749 bad bit shift operation [Caolán McNamara]
  • coverity#1202751 max huffman code word len is 31 [Caolán McNamara]
  • coverity#1202759 unchecked return value [Caolán McNamara]
  • coverity#1202771 operands don't affect result [Caolán McNamara]
  • coverity#1202903 revert "Uncaught exception" [Stephan Bergmann]
  • coverity#1202962 uninitialized scalar field [Caolán McNamara]
  • coverity#1209003 revert "Unchecked return value" [Chris Sherlock, Jan Holesovsky]
  • coverity#1209074 same on both sides [Caolán McNamara]
  • coverity#1209146 logically dead code [Caolán McNamara]
  • coverity#1209186 logically dead code [Caolán McNamara]
  • coverity#1209298 logically dead code [Caolán McNamara]
  • coverity#12093 [81-94], etc. null pointer dereference [Caolán McNamara]
  • coverity#1209362 coverity gold, wrong mask [Caolán McNamara]
  • coverity#1209500 explicit null dereferenced [Caolán McNamara]
  • coverity#1209523 dereference after null check [Caolán McNamara]
  • coverity#1209527 dereference after null check [Caolán McNamara]
  • coverity#1209549 unchecked dynamic_cast [Caolán McNamara]
  • coverity#1209550 unchecked dynamic_cast [Chris Sherlock]
  • coverity#1209554 explicit null dereferenced [Caolán McNamara]
  • coverity#1209587 explicit null dereferenced [Caolán McNamara]
  • coverity#1209588 explicit null dereferenced [Caolán McNamara]
  • coverity#1209590 dereference after null check [Caolán McNamara]
  • coverity#1209591 unchecked dynamic_cast [Caolán McNamara]
  • coverity#1209592 unchecked dynamic_cast [Caolán McNamara]
  • coverity#1209611 explicit null dereferenced [Caolán McNamara]
  • coverity#1209709 dereference null return value [Caolán McNamara]
  • coverity#1209712 dereference null return value [Caolán McNamara]
  • coverity#1209760 parse warning [Caolán McNamara]
  • coverity#1209777 & Resource leak [Chris Sherlock]
  • coverity#1209778 & Resource leak [Chris Sherlock]
  • coverity#1209779 & Resource leak [Chris Sherlock]
  • coverity#1209780 & Resource leak [Chris Sherlock]
  • coverity#1209781 resource leak [Chris Sherlock]
  • coverity#1209783 dereference before null check [Caolán McNamara]
  • coverity#1209785 dereference before null check [Caolán McNamara]
  • coverity#1209786 dereference before null check [Caolán McNamara]
  • coverity#1209792 dereference before null check [Caolán McNamara]
  • coverity#1209793 dereference before null check [Caolán McNamara]
  • coverity#1209803 dereference before null check [Caolán McNamara]
  • coverity#1209804 dereference before null check [Caolán McNamara]
  • coverity#1209811 dereference before null check [Caolán McNamara]
  • coverity#1209816 dereference before null check [Caolán McNamara]
  • coverity#1209818 dereference before null check [Caolán McNamara]
  • coverity#1209902 uncaught exception [Caolán McNamara]
  • coverity#1209903 uncaught exception [Caolán McNamara]
  • coverity#1209904 uncaught exception [Caolán McNamara]
  • coverity#1209935 uncaught exception [Caolán McNamara]
  • coverity#1210085 uncaught exception [Caolán McNamara]
  • coverity#1210086 uncaught exception [Caolán McNamara]
  • coverity#1210087 uncaught exception [Caolán McNamara]
  • coverity#1210088 uncaught exception [Caolán McNamara]
  • coverity#1210089 uncaught exception [Caolán McNamara]
  • coverity#1210119 uncaught exception [Caolán McNamara]
  • coverity#1210120 uncaught exception [Caolán McNamara]
  • coverity#1210121 uncaught exception [Caolán McNamara]
  • coverity#1210130 uncaught exception [Caolán McNamara]
  • coverity#1210161 uninitialized scalar variable [Caolán McNamara]
  • coverity#1210163 uninitialized scalar variable [Caolán McNamara]
  • coverity#1210164 uninitialized scalar variable [Caolán McNamara]
  • coverity#1210166 uninitialized pointer field [Caolán McNamara]
  • coverity#1210167 uninitialized scalar field [Caolán McNamara]
  • coverity#1210168 uninitialized pointer field [Caolán McNamara]
  • coverity#1210169 uninitialized scalar field [Caolán McNamara]
  • coverity#1210170 uninitialized scalar field [Caolán McNamara]
  • coverity#1210172 uninitialized scalar field [Caolán McNamara]
  • coverity#1210173 uninitialized scalar field [Caolán McNamara]
  • coverity#1210174 uninitialized scalar field [Caolán McNamara]
  • coverity#1210175 uninitialized scalar field [Caolán McNamara]
  • coverity#1210176 uninitialized pointer field [Caolán McNamara]
  • coverity#1210177 uninitialized pointer field [Caolán McNamara]
  • coverity#1210178 uninitialized scalar field [Caolán McNamara]
  • coverity#1210179 uninitialized pointer field [Caolán McNamara]
  • coverity#1210180 uninitialized pointer field [Caolán McNamara]
  • coverity#1210181 uninitialized scalar field [Caolán McNamara]
  • coverity#1210182 uninitialized scalar field [Caolán McNamara]
  • coverity#1210183 uninitialized pointer field [Caolán McNamara]
  • coverity#1210184 uninitialized scalar field [Caolán McNamara]
  • coverity#1210185 uninitialized pointer field [Caolán McNamara]
  • coverity#1210186 uninitialized pointer field [Caolán McNamara]
  • coverity#1210187 uninitialized pointer field [Caolán McNamara]
  • coverity#1210188 uninitialized pointer field [Caolán McNamara]
  • coverity#1210189 uninitialized pointer field [Caolán McNamara]
  • coverity#1210190 uninitialized pointer field [Caolán McNamara]
  • coverity#1210191 uninitialized pointer field [Caolán McNamara]
  • coverity#1210192 uninitialized pointer field [Caolán McNamara]
  • coverity#1210193 uninitialized pointer field [Caolán McNamara]
  • coverity#1210194 uninitialized scalar field [Caolán McNamara]
  • coverity#1210195 uninitialized scalar field [Caolán McNamara]
  • coverity#1210196 uninitialized pointer field [Caolán McNamara]
  • coverity#1210197 uninitialized pointer field [Caolán McNamara]
  • coverity#1210198 uninitialized pointer field [Caolán McNamara]
  • coverity#1210199 uninitialized scalar field [Caolán McNamara]
  • coverity#1210200 uninitialized pointer field [Caolán McNamara]
  • coverity#1210201 uninitialized pointer field [Caolán McNamara]
  • coverity#1210202 uninitialized pointer field [Caolán McNamara]
  • coverity#1210401 non-virtual destructor [Caolán McNamara]
  • coverity#1212488 copy-paste error [Thomas Arnhold]
  • coverity#1213117 unchecked dynamic_cast [Caolán McNamara]
  • coverity#1213129 dereference after null check [Caolán McNamara]
  • coverity#1213133 dereference after null check [Caolán McNamara]
  • coverity#1213242 dereference null return value [Caolán McNamara]
  • coverity#1213244 dereference null return value [Caolán McNamara]
  • coverity#1213247 dereference null return value [Caolán McNamara]
  • coverity#1213254 out-of-bounds read [Caolán McNamara]
  • coverity#1213270 parse warning [Caolán McNamara]
  • coverity#1213276 resource leak [Caolán McNamara]
  • coverity#1213277 resource leak [Caolán McNamara]
  • coverity#1213288 resource leak [Caolán McNamara]
  • coverity#1213291 dereference before null check [Caolán McNamara]
  • coverity#1213305 dereference before null check [Caolán McNamara]
  • coverity#1213306 dereference before null check [Caolán McNamara]
  • coverity#1213310 dereference before null check [Caolán McNamara]
  • coverity#1213522 uncaught exception [Caolán McNamara]
  • coverity#1213526 uncaught exception [Caolán McNamara]
  • coverity#1213527 uncaught exception [Caolán McNamara]
  • coverity#1213528 uncaught exception [Caolán McNamara]
  • coverity#1213529 uncaught exception [Caolán McNamara]
  • coverity#1213553 uninitialized scalar field [Caolán McNamara]
  • coverity#440876 dereference null return value [Caolán McNamara]
  • coverity#441006 dereference null return value [Caolán McNamara]
  • coverity#441607 dereference null return value [Caolán McNamara]
  • coverity#441827 deference before null check [Chris Sherlock]
  • coverity#703938 unchecked return value [Caolán McNamara]
  • coverity#703939 unchecked return value [Caolán McNamara]
  • coverity#703941 unchecked return value [Caolán McNamara]
  • coverity#704274 do not unconditionally throw NoSuchElementException [Stephan Bergmann]
  • coverity#704283 logically dead code [Caolán McNamara]
  • coverity#704338 logically dead code [Caolán McNamara]
  • coverity#704339 logically dead code [Caolán McNamara]
  • coverity#704340 logically dead code [Caolán McNamara]
  • coverity#704598 dereference after null check [Caolán McNamara]
  • coverity#704714 dereference after null check [Caolán McNamara]
  • coverity#704742 dereference after null check [Caolán McNamara]
  • coverity#704797 dereference after null check [Caolán McNamara]
  • coverity#704849 unchecked dynamic_cast [Miklos Vajna]
  • coverity#704854 unchecked dynamic_cast [Miklos Vajna]
  • coverity#704855 unchecked dynamic_cast [Miklos Vajna]
  • coverity#704860 unchecked dynamic_cast [Miklos Vajna]
  • coverity#704861 unchecked dynamic_cast [Miklos Vajna]
  • coverity#704862 unchecked dynamic_cast [Miklos Vajna]
  • coverity#704863 unchecked dynamic_cast [Miklos Vajna]
  • coverity#704866 unchecked dynamic_cast [Miklos Vajna]
  • coverity#704968 unchecked dynamic_cast [Caolán McNamara]
  • coverity#705024 dereference after null check [Caolán McNamara]
  • coverity#705435 improper use of negative value [Caolán McNamara]
  • coverity#705475 dereference null return value [Caolán McNamara]
  • coverity#705478 dereference null return value [Caolán McNamara]
  • coverity#705482 dereference null return value [Caolán McNamara]
  • coverity#705484 dereference null return value [Caolán McNamara]
  • coverity#705490 dereference null return value [Caolán McNamara]
  • coverity#705533 unintentional integer overflow [Caolán McNamara]
  • coverity#705538 unintentional integer overflow [Caolán McNamara]
  • coverity#705541 unintentional integer overflow [Caolán McNamara]
  • coverity#705542 unintentional integer overflow [Caolán McNamara]
  • coverity#705639 resource leak [Caolán McNamara]
  • coverity#705840 dereference before null check [Caolán McNamara]
  • coverity#705841 dereference before null check [Caolán McNamara]
  • coverity#705842 dereference before null check [Caolán McNamara]
  • coverity#705853 dereference before null check [Caolán McNamara]
  • coverity#705918 dereference before null check [Caolán McNamara]
  • coverity#705926 dereference before null check [Caolán McNamara]
  • coverity#705927 dereference before null check [Caolán McNamara]
  • coverity#705928 dereference before null check [Caolán McNamara]
  • coverity#706281 uncaught exception [Caolán McNamara]
  • coverity#706282 uncaught exception [Caolán McNamara]
  • coverity#707088 uncaught exception [Caolán McNamara]
  • coverity#707098 uncaught exception [Caolán McNamara]
  • coverity#707218 uncaught exception [Caolán McNamara]
  • coverity#707237 uncaught exception [Caolán McNamara]
  • coverity#707312 uncaught exception [Caolán McNamara]
  • coverity#707317 uncaught exception [Caolán McNamara]
  • coverity#707371 uncaught exception [Caolán McNamara]
  • coverity#707379 uncaught exception [Caolán McNamara]
  • coverity#707380 uncaught exception [Caolán McNamara]
  • coverity#707461 uncaught exception [Caolán McNamara]
  • coverity#707469 uncaught exception [Caolán McNamara]
  • coverity#707474 uncaught exception [Caolán McNamara]
  • coverity#707475 uncaught exception [Caolán McNamara]
  • coverity#707476 uncaught exception [Caolán McNamara]
  • coverity#707477 uncaught exception [Caolán McNamara]
  • coverity#707478 uncaught exception [Caolán McNamara]
  • coverity#707479 uncaught exception [Caolán McNamara]
  • coverity#707484 uncaught exception [Caolán McNamara]
  • coverity#707488 uncaught exception [Caolán McNamara]
  • coverity#707489 uncaught exception [Caolán McNamara]
  • coverity#707490 uncaught exception [Caolán McNamara]
  • coverity#707665 uninitialized scalar field [Caolán McNamara]
  • coverity#707666 uninitialized scalar field [Caolán McNamara]
  • coverity#707667 uninitialized pointer field [Caolán McNamara]
  • coverity#707693 uninitialized scalar field [Caolán McNamara]
  • coverity#707708 uninitialized scalar field [Caolán McNamara]
  • coverity#707713 uninitialized pointer field [Caolán McNamara]
  • coverity#707714 uninitialized pointer [Caolán McNamara]
  • coverity#707740 uninitialized pointer field [Caolán McNamara]
  • coverity#707744 uninitialized pointer field [Caolán McNamara]
  • coverity#707746 uninitialized pointer field [Caolán McNamara]
  • coverity#707751 uninitialized pointer field [Caolán McNamara]
  • coverity#707758 uninitialized scalar field [Caolán McNamara]
  • coverity#707784 uninitialized scalar field [Caolán McNamara]
  • coverity#707812 uninitialized scalar field [Caolán McNamara]
  • coverity#707821 uninitialized scalar field [Caolán McNamara]
  • coverity#707832 uninitialized scalar field [Caolán McNamara]
  • coverity#707836 uninitialized pointer field [Caolán McNamara]
  • coverity#707840 uninitialized scalar field [Caolán McNamara]
  • coverity#707841 uninitialized scalar field [Caolán McNamara]
  • coverity#707848 uninitialized scalar field [Caolán McNamara]
  • coverity#707849 uninitialized scalar field [Caolán McNamara]
  • coverity#707850 uninitialized scalar field [Caolán McNamara]
  • coverity#707853 uninitialized scalar field [Caolán McNamara]
  • coverity#707854 uninitialized scalar field [Caolán McNamara]
  • coverity#707858 uninitialized scalar field [Caolán McNamara]
  • coverity#707866 uninitialized pointer field [Caolán McNamara]
  • coverity#707880 uninitialized scalar field [Caolán McNamara]
  • coverity#707891 uninitialized pointer field [Caolán McNamara]
  • coverity#707892 uninitialized pointer field [Caolán McNamara]
  • coverity#707899 uninitialized pointer field [Caolán McNamara]
  • coverity#707900 uninitialized pointer field [Caolán McNamara]
  • coverity#707916 uninitialized scalar field [Caolán McNamara]
  • coverity#707918 uninitialized scalar field [Caolán McNamara]
  • coverity#707966 uninitialized pointer field [Caolán McNamara]
  • coverity#707976 uninitialized pointer field [Caolán McNamara]
  • coverity#707979 uninitialized pointer field [Caolán McNamara]
  • coverity#707994 uninitialized scalar field [Caolán McNamara]
  • coverity#707996 uninitialized scalar field [Caolán McNamara]
  • coverity#708014 uninitialized scalar field [Caolán McNamara]
  • coverity#708016 uninitialized scalar field [Caolán McNamara]
  • coverity#708017 uninitialized scalar field [Caolán McNamara]
  • coverity#708020 uninitialized scalar field [Caolán McNamara]
  • coverity#708023 uninitialized scalar field [Caolán McNamara]
  • coverity#708027 uninitialized scalar field [Caolán McNamara]
  • coverity#708031 uninitialized scalar field [Caolán McNamara]
  • coverity#708032 uninitialized scalar field [Caolán McNamara]
  • coverity#708033 uninitialized scalar field [Caolán McNamara]
  • coverity#708034 uninitialized scalar field [Caolán McNamara]
  • coverity#708038 uninitialized scalar field [Caolán McNamara]
  • coverity#708039 uninitialized scalar field [Caolán McNamara]
  • coverity#708052 uninitialized scalar field [Caolán McNamara]
  • coverity#708055 uninitialized scalar field [Caolán McNamara]
  • coverity#708056 uninitialized scalar field [Caolán McNamara]
  • coverity#708059 uninitialized scalar field [Caolán McNamara]
  • coverity#708060 uninitialized scalar field [Caolán McNamara]
  • coverity#708061 uninitialized scalar field [Caolán McNamara]
  • coverity#708063 uninitialized scalar field [Caolán McNamara]
  • coverity#708064 uninitialized scalar field [Caolán McNamara]
  • coverity#708065 uninitialized scalar field [Caolán McNamara]
  • coverity#708066 uninitialized scalar field [Caolán McNamara]
  • coverity#708068 uninitialized scalar field [Caolán McNamara]
  • coverity#708070 uninitialized scalar field [Caolán McNamara]
  • coverity#708074 uninitialized scalar field [Caolán McNamara]
  • coverity#708075 uninitialized scalar field [Caolán McNamara]
  • coverity#708078 uninitialized scalar field [Caolán McNamara]
  • coverity#708080 uninitialized scalar field [Caolán McNamara]
  • coverity#708090 uninitialized scalar field [Caolán McNamara]
  • coverity#708109 uninitialized scalar field [Caolán McNamara]
  • coverity#708110 uninitialized scalar field [Caolán McNamara]
  • coverity#708114 uninitialized scalar field [Caolán McNamara]
  • coverity#708174 uninitialized pointer field [Caolán McNamara]
  • coverity#708203 uninitialized scalar field [Caolán McNamara]
  • coverity#708204 uninitialized scalar field [Caolán McNamara]
  • coverity#708205 uninitialized scalar field [Caolán McNamara]
  • coverity#708207 uninitialized scalar field [Caolán McNamara]
  • coverity#708228 uninitialized scalar field [Caolán McNamara]
  • coverity#708229 uninitialized scalar field [Caolán McNamara]
  • coverity#708231 uninitialized scalar field [Caolán McNamara]
  • coverity#708240 uninitialized pointer field [Caolán McNamara]
  • coverity#708306 uninitialized pointer field [Caolán McNamara]
  • coverity#708319 uninitialized scalar field [Caolán McNamara]
  • coverity#708321 uninitialized pointer field [Caolán McNamara]
  • coverity#708323 uninitialized scalar field [Caolán McNamara]
  • coverity#708324 uninitialized m_refCount [Caolán McNamara]
  • coverity#708334 uninitialized scalar field [Caolán McNamara]
  • coverity#708335 uninitialized scalar field [Caolán McNamara]
  • coverity#708336 uninitialized scalar field [Caolán McNamara]
  • coverity#708340 uninitialized scalar field [Caolán McNamara]
  • coverity#708341 uninitialized scalar field [Caolán McNamara]
  • coverity#708371 uninitialized pointer field [Caolán McNamara]
  • coverity#708389 uninitialized scalar field [Caolán McNamara]
  • coverity#708465 uninitialized scalar field [Caolán McNamara]
  • coverity#708471 uninitialized scalar field [Caolán McNamara]
  • coverity#708472 uninitialized scalar field [Caolán McNamara]
  • coverity#708480 uninitialized scalar field [Caolán McNamara]
  • coverity#708481 uninitialized scalar field [Caolán McNamara]
  • coverity#708484 uninitialized scalar field [Caolán McNamara]
  • coverity#708501 uninitialized scalar field [Caolán McNamara]
  • coverity#708503 uninitialized scalar field [Caolán McNamara]
  • coverity#708513 uninitialized pointer field [Caolán McNamara]
  • coverity#708516 uninitialized scalar field [Caolán McNamara]
  • coverity#708519 uninitialized scalar field [Caolán McNamara]
  • coverity#708522 uninitialized scalar field [Caolán McNamara]
  • coverity#708543 uninitialized scalar field [Caolán McNamara]
  • coverity#708544 uninitialized scalar field [Caolán McNamara]
  • coverity#708545 uninitialized scalar field [Caolán McNamara]
  • coverity#708561 uninitialized scalar field [Caolán McNamara]
  • coverity#708563 uninitialized scalar field [Caolán McNamara]
  • coverity#708565 uninitialized scalar field [Caolán McNamara]
  • coverity#708576 uninitialized scalar field [Caolán McNamara]
  • coverity#708627 uninitialized scalar field [Caolán McNamara]
  • coverity#708629 uninitialized scalar field [Caolán McNamara]
  • coverity#708630 uninitialized scalar field [Caolán McNamara]
  • coverity#708631 uninitialized scalar field [Caolán McNamara]
  • coverity#708632 uninitialized scalar field [Caolán McNamara]
  • coverity#708636 uninitialized scalar field [Caolán McNamara]
  • coverity#708645 uninitialized pointer field [Caolán McNamara]
  • coverity#708650 uninitialized pointer field [Caolán McNamara]
  • coverity#708651 uninitialized pointer field [Caolán McNamara]
  • coverity#708654 uninitialized pointer field [Caolán McNamara]
  • coverity#708670 uninitialized scalar field [Caolán McNamara]
  • coverity#708671 uninitialized scalar field [Caolán McNamara]
  • coverity#708673 uninitialized pointer field [Caolán McNamara]
  • coverity#708727 uninitialized pointer field [Caolán McNamara]
  • coverity#708811 unused pointer value [Caolán McNamara]
  • coverity#708815 unused pointer value [Caolán McNamara]
  • coverity#708847 unused pointer value [Caolán McNamara]
  • coverity#708868 unused pointer value [Caolán McNamara]
  • coverity#708922 use after free [Chris Sherlock]
  • coverity#735401 logically dead code [Caolán McNamara]
  • coverity#735403 logically dead code [Caolán McNamara]
  • coverity#735404 logically dead code [Caolán McNamara]
  • coverity#735420 logically dead code [Caolán McNamara]
  • coverity#735443 logically dead code [Caolán McNamara]
  • coverity#735464 logically dead code [Thomas Arnhold]
  • coverity#735474 logically dead code [Caolán McNamara]
  • coverity#735482 logically dead code [Caolán McNamara]
  • coverity#735483 logically dead code [Caolán McNamara]
  • coverity#735484 logically dead code [Caolán McNamara]
  • coverity#735486 logically dead code [Caolán McNamara]
  • coverity#735487 logically dead code [Caolán McNamara]
  • coverity#735523 logically dead code [Caolán McNamara]
  • coverity#735545 logically dead code [Caolán McNamara]
  • coverity#735546 logically dead code [Caolán McNamara]
  • coverity#735656 division or modulo by zero [Caolán McNamara]
  • coverity#735746 explicit null dereferenced [Caolán McNamara]
  • coverity#735765 unchecked dynamic_cast [Miklos Vajna]
  • coverity#735793 explicit null dereferenced [Caolán McNamara]
  • coverity#735832 explicit null dereferenced [Caolán McNamara]
  • coverity#735834 explicit null dereferenced [Caolán McNamara]
  • coverity#735839 dereference after null check [Caolán McNamara]
  • coverity#735842 explicit null dereferenced [Caolán McNamara]
  • coverity#735848 explicit null dereferenced [Caolán McNamara]
  • coverity#735858 explicit null dereferenced [Caolán McNamara]
  • coverity#735859 explicit null dereferenced [Caolán McNamara]
  • coverity#735860 explicit null dereferenced [Caolán McNamara]
  • coverity#735892 unchecked dynamic_cast [Miklos Vajna]
  • coverity#735924 explicit null dereferenced [Caolán McNamara]
  • coverity#735932 explicit null dereferenced [Caolán McNamara]
  • coverity#735935 explicit null dereferenced [Caolán McNamara]
  • coverity#735936 explicit null dereferenced [Caolán McNamara]
  • coverity#735937 explicit null dereferenced [Caolán McNamara]
  • coverity#735938 explicit null dereferenced [Caolán McNamara]
  • coverity#735943 explicit null dereferenced [Caolán McNamara]
  • coverity#735955 explicit null dereferenced [Caolán McNamara]
  • coverity#735956 explicit null dereferenced [Caolán McNamara]
  • coverity#735957 explicit null dereferenced [Caolán McNamara]
  • coverity#735958 explicit null dereferenced [Caolán McNamara]
  • coverity#735959 explicit null dereferenced [Caolán McNamara]
  • coverity#735960 explicit null dereferenced [Caolán McNamara]
  • coverity#736091 improper use of negative value [Caolán McNamara]
  • coverity#736092 improper use of negative value [Caolán McNamara]
  • coverity#736100 improper use of negative value [Caolán McNamara]
  • coverity#736101 improper use of negative value [Caolán McNamara]
  • coverity#736102 improper use of negative value [Caolán McNamara]
  • coverity#736136 dereference null return value [Caolán McNamara]
  • coverity#736141 dereference null return value [Caolán McNamara]
  • coverity#736151 dereference null return value [Caolán McNamara]
  • coverity#736152 dereference null return value [Caolán McNamara]
  • coverity#736155 dereference null return value [Caolán McNamara]
  • coverity#736451 resource leak [Caolán McNamara]
  • coverity#736452 resource leak [Thomas Arnhold, Caolán McNamara]
  • coverity#736795 dereference before null check [Caolán McNamara]
  • coverity#736844 dereference before null check [Caolán McNamara]
  • coverity#736853 dereference before null check [Caolán McNamara]
  • coverity#736855 dereference before null check [Caolán McNamara]
  • coverity#736856 dereference before null check [Caolán McNamara]
  • coverity#736861 dereference before null check [Caolán McNamara]
  • coverity#736862 dereference before null check [Caolán McNamara]
  • coverity#736863 dereference before null check [Caolán McNamara]
  • coverity#736864 dereference before null check [Caolán McNamara]
  • coverity#736870 dereference before null check [Caolán McNamara]
  • coverity#736990 uncaught exception [Caolán McNamara]
  • coverity#736992 uncaught exception [Caolán McNamara]
  • coverity#736993 uncaught exception [Caolán McNamara]
  • coverity#737762 uncaught exception [Caolán McNamara]
  • coverity#738568 uninitialized scalar field [Caolán McNamara]
  • coverity#738569 uninitialized scalar field [Caolán McNamara]
  • coverity#738573 uninitialized scalar field [Caolán McNamara]
  • coverity#738574 uninitialized scalar field [Caolán McNamara]
  • coverity#738575 uninitialized pointer field [Caolán McNamara]
  • coverity#738576 uninitialized pointer field [Caolán McNamara]
  • coverity#738577 uninitialized pointer field [Caolán McNamara]
  • coverity#738590 uninitialized scalar field [Caolán McNamara]
  • coverity#738591 uninitialized pointer field [Caolán McNamara]
  • coverity#738592 uninitialized scalar field [Caolán McNamara]
  • coverity#738594 uninitialized scalar field [Caolán McNamara]
  • coverity#738607 uninitialized pointer field [Caolán McNamara]
  • coverity#738608 uninitialized pointer field [Caolán McNamara]
  • coverity#738609 uninitialized pointer field [Caolán McNamara]
  • coverity#738625 uninitialized scalar field [Caolán McNamara]
  • coverity#738627 uninitialized scalar field [Caolán McNamara]
  • coverity#738630 uninitialized scalar field [Caolán McNamara]
  • coverity#738633 uninitialized pointer field [Caolán McNamara]
  • coverity#738636 uninitialized pointer field [Caolán McNamara]
  • coverity#738741 uninitialized scalar field [Caolán McNamara]
  • coverity#738786 uninitialized pointer field [Caolán McNamara]
  • coverity#738811 uninitialized pointer field [Caolán McNamara]
  • coverity#738825 uninitialized scalar field [Caolán McNamara]
  • coverity#738826 uninitialized scalar field [Caolán McNamara]
  • coverity#738843 uninitialized scalar field [Caolán McNamara]
  • coverity#738855 uninitialized pointer field [Caolán McNamara]
  • coverity#738861 uninitialized pointer field [Caolán McNamara]
  • coverity#738881 uninitialized pointer field [Caolán McNamara]
  • coverity#738902 uninitialized pointer field [Caolán McNamara]
  • coverity#738903 uninitialized scalar field [Caolán McNamara]
  • coverity#738904 uninitialized scalar field [Caolán McNamara]
  • coverity#738906 uninitialized scalar field [Caolán McNamara]
  • coverity#738907 uninitialized scalar field [Caolán McNamara]
  • coverity#738909 uninitialized scalar field [Caolán McNamara]
  • coverity#738910 uninitialized scalar field [Caolán McNamara]
  • coverity#738911 uninitialized pointer field [Caolán McNamara]
  • coverity#738912 uninitialized scalar field [Caolán McNamara]
  • coverity#738920 uninitialized scalar field [Caolán McNamara]
  • coverity#982701 improper use of negative value [Caolán McNamara]
  • coverity#982735 negative loop bound [Caolán McNamara]
  • coverity#983996 uncaught exception [Caolán McNamara]
  • coverity#983998 uncaught exception [Caolán McNamara]
  • coverity#984006 uncaught exception [Caolán McNamara]
  • coverity#984086 uninitialized scalar field [Caolán McNamara]
  • coverity#984094 uninitialized scalar field [Caolán McNamara]
  • coverity#984106 uninitialized scalar field [Caolán McNamara]
  • coverity#984128 uninitialized scalar field [Caolán McNamara]
  • coverity#984136 uninitialized scalar field [Caolán McNamara]
  • coverity#984137 uninitialized scalar field [Caolán McNamara]
  • coverity#984153 uninitialized scalar field [Caolán McNamara]
  • coverity#984442 use after free [Caolán McNamara]
  • coverity#989721 uncaught exception [Caolán McNamara]
  • coverity#989722 uncaught exception [Caolán McNamara]
  • coverity#989723 uncaught exception [Caolán McNamara]
  • coverity#989724 uncaught exception [Caolán McNamara]
  • coverity#989725 uncaught exception [Caolán McNamara]
  • coverity#989726 uncaught exception [Caolán McNamara]
  • cp#1000050 add undo action for conditional formatting, [Markus Mohrhard]
  • cp#1000057 fix missing service factory during import, related [Markus Mohrhard]
  • cp#1000067 do not crash when pasting impress page into another impress page [Luboš Luňák]
  • cp#1000068 testcase [Miklos Vajna]
  • fdo#12345 nitpick: avoid triple redirection inside loop, related [Eike Rathke]
  • fdo#32376 fix "UI color panel does not show the actual color in Writer" [Tomofumi Yagi]
  • fdo#34724 Jan1 or 1Jan without separating character is not date [Eike Rathke]
  • fdo#35950 work around LO blocking when asking for QClipboard's contents, helps [Luboš Luňák]
  • fdo#36815 related: clip overlarge comment contents [Caolán McNamara]
  • fdo#38414 handle w:gridBefore by faking cells [Luboš Luňák]
  • fdo#39056 section Properties if section starts with table [Vinaya Mandke]
  • fdo#39956 delete Java Access Bridge from help [Andras Timar]
  • fdo#41166 match month and day name word instead of substring [Eike Rathke]
  • fdo#41295 for now, reintroduce the horrible static counter into utl::TempFile [Stephan Bergmann]
  • fdo#43157 [API CHANGE] Remove OSL_THIS_FILE [Mukhiddin Yusupov, Stephan Bergmann, Michaël Lefèvre]
  • fdo#45260 revert "Objects having line thickness misplaced while pasting." [Andras Timar]
  • fdo#45671 keep only one class for toolbox color controls [Maxim Monastirsky]
  • fdo#46310 introduce centralized detection for storage-based files [Maxim Monastirsky]
  • fdo#46839 convert line color picker to split button [Maxim Monastirsky]
  • fdo#47800 fixing manifest files in cs autotext libraries [Michal Horak]
  • fdo#48017 fix WIN32 long path name support of spelling dictionaries [László Németh]
  • fdo#50697 fix crash found when exploring [Caolán McNamara]
  • fdo#55381 handle properly page breaks even if a page contains only a frame [Luboš Luňák]
  • fdo#55582 writer: Dont overwrite from even when selected, from writer. [Lennard Wasserthal]
  • fdo#55707 word count incorrect if language is set to Finnish [Caolán McNamara]
  • fdo#56886 WMF: partially revert change as for some documents text is not drawn [Tomaž Vajngerl]
  • fdo#57197 sw: fix crash on Undo of table row insert on 1-row table [Michael Stahl]
  • fdo#58170 related: save some orphaned help pages [Caolán McNamara]
  • fdo#60040 crash after undoing master page application [Caolán McNamara]
  • fdo#60338 add osl_File_OpenFlag_Private to avoid umask [Stephan Bergmann]
  • fdo#60967 fix deletion of paragraph following table [Michael Stahl]
  • fdo#61102 type ahead in lists skips the next entry [Caolán McNamara]
  • fdo#62038 EPS not rendered in drawinglayer code paths [Caolán McNamara]
  • fdo#62176 (related: Revert "reset min/max values in paragraph ... [Michael Stahl]
  • fdo#63690 replace RTL_CONTEXT_ macros with SAL_INFO [Noel Grandin]
  • fdo#64047 add set-all language menu. [Muthu Subramanian]
  • fdo#64161 related: pstoedit not writing file until its closed [Caolán McNamara]
  • fdo#66617 revert "Revert "temporarily disable failing , [Markus Mohrhard]
  • fdo#66620 keywords occur in unquoted context only [Eike Rathke]
  • fdo#67112 ReportCommands.xcu is localizable [Andras Timar]
  • fdo#67842 brazilian Portuguese -> Portuguese (Brazil) [Andras Timar]
  • fdo#68600 limit comment width [Caolán McNamara]
  • fdo#70474 random number generation weak with Rnd in BASIC [Thomas Arnhold]
  • fdo#70498 work-around scaling in SetClipPath [Tomaž Vajngerl]
  • fdo#70596 dependency problem with debian packages for master/dev builds [Christian Lohmaier]
  • fdo#70670 be explicit about text rotations, [Markus Mohrhard]
  • fdo#70681 : fixincludeguards.pl: all that's left [Thomas Arnhold]
  • fdo#70998 change terms graphics/picture to image [Stanislav Horacek]
  • fdo#71217 PDF Import: Fix importing of JPEG images [Vort]
  • fdo#71556 remove unwanted a11y event on text insertion [Jacobo Aragunde Pérez]
  • fdo#71834 make reproducer document more minimal [Miklos Vajna]
  • fdo#72006 populate "Load URL" dropdown from picklist. [Andrzej Hunt]
  • fdo#72142 related: lighter ruler default color [Caolán McNamara]
  • fdo#72590 scale or map only when EMR_EXTSELECTCLIPRGN action [Tomaž Vajngerl]
  • fdo#73148 we need to push a return value in any case, related [Winfried Donkers, Eike Rathke]
  • fdo#73891 fix "UI color panel does not show the actual color in Writer" [Maxim Monastirsky, Tomofumi Yagi]
  • fdo#74322 additional test for the followup issue. [Kohei Yoshida]
  • fdo#74333 fix missing service factory during import, related [Markus Mohrhard]
  • fdo#74336 wrongly transformed line width - use 0 for height [Tomaž Vajngerl]
  • fdo#74650 speed up GetFilteredFilterEntries(). [Kohei Yoshida]
  • fdo#74702 vcl: MenuFloatingWindow::InitClipRegion() should not be virtual [Miklos Vajna, Chris Sherlock]
  • fdo#74790 sw: Compare Document: fix assertions about RSID-only hints [Michael Stahl]
  • fdo#74978 introduce centralized detection for storage-based files [Maxim Monastirsky]
  • fdo#75056 overline attribute needs special treatment as well. [Kohei Yoshida]
  • fdo#75058 optimize autofilter item filling for non-tree items. [Kohei Yoshida]
  • fdo#75168 add test for [Markus Mohrhard]
  • fdo#75264 include parentheses replacement in functions' formula data, [Winfried Donkers, Eike Rathke]
  • fdo#75397 write unit test for this. [Kohei Yoshida]
  • fdo#75431 section Properties if section starts with table [Vinaya Mandke]
  • fdo#75489 pass toolbar context menu commands to toolbar for handling. [Andrzej Hunt]
  • fdo#75519 fix chapter cross references [Michael Stahl]
  • fdo#75971 perhaps this will prevent the crash ? [Kohei Yoshida]
  • fdo#76261 get rid of unneeded and malfunctioning maItemListRect. [Andrzej Hunt]
  • fdo#76607 writer unit test for this. [Kohei Yoshida]
  • fdo#76611 wrap reference addresses at max boundaries. [Kohei Yoshida]
  • fdo#76663 better test to really test PRODUCT with array input. [Kohei Yoshida]
  • fdo#76692 LightProof: Italian translation too long in options [Julien Nabet]
  • fdo#76696 CurTOXType::GetFlatIndex(): fix inverted conditional [Michael Stahl]
  • fdo#76710 adjust sheet position of conditional format entries. [Kohei Yoshida]
  • fdo#76718 rounding for "fill > random number.." option [Tomaž Vajngerl]
  • fdo#76878 revert "need to reset rotation..." [Andras Timar]
  • fdo#76912 write a test for this. [Kohei Yoshida]
  • fdo#77039 fill the match string even if the raw string is empty. [Kohei Yoshida]
  • fdo#77056 treat empty cells as if they have a value of 0.0. [Kohei Yoshida]
  • fdo#77071 drop source/common/putilimp.h part of Android patch, related [Eike Rathke]
  • fdo#77089 if available, use ext. dimensions for non-placable WMF [Tomaž Vajngerl]
  • fdo#77126 BitmapEx.Scale already takes care of mirroring [Tomaž Vajngerl]
  • fdo#77282 replace "Edit Group" with "Enter Group" [Laurent Balland-Poirier]
  • fdo#77308 SwFormTokensHelper avoid infinite loop on invalid input [Michael Stahl]
  • fdo#77315 when in cell edit mode, use the EditView instance already there. [Kohei Yoshida]
  • fdo#77340 fix the getProperty case more thoroughly (related: [Michael Stahl]
  • fdo#77379 don't return from the call. Notes are handled at the end. [Kohei Yoshida]
  • fdo#77381 add undo action for conditional formatting, [Markus Mohrhard]
  • fdo#77451 detect AOO 4.x for SvXMLImport::needFixPositionAfterZ [Laurent Balland-Poirier]
  • fdo#77509 resolve memory corruption / crash in Consolidate [Eike Rathke]
  • fdo#77537 write export test for this. [Kohei Yoshida]
  • fdo#77600 RTF export: always close URL's before the end of run [Miklos Vajna]
  • fdo#77603 update help (new wildcard in autocorrection) [László Németh]
  • fdo#77647 write test for this. [Kohei Yoshida]
  • fdo#77683 keep only one class for toolbox color controls [Maxim Monastirsky, Tomofumi Yagi]
  • fdo#77713 file Corruption - Header.xml [Rajashri]
  • fdo#77715 fix for TOC flag field \c [Dinesh Patil]
  • fdo#77718 picture inside SmartArt changes after RT [umeshkadam]
  • fdo#77719 file containing CusGeom gets corrupted on RT. [Sourav]
  • fdo#77720 mail Merge: reset cursors after clearing document [Michael Stahl, Julien Nabet]
  • fdo#77723 fix drawing of 100% transparent frames [Luboš Luňák]
  • fdo#77725 LO not able to open/save file when exported multiple times. [Miklos Vajna, Ravindra Vidhate]
  • fdo#77727 PAGEBREAK In first paragraph was not rendered and exported. [sushil_shinde]
  • fdo#77728 add test case for named range expansion and formula update. [Kohei Yoshida]
  • fdo#77735 don't proceed when all cells in the range are empty. [Kohei Yoshida]
  • fdo#77739 UI trendline: limit max values of Degree and Period [Laurent Balland-Poirier]
  • fdo#77759 embedded excel getting renamed to binary object. [Ravindra Vidhate]
  • fdo#77806 write test for this. [Kohei Yoshida]
  • fdo#77812 FILESAVE :DOCX : Extra Section Break gets added in file [Pallavi Jadhav]
  • fdo#77874 related [None] as only possible choice in lists [Julien Nabet]
  • fdo#77886 add language: expand list if dialog gets resized [Thomas Arnhold]
  • fdo#77887 floating Table positions are not preserved when doing Export [Ravindra Vidhate]
  • fdo#77890 page break exported as section break if different 1st page is set [umeshkadam]
  • fdo#77891 fix python crash when in GUI mode, target WinXP with VS2012 [Christian Lohmaier]
  • fdo#77893 use bundled (non-system) versions of libxml2 and libxslt for OS X

New in LibreOffice 4.2.4 (May 8, 2014)

  • The ReferenceOOoMajorMinor version (used for Version checks when installing Extensions) has been updated to 4.1 to align with changes imported from AOO for LibreOffice 4.2.0
  • Mac version doesn't bundle the mediawiki extension
  • The distribution for Windows is an international build, so you can choose the user interface language that you prefer
  • Help content is available via an online service, or alternatively as a separate install
  • Our Windows binaries are digitally signed by The Document Foundation
  • For Windows users that have Apache OpenOffice installed, we advise uninstalling that beforehand. The two programs register the same file type associations and will conflict when the Quickstart feature is installed and enabled
  • If you run Linux, the GCJ Java variant has known issues with LibreOffice, we advise to e.g. use OpenJDK instead
  • Some menu entries have changed or added. If you miss something, that may be due to the use of customized menu settings from your previous LibreOffice installation

New in LibreOffice 4.2.4 RC 2 (May 6, 2014)

  • Bugs fixed:
  • coverity#1202882 dereference before null check [Caolán McNamara]
  • fdo#60040 crash after undoing master page application [Caolán McNamara]
  • fdo#71423 fix crash while editing Impress tables. [Thorsten Behrens]
  • fdo#74654 fix typo: printnone -> printhigh [Andras Timar]
  • fdo#74697 add Bluez 5 support for impress remote. [Andrzej Hunt]
  • fdo#74743 avoid infinite loop when gathering "svg" element styles [Tomaž Vajngerl]
  • fdo#75525 out by one error [Caolán McNamara]
  • fdo#76663 let's not skip the first element of a matrix in PRODUCT. [Kohei Yoshida]
  • fdo#76916 'User paths' is missing in tab MotionMotion Paths tab [Caolán McNamara]
  • fdo#77027 ODF import: fix wrong version in check for embedded objects [Michael Stahl]
  • fdo#77039 fill the match string even if the raw string is empty. [Kohei Yoshida]
  • fdo#77342 sw: fix copy/paste of footnote cross references [Michael Stahl]
  • fdo#77603 new wildcard in autocorrection: .* instead of * [László Németh]
  • rhbz#1088625 [abrt] libreoffice-core: sdext::presenter::PresenterPaintManager::Invalidate(): soffice.bin killed by SIGSEGV

New in LibreOffice 4.3.0 Alpha 1 (Apr 25, 2014)

  • Core:
  • !STATE_CHECK shall presumably be STATE_NOCHECK [Stephan Bergmann]
  • "2" as arg for PrepareClose is never checked for (i#89423, i#132394) [Caolán McNamara]
  • "file name" field change to "file name without extension" (i#119577) [Steve Yin]
  • "Fix" for some SmartArt rendering artefacts on iOS [Tor Lillqvist]
  • "overflow" is one word [Tor Lillqvist]
  • "Page Margins : Mirrored" was not preserved on export to DOCX (fdo#73541) [Vinaya Mandke]
  • "prefix" and "postfix" are single words [Tor Lillqvist]
  • "stati" considered both pretentious and incorrect Latin [Michael Stahl]
  • "underflow" is one word [Tor Lillqvist]
  • # - use (i#122008) [Oliver-Rainer Wittmann]
  • $MSM_PATH($msmdir) needs a path separator at the end of the line. [Tomofumi Yagi]
  • 'explicit' makes no sense for a default constructor [Matteo Casalin]
  • 'SetSymbolsStyle' : is not a member of 'StyleSettings'. Remove the call. [Matúš Kukan]
  • 'User paths' is missing in tab MotionMotion Paths tab (fdo#76916) [Caolán McNamara]
  • (a/A)utomaticaly -> (a/A)utomatically [Julien Nabet]
  • (T/t)herfor -> (T/t)herefore [Julien Nabet]
  • (un)doxygen-ize comments in sw/source/core/layout/ [Philipp Riemer]
  • (unlikely) invalid iterator (CID#705119, CID#705114) [Caolán McNamara]
  • (unlikely) invalid iterator use (CID#736018, CID#1038302, CID#1130380, CID#736017, CID#736021) [Caolán McNamara]
  • *_AppDispatchProvider_get_implementation cannot bypass XInitialization [Stephan Bergmann]
  • - FILESAVE:System throws a segmentation fault while saving files (fdo#74499) [Tushar Bende]
  • - nds-DE locale data (i#124611) [Ariel Constenla-Haile]
  • --disable-atl disables winaccessibility [Isamu Mogi]
  • --enable-python=fully-internal to force PYTHON_FOR_BUILD= [Stephan Bergmann]
  • -fobjc_link_runtime seems bogus [Tor Lillqvist]
  • -Typo: falback -> fallback [Julien Nabet]
  • -Werror,-Wbool-conversion [Stephan Bergmann]
  • -Werror,-Wdeprecated-declarations [Stephan Bergmann]
  • -Werror,-Wformat [Stephan Bergmann]
  • -Werror,-Wimplicit-exception-spec-mismatch [Stephan Bergmann]
  • -Werror,-Wmismatched-tags [Stephan Bergmann]
  • -Werror,-Wreorder [Stephan Bergmann]
  • -Werror,-Wshadow [Stephan Bergmann]
  • -Werror,-Wtautological-constant-out-of-range-compare [Stephan Bergmann]
  • -Werror,-Wundef [Takeshi Abe]
  • -Werror,-Wunused-const-variable [Stephan Bergmann]
  • -Werror,-Wunused-function [Stephan Bergmann]
  • -Werror,-Wunused-parameter [Stephan Bergmann]
  • -Werror,-Wunused-private-field [Stephan Bergmann]
  • -Werror,-Wunused-result [Thomas Arnhold]
  • -Werror,-Wunused-variable [Stephan Bergmann]
  • -Werror=conversion-null [Caolán McNamara]
  • -Werror=deprecated-declarations (on Debian, reportedly) [Stephan Bergmann]
  • -Werror=deprecated-declarations (on Debian, reportedly) (part2) [Julien Nabet]
  • -Werror=maybe-uninitialized [Matúš Kukan]
  • -Werror=parentheses [Miklos Vajna, Caolán McNamara]
  • -Werror=reorder [Caolán McNamara]
  • -Werror=uninitialized [Miklos Vajna, Stephan Bergmann]
  • -Werror=unused-parameter [Stephan Bergmann]
  • -Wsign-compare [Stephan Bergmann]
  • -Wunused-parameter (when included from mysqlc/source/) [Stephan Bergmann]
  • -Wunused-variable [Stephan Bergmann]
  • ...and a missing "static" [Stephan Bergmann]
  • ...and nDigits > 9 is harmless in following for loop and need not be capped [Stephan Bergmann]
  • ...and now actually non-virtual [Stephan Bergmann]
  • ...and support direct calls of non-default ctors, too [Stephan Bergmann]
  • ...but Flags parameter was plain unsigned int prior to Clang 3.4 [Stephan Bergmann]
  • .dat files are gone [David Tardon]
  • .doc support for recently-added border line types [Luke Deller]
  • .gitignore: add test-install/ [Michael Stahl]
  • /include/connectivity/dbtools.hxx: sal_Bool->bool [Noel Grandin]
  • 04 : Uninitialized scalar field (coverity#1019405) [Norbert Thiebaud]
  • 08-09 Unitialized scalar field (coverity#707807) [Norbert Thiebaud]
  • 105491: Switched update of vertical flag and setting the item set to avoid infinite recursion. [Andre Fischer]
  • 1158273 Uncaught exception [Caolán McNamara]
  • 1169820 Dereference after null check [Caolán McNamara]
  • 118160: Use CoinMP as replacement for lp_solve. [Andre Fischer]
  • 12 (coverity#708011, coverity#1103748, coverity#708009) [Norbert Thiebaud]
  • 123792: complete annotations on text ranges feature [Oliver-Rainer Wittmann]
  • 306,983619: Uncaught exception (coverity#706300) [Norbert Thiebaud]
  • 38 : Uninitialized scalar field (coverity#707737) [Norbert Thiebaud]
  • 3D Rotation is wrong after Round trip for bar chart (fdo#74111) [PriyankaGaikwad]
  • 3D Rotation is wrong after Round trip for pie chart (fdo#74111) [PriyankaGaikwad]
  • 4 related coverity issues, unused pointer value (coverity#708884, coverity#708882, coverity#708883, coverity#708881) [Noel Grandin]
  • 6 related coverity issues, unused pointer value (coverity#708890, coverity#708886, coverity#708887, coverity#708889, coverity#708888, coverity#708885) [Noel Grandin]
  • 62 Uninitialized scalar field (coverity#707761) [Norbert Thiebaud]
  • 64-bit OS X build fix [Tor Lillqvist]
  • 708253 Uninitialized pointer field [Caolán McNamara]
  • 708360 Uninitialized scalar field [Caolán McNamara]
  • 708452 : Uninitialized scalar field (coverity#100869) [Norbert Thiebaud]
  • 79 : Uninitialized scalar field (coverity#738780) [Norbert Thiebaud]
  • 93 : Uninitialized scalar field (coverity#707692) [Norbert Thiebaud]
  • 95-96,98: Uncaught exception (coverity#706292) [Norbert Thiebaud]
  • : don't jump to cursor pos when... (rhbz#1081176) [Caolán McNamara]
  • bool [Noel Grandin]
  • accessibility: simplify deprecated XTypeProvider.getImplementationId [Stephan Bergmann]
  • accidentally used a c++11 only construct [Norbert Thiebaud]
  • activate the new rendering code [Markus Mohrhard]
  • actively search for wizards dir in all internal templates [Caolán McNamara]
  • actually hide these two radio buttons (since there is no choice now). [Kohei Yoshida]
  • actually the extra check isn't needed [Eike Rathke]
  • actually these are floats, compare with approxEqual (fdo#75118) [Michael Stahl]
  • actually these methods shouldn't be taking a sheet index. [Kohei Yoshida]
  • actually write this only in ODF 1.2 extended (fdo#72697) [Eike Rathke]
  • adapt all (non-extension, SharedLibrary) .components to environment="..." [Stephan Bergmann]
  • adapt comment to reality (sal_Bool to bool) [Matteo Casalin]
  • adapt CppunitTest_sw_ooxmlexport to 6820dec8903b182260340c638c35b5a5ca207a85 [Miklos Vajna]
  • adapt for the DISABLE_DYNLOADING case [Tor Lillqvist]
  • adapt gcc3_linux_intel to Clang 3.4 [Stephan Bergmann]
  • adapt ImplicitBoolConversion to 32-bit builds (where sal_Int32 is long) [Stephan Bergmann]
  • adapt JunitTest_sw_complex to 2bb87dd6596f8e961f5618d8e7686fa12c64e2cf (fdo#39944) [Stephan Bergmann]
  • adapt rtl_uriConvertRelToAbs to RFC 3986 [Stephan Bergmann]
  • adapt script to instdir [Markus Mohrhard]
  • adapt script to use setProperty instead of heap_ptr [Stephan Bergmann]
  • auto_ptr -> scoped_ptr [Stephan Bergmann]
  • autoinstall - gbuild/scp2: Move more libs to OOO (fdo#60924) [Marcos Paulo de Souza]
  • autoinstall lpsolve package. (fdo#60924) [Matúš Kukan]
  • autoselect trendline type (fdo#35712, fdo#40315, fdo#40314) [Laurent Balland-Poirier]
  • autosense fax4cups devices and configure automatically (i#49920, rhbz#159153, i#49980, i#49981) [Caolán McNamara]
  • avmedia: sal_Bool->bool [Noel Grandin]
  • avmedia: simplify deprecated XTypeProvider.getImplementationId [Stephan Bergmann]
  • avmediagst: use boost::noncopyable [Zolnai Tamás]
  • avmediaogl: build depends on ENABLE_GLTF instead [Zolnai Tamás]
  • avmediaogl: simplify namespace [Zolnai Tamás]
  • avmediaogl: use a create function for player [Zolnai Tamás]
  • avmediavlc: Remove duplicated external usage [Zolnai Tamás]
  • avoid "AquaSalGraphics::copyArea() for non-layered graphics" message on iOS [Tor Lillqvist]
  • avoid "delayed" rendering in the tiled rendering case [Tor Lillqvist]
  • avoid a check and use plain arithmetic [Matteo Casalin]
  • avoid a couple of pointless constant variables [Tor Lillqvist]
  • avoid a resource leak [Takeshi Abe]
  • avoid additional seek for true color DIB (i#106063) [Tsutomu Uchino]
  • avoid ambiguities among different OWeakRefArray declarations [Stephan Bergmann]
  • avoid app specific CreateDialogFactory code for non-DESKTOP. [Matúš Kukan]
  • avoid assignment in complex if condition [Matteo Casalin]
  • avoid bogus MSVC 2012 (at least) "unreferenced formal parameter" warning [Stephan Bergmann]
  • avoid C++11 solutions from libgltf code [Zolnai Tamás]
  • avoid C99 digraph bool [Noel Grandin]
  • basctl: simplify deprecated XTypeProvider.getImplementationId [Stephan Bergmann]
  • basctl::CheckBox all loaded from .ui now, drop resid ctor [Caolán McNamara]
  • baseclass mnPageCount is unused (coverity#708141) [Caolán McNamara]
  • basegfx: accelerate Trapezoid subdivision by avoiding allocations. [Michael Meeks]
  • basic PPD custom options support (fdo#43049) [Caolán McNamara]
  • basic UI for inserting 3D models [Zolnai Tamás]
  • basic/global.hxx is private to basic [Tor Lillqvist]
  • basic: _FIND_STATIC likely not an error in SbiExprNode::GenElement() [Michael Stahl]
  • basic: for PutData()/GetData() actually 32bits should be enough [Michael Stahl]
  • basic: prefer passing OUString and OString by reference [Noel Grandin]
  • basic: remove use of sal_uIntptr in favor of more appropriate type [Norbert Thiebaud]
  • basic: sal_Bool->bool [Noel Grandin]
  • basic: simplify deprecated XTypeProvider.getImplementationId [Stephan Bergmann]
  • bAutoSave is unused (coverity#738820) [Caolán McNamara]
  • bDone initialized to true instead of false (coverity#704361) [Caolán McNamara]
  • be explicit when using bool as integral value [Stephan Bergmann]
  • be explicit when using bool as integral value (as Link return value) [Stephan Bergmann]
  • be more realistic [Tor Lillqvist]
  • begin removing ASCII art and useless comments from sw [Chris Laplante]
  • belt-and-braces, check for short read [Caolán McNamara]
  • better be specific [Stephan Bergmann]
  • better check for more formula token types, related (fdo#74077) [Markus Mohrhard]
  • better check this with a static assert (fdo#69450) [Stephan Bergmann]
  • better fix, to re-use existing method. (fdo#74014) [Kohei Yoshida]
  • better hot keys for pivot table fields. (fdo#75982) [Kohei Yoshida]
  • better on-screen drawing of vertical dashed lines. [Kohei Yoshida]
  • better OpenGL debug output [Markus Mohrhard]
  • better pixelization of dashed lines for screen rendering. [Kohei Yoshida]
  • better safe than sorry [Markus Mohrhard]
  • better support for MinTextSize settings (i#115391) [Armin Le Grand]
  • better to associate true for "enable" and false for "disable". [Kohei Yoshida]
  • better to use dependency on package here. [Matúš Kukan]
  • better use OUString::endsWithIgnoreAsciiCase() [Eike Rathke]
  • better? [Stephan Bergmann]
  • big parameter passed by value (coverity#705602) [Caolán McNamara]
  • bin a dead ifdef [Tor Lillqvist]
  • bin a few nonsense comments [Tor Lillqvist]
  • bin a few since long commented-out lines [Tor Lillqvist]
  • bin ATSUI code [Tor Lillqvist]
  • bin copy-pasta comments of low informative value [Tor Lillqvist]
  • bin DestroyVirtualDevice(): Just use delete directly at call sites [Tor Lillqvist]
  • bin duplicate definitions (already in file_error.h) [Tor Lillqvist]
  • bin empty @seealso, @param, @return and @onerror metacomments [Tor Lillqvist]
  • bin empty @seealso, @param, @return etc metacomments [Tor Lillqvist]
  • bin few comments [Matúš Kukan]
  • bin ios/qa/sc, hasn't been tested for ages and surely doesn't build or work [Tor Lillqvist]
  • bin leftover printf [Tor Lillqvist]
  • bin misleading OSL_TRACE [Tor Lillqvist]
  • bin mysterious FIXME comment and 'if (0) return 0;' line [Tor Lillqvist]
  • bin noise "SMARTTAG" comments from 2006 [Tor Lillqvist]
  • bin obsolete comment [Tor Lillqvist]
  • bin old leftover debugging fprintf [Tor Lillqvist]
  • bin pointless header inclusion guard [Tor Lillqvist]
  • bin pointless INET_HEX_ESCAPE [Tor Lillqvist]
  • bin pointless INET_MARK_TOKEN [Tor Lillqvist]
  • bin pointless INET_PATH_TOKEN [Tor Lillqvist]
  • bin pointless micro-optimisation [Tor Lillqvist]
  • bin rest of DBG_WARNING[123] [Tor Lillqvist]
  • bin silly inline versioning comments [Tor Lillqvist]
  • bin some dead code [Tor Lillqvist]
  • bin the now non-existent dtor from the class definition too [Tor Lillqvist]
  • bin unused code [Tor Lillqvist]
  • bin unused global variable [Tor Lillqvist]
  • bin unused macxp_OSXConvertCFEncodingToIANACharSetName() [Tor Lillqvist]
  • bin unused MAP_REALAPPFONT MapUnit enum value [Tor Lillqvist]
  • bin unused or duplicate forward class declarations [Tor Lillqvist]
  • bin unused SVOBJ_MISCSTATUS_ defines [Tor Lillqvist]
  • bin unused VER_TIGER and VER_LEOPARD [Tor Lillqvist]
  • bin useless as96863, mb93783, mv76033 verbiage from SAL_INFO output [Tor Lillqvist]
  • bin useless comments [Tor Lillqvist]
  • bIsSetType is never read [Stephan Bergmann]
  • bit 0 is bit 0 [Eike Rathke]
  • bit of a cleanup. [Kohei Yoshida]
  • blind fix attempt for MSVC compilation error [Tor Lillqvist]
  • blind fix for breaking windows build [David Tardon]
  • blind fix for renamed OS X restore-state file (fdo#39007) [Michael Meeks]
  • blind fix for reported Windows build error [Markus Mohrhard]
  • blind fix for spurious -Werror=clobbered [Stephan Bergmann]
  • blind fix^2 [Stephan Bergmann]
  • blind fix^3 [Stephan Bergmann]
  • blind Windows build fix [Tor Lillqvist]
  • bLoadLowResGrf is never read [Matteo Casalin]
  • bool clean-up fixup [Stephan Bergmann]
  • bool improvements [Stephan Bergmann]
  • bool improvements (related to mixing bool/sal_Bool in &=, |=, ^=) [Stephan Bergmann]
  • boost: annotate upstream status of patches [Michael Stahl]
  • boost: move one unrelated hunk that isn't in the submitted patch out of [Michael Stahl]
  • boost: rename boost.wdeprecated-register.patch.0 [Michael Stahl]
  • boost: rename boost.wuninitialized.patch [Michael Stahl]
  • boost: rename misleading boost.{4100,4510}.warnings.patch [Michael Stahl]
  • boost: split boost.wundef.patch [Michael Stahl]
  • boost: split boost.wunused-local-typedefs.patch [Michael Stahl]
  • boost: split up boost.6397.warnings.patch by module [Michael Stahl]
  • boost: split up boost.jsonparser.warnings.patch.0 [Michael Stahl]
  • boost: split up boost.libcdr.warnings.patch.1 [Michael Stahl]
  • boost: split up boost.wshadow.patch [Michael Stahl]
  • boost: split up the totally misleading boost.4713.warnings.patch [Michael Stahl]
  • bootstrap component: Split into implementation functions. [Matúš Kukan]
  • boradcast->broadcast [Caolán McNamara]
  • break circular dependencies with libmerged. [Matúš Kukan]
  • bRefSizeChanged is always false [Caolán McNamara]
  • bRepeat is always false. (coverity#735476) [Kohei Yoshida]
  • BRIDGES_JNI_UNO_FORCE_BOXED_ANY is undefined [Stephan Bergmann]
  • bring some sense into this translated comment [Eike Rathke]
  • bring static functions into OutputDevice as private functions [Chris Sherlock]
  • broadcast cells on undoing of "cut". (fdo#74014) [Kohei Yoshida]
  • brodcast only when pasting, not during file import. (fdo#74014) [Kohei Yoshida]
  • BrowseBox::bHideCursor misuses sal_Bool for TriState [Stephan Bergmann]
  • bSearch has constantly been true [Stephan Bergmann]
  • bStopPrt is always false [Matteo Casalin]
  • buffer jump matrix' result matrix blocks (fdo#72929) [Eike Rathke]
  • buffered WPXSvInputStream [Fridrich Štrba]
  • bug Dynamically scan the config directory for icon themes (i#63962) [Tobias Lippert]
  • build GLEW for all platforms [Tor Lillqvist]
  • build liblangtag with updated IANA language-subtag-registry [Eike Rathke]
  • build liborcus with lto flags. To unbreak linking phase. [Matúš Kukan]
  • build the vclopengl lib for Android, too, i.e. for all our platforms [Tor Lillqvist]
  • build webdav based on serf if neon is disabled. [Matúš Kukan]
  • bullets should not exit stage left ... (fdo#42708) [Bjoern Michaelsen]
  • bump apache-commons-codec to 1.9 [Caolán McNamara]
  • bump apache-commons-lang to 3.3.1 [Caolán McNamara]
  • bump apache-commons-logging to 1.1.3 [Caolán McNamara]
  • bump boost from 1.54 to 1.55 [Caolán McNamara]
  • bump curl version check to 7.19.4 in configure.ac [Douglas Mencken]
  • bump product version to 4.3.0.0.alpha1 [Christian Lohmaier]
  • bump to openssl-1.0.1g [Caolán McNamara]
  • bump version to 4.3.0.0.alpha0+ [Christian Lohmaier]
  • bUpdateCheckEnabled had always been unused and marked TODO [Stephan Bergmann]
  • bUseTarget is never read [Caolán McNamara]
  • bypass also the MobileLibreOffice thing for now [Tor Lillqvist]
  • bypass glew when cross-compiling for now, doesn't seem to work [Tor Lillqvist]
  • bypass the 'LibreOffice' executable and app for now [Tor Lillqvist]
  • C++03 [Stephan Bergmann]
  • c++03 [Caolán McNamara]
  • C++03 fixup [Stephan Bergmann]
  • C++11 is not everywhere, so be wise [Fridrich Štrba]
  • C++11'ism [Stephan Bergmann]
  • C++11-only stdint.h SIZE_MAX -> std::numeric_limits [Stephan Bergmann]
  • c++11ism [Caolán McNamara]
  • C2872: 'accessibility' : ambiguous symbol [Caolán McNamara]
  • C2872: ´Pair´ : ambiguous symbol [Caolán McNamara]
  • C2872: ´Window´ : ambiguous symbol [Caolán McNamara]
  • cache text rendering for performance [Markus Mohrhard]
  • calc:alignment depend on 1st char direct (fdo#32530) [Abdulaziz A Alayed]
  • call getLineBreak with null XHyphenator unless TEXT_DRAW_WORDBREAK_HYPHENATION [Stephan Bergmann]
  • call glewInit in vcl's OpenGLContext just once [Markus Mohrhard]
  • call it noncopyable [Takeshi Abe]
  • callcatcher consider sdk bin dir too [Caolán McNamara]
  • callcatcher: another layer post pivottable conversion [Caolán McNamara]
  • callcatcher: remove old pivot table dialog [Caolán McNamara]
  • callcatcher: update unused code [Caolán McNamara]
  • callcatcher: update unused code lists [Caolán McNamara]
  • can drop SfxNoLayoutSingleTabDialog use here now [Caolán McNamara]
  • can use string literals here now [Caolán McNamara]
  • can't use const_reverse_iterator here. [Douglas Mencken]
  • cannot draw metafile-based grayscale gradient into a polygon [Chris Sherlock]
  • captions' are preserved but remove a space (fdo#74431) [Rajashri]
  • case-insensitive string comparison in GETPIVOTDATA. (fdo#72645) [Kohei Yoshida]
  • cast to the higher capacity type instead [Eike Rathke]
  • casting to void to silence a WaE lead to windows complaining. [Norbert Thiebaud]
  • catch additional problem discovered. (fdo#74209) [Kohei Yoshida]
  • catch block smells like leftover debugging code [Stephan Bergmann]
  • catch exception by const ref [Takeshi Abe]
  • catching MalformedUriException subsumes the rPath.isEmpty() case now [Stephan Bergmann]
  • catching std::bad_alloc in UNO implementations no longer necessary [Stephan Bergmann]
  • cclass_Unicode failed to actually implement XServiceInfo [Stephan Bergmann]
  • center both primary and secondary lines wrt thier respective axes. (fdo#75260) [Kohei Yoshida]
  • center thick border lines around cell grid. (fdo#73487) [Kohei Yoshida]
  • CF_TRACE also the CFRetain to avoid confusion [Tor Lillqvist]
  • change _get_implementation()'s not to do initialization directly. [Jan Holesovsky]
  • change acessibility level for private functions [Chris Sherlock]
  • change Application::SystemSettingsChanging to OverrideSystemSettings [Chris Sherlock]
  • change behavior for equal button of input line... (i#42309) [Tsutomu Uchino]
  • change config example in comment [Andras Timar]
  • change debug output [Markus Mohrhard]
  • change default for paste special dialog of Calc... (i#123626) [Tsutomu Uchino]
  • change EnableNoYieldMode(bool) to better names [Chris Sherlock]
  • change encoding from EUC-KR to utf8 [Julien Nabet]
  • change from com::sun::star and ::com::sun::star to css alias. [Chris Sherlock]
  • change from ServiceManager- to ComponentContext-based implementations [Stephan Bergmann]
  • change glm perspective to ortho [Peilin]
  • change ImplDrawAlpha to DrawAlphaBitmap [Chris Sherlock]
  • change newly introduced Clip* functions to ClipAndDraw [Chris Sherlock]
  • change SDK javaodc from static Package to dynamic GeneratedPackage [Stephan Bergmann]
  • change string "..." to "Servers..." (FDO#75755) [Olivier Hallot]
  • change various SwTransferable functions to return bool [Stephan Bergmann]
  • change wording from "Output Range" to "Results to". (fdo#70989) [Kohei Yoshida]
  • changed 'Para Change' to 'Para Marker Change' in DOCX importer [Adam Co]
  • changed label to 'Formula cell must contain a formula.' (fdo#72995) [yjw9012]
  • changed oox/CustomTarget_generated.mk (fdo#76016) [Vinaya Mandke]
  • chart2: loplugin:saloverride [Michael Stahl]
  • chart2: prefer passing OUString by reference [Noel Grandin]
  • chart2: remove unnecessary complexity [Michael Stahl]
  • chart2: resolve merge conflict. [Michael Meeks]
  • chart2: sal_Bool->bool [Noel Grandin]
  • chart2: simplify deprecated XTypeProvider.getImplementationId [Stephan Bergmann]
  • chart::impl::StockBar is not a UNO service implementation [Stephan Bergmann]
  • chart::Wall is not a UNO service implementation [Stephan Bergmann]
  • chartcore does not need mdds right now [Markus Mohrhard]
  • ChartTypeTemplate and its derivatives are not UNO service implementations [Stephan Bergmann]
  • check (unlikely) null return value (CID#1202821) [Eike Rathke]
  • check early bail-out before performing unrelated operations [Matteo Casalin]
  • check for (unlikely) null return value (CID#1093227) [Eike Rathke]
  • check for empty aOut (fdo#73698) [Andras Timar]
  • check if pDoc is null before using it [Julien Nabet]
  • check if polygon is a rectangle when drawing gradient [Chris Sherlock]
  • check internal children against prefix rather than equality [Caolán McNamara]
  • check IsRefMode() before accessing the ref range. [Kohei Yoshida]
  • check rename(3) return value (coverity#1190347) [Stephan Bergmann]
  • check return of stream read and adapt vector size if necessary [Eike Rathke]
  • check string length of file name before attempting to copy [Eike Rathke]
  • check the parse result and handle an error case. [Kohei Yoshida]
  • check the right width in case the left width is zero. (fdo#73886) [Kohei Yoshida]
  • CheckInverted() is not used anywhere. [Matúš Kukan]
  • chmod -x [Tor Lillqvist]
  • chnage the wording for empty preview messages. [Kohei Yoshida]
  • choose by default the following options... (i#123725) [Tsutomu Uchino]
  • clang API function terminology got changed [Stephan Bergmann]
  • clang plugin that flags implicit conversions from bool [Stephan Bergmann]
  • clang plugin to re-write SvStream operatorObj} [Zolnai Tamás]
  • consistently let SetDesingMode functions take bool argument [Stephan Bergmann]
  • consistently mark these as deleted on all platforms [Stephan Bergmann]
  • consistently use gb_Helper_optional [Tor Lillqvist]
  • consistently use m_ prefix for SwAutoFormat members [Stephan Bergmann]
  • consolidate framework::{Read,Write}Guard [Stephan Bergmann]
  • consolidate framework::{Resetable,}Guard [Stephan Bergmann]
  • consolidate XServiceInfo for classes derived from SvXMLExport [Stephan Bergmann]
  • consolidate XServiceInfo for classes derived from SvXMLImport [Stephan Bergmann]
  • const as const can [Eike Rathke]
  • const fix [Stephan Bergmann]
  • const improvement [Stephan Bergmann]
  • const this up [Caolán McNamara]
  • constify [Matteo Casalin]
  • constify and reduce scope [Matteo Casalin]
  • constify OUString [Matteo Casalin]
  • constify some OUStrings and avoid some appends [Matteo Casalin]
  • constify some variables [Matteo Casalin]
  • constify, reduce scope, use proper types and avoid some casts [Matteo Casalin]
  • constructor functions for singletons still need to pass out single instances [Stephan Bergmann]
  • constructor only used on WNT in FontSelectPatternAttributes [Noel Grandin]
  • constructors: Fix typo preventing extensions loading. [Jan Holesovsky]
  • ContentType for .xlsm external data file is wrong (fdo#76098) [Ravindra Vidhate]
  • convert 3dview dialog to .ui [Caolán McNamara]
  • convert acceleration config page to .ui [Caolán McNamara]
  • convert accept license dialog to .ui [Caolán McNamara]
  • convert add condition dialog to .ui [Caolán McNamara]
  • convert add instance dialog to .ui [Caolán McNamara]
  • convert add model dialog to .ui [Caolán McNamara]
  • convert add namespace dialog to .ui [Caolán McNamara]
  • convert add relationships dialog to .ui [Caolán McNamara]
  • convert add submission dialog to .ui [Caolán McNamara]
  • convert additem dialog to .ui [Caolán McNamara]
  • convert address block wizard page to .ui [Caolán McNamara]
  • convert advanced db settings dialog to .ui format [Caolán McNamara]
  • convert another password dialog to .ui [Caolán McNamara]
  • convert avmedia to cppu::supportsService [Alexandre Vicenzi]
  • convert axis position tab page to widget UI [Olivier Hallot]
  • convert basctl, mysqlc, sdext, svgio, writerp. to cppu::supportsSer. (fdo#54938) [Alexandre Vicenzi]
  • convert biblio choose data source dialog to .ui [Caolán McNamara]
  • convert border background dialog to .ui [Caolán McNamara]
  • convert break point dialog to .ui format [Caolán McNamara]
  • convert bridges, editeng and others to cppu::supportsService (fdo#54938) [Alexandre Vicenzi]
  • convert calc autoformat dialog to .ui [Caolán McNamara]
  • convert calc character dialog to .ui [Caolán McNamara]
  • convert calc paragraph dialog to .ui [Caolán McNamara]
  • convert callers of SwIndex::GetContent from xub_StrLen->sal_Int32 [Noel Grandin]
  • convert callout tabdialog to .ui [Caolán McNamara]
  • convert callout tabpage to .ui [Caolán McNamara]
  • convert canvas to cppu::supportsService (fdo#54938) [Marcos Paulo de Souza]
  • convert cert path page to .ui [Caolán McNamara]
  • convert certificate path dialog to .ui format [Caolán McNamara]
  • convert change chart data source dialog to .ui [Caolán McNamara]
  • convert chart 3D scene appearance tabpage to .ui [Olivier Hallot]
  • convert chart 3D scene geometry tabpage to widget [Olivier Hallot]
  • convert chart 3D scene illumination to .ui [Olivier Hallot]
  • convert chart data dialog to .ui [Caolán McNamara]
  • convert chart data label dialog to widget UI [Olivier Hallot]
  • convert chart data labels tabpage to .ui [Olivier Hallot]
  • convert chart data source tab page & dialog to .ui [Olivier Hallot]
  • convert chart elements page to .ui [Caolán McNamara]
  • convert chart error bars tab page to widget UI [Olivier Hallot]
  • convert chart legend dialog to widget UI [Olivier Hallot]
  • convert chart legend position tabpage to widget UI [Olivier Hallot]
  • convert chart polar options tab page to widget UI [Olivier Hallot]
  • convert chart range chooser tab page to .ui [Olivier Hallot]
  • convert chart shape character dialog to .ui [Caolán McNamara]
  • convert chart shape paragraph dialog to .ui [Caolán McNamara]
  • convert chart type dialog to .ui [Caolán McNamara]
  • convert chart type page to .ui format [Caolán McNamara]
  • convert chart2 to cppu::supportsService (fdo#54938) [Alexandre Vicenzi]
  • convert chart::InsertTitleDlg to .ui [Laurent Balland-Poirier]
  • convert chinese dictionary dialog to .ui [Caolán McNamara]
  • convert col or row dialog to .ui [Caolán McNamara]
  • convert col width and row height dialogs to .ui [Caolán McNamara]
  • convert com.sun.star.comp.stoc.Introspection to direct construction [Stephan Bergmann]
  • convert comphelper and vcl to cppu::supportsService (fdo#54938) [Alexandre Vicenzi]
  • convert conditional formattting dialog to widget layout (rhbz#1047871) [Caolán McNamara]
  • convert Contour queryboxes to .ui [Manal Alhassoun]
  • convert control font dialog to .ui [Caolán McNamara]
  • convert crop page to .ui [Caolán McNamara]
  • convert CUPS password dialog to .ui [Caolán McNamara]
  • convert custom list implement ConvertDataList to std::vector [Noel Grandin]
  • convert custom list implementation ComplexList to use std::vector [Noel Grandin]
  • convert custom list implementation FuncDataList to use std::vector [Noel Grandin]
  • convert custom list implementation ScaDoubleList to std::vector [Noel Grandin]
  • convert custom list implementation SortedIndividualInt32List [Noel Grandin]
  • convert custom list implementation to regular std::vector [Noel Grandin]
  • convert customize menu page to .ui [Caolán McNamara]
  • convert customize tab dialog to .ui [Caolán McNamara]
  • convert data field dialog to .ui [Caolán McNamara]
  • convert Data Field Options Dialog to .ui [Caolán McNamara]
  • convert data range tabdialog to .ui [Caolán McNamara]
  • convert data validation tab page to .ui [Caolán McNamara]
  • convert database properties dialog .to ui [Caolán McNamara]
  • convert database save as dialog to .ui [Caolán McNamara]
  • convert dbaccess to use cppu::supportsService (fdo#54938) [Marcos Paulo de Souza]
  • convert DBase index dialog to .ui [Caolán McNamara]
  • convert dbwizard final page to .ui [Caolán McNamara]
  • convert default language dialog to .ui [Caolán McNamara]
  • convert delete object and theme queryboxes to .ui [Manal Alhassoun]
  • convert distribute tab page to .ui [Caolán McNamara]
  • convert dtrans, remoteb., reportd., ucbhelper to cppu::supportsSer.. (fdo#54938) [Alexandre Vicenzi]
  • convert edit duration to .ui [Caolán McNamara]
  • convert edit modules dialog to .ui [Caolán McNamara]
  • convert Edit::GetCharPos from xub_StrLen to sal_Int32 [Noel Grandin]
  • convert emboss dialog to .ui [Caolán McNamara]
  • convert event assign page to .ui format [Caolán McNamara]
  • convert events config page to .ui [Caolán McNamara]
  • convert export basic dialog to .ui (600th .ui conversion) [Caolán McNamara]
  • convert extensions to cppu::supportsService (fdo#54938) [Alexandre Vicenzi]
  • convert fax (etc) query dialog to .ui [Caolán McNamara]
  • convert field dialog to .ui [Caolán McNamara]
  • convert filter to cppu::supportsService (fdo#54938) [Marcos Paulo de Souza]
  • convert FN_PARAM_MOVE_COUNT from SfxInt16 to SfxInt32 [Noel Grandin]
  • convert fontwork spacing dialog to .ui [Caolán McNamara]
  • convert format cells dialog to .ui [Caolán McNamara]
  • convert formula::FormEditData from xub_StrLen->sal_Int32 [Noel Grandin]
  • convert formula::FormulaDlg_Impl from xub_StrLen->sal_Int32 [Noel Grandin]
  • convert FormulaHelper from xub_StrLen to sal_Int32 [Noel Grandin]
  • convert FormulaHelper::GetNextFunc xub_StrLen->salInt32 [Noel Grandin]
  • convert framework to cppu::supportsService (fdo#54938) [Alexandre Vicenzi]
  • convert gallery apply progress dialog to .ui [Caolán McNamara]
  • convert gallery files page to .ui [Caolán McNamara]
  • convert gallery general page to .ui [Caolán McNamara]
  • convert gallery search progress dialog to .ui [Caolán McNamara]
  • convert gallery theme id dialog to .ui [Caolán McNamara]
  • convert gallery theme properties dialog to .ui [Caolán McNamara]
  • convert gallery title dialog to .ui [Caolán McNamara]
  • convert gallery update progress dialog to .ui [Caolán McNamara]
  • convert generated values page to .ui [Caolán McNamara]
  • convert getSuppressedArgumentCount from xub_StrLen -> sal_Int32 [Noel Grandin]
  • convert goto line dialog to .ui [Caolán McNamara]
  • convert goto record dialog to .ui [Caolán McNamara]
  • convert grid control show columns dialog to .ui [Caolán McNamara]
  • convert Hangul/Hanja Options dialog to .ui [Caolán McNamara]
  • convert hangulhanja new dict dialog to .ui [Caolán McNamara]
  • convert help bookmark dialog to .ui [Caolán McNamara]
  • convert help bookmarks tabpage to .ui [Caolán McNamara]
  • convert help contents page to .ui [Caolán McNamara]
  • convert help index page to .ui [Caolán McNamara]
  • convert help search page to .ui [Caolán McNamara]
  • convert i18npool to use cppu::supportsService (fdo#54938) [Marcos Paulo de Souza]
  • convert IFormulaEditorHelper::*Selection methods from xub_StrLen to sal_Int32 [Noel Grandin]
  • convert import library dialog to .ui [Caolán McNamara]
  • convert import options dialog to .ui [Caolán McNamara]
  • convert input dialog to .ui [Caolán McNamara]
  • convert insert error bars dialog to widget UI [Olivier Hallot]
  • convert int flag OpenclDevice::isInited to bool [Noel Grandin]
  • convert io to use cppu::supportsService (fdo#54938) [Marcos Paulo de Souza]
  • convert lib page to .ui [Caolán McNamara]
  • convert link database dialog .ui [Caolán McNamara]
  • convert link warning dialog to .ui [Caolán McNamara]
  • convert load template dialog to .ui [Caolán McNamara]
  • convert login dialog to .ui [Caolán McNamara]
  • convert macro assign page to .ui [Caolán McNamara]
  • convert mail merge page to .ui [Caolán McNamara]
  • convert mail merge prepare page to .ui [Caolán McNamara]
  • convert mailmerge output page to .ui [Caolán McNamara]
  • convert manage languages dialog to .ui [Caolán McNamara]
  • convert module and dialog tabpages to .ui [Caolán McNamara]
  • convert more SvStream::operatorsal_Int32 [Noel Grandin]
  • convert password dialog to .ui [Caolán McNamara]
  • convert pdf warn dialog to .ui [Caolán McNamara]
  • convert pivot filter dialog to .ui [Caolán McNamara]
  • convert pivot table subtotals data field dialog to .ui [Caolán McNamara]
  • convert posterize dialog to .ui [Caolán McNamara]
  • convert print progress dialog to .ui [Caolán McNamara]
  • convert query delete dialog to .ui [Caolán McNamara]
  • convert query filter dialog to .ui [Caolán McNamara]
  • convert query folder dialog to .ui [Caolán McNamara]
  • convert query join dialog to .ui format [Caolán McNamara]
  • convert related family of tabdialogs to .ui [Caolán McNamara]
  • convert relation dialog to .ui format [Caolán McNamara]
  • convert retype password input dialog to .ui [Caolán McNamara]
  • convert RID_SVX_MDLG_FONTWORK_GALLERY to .ui [Palenik Mihály]
  • convert RID_SYMDEFINEDIALOG to .ui [Palenik Mihály]
  • convert Rotate into standard orientation querybox to .ui [Manal Alhassoun]
  • convert row/col height/width dialogs to .ui [Caolán McNamara]
  • convert sal_Char* to OUString [Noel Grandin]
  • convert salutation wizard page to .ui [Caolán McNamara]
  • convert save and modify imageMaps queryboxes to .ui [Manal Alhassoun]
  • convert sc to use cppu::supportsService (fdo#54938) [Marcos Paulo de Souza]
  • convert scenario dialog to .ui [Caolán McNamara]
  • convert ScInputHandler::InputGetSelection from xub_StrLen -> sal_Int32 [Noel Grandin]
  • convert sd to use cppu::supportsService (fdo#54938) [Marcos Paulo de Souza]
  • convert search attribute dialog to .ui [Caolán McNamara]
  • convert search dialog to .ui [Caolán McNamara]
  • convert search format dialog to .ui [Caolán McNamara]
  • convert select data source dialog to .ui [Caolán McNamara]
  • convert select multi paths dialogs to .ui [Caolán McNamara]
  • convert sepia dialog to .ui [Caolán McNamara]
  • convert sfx2, xmloff and connec.. to cppu::supportsService (fdo#54938) [Alexandre Vicenzi]
  • convert show changes dialog to .ui [Caolán McNamara]
  • convert show extension licence dialog to .ui [Caolán McNamara]
  • convert show sheets dialog to .ui [Caolán McNamara]
  • convert SidebarWinKey from xub_StrLen->sal_Int32 [Noel Grandin]
  • convert simple reference dialog to .ui [Caolán McNamara]
  • convert smarttag options page to .ui [Caolán McNamara]
  • convert smooth dialog to .ui [Caolán McNamara]
  • convert solarize dialog to .ui [Caolán McNamara]
  • convert solver no solution dialog to .ui [Caolán McNamara]
  • convert solver options dialog to .ui [Caolán McNamara]
  • convert solver progress dialog to .ui [Caolán McNamara]
  • convert solver success dialog to .ui [Caolán McNamara]
  • convert some places to use cppu::supportsService (fdo#54938) [Marcos Paulo de Souza, Donizete Waterkemper]
  • convert sort dialog to .ui format [Caolán McNamara]
  • convert sort options dialog to .ui [Caolán McNamara]
  • convert special settings page to .ui [Caolán McNamara]
  • convert specialised SvStream::operator>> methods to ReadXXX methods [Noel Grandin]
  • convert sql exception dialog to .ui [Caolán McNamara]
  • convert ssl warning dialog to .ui [Caolán McNamara]
  • convert starmath to use cppu::supportsService (fdo#54938) [Marcos Paulo de Souza]
  • convert subtotals dialog to .ui [Caolán McNamara]
  • convert SvStream::operator> methods to ReadXXX methods [Noel Grandin]
  • convert svtools to cppu::supportsService... (fdo#54938) [Marcos Paulo de Souza]
  • convert svx and svl to cppu::supportsService... (fdo#54938) [Marcos Paulo de Souza]
  • convert SvxNumberFormatShell::AddFormat from xub_Strlen to sal_Int32 [Noel Grandin]
  • convert sw to use cppu::supportsService (fdo#54938) [Marcos Paulo de Souza]
  • convert SwInterHyphInfo from xub_StrLen->sal_Int32 [Noel Grandin]
  • convert SwTxtNode::GetLang from xub_StrLen->sal_Int32 [Noel Grandin]
  • convert tab background color to .ui [Caolán McNamara]
  • convert table filter page to .ui [Caolán McNamara]
  • convert template manager dialog to .ui + adapt code. [Jan Holesovsky]
  • convert testModelToViewHelper to CPPUNIT_ASSERT_EQUALS [Michael Stahl]
  • convert text control character dialog to .ui [Caolán McNamara]
  • convert text control paragraph dialog to .ui [Caolán McNamara]
  • convert the last tabpage in sd to .ui [Caolán McNamara]
  • convert to cppu::supportsService (fdo#54938) [Alexandre Vicenzi]
  • convert to proper integer type [Matteo Casalin]
  • convert toolkit to cppu::supportsService (fdo#54938) [Alexandre Vicenzi]
  • convert unknown authority dialog to .ui [Caolán McNamara]
  • convert unlink image querybox to .ui [Manal Alhassoun]
  • convert update file list queryboxes to .ui [Manal Alhassoun]
  • convert user admin dialog to .ui [Caolán McNamara]
  • convert user admin password dialog to .ui [Caolán McNamara]
  • convert validity tabdialog to .ui [Caolán McNamara]
  • convert view certs tabdialog to .ui [Caolán McNamara]
  • convert wizard layout page to .ui [Caolán McNamara]
  • convert word completion page to .ui format [Caolán McNamara]
  • convert xml source dialog to .ui [Caolán McNamara]
  • convert xmlsecurity to cppu::supportsService [Alexandre Vicenzi]
  • convert xub_StrLen -> sal_Int32 [Noel Grandin]
  • convert xub_StrLen->sal_Int32 in doctxm.cxx [Noel Grandin]
  • convert xub_StrLen->sal_Int32 in edtwin.cxx [Noel Grandin]
  • convert xub_StrLen->sal_Int32 in linguistic [Noel Grandin]
  • convert xub_StrLen->sal_Int32 in SpellState [Noel Grandin]
  • convert xub_StrLen->sal_Int32 in unotools [Noel Grandin]
  • converted Calc paste special dialog to .ui [Katarina Behrens]
  • converted data bar options dialog to .ui [Katarina Behrens]
  • converted group by [number|date] pivot table dlg to .ui [Katarina Behrens]
  • converted pivot table layout dlg to .ui [Katarina Behrens]
  • converted subtotals group tab page to .ui [Katarina Behrens]
  • convwatch.py: decode bytes before printing [Michael Stahl]
  • convwatch.py: fix handling of loadComponentFromURL returning null [Michael Stahl]
  • copied icons based on the GNOME icon theme from tango-testing to tango [Alexander Wilms]
  • copy into fixed size buffer (coverity#983495, coverity#706146) [Caolán McNamara]
  • copy key modifiers as well (i#91439) [Jürgen Schmidt]
  • copy mail merge source instead of loading [Jan-Marek Glogowski]
  • copy the built .apks to where push_nightlies.sh will find them for uploading [Tor Lillqvist]
  • copy the ICU data file into the TiledLibreOffice app [Tor Lillqvist]
  • copy&paste from xmloff [Miklos Vajna]
  • copy&paste typo [Matúš Kukan]
  • copy-construct maEnhancedProtection in ScTableProtectionImpl [Eike Rathke]
  • copy-paste error (coverity#735386, coverity#1157752, coverity#1194891, coverity#1157751) [Julien Nabet, Caolán McNamara]
  • copying slides having same master page name. (bnc#753460) [Muthu Subramanian]
  • CoreText handling of trailing whitespace in justified mode (fdo#55142) [Herbert Dürr]
  • CoreText SDK 10.5 compatibility [Douglas Mencken]
  • coretext: what to include is SDK dependant [Norbert Thiebaud]
  • correct comment: we can select icon theme in LibreOffice -> View [Joren De Cuyper]
  • correct consideration of Subject Alternative Name... (i#123744) [Oliver-Rainer Wittmann]
  • correct icon and tooltip for background color (fdo#68537) [Maxim Monastirsky]
  • correct indentation [Thomas Arnhold, Jacobo Aragunde Pérez]
  • correct offset amount. Using the distance was not enough. (fdo#75260) [Kohei Yoshida]
  • correct spelling errors (i#123116) [Jürgen Schmidt]
  • correct svg:viewBox for EnhancedCustomShape... (i#124452) [Armin Le Grand]
  • correct TextFrame layout for tables not... (i#124389) [Armin Le Grand]
  • correct wrong variable name. [Jacobo Aragunde Pérez]
  • corrected case that... (i#12355) [Armin Le Grand]
  • corrected copy&paste error [Eike Rathke]
  • corrected Graphic Metafile fallback creator (i#123983) [Armin Le Grand]
  • corrected object description placeholder... (i#124497) [Armin Le Grand]
  • corrected reload of linked content... (i#123042) [Armin Le Grand]
  • corrected some conversions of scale values... (i#124580) [Armin Le Grand]
  • corrected SvxMetricField::Down() behaviour (i#124425) [Armin Le Grand]
  • corrected text decomposition when... (i#121494) [Armin Le Grand]
  • corrected translation, thanks to Philipp Weissenbacher [Luc Castermans]
  • corrected/extended interactive crop feature... (i#123950) [Armin Le Grand]
  • correction for comments/annotations on table cell ranges (i#123792) [Oliver-Rainer Wittmann]
  • correctly draw double lines for both Writer and Calc. (fdo#75260) [Kohei Yoshida]
  • correctly enable/disable widgets w/ invisible lines (fdo#74287) [Katarina Behrens]
  • correctly handle note captions life cycles. (fdo#74556) [Kohei Yoshida]
  • cosmetic: split PhysicalFontFace class it its own source/header [Norbert Thiebaud]
  • cosmetic: split PhysicalFontFamily/Collection out of outdev3.cxx [Norbert Thiebaud]
  • cosmetical adapt to style [Eike Rathke]
  • cosmetics [Matúš Kukan, Tor Lillqvist]
  • cosmetics (to ease work related to finding unused functions) [Stephan Bergmann]
  • cosmetics and bin some pointless SAL_INFOs [Tor Lillqvist]
  • cosmetics. [Jan Holesovsky]
  • counting is hard (thanks to -fsanitize=address for pointing it out) [Stephan Bergmann]
  • cover all the other "compile all formula cells" methods. [Kohei Yoshida]
  • coverity gold, condition reversed (coverity#1158113) [Caolán McNamara]
  • cppcanvas: sal_Bool->bool [Noel Grandin]
  • cppcheck cleanliness (fdo#39440) [Radu Ioan]
  • cppcheck: "else if" condition matches previous condition [Julien Nabet]
  • cppcheck: Add missing right parenthesis [Julien Nabet]
  • cppcheck: bRet reassigned before using its value [Julien Nabet]
  • cppcheck: Clarify calculation precedence for '%' and '?' [Julien Nabet]
  • cppcheck: Clarify calculation precedence for ' bool [Stephan Bergmann]
  • cppuhelper: simplify deprecated XTypeProvider.getImplementationId [Stephan Bergmann]
  • cppuhelper: valgrind complains about uninitialized variable... [Michael Stahl]
  • CppunitTest_cppcanvas_emfplus: disable this in case there is no display to use [Miklos Vajna]
  • CppunitTest_sw_odfimport: add annotation formatting testcase [Miklos Vajna]
  • CppunitTest_sw_ooxmlexport: disable failing check on Mac for now [Miklos Vajna]
  • CppunitTest_sw_ooxmlexport: factor out drawing-related testcases [Miklos Vajna]
  • CppunitTest_sw_ooxmlexport: fix testcase that didn't fail without the fix [Miklos Vajna]
  • CppunitTest_sw_ooxmlexport: handle mc namespace in assertions [Miklos Vajna]
  • CppunitTest_sw_ooxmlexport: make it possible to use ..._TEST_ONLY with -Werror [Miklos Vajna]
  • CppunitTest_sw_ooxmlexport: register wps, wp and a namespaces [Miklos Vajna]
  • CppunitTest_sw_ooxmlexport: restore this test [Miklos Vajna]
  • CppunitTest_sw_ooxmlexport: speed up activex* [Miklos Vajna]
  • CppunitTest_sw_ooxmlimport: make this actually test something again [Miklos Vajna]
  • CppunitTest_sw_ooxmlsdrexport: make this failure a bit more readable [Miklos Vajna]
  • CppunitTest_sw_ooxmlsdrexport: move all AlternateContent tests [Miklos Vajna]
  • CppunitTest_sw_rtfexport: enable on MACOSX [Miklos Vajna]
  • CppunitTest_sw_uiwriter: add testcase for ExportRTF() [Miklos Vajna]
  • CppunitTest_sw_uiwriter: add testcase for ImportRTF() [Miklos Vajna]
  • crash indexing -1 [Caolán McNamara]
  • crash on exit from xml form document with accessibility enabled [Caolán McNamara]
  • crash on writing .docx (fdo#74499) [Caolán McNamara]
  • crash prevention by checking for NULL. [Kohei Yoshida]
  • crash while saving the DOCX file containing charts (fdo#75975) [Ravindra Vidhate]
  • create an entry point for .ui-ification of the address book wizard pages [Caolán McNamara]
  • create shared-formula directories and store test files there. [Kohei Yoshida]
  • create symbols for glew in the debug case [Markus Mohrhard]
  • created Dynamic Integral Node classes. Integrals size made dependent on body. (fdo#53472) [matteocam]
  • CreateScColOrRowDlg is unused [Caolán McNamara]
  • css.logging.SimpleLogRing.create() calls initialize w/ empty Arguments [Stephan Bergmann]
  • css.xml.sax service ctor clean-up [Stephan Bergmann]
  • css::io::XInputStream _is_ allowed [David Tardon]
  • css::packages::Packages is a wrong choice [David Tardon]
  • CTRunData fix include mishap [Norbert Thiebaud]
  • cui: prefer passing OUString by reference [Noel Grandin]
  • cui: sal_Bool->bool [Noel Grandin]
  • cui: unused code in SvxAreaTabPage::ClickBitmapHdl_Impl (i#86988) [Miklos Vajna]
  • cui: unused code in SvxAreaTabPage::ClickColorHdl_Impl (i#86988) [Miklos Vajna]
  • cui: unused code in SvxAreaTabPage::ClickGradientHdl_Impl (i#86988) [Miklos Vajna]
  • cui: unused code in SvxAreaTabPage::ClickHatchingHdl_Impl() (i#86988) [Miklos Vajna]
  • curl (bundled): fix logic breakout [Douglas Mencken]
  • curl (bundled): with-darwinssl option is not compatible with OSX SDK 10.5 [Douglas Mencken]
  • curl: we really want --with-darwinssl on Mac for libcmis [Michael Stahl]
  • CurrencyBoxes cannot be loaded from .src anymore [Caolán McNamara]
  • CurrencyFields cannot be loaded from .src anymore [Caolán McNamara]
  • currently used file pickers API doesn't work for OS X < 10.6 [Douglas Mencken]
  • custom name for a trend line (shown in legend). [Tomaž Vajngerl]
  • cutting nothing should do nothing, should fix field dupes (fdo#74981) [Bjoern Michaelsen]
  • CVE-2014-1947: add testcase [Caolán McNamara]
  • D'oh! I forgot something in commit 3e43a891e89aa6eb8eeecd9d3528f2a002371646 [Matteo Casalin]
  • datastreams: Broadcast data changes. [Matúš Kukan]
  • datastreams: for security, ask before executing a script when importing [Matúš Kukan]
  • datastreams: Wait with import if we need to repaint. [Matúš Kukan]
  • date/time is displayed as different language (i#119985) [Zhe Wang]
  • DateBoxes cannot be loaded from .src anymore [Caolán McNamara]
  • DBACCESS : Remove usage of DBG_CTOR and DBG_DTOR. [Arnaud Versini]
  • dbaccess: disable hanging close() for now (fdo#67685) [Miklos Vajna]
  • dbaccess: ODF export: set "Version" property on target Storage [Michael Stahl]
  • dbaccess: prefer passing OUString by reference [Noel Grandin]
  • dbaccess: sal_Bool->bool [Noel Grandin]
  • dbaccess: simplify deprecated XTypeProvider.getImplementationId [Stephan Bergmann]
  • DBG_OUT_WARNING is unused [Stephan Bergmann]
  • DbgOutTypef -> SAL_WARN [Stephan Bergmann]
  • DdeGetData should apparently return bool [Stephan Bergmann]
  • DdeSetData should apparently return bool [Stephan Bergmann]
  • de-indent, given the early return [Caolán McNamara]
  • de-macroize QUERYINTERFACE_IMPL_START QUERYINTERFACE_IMPL_END [Norbert Thiebaud]
  • de-macroize ucb filinsreq [Norbert Thiebaud]
  • de-macroize ucb filprp [Norbert Thiebaud]
  • de-macroize ucb filrow [Norbert Thiebaud]
  • de-macroize ucb filrset [Norbert Thiebaud]
  • de-macroize ucb filstr [Norbert Thiebaud]
  • de-macroize ucb ftpcontent [Norbert Thiebaud]
  • de-macroize ucb ftpcontent, ftpcontentprovider [Norbert Thiebaud]
  • de-macroize ucb sortdynres [Norbert Thiebaud]
  • de-macroize ucb sortresult [Norbert Thiebaud]
  • de-macroize ucbhelper activedatastreamer [Norbert Thiebaud]
  • de-macroize ucbhelper commandenvironment [Norbert Thiebaud]
  • de-macroize XINTERFACE_COMMON_IMPL [Norbert Thiebaud]
  • de-macroize XINTERFACE_DECL [Norbert Thiebaud]
  • de-macroize xmlhelp ContentProvider [Norbert Thiebaud]
  • de-macroize xmlhelp TVBase [Norbert Thiebaud]
  • de-macroize xmlhelp tvfactory [Norbert Thiebaud]
  • dead code [Stephan Bergmann]
  • dead default in switch (coverity#982311, coverity#735554, coverity#1187657, coverity#735461, coverity#735496, coverity#735463, coverity#735552, coverity#735462, coverity#735551, coverity#735529, coverity#1130173, coverity#704343, coverity#1019315, coverity#735534, coverity#735506, coverity#735429, coverity#735550, coverity#735553, coverity#1157758, coverity#1187652) [Caolán McNamara]
  • debug mode is OSL_DEBUG_LEVEL > 0, not > 1 [Lionel Elie Mamane]
  • debug only code Resource::TestRes() [Noel Grandin]
  • debug only code SalDisplay::PrintInfo() [Noel Grandin]
  • debug only code SfxItemPool::GetMasterPool() const [Noel Grandin]
  • debug only code SotFactory::Find(SvGlobalName const&) [Noel Grandin]
  • debug only code SvtIconChoiceCtrl::SetEntryTextMode [Noel Grandin]
  • declare SAL_THROW as documentation-only and deprecated [Stephan Bergmann]
  • decorate tempfile name's to help identify leaks' author [Norbert Thiebaud]
  • decrease indentation by returning early. [Jan Holesovsky]
  • deduplicate a lot of common components. [Matúš Kukan]
  • deduplicate calc components. [Matúš Kukan]
  • deduplicate more components. [Matúš Kukan]
  • deduplicate some foo_component_getFactory declarations. [Matúš Kukan]
  • deduplicate writer component factories. [Matúš Kukan]
  • default OMultiTypeInferfaceContainerHelperVar equalImpl parameter [Stephan Bergmann]
  • default to Type42 (rhbz#188467) [Caolán McNamara]
  • default(Date|Time) is a UNO struct now (fdo#67235, fdo#69652) [Lionel Elie Mamane]
  • deference after null check (coverity#1130358) [Norbert Thiebaud]
  • define dllapi for vclopengl [Zolnai Tamás]
  • define module, not file [David Tardon]
  • delay Mac initial event until the app has launched (i#119006) [Herbert Dürr]
  • delete all programs at the end [Markus Mohrhard]
  • delete JAB (fdo#39956) [David Ostrovsky]
  • delete ranges that are non-empty before pasting from clipboard. (fdo#74573) [Kohei Yoshida]
  • delete the destination first then paste. (rhbz#1080196) [Kohei Yoshida]
  • deleted code that was commented out in sw/source/core/layout/ [Philipp Riemer]
  • deleting mpDefaultWin causes a DBG_TESTSOLARMUTEX (fdo#76179) [Stephan Bergmann]
  • deleting NULL is safe [Takeshi Abe]
  • depend unit test on existing font. [Jan-Marek Glogowski]
  • deploy cunning hack to center arrow block [Caolán McNamara]
  • deploy some asserts to detect truncated STREAM_SEEK_TO_END [Michael Stahl]
  • deprecate com.sun.star.XTypeProvider.getImplementationId [Stephan Bergmann]
  • deprecated OUString::valueOf -> OUString::number [Stephan Bergmann]
  • dereference after null (cid#441406) [Noel Grandin]
  • dereference after null check (coverity#704949, coverity#704880, coverity#704638, coverity#735999, coverity#704904, coverity#704705, coverity#704735, coverity#1132661, coverity#704837, coverity#441011, coverity#704737, coverity#704752, cid#705006, coverity#440750, coverity#704892, coverity#704724, coverity#704954, coverity#735951, coverity#704755, coverity#735830, coverity#705030, coverity#704768, coverity#704644, coverity#1187659, coverity#704631, coverity#982471, coverity#1158080, coverity#704642, coverity#704761, coverity#704905, coverity#704715, coverity#704945, coverity#1187664, coverity#704920, coverity#440240, coverity#704921, coverity#441010, coverity#982451) [Noel Grandin, Norbert Thiebaud, Caolán McNamara]
  • dereference after NULL check (coverity#440824) [Norbert Thiebaud]
  • dereference after null check (coverity#705005, coverity#1130369, coverity#735843, cid#704596, coverity#735930, coverity#704901, coverity#704796, coverity#735954, coverity#704988, coverity#704834, coverity#735945, coverity#440730, coverity#704610, coverity#441136, coverity#705027, coverity#1019335, coverity#704595, coverity#982477, coverity#982453, coverity#704908, coverity#1187660, coverity#735668, coverity#1187658, coverity#704938, coverity#704882, coverity#704647, coverity#704850, coverity#704932, coverity#704959, coverity#704833, coverity#704719, coverity#704918, coverity#704611) [Noel Grandin, Norbert Thiebaud, Caolán McNamara]
  • dereference after NULL check (coverity#704842) [Norbert Thiebaud]
  • dereference after null check (coverity#735801, coverity#704763, coverity#704738, coverity#735988, coverity#704732, coverity#704694, coverity#440167, coverity#735747, coverity#735922, coverity#1194910, coverity#1019336, coverity#1078550, coverity#736774, coverity#704766) [Norbert Thiebaud, Caolán McNamara]
  • dereference after NULL check (coverity#440841) [Norbert Thiebaud]
  • dereference after null check (coverity#704930, coverity#1190350, coverity#704872, coverity#704958, coverity#704716, coverity#704657, coverity#1132662, coverity#704723, coverity#704775, coverity#704754, coverity#735810, coverity#705021, coverity#441125, coverity#704823, coverity#704985, coverity#704791, coverity#704759, coverity#704895, coverity#704946, coverity#4407301, coverity#704925, coverity#704639, coverity#735992, coverity#1187663, coverity#441533, coverity#1158075, coverity#704760, coverity#704902, coverity#704640, coverity#704934, coverity#704780, coverity#735751, coverity#704883, coverity#440744, coverity#704848, coverity#1158124, coverity#704641, coverity#735818, coverity#735915, coverity#704879, coverity#704792, coverity#705096, coverity#704772, coverity#441203, coverity#704648, coverity#704927, coverity#704749, coverity#735831, coverity#704710, coverity#704747, coverity#1132660, coverity#704776, coverity#1169818, coverity#704702, coverity#704841, coverity#704821, coverity#441137, coverity#735944, coverity#1169825, coverity#704900, coverity#1194909, coverity#704718, coverity#704762, coverity#704707, coverity#735941, coverity#735847, coverity#736008, coverity#735952, cid#704597, coverity#1130193, coverity#735841, coverity#704914, coverity#704923, coverity#735836, coverity#704614, coverity#735953, coverity#704919, coverity#704633, coverity#705022, coverity#440991, coverity#704753, coverity#735948, coverity#735845, coverity#704634, coverity#440721, coverity#982472, coverity#735989, coverity#735816, coverity#704673, coverity#735950, coverity#704947, coverity#982473, coverity#704682, cid#705016, coverity#704785, coverity#982456, coverity#1000605, coverity#704838, coverity#1169821, coverity#704562, coverity#440977, coverity#704953, coverity#735844, coverity#440982, coverity#735867, coverity#735998, coverity#704764, coverity#440973, coverity#704884, coverity#704926, cid#705020, coverity#704736, coverity#704807, coverity#735808, coverity#441077, coverity#704748, coverity#704790, coverity#1130357, coverity#705003, coverity#1158060, coverity#1130350, coverity#704928, coverity#704703, coverity#982454, coverity#1194903, coverity#982470, coverity#704701, coverity#982475, coverity#704820, coverity#704878, coverity#704625, coverity#704615, coverity#982452, coverity#705034, coverity#982463, coverity#704711) [Noel Grandin, Norbert Thiebaud, Caolán McNamara]
  • dereference before null check (coverity#705834, coverity#705817, cid#705917, coverity#705960, coverity#705875, coverity#705900, cid#736782, coverity#1158248, coverity#1158251, coverity#440874, cid#736857, coverity#736852, cid#705957, coverity#705906, cid#1103724, coverity#1158253, cid#705924, coverity#1000766, coverity#983382, cid#705962, coverity#705794, coverity#1130440, cid#1078825, coverity#705789, coverity#705814, coverity#705886, coverity#736854, coverity#705854, coverity#440521, cid#705907, coverity#705894, coverity#736781, coverity#705828, coverity#705895, coverity#705898, coverity#705838, coverity#1169843, coverity#705856, cid#736797, coverity#1132704, coverity#736780, coverity#440517, coverity#705810, coverity#983369, coverity#705920, coverity#705940, coverity#736831, coverity#1132706, coverity#983373, cid#705954, cid#705915, coverity#705975, coverity#705951, coverity#1130442, coverity#705831, cid#705944, cid#705937, cid#736793, coverity#705797, coverity#705785, coverity#983370, cid#705910, coverity#705844, cid#736791, coverity#705824, coverity#1202882, cid#983380, coverity#983379, coverity#705961, coverity#1103726, cid#705884, coverity#1158249, coverity#705873, cid#736778, coverity#736772, cid#705912, coverity#1194926, coverity#705908, coverity#705872, coverity#440504, coverity#705833, coverity#705885, cid#983378, coverity#705821, coverity#1093230, coverity#705899, coverity#705829, coverity#705931, cid#736794, coverity#705876, coverity#440519, coverity#705897, coverity#440831, coverity#440971, cid#1078821, cid#705949, cid#736800, coverity#705866, cid#705877, cid#1078823, coverity#705787, coverity#705973, coverity#705857, coverity#1158247, coverity#705850, coverity#705822, coverity#705974, coverity#983381, coverity#705919, coverity#441017, cid#1028109, coverity#440520, coverity#1158240, coverity#736776, coverity#983375, cid#983376, coverity#440974, coverity#440822, coverity#705956, cid#736777, cid#1038312, coverity#705933, coverity#705913, coverity#705808, coverity#705892, coverity#983377, coverity#1130439, coverity#1169844, coverity#705811, cid#736789, cid#1078824, coverity#705953, coverity#705874, coverity#705796, coverity#1103725, coverity#705795, coverity#705963, cid#705932, coverity#736847, cid#983368, cid#705945, coverity#1158239, coverity#705902, coverity#1130441, cid#705925, cid#705946, cid#736845, coverity#440872, cid#736786, cid#736790, cid#1078827, cid#736775, coverity#1078822) [Noel Grandin, Norbert Thiebaud, Caolán McNamara, David Tardon]
  • dereference null return value (coverity#705505, coverity#1187685, coverity#1158203, coverity#982765, coverity#989717, coverity#705508, coverity#1078723, coverity#736161, coverity#1187674, coverity#1158199, coverity#736154, coverity#1158197, coverity#1187682, coverity#705457, coverity#736162, coverity#1187667, coverity#1187683, coverity#705489, coverity#1169836, coverity#1202823, coverity#1187687, coverity#705503, coverity#705479, coverity#705522, coverity#1187680, coverity#705462, coverity#736158, coverity#705507, coverity#705513, coverity#705469, coverity#705516, coverity#1202822, coverity#441225, coverity#1187678, coverity#736138, coverity#705459, coverity#1130422, coverity#705519, coverity#1169837, coverity#1190354, coverity#1158198, coverity#1158202, coverity#705493, coverity#1078724, coverity#1130427, coverity#1190356, coverity#705524, coverity#705472, coverity#736153, coverity#1130428, coverity#705461, coverity#705471, coverity#1187681, coverity#982766, coverity#1187677, coverity#1187684, coverity#736157, coverity#736147, coverity#440811, coverity#1187686, coverity#440338, coverity#705506, coverity#705502, coverity#1158196, coverity#705509, coverity#736137, coverity#1130425, coverity#705517, coverity#705497, coverity#441618, coverity#982764, coverity#1187670, coverity#705483, coverity#705515, coverity#1158200, coverity#982767, coverity#1078732, coverity#1027775, coverity#1187679, coverity#1187668, coverity#1187675, coverity#1187669, coverity#736139, coverity#1169838, coverity#705463, coverity#736142, coverity#1190355) [Caolán McNamara]
  • describe the apps [Tor Lillqvist]
  • desktop: document -env cmdline argument [Miklos Vajna]
  • desktop: rename Executable*.bin.mk/.com.mk [Michael Stahl]
  • DesktopEnvironment example does not work on OS X [Stephan Bergmann]
  • dest buffer too small (coverity#706154) [Norbert Thiebaud]
  • detabify Doxyfile [Stephan Bergmann]
  • detect changes of the UI scale. (i#124216) [Andre Fischer]
  • detect if polypolygon is a rectangle in DrawGradient [Chris Sherlock]
  • detect numbers which are to be inserted as numeric cells. [Kohei Yoshida]
  • detect unlocalizable strings in GtkComboBoxText elements [Andras Timar]
  • detect UTF-16 encoded XML files [Maxim Monastirsky]
  • detect XML files with UTF-8 BOM (fdo#46262) [Maxim Monastirsky]
  • device-specific font substitution is not used [Khaled Hosny]
  • DiagnosticsEngine::getCustomDiagID isn't const, so don't pass in const engine. [Andrzej Hunt]
  • dialog::Execute does not return bool [Stephan Bergmann]
  • disable "Insert - Duplicate Slide" when no slide is selected [Stephan Bergmann]
  • disable build breaker test [Eike Rathke]
  • disable deleting in the native Open Dialog (fdo#34170) [Samuel Mehrbrodt]
  • disable gltf support on windows until it has building problems. [Zolnai Tamás]
  • disable Increase/Decrease buttons when limits are reached [Maxim Monastirsky]
  • disable kernel pre-compilation for now. [Kohei Yoshida]
  • disable my debug code [Markus Mohrhard]
  • disable novell bz [David Tardon]
  • disable only -Wdeprecated-declarations in Gtk3 vclplugin [Stephan Bergmann]
  • disable OpenGL for headless mode (so unit tests pass on Linux). [Michael Meeks]
  • disable pre-compilation of OpenCL kernels for now. [Kohei Yoshida]
  • disable property mapping for unsupported chart types [Markus Mohrhard]
  • disable script source option. [Kohei Yoshida]
  • disable tests for now [Markus Mohrhard]
  • disable the logging of properties [Markus Mohrhard]
  • disable the test [Markus Mohrhard]
  • disable these tests for now. [Kohei Yoshida]
  • disable this call for now [Markus Mohrhard]
  • disable this mode for now. [Kohei Yoshida]
  • disable this performance improvement [Markus Mohrhard]
  • disable unit tests which use library objects from libmerged on Windows. [Matúš Kukan]
  • disable unit-test BackGraphicURL test temporarily. [Muthu Subramanian]
  • disallow direct access to member variables. [Kohei Yoshida]
  • disallow disabling cups [Caolán McNamara]
  • disambiguate URLTransformer [Matúš Kukan]
  • disentangle CalcSize [Caolán McNamara]
  • display 3D address & honor current reference address convension. [Kohei Yoshida]
  • display message in print preview when there is nothing to show. (cp#1000022) [Kohei Yoshida]
  • displayconnectiondispatch.hxx is private to vcl [Tor Lillqvist]
  • dispose extension's Options page to avoid memory leaks (i#124623) [Ariel Constenla-Haile]
  • disposed but not dtored [Caolán McNamara]
  • distance value has been already scaled; no need to apply scaling twice. [Kohei Yoshida]
  • ditch _TPHFEDIT_CXX foo [Caolán McNamara]
  • division by zero (coverity#735598, coverity#735599, coverity#735600) [Norbert Thiebaud]
  • division or modulo by zero (coverity#1157789, coverity#1169816, coverity#704523, coverity#1202783, coverity#1157791, coverity#1202785, coverity#704522, coverity#1190349, coverity#1202784, coverity#1103661, coverity#1078535, coverity#982430, coverity#1103660) [Caolán McNamara]
  • do not acquire again in direct constructor function calls. [Matúš Kukan]
  • do not attempt to resolve an empty locale (fdo#73549) [Eike Rathke]
  • do not cast to intermediate sal_uInt16 + constify [Matteo Casalin]
  • do not change configured runtime system locale when setting UI locale [Eike Rathke]
  • do not close input, unless it was us who opened it [David Tardon]
  • do not compare the same OUString twice [Matteo Casalin]
  • do not compress WMF / EMF file incase of OOXML export (fdo#65836) [Nikhil Walvekar]
  • do not convert SVGs to JPEGs when editing with external tool [Alex Henrie]
  • do not crash if allocation failed [David Tardon]
  • do not crash when no interfaces are registered. [Matúš Kukan]
  • do not delete UNO mark which are not expanded... (i#124030) [Oliver-Rainer Wittmann]
  • do not disable -Werror for mysqlc [Stephan Bergmann]
  • do not display heading in the IDL short description [Ariel Constenla-Haile]
  • do not do RTL_LOG_STRING_NEW on null pointer [Stephan Bergmann]
  • do not download html files from moz bz [David Tardon]
  • do not evaluate the same expression 10 times [Matteo Casalin]
  • do not expose TXTNODE_MAX and cleanup related code/comments [Matteo Casalin]
  • do not have two help strings for the same. [Matúš Kukan]
  • do not include pngtest in static png library. [Matúš Kukan]
  • do not initialize FilePicker with empty argument. [Matúš Kukan]
  • do not insert extraneous parameter in import (fdo#38592) [Eike Rathke]
  • do not interrupt search in Calc. (fdo#74132) [Matúš Kukan]
  • do not interrupt search in Writer. (fdo#74132) [Matúš Kukan]
  • do not leak SfxDialogExecutor_Impl [Stephan Bergmann]
  • do not mishandle further libs without dependencies [Stephan Bergmann]
  • do not needlessly truncate MinMax argument before comparison with bounds [Stephan Bergmann]
  • do not pass bad pointers to strlen [Stephan Bergmann]
  • do not resolve empty locale here if not determined yet (fdo#73549) [Eike Rathke]
  • do not resolve empty locale here when set, related (fdo#73549) [Eike Rathke]
  • do not show empty findbar in startcenter. (fdo#64337) [Robert Roth]
  • do not throw if AcceleratorConfigurations are missing. [Matúš Kukan]
  • do not throw when a singleton can't be raised, only warn. [Matúš Kukan]
  • do not try to use gb_STDLIBS explicitly. It's used by default anyway. [Matúš Kukan]
  • do not use accessors for private variables [Matteo Casalin]
  • do not use C++-UNO internal static_type functions in client code [Stephan Bergmann]
  • do not use C++11 std::vector.data(), use an alternative instead [Douglas Mencken]
  • do not use Getters as Setters [Matteo Casalin]
  • do not use heap for two temporaries [Matteo Casalin]
  • do not use pattern::configuration::ConfigurationHelper. [Matúš Kukan]
  • do not use sal/log.hxx in extensions [Stephan Bergmann]
  • do not use SvxShapeCollection directly. [Matúš Kukan]
  • do not use this in ctor [Stephan Bergmann]
  • do proper script itemization with HarfBuzz [Khaled Hosny]
  • do the same for the shared formula case as well. (fdo#77300) [Kohei Yoshida]
  • do the same when the pixel thickness is zero. [Kohei Yoshida]
  • do what i meant, not what i wrote [David Tardon]
  • DOC export of annotation marks [Miklos Vajna]
  • doc export of commented text ranges (cp#2013101510000026) [Zolnai Tamás]
  • DOC export: fix nested comments [Miklos Vajna]
  • DOC export: restore quotation of SEQ field names (fdo#74431) [Miklos Vajna]
  • DOC import of annotation marks [Miklos Vajna]
  • DOC import: fix nested comments [Miklos Vajna]
  • DOC/RTF export: fix handling of column breaks when there is only one column (fdo#74153) [Miklos Vajna]
  • document a bit. [Jan Holesovsky]
  • document Application class [Chris Sherlock]
  • document more of VCL's Application clas

New in LibreOffice 4.2.4 RC 1 (Apr 17, 2014)

  • DOC import: fix unwanted char background in numbering char style (bnc#821208) [Miklos Vajna]
  • import PPTX background images with table-name. (bnc#821567) [Muthu Subramanian]
  • bullet sizes set wrong. (bnc#828390) [Muthu Subramanian]
  • DOCX import: table cell btLr text direction fixes (bnc#865381) [Miklos Vajna]
  • crash with "New style from selection" with List (coverity#1130423) [Caolán McNamara]
  • dereference before null check (coverity#705966) [Caolán McNamara]
  • dereference before null check (coverity#705969) [Caolán McNamara]
  • uninitialized scalar field (coverity#707971) [Caolán McNamara]
  • uninitialized scalar field (coverity#708388) [Caolán McNamara]
  • missing break in switch (coverity#736084) [Caolán McNamara]
  • import casemaps from pptx. (cp#1000025) [Muthu Subramanian]
  • DOC import: fProtEnabled means document is not totally read-only (cp#1000044) [Miklos Vajna]
  • handle .doc cropping also inside groups (fdo#38411) [Luboš Lunák]
  • workaround for rounding errors when handling merged cells (fdo#38414) [Luboš Lunák]
  • partially revert c5a8a2c3cbcee0175127a0662e3d820ea4deea22 (fdo#47355) [Bjoern Michaelsen]
  • escape underscores in menus for unity (fdo#50672) [Samuel Mehrbrodt]
  • export sheet tab colors to xlsx. (fdo#58307) [Kohei Yoshida]
  • RTF import: 3 drawing-object fixes: (fdo#60722) [Miklos Vajna]
  • don't crash if we can't create an instance of a calc addin. (fdo#62155) [Michael Meeks]
  • printers list does not increase height with Print Dialog (fdo#63228) [Caolán McNamara]
  • fix PDF export of cropped SVG (fdo#63786) [Michael Stahl]
  • KDE4: prevent blocking in Display::Yield (fdo#67011) [Jan-Marek Glogowski]
  • apply object-in front selection on mouseUp (fdo#69157) [Lennard Wasserthal]
  • RTF import: handle cells with zero width (fdo#69289) [Miklos Vajna]
  • fix Graphite ligature replacement at line breaks (fdo#70666) [László Németh]
  • adjust reference during undo of drag-n-drop of cell range. (fdo#71491) [Kohei Yoshida]
  • fill the range edit boxes after the table is fully initialized. (fdo#71729) [Kohei Yoshida]
  • write (no)wrap of text only for custom shapes to .pptx (fdo#71961) [Luboš Lunák]
  • SwTxtSizeInfo / SwTxtInputFldPortion: invalid string access (fdo#73466) [Miklos Vajna]
  • related: update catalan linguistic components (fdo#73544) [Joan Montane, Caolán McNamara]
  • fix default alignment in RTL mode. (fdo#73588) [Hannah Lyhne]
  • explictly export font properties. (fdo#73627) [Muthu Subramanian]
  • make FormFieldDropDowns a real fieldportion (fdo#73936) [Caolán McNamara]
  • inspect if a mis-spelled word is at cursor position... (fdo#74087) [Kohei Yoshida]
  • adapt to OUString changes and set length exactly. (fdo#74302) [Matúš Kukan]
  • handle moving of named ranges correctly. (fdo#74322) [Kohei Yoshida]
  • RTF import: work around wrong table column width on invalid input (fdo#74823) [Miklos Vajna]
  • asterisk at the beginning of Paragraph without "Nowiki" (fdo#74875) [Julien Nabet]
  • remove OOo1.0 file formats from Save As. (fdo#74979) [Michael Stahl, Bryan Quigley]
  • cutting nothing should do nothing, should fix field dupes (fdo#74981) [Bjoern Michaelsen]
  • apply the same fix from writer table to character bordering. (fdo#75260) [Kohei Yoshida]
  • discard invalid user data (fdo#75307) [Caolán McNamara]
  • asterisk at the beginning of Paragraph without "Nowiki" (fdo#75308) [Julien Nabet]
  • do DiscoveryService socket setup off the main thread. (fdo#75328) [Andrzej Hunt]
  • configure: disable LTO by default for MSVC too (fdo#75376) [Michael Stahl]
  • avoid repeated table layouting (fdo#75622) [Luboš Lunák]
  • on change of User Field via UNO-API... (fdo#75728) [Oliver-Rainer Wittmann]
  • re-implement CompileNameFormula for formula groups. (fdo#75741) [Kohei Yoshida]
  • correct name of Outline Numbering dialog (fdo#75772) [Laurent Balland-Poirier]
  • SwFEShell::InsertRow: fix this in case bSelectAll == true (fdo#75898) [Miklos Vajna]
  • use SHA1 from openssl/nss instead of rtl_digest_sha1 (fdo#75955) [Tomaž Vajngerl]
  • let's do it in a straightforward fashion. (fdo#75970) [Kohei Yoshida]
  • clear sheet deleted flags for affected references when undoing. (fdo#75977) [Kohei Yoshida]
  • LO Crashes while saving the docx file containing only opening brace (fdo#76078) [Dinesh Patil]
  • set the border type to NONE to ensure it won't be drawn. (fdo#76195) [Kohei Yoshida]
  • oox: add support for MSO 2007 SP2 encrypted documents (fdo#76222) [Tomaž Vajngerl]
  • assure correct line break for multi-lined Input Fields (fdo#76235) [Oliver-Rainer Wittmann]
  • properly intern string literals in formula on xls import. (fdo#76294) [Kohei Yoshida]
  • sw: do not start up every OLE object on deletion (fdo#76298) [Michael Stahl]
  • handle range reference expansion in named ranges. (fdo#76402) [Kohei Yoshida]
  • write output cell string to element when saving to ods. (fdo#76409) [Kohei Yoshida]
  • avoid joining new formula cells individually. (fdo#76470) [Kohei Yoshida]
  • remove BerkeleyDB from license text (fdo#76568) [Andras Timar]
  • accept proper number style condition != as not equal operator, (fdo#76777) [Eike Rathke]
  • fix wildcard support in File Open dialog (fdo#76778) [Andras Timar]
  • error msg in Web Page Wizard dialog (fdo#76802) [Julien Nabet]
  • long delay when changing font size from % to pt (fdo#76905) [Caolán McNamara]
  • explictly list common lang-independant template dir (fdo#76930) [Caolán McNamara]
  • calc link auto-update interval is changed on file save (fdo#76961) [Niklas Johansson]
  • hidpi: Increase the threshold of what DPI we consider hi-dpi. (fdo#77059) [Jan Holesovsky]
  • embeddedobj: avoid unneeded conversion in ConvertBufferToFormat() (fdo#77140) [Miklos Vajna]
  • crash with "New style from selection" with List (fdo#77174) [Caolán McNamara]
  • share string pool with clip documents. (fdo#77209) [Kohei Yoshida]
  • EMF+ rendering: improve EmfPlusSetClipPath's CombineModeExclude case (fdo#77229) [Miklos Vajna]
  • don't re-compile formulas when the hybrid formula is not there. (fdo#77300) [Kohei Yoshida]
  • compare external formula tokens correctly. (fdo#77307) [Kohei Yoshida]
  • assure correct line break for multi-lined Input Fields (i#124039) [Oliver-Rainer Wittmann]
  • improved support for PNG clipboard format on windows (i#124085) [Armin Le Grand]
  • check if the resulting polygon... (i#124453) [Jürgen Schmidt]
  • add check for image data offset... (i#124467) [Jürgen Schmidt, Miklos Vajna]
  • on change of User Field via UNO-API... (i#124474) [Oliver-Rainer Wittmann]
  • related: handle bad surrogate pairs gracefully on Windows (i#124516) [Herbert Dürr]
  • restore stream position after Seek to end of stream (i#124555) [Oliver-Rainer Wittmann]
  • partially revert c5a8a2c3cbcee0175127a0662e3d820ea4deea22 (i#84870) [Bjoern Michaelsen]
  • related: intermittent a11y crash in calc (lp#760665) [Caolán McNamara]
  • related: intermittent a11y crash in calc (lp#811057) [Caolán McNamara]
  • abrt] libreoffice-core: std::__throw_length_error(): soffice.bin killed by SIGABRT (rhbz#1057741) [Eike Rathke]
  • docx with negative left margin and border on table does not display properly in LibreOffice 4.2.2.1 (rhbz#1075124) [Luboš Lunák]
  • abrt] libreoffice-core: ScAccessibleDocument::GetVisibleArea_Impl() const(): soffice.bin killed by SIGSEGV (rhbz#1076264) [Caolán McNamara]
  • abrt] libreoffice-core: writerfilter::dmapper::lcl_MoveBorderPropertiesToFrame(): soffice.bin killed by SIGSEGV (rhbz#1077780) [Caolán McNamara]
  • abrt] libreoffice-core: mdds/multi_type_vector_itr.hpp update_node(): soffice.bin killed by SIGSEGV (rhbz#1080196) [Kohei Yoshida]
  • libreoffice produces incorrect PDF export of cropped SVG graphics (rhbz#1081968) [Michael Stahl]
  • abrt] crash in ScAccessibleDocument::GetVisibleArea_Impl (rhbz#577595) [Caolán McNamara]
  • abrt] crash in ScAccessibleDocument::GetVisibleArea_Impl (rhbz#602273) [Caolán McNamara]
  • abrt][a11y] libreoffice-core-3.6.3.2-8.fc18: ScAccessibleDocument::GetVisibleArea_Impl: Process /usr/lib64/libreoffice/program/soffice.bin was killed by signal 11 (SIGSEGV) (rhbz#896711) [Caolán McNamara]
  • abrt][a11y] libreoffice-core-3.6.5.2-6.fc18: ScAccessibleDocument::GetVisibleArea_Impl: Process /usr/lib64/libreoffice/program/soffice.bin was killed by signal 11 (SIGSEGV) (rhbz#923993) [Caolán McNamara]

New in LibreOffice 4.2.3 (Apr 10, 2014)

  • In addition to the changes in the release candidates, LibreOffice 4.2.3 adds a security fix for the Heartbleed Bug (CVE-2014-0160).

New in LibreOffice 4.2.3 RC 3 (Apr 10, 2014)

  • Bugs fixed:
  • fdo#46808 support SmartTagRecognizers again [Stephan Bergmann]
  • fdo#75109 librelogo: fix localized procedures [László Németh]
  • fdo#76697 remove this duplicate and use the UNO constant values instead. [Kohei Yoshida]
  • fdo#76949 correct grammar is GRAM_OOXML [Eike Rathke]

New in LibreOffice 4.2.2 (Mar 13, 2014)

  • CUPS printing: use "collate" option when PDF is available
  • prevent the accumulation of rounding errors
  • sw: fix painting of SVG page background
  • wiki Publisher Extension is not working
  • intern strings in the external ref cache with the host document.
  • too long style names over-stretch dialog
  • re-implement BinarySearch() to disregard empty cell blocks.
  • let's not skip auto styles from unmodified sheets.
  • always set input as text when that's requested.
  • allow overwriting of string value with numeric one.
  • draw position size tab - min size is 0 not 1 (mm)
  • populate date members in a locale-safe way.
  • check if the *document* is closing, not the *app*.
  • fix incorrect separator in function description in Calc
  • use AccessibleRole::PANEL for VclBoxes under windows
  • some shared formulas cannot be exported as shared formulas.
  • fix the ODS export as well.
  • re-implement BinarySearch() to disregard empty cell blocks.
  • these tags should be lowercase for correct clipboard handling.
  • java.lang.System.mapLibraryName dylib vs. jnilib confusion
  • update the incrementer when skipping over hidden regions.
  • handle note copying correctly.
  • sw: do not paint zero-width lines
  • export cell borders to xls and xlsx correctly.
  • use 'ne' for string comparison
  • we still need to get the value only to pop value from the stack.
  • sdk: install URE library symlinks / import libs again
  • Different text rendering (word/character width) depending on zoom factor
  • RTF import probable regression with non-english BigMachines exports

New in LibreOffice 4.2.0 RC 4 (Jan 29, 2014)

  • fdo#47406 reconcile legacy path bug detection [Caolán McNamara]
  • fdo#71598 postpone SetDirty during Insert/Delete [Eike Rathke]
  • fdo#72605 initialize reference flags [Eike Rathke]
  • fdo#73235 initialize reference flags [Eike Rathke]
  • fdo#73355 reconcile legacy path bug detection [Caolán McNamara]
  • fdo#73464 guard against NULL / unset m_xAccessible. [Michael Meeks]
  • fdo#73814 wrong name for drawing::PointSequenceSequence property [Caolán McNamara]
  • fdo#74041 only put bounds in vector if range is outside of copy range, [Markus Mohrhard]
  • fdo#74077 we need to check that the content is equal as well, [Markus Mohrhard]
  • fdo#74124 scale the pictures before calling ImplDrawAlpha(). [Jan Holesovsky]
  • i#123433 [SVG] marker-mid on pseudo vertices [Caolán McNamara]
  • i#124095 Multiple IAccessible and IAccessible2 interface methods do not check for NULL pointer access, nor do they trap exceptions [Steve Yin]

New in LibreOffice 4.2.0 RC 3 (Jan 23, 2014)

  • avoid crashing mdworker: Don't use uninitialized variable (fdo#47689) [Tor Lillqvist]
  • sw: fix painting of tab fill characters in small caps text (fdo#68959) [Michael Stahl]
  • check visible range during scrolling, and re-paint if necessary. (fdo#68961) [Kohei Yoshida]
  • startcenter: remove thumbnail selection when focus is moved away (fdo#71628) [Zolnai Tamás]
  • startcenter: Re-introduce the 'Tools' -> 'Customize...' menu (fdo#71883) [Zolnai Tamás]
  • correctly split grouped formulas and regroup (fdo#72293) [Eike Rathke]
  • vcl: do not enable A11y in Win32 message handler (fdo#72397) [Michael Stahl]
  • startcenter: make all helpid point to startcenter's main help page (fdo#72420)
  • drawinglayer: fix PDF export of lossless picture (fdo#72530) [Michael Stahl]
  • send proper ACTIVE_DESCENDANT_CHANGED events (fdo#72639)
  • sw: fix infinite loop in SwTxtAttr::RstTxtAttr (fdo#72788) [Michael Stahl]
  • buffer jump matrix' result matrix blocks (fdo#72929) [Eike Rathke]
  • startcenter: display more userfriendly file urls in tooltips (fdo#72947)
  • sw: fix Index/TOC Assign Styles dialog (fdo#73043) [Michael Stahl]
  • fix invalid access in SwFntObj::DrawText() (fdo#73095) [Michael Stahl]
  • sw: un-break index entries that contain text separators (fdo#73162) [Michael Stahl]
  • fix Registered Database single tab dialog (fdo#73260)
  • writer does not show a docx-document with nested table correctly (fdo#73389)
  • let SdXImpressDocument handle css.drawing.* requests directly (fdo#73436) [Stephan Bergmann]
  • do not attempt to resolve an empty locale (fdo#73549) [Eike Rathke]
  • compile statistics templates using English grammar (fdo#73555) [Eike Rathke]
  • fix bogus mass-conversion equalsAsciiL -> startsWith (fdo#73618) [Stephan Bergmann]
  • don't adjust formula tokens on non-top shared formula cells. (fdo#73655) [Kohei Yoshida]
  • sw: fix Find of words containing soft-hyphen (fdo#73660) [Michael Stahl]
  • partially revert 3998d1abb291 (fdo#73764) [Andras Timar]
  • non-standard behaviour for Function Mid (fdo#73771) [Julien Nabet]
  • do not apply format twice to string (fdo#73836) [Eike Rathke]
  • [From Symphony]Cell text direction changed after saved as doc file (i#120224) [Stephan Bergmann]
  • Add sidebar feature (i#121420) [Stephan Bergmann]

New in LibreOffice 4.2.0 RC 2 (Jan 10, 2014)

  • bnc#382137 OOo - docx document crashes Writer when using internal OOXML filter [Caolán McNamara]
  • cp#2013101510000026 fix file coruption caused by comments' doc export [Zolnai Tamás]
  • fdo#31296 read elements/attribs written to extension namespace [Markus Mohrhard]
  • fdo#39007 blind fix for renamed OS X restore-state file [Michael Meeks]
  • fdo#41109 RTF shape import: shpz has priority over dhgt [Miklos Vajna]
  • fdo#51961 let "Default ..." currency entry follow selected locale [Eike Rathke]
  • fdo#54514 typos in icon themes' link.txt [Andras Timar]
  • fdo#58112 prepare to accept loext:contextual-spacing, [Eike Rathke]
  • fdo#65090 RTF filter: import RTF_CLMGF and RTF_CLMRG [Miklos Vajna]
  • fdo#67370 hyphens are not visible in tagged PDF [Khaled Hosny]
  • fdo#68714 use proper LanguageTag fallback instead of dumb startsWith(), [Eike Rathke]
  • fdo#69065 sw: fix mirrored page style with first-page [Michael Stahl]
  • fdo#70232 sw: brown paper-bag fix for header sharing mangling footers [Michael Stahl]
  • fdo#70664 allow reading firebird Blob as InputStream. [Andrzej Hunt]
  • fdo#70807 fix Page Style method isInUse() broken [Marcos Paulo de Souza]
  • fdo#71429 sw: fix crashes when changing header first sharing [Michael Stahl]
  • fdo#71919 related Correct arrow heads for new installations. [Regina Henschel]
  • fdo#71946 LibreOfficeWin32.conf: add --enable-ia2 [Michael Stahl]
  • fdo#71993 fix the tip of the Small Arrow line end. [Regina Henschel]
  • fdo#72163 revert "after updating m_xComposer, command facets are not dirty" [Lionel Elie Mamane]
  • fdo#72204 RTF import: fix crash on rotated, but not imported groupshape [Miklos Vajna]
  • fdo#72452 ODF import/export: fix handling of style:page-number [Michael Stahl]
  • fdo#72463 revert "after updating m_xComposer, command facets are not dirty" [Lionel Elie Mamane]
  • fdo#72464 character line break is set to 0 Options/.../Writing Aids [Julien Nabet]
  • fdo#72632 resolve by adding missing break [Arnaud Versini]
  • fdo#72645 case-insensitive string comparison in GETPIVOTDATA. [Kohei Yoshida]
  • fdo#72666 safe fix for 4-2 [Caolán McNamara]
  • fdo#72682 text field doesn't horizontally expand [Caolán McNamara]
  • fdo#72696 revert "after updating m_xComposer, command facets are not dirty" [Lionel Elie Mamane]
  • fdo#72778 keep setting system locale and LanguageTag in sync [Eike Rathke]
  • fdo#72850 ODF export: don't export spurious style:display="false" [Michael Stahl]
  • fdo#72874 strip const-ness from pointer value when setting it to storage. [Kohei Yoshida, Eike Rathke]
  • fdo#72916 correct rounding of time part of DateTime [Lionel Elie Mamane]
  • fdo#72922 prepare to read loext:vertical-justify, [Eike Rathke]
  • fdo#72945 sort languages in Windows custom install tree view [Andras Timar]
  • fdo#72949 evaluate criteria on the query range [Eike Rathke]
  • fdo#72961 crash when you open ODFver.1.0/1.1 created by LibO-3.5/3.6 [Julien Nabet]
  • fdo#72998 custom shapes have improper size. [Muthu Subramanian]
  • fdo#72999 fix handling of range parameters in COUNT, [Markus Mohrhard]
  • fdo#73001 simplify the selection function logic & calculate correct results. [Kohei Yoshida]
  • fdo#73008 enable localization of tooltips in Math Elements Dock [Andras Timar]
  • fdo#73021 avoid call crash on spell-check + unit test. [Michael Meeks]
  • fdo#73087 python3: upgrade to version 3.3.3 [Michael Stahl]
  • fdo#73113 not string cell does not mean no string at cell [Eike Rathke]
  • fdo#73117 fix switched true/false explanation for HYPGEOM.DIST [Winfried Donkers]
  • fdo#73137 undo name for 'Covariance' is different [Julien Nabet]
  • fdo#73138 undo name for 'Chi Squared' is different [Julien Nabet]
  • fdo#73199 librelogo: path, interop. and color name fixes [László Németh]
  • fdo#73239 added EUR/EEK and EUR/LVL factors for internal CONVERT(), [Eike Rathke]
  • fdo#73280 always advance the iterator to avoid an infinite loop. [Michael Meeks]
  • i#121943 Add PenWidth attribute to css::presentation::XSlideShowController [Jürgen Schmidt]
  • i#123986 [ia2] charmap accessibility fails for code points beyond the unicode baseplane [Herbert Dürr]

New in LibreOffice 4.1.4 (Dec 18, 2013)

  • This release is bit-for-bit identical to the 4.1.2 Release Candidate 2, so you don't need to download or reinstall if you have that version already.
  • Mac version doesn't bundle the mediawiki extension
  • The distribution for Windows is an international build, so you can choose the user interface language that you prefer. Help content is available via an online service, or alternatively as a separate install.
  • Our Windows binaries are digitally signed by The Document Foundation.
  • For Windows users that have OpenOffice.org installed, we advise uninstalling that beforehand, because it registers the same file type associations.
  • If you run Linux, the GCJ Java variant has known issues with LibreOffice, we advise to e.g. use OpenJDK instead.
  • LibreOffice 4.x drops a few long-deprecated features, including support for legacy binary StarOffice files, export to legacy Word and Excel (version 6.0/95), and legacy ODMA document management.
  • Some menu entries have changed or added. If you miss something, that may be due to the use of customised menu settings from your previous LibreOffice installation.
  • This version still contains a few annoying bugs, as listed here.

New in LibreOffice 4.1.4 RC 2 (Dec 13, 2013)

  • bnc#837302 allow insertion of redlines with an empty author. [Jan Holesovsky]
  • fdo#66564 EDITING: Enter a formula in a cell if autocalculate is off do not update the screen. [Eike Rathke]
  • fdo#69971 Other: Using formula wizard and help causes crash [Eike Rathke]
  • fdo#70198 field type "time (fixed)" does not work when used in a writer template file on 32bit platforms [Michael Stahl]
  • fdo#70278 Time (Variable) field not (properly) imported from ODF [Michael Stahl]
  • fdo#70703 Base is crashing frequently when EDITING data and switching Forms [Caolán McNamara]
  • fdo#71450 FILEOPEN: ODT with frame with no draw:name does not open [Michael Stahl]
  • fdo#71589 Horizontal range lookup of string in sorted but mixed data broken; MATCH, LOOKUP, HLOOKUP [Eike Rathke]
  • fdo#71667 EDITING: Function wizard delete the outer functions in a formula while editing an inner one. [Eike Rathke]
  • fdo#71698 Writer 4.1.3 not able to read certain documents [Michael Stahl]
  • fdo#71749 LO cannot open a word document with a table inside a footnote (and crashes) [Michael Stahl]
  • fdo#72148 flat text database (e.g. csv) with header lose one row at each refresh [Lionel Elie Mamane]
  • fdo#72156 insertByName locks inserted file [Ulrich Kitzinger]
  • fdo#72278 EDITING: Wizard use in Calc changes format [Eike Rathke]
  • fdo#72537 ODF: invalid element written [Eike Rathke]
  • fdo#72548 ODF: invalid attribute value written, 'sorted-ascending' for table:display-list attribute in element [Eike Rathke]
  • i#123048 line skew parameter is not read from file for connectors in OO draw [Armin Le Grand]

New in LibreOffice 4.2.0 Beta 2 (Dec 6, 2013)

  • bnc#417818 related Revert "wmf-mm-text.diff: Fix WMF rendering, " [Jan Holesovsky]
  • bnc#758621 revert commit. [Muthu Subramanian]
  • cp#1000016 DOCX/RTF import: fix RemoveLastParagraph() on Windows [Miklos Vajna]
  • fdo#35712 autoselect trendline type [Laurent Balland-Poirier]
  • fdo#40314 autoselect trendline type [Laurent Balland-Poirier]
  • fdo#40315 autoselect trendline type [Laurent Balland-Poirier]
  • fdo#41169 related: fix GTK non-Latin keyboard layout with Latin shortcuts [Caolán McNamara]
  • fdo#43494 allow UI scaling up to 400% [Samuel Mehrbrodt]
  • fdo#43637 two commands with the same name "Backspace" [Samuel Mehrbrodt]
  • fdo#53103 actually use the external data filter options [Eike Rathke]
  • fdo#61272 related Revert "wmf-mm-text.diff: Fix WMF rendering, " [Jan Holesovsky]
  • fdo#61946 use correct TabDelta for UpdateReference [Eike Rathke]
  • fdo#62652 don't use fixed size icon sets, [Markus Mohrhard]
  • fdo#63460 added Kurdish, Southern (Iran) [sdh-IR] to language list, [Eike Rathke]
  • fdo#67263 CRASH when deleting applied bulleted paragraph style [Julien Nabet]
  • fdo#67300 fix 2D vs 3D coordinatesystem regression, [Markus Mohrhard]
  • fdo#67802 fix PS printing of non-CTL text with ligatures [Khaled Hosny]
  • fdo#67862 revert "Add greek symbols to docking window" [Thomas Arnhold]
  • fdo#68594 revert commit. [Muthu Subramanian]
  • fdo#70499 selectn of lock/unlocked cells with worksheet protection reversed [Noel Power]
  • fdo#70627 set a 23 enigma timeout at RegexMatcher, [Eike Rathke]
  • fdo#70797 fix incorrect argument handling of CHISQ.DIST [Winfried Donkers]
  • fdo#70798 more tests for new Excel 2010 functions, [Eike Rathke]
  • fdo#71056 add to list of inline help XML tags [Andras Timar]
  • fdo#71350 fix incorrect calculation of Excel function CONFIDENCE.T [Winfried Donkers]
  • fdo#71434 don't show master text if PlaceHolder types defined [Korrawit Pruegsanusak]
  • fdo#71450 ODF import: fix frame name corner cases [Michael Stahl]
  • fdo#71527 make presenter console not crash/useless [Thorsten Behrens]
  • fdo#71589 reimplemented horizontal range lookup [Eike Rathke]
  • fdo#71698 ODF import: fix frame name corner cases [Michael Stahl]
  • fdo#71722 add Excel 2010 functions [Winfried Donkers]
  • fdo#71742 fix incorrect usage of tag [Andras Timar]
  • fdo#71748 fix color pickers [Maxim Monastirsky]
  • fdo#71749 sw: WW8: don't loop on tables in footnotes [Michael Stahl]
  • fdo#71934 checking every cell on a sheet is expensive, related [Markus Mohrhard]
  • fdo#71939 add lo_LA (Lao) dictionary [Robert M Campbell, Andras Timar]
  • fdo#71971 write valid dxf record, related [Markus Mohrhard]
  • fdo#72034 OOXML 2007/2010 -> 2007/2010/2013 [Andras Timar]
  • fdo#72078 make status bar text localizable [Andras Timar]
  • fdo#72148 if expecting table at begin, explicitly set it so [Lionel Elie Mamane]
  • fdo#72149 we want to delete anytime that attribs are overwritten, [Markus Mohrhard]
  • fdo#72163 belts and suspenders [Lionel Elie Mamane]
  • fdo#72174 convert_add from "at" or "atm" to "Pa" gives same answer [Julien Nabet]
  • i#123765 Drag-drop of color does not work for undocked Color Bar [Armin Le Grand]
  • i#28639 filters dont use provided status indicator [Stephan Bergmann]
  • i#74854 MsgBox with info icon shows wrong buttons [Herbert Dürr]
  • rhbz#1030009 [abrt] SwXTextDocument in atexit: Process /usr/lib64/libreoffice/program/soffice.bin was killed by signal 11 (SIGSEGV) [Stephan Bergmann]
  • rhbz#958300 Keyboard shortcuts doesn't work in Gnome if a non-US keyboard layout is active [Caolán McNamara]

New in LibreOffice 4.2.0 Beta 1 (Nov 25, 2013)

  • GPU Calc: remove CL_QUEUE_THREAD_HANDLE_AMD query (1300769#1300769)
  • writerfilter: improve mc:AlternateContent support (bnc#820503)
  • export subscript text. (bnc#828390)
  • stop-gap solution to avoid crash. (bnc#830205)
  • related Don't introduce a redlined delete and the end of doc. (bnc#837302)
  • DOCX export: fix not-well-formed XML on redline end + hyperlink (cp#1000015)
  • RTF import: empty para at the end of footnote text got lost (cp#1000018)
  • fix SVG export presentation placeholder texts exported (fdo#33243)
  • better default gradient set (fdo#33600)
  • we need to use ScDocumentImport for all calls (fdo#35208)
  • correct update of equation in status bar (fdo#35712)
  • return from full-screen should restore toolbars. (fdo#37758)
  • change png for moving average trendline (fdo#40315)
  • correct options for table columns width (fdo#42023)
  • remove CPU variable from environment (fdo#42783)
  • DOCX: set alignment if not already set (fdo#43093)
  • fix FindRange (fdo#46410)
  • track Changes Toolbar (fdo#47677)
  • related Bring the 8bit and 16bit .doc on par. (fdo#47802)
  • pretend to support service m_sServiceName (fdo#54938)
  • freeze layout / page format normalization. (fdo#56355)
  • hide this option when experimental features are disabled (fdo#59256)
  • next step template menu: change string New Document.. to Manage (fdo#59427)
  • smaller +/- buttons will not be truncated at the bottom (fdo#59542)
  • put preferred image first (fdo#62461)
  • replace ::comphelper::stl_begin()... (fdo#63020)
  • renamed ku* to kmr-Latn*, (fdo#63460)
  • made horizontal cell alignment depend on writing direction, (fdo#63546)
  • ctrl+Backspace also deletes the space before the word (fdo#63819)
  • inter-module includes include/avmedia (fdo#65108)
  • define HAVE_FMERGENEUTRALITEMS for MSVC build (fdo#65124)
  • fix gradient focus issue (fdo#65295)
  • ruler Comment control doesn't disappears (fdo#65355)
  • elements Dock: Scrollbar moves into input window (fdo#65588)
  • fix opening files via COM server (fdo#66232)
  • keep shadow distance of non-supported MSO shadow type (fdo#66854)
  • return from full-screen should restore toolbars. (fdo#66864)
  • do not package RPM-only install script to DEB packs (fdo#67060)
  • set AntiAliasing for SVG logo (fdo#67401)
  • expert Config Page Moved to its own window (fdo#67642)
  • avoid autocorr of "--" before "-" (fdo#67742)
  • add greek symbols to docking window (fdo#67862)
  • default to large icons on OSX too, regardless of the DPI. (fdo#68174)
  • don't use systemPathToFileUrl here (fdo#68788)
  • rewrite Qt4 based nested yield mutex locking. (fdo#69002)
  • remove country option from Letter Wizard (fdo#69025)
  • fix discolored thumbnail and background image of LushGreen template (fdo#69046)
  • detaching the docking window leads to a wrong sized window (fdo#69112)
  • revert "fix bug de-crutify ODF files" (fdo#69500)
  • only copy slides when CTRL key pressed. (fdo#70047)
  • mark database document as modified when data inserted in firebird. (fdo#70144)
  • reuse XStream for Windows platform create a new one for others. (fdo#70345)
  • related gbuild to ide: kdevelop (fdo#70414)
  • preserve rotation of embedded bitmaps from docx (fdo#70457)
  • fix version dependency for deb-packages (fdo#70596)
  • guard against FlushImpl inside FlushImpl (fdo#70703)
  • add Excel 2010 functions (fdo#70797)
  • writerfilter: check for nullptr after dynamic_cast (fdo#70812)
  • add unit test for docx export (fdo#70838)
  • improve Word Count display (fdo#70978)
  • upgrade to ICU 52.1, (fdo#70995)
  • adding unit test for chart import (odp) (fdo#71075)
  • use native checkbox height (fdo#71120)
  • pretend to support service m_sServiceName (fdo#71130)
  • added [ar-AE] and [ar-KW] locale data referrers, (fdo#71140)
  • redirect file picker UI processing to GUI thread. (fdo#71145)
  • added French (Burkina Faso) [fr-BF] locale data, (fdo#71243)
  • writerfilter: remove "Strong" -> "Strong Emphasis" style rename (fdo#71302)
  • fix printing from basic ide (fdo#71306)
  • out polygons are limited to 16bit point count (fdo#71307)
  • export SWF with Multiple files crashes (fdo#71309)
  • add Excel 2010 function CONFIDENCE.NORM and CONFIDENCE.T (fdo#71350)
  • added Bamanankan/Bambara_Mali [bm-ML] locale data, (fdo#71361)
  • spelling of "turquise" in Impress Table Design (fdo#71428)
  • add Excel 2010 functions for F-distribution (fdo#71436)
  • added Puinave [pui-CO] to language list, (fdo#71454)
  • don't crash in presenter console (fdo#71527)
  • use the correct formula grammar for export, (fdo#71549)
  • elements dock: Alignment items are missing (fdo#71580)
  • use pictureFrame for images. (fdo#71581)
  • use F9 for recalculation of RAND function (fdo#71595)
  • remove footnote numbers in cross-references (fdo#71645)
  • DOCX:fix wrong direction when save the file. (fdo#71646)
  • change thousand separate description (fdo#71652)
  • added date acceptance patterns to Canadian locales, (fdo#71664)
  • writer : Fix by clearing old anchor frame before setting new (fdo#71694)
  • add missing Avery labels to label wizard (fdo#71736)
  • AutoCorrection Border emphasis differences (fdo#71740)
  • use Puinave_Colombia [pui-CO] locale data, (fdo#71836)
  • From Symphony]Shape shadow lost if load .doc file in AOO (i#119634)
  • grafMode (watermark, gray, sw) on scaled svg use the unscaled bitmap (i#123500)
  • Drop Seamonkey provided address books (i#123575)
  • CRASH / freeze when open particular .doc (i#123578)
  • Fails to open particular Document.odg (i#123616)
  • Allow for in-place editing of input field (turn off pop-up) (i#33737)
  • DevGuide: getCppuType -> UnoType (i#60700)
  • FR] Typos (i#65836)
  • Html table only displays the first image if duplicate images included in other cells (i#90880)
  • related: valgrind reports uninitialized another variable (rhbz#1014990)
  • Soffice does not know the --pt option (rhbz#1031989)
  • CVE-2012-5639 LibreOffice / OpenOffice: automatic opening of embedded external data [fedora-all] (rhbz#887420)

New in LibreOffice 4.1.3 (Nov 1, 2013)

  • Includes all the changes featured in the previous Beta versions

New in LibreOffice 4.1.3 RC 2 (Oct 25, 2013)

  • REPORTBUILDER: failed to process reports with empty text-boxes not connected to data (fdo#62994) [Lionel Elie Mamane]
  • DE langpack has English installer (fdo#67074) [Andras Timar]
  • EDITING: Postgres/ODBC - check box bound to (VAR)CHAR field in database form writes 'true'/'false' instead of '1'/'0' (fdo#68657) [Lionel Elie Mamane]
  • EDITING: undo search&replace corrupt text when searching backward (fdo#70143) [Arnaud Versini]
  • CVE-2013-2924 icu: use-after-free flaw leads to denial of service [fedora-all] (rhbz#1015594) [Eike Rathke]

New in LibreOffice 4.1.3 RC 1 (Oct 10, 2013)

  • CID#1078757 nOfs < = nPersistPtrAnz [Caolán McNamara]
  • CID#1079180 initialize buffer [Caolán McNamara]
  • CID#1079181 initialize buffer [Caolán McNamara]
  • CID#705749 mem leak [Caolán McNamara]
  • CID#736212 clip word 2 pap bounds [Caolán McNamara]
  • bnc#779642 0 width or height in //v:shape[@style] produces weird results [Cédric Bosdonnat, Miklos Vajna]
  • bnc#816593 DOCX import: fix auto para spacing without compat option [Miklos Vajna]
  • fdo#34987 Impress disregards Master Slide setting of text area [Caolán McNamara]
  • fdo#40100 EDITING YEARFRAC function returns incorrect results for some dates [Lionel Elie Mamane]
  • fdo#41833 Comments in Writer: UI: Cursor does not move to new line [Ivan Timofeev]
  • fdo#47482 FILESAVE: Password corrupted/lost on save as openoffice 1.0 format [Caolán McNamara]
  • fdo#49350 10x speedup of saving a new entry to a large autocorrect replacement table [Caolán McNamara]
  • fdo#52004 Mac OSX Installer background images offset on OSX 10.7.x and later [Andras Timar]
  • fdo#54686 Numbers with percent signs not detected as numbers in French [Laurent Balland-Poirier]
  • fdo#58144 unreadable text used during installation on Windows XP [Andras Timar]
  • fdo#61594 FILEOPEN: Import problem: Word docx document with multi-page table [Miklos Vajna]
  • fdo#62044 Copy Paste from Impress break Writer's Heading Styles (Heading 1, Heading 2, etc) [Miklos Vajna]
  • fdo#64455 UI: The color line tool (toolbar "Line and Filling ") is not updated [Ivan Timofeev]
  • fdo#66025 uno.py Importing bindings causes python to crash. [David Bolen]
  • fdo#66591 Missing picture in Germanophone OLH under index certificate [Andras Timar]
  • fdo#66743 Rtf files don't look right [Miklos Vajna]
  • fdo#67697 Autocorrect entries with formatting cannot be added [Caolán McNamara]
  • fdo#67730 Other: Color Setting Preview Mismatched [Caolán McNamara]
  • fdo#68210 Cannot import or read imported tiff images [Bjoern Michaelsen]
  • fdo#68291 EDITING:[Regression] Page Break is Inserted Unintentionally [Miklos Vajna]
  • fdo#68313 Diacritics problem with Graphite fonts [László Németh]
  • fdo#68431 FILESAVE: Style Font name incompatible with older versions [Caolán McNamara]
  • fdo#68607 FILEOPEN: 8 page word document only displays page one [Miklos Vajna]
  • fdo#68731 DOCX embedded Math OLE mangled on WIndows [Michael Stahl]
  • fdo#68839 ODF import: counter (like "1") added to picture names [Michael Stahl]
  • fdo#68874 Highlighter icon doesn't change color if no text is selected [Ivan Timofeev]
  • fdo#69091 Copying data from Base-table to Calc by drag and drop without registered database impossible [Julien Nabet]
  • fdo#69147 REPORTBUILDER: Wrong order by-clause generated by reportbuilder [Lionel Elie Mamane]
  • fdo#69173 crash when "My Macros/Standard" empty on closing last document the Basic IDE was using, and then giving IDE window the focus [Noel Power]
  • fdo#69381 PRINTING: Print dialog with GTK have an empty and no name tab [Arnaud Versini]
  • fdo#69384 Copy paste from impress to writer broken [Miklos Vajna]
  • fdo#69720 EDITING: Hitting DEL not only deletes the Cell content, but also removes formatting [Markus Mohrhard]
  • fdo#69915 Base .ODB projects are not being picked up on Windows 7 "Recent Items" listing, nor showing as Jump List items for the LO Base launcher [Jesús Corrius]
  • fdo#70196 ImportError().with_traceback doesn't exists in Python2 [David Bolen]
  • i#123198 Impress crashes using the sidebar [Herbert Dürr]
  • i#123417 Crash exporting to pdf with IFAOGrec Unicode font [Herbert Dürr]
  • rhbz#1001768 AtkListener::disposing(): delay notification [Michael Stahl, Michael Meeks]
  • rhbz#1006850 writer crash at SwPostItMgr::GetSidebarWidth (this=this@entry=0x0, bPx=bPx@entry=true) [Caolán McNamara]
  • rhbz#1013844 Saved password-protected SXW files cannot be opened again [Caolán McNamara]
  • rhbz#1014010 Libreoffice crashes at start - Segfault [Stephan Bergmann]

New in LibreOffice 4.1.2 RC 3 (Oct 1, 2013)

  • Bugs fixed against 4.1.2 RC2:
  • fdo#69220 crash on open .doc file [Caolán McNamara]
  • fdo#69440 EDITING: Function Wizard crashes LibreOffice [Caolán McNamara]
  • fdo#69450 FORMATTING Format painter deletes cell content, paste special does not work [Michael Meeks]

New in LibreOffice 4.1.2 RC 2 (Sep 19, 2013)

  • Bugs fixed against 4.1.2 RC1:
  • fdo#65330 Wrong list of Presentation backgrounds in Template Manager
  • fdo#65686 EDITING Data > Validity broken (for list entries at least)
  • fdo#68081 UI: can't auto-scroll many dialogs spinners holding mouse click
  • fdo#68210 Cannot import or read imported tiff images
  • fdo#68313 Diacritics problem with Graphite fonts
  • fdo#69041 LibreLogo: SVG/SMIL timing problem with filled polylines

New in LibreOffice 4.1.2 RC 1 (Sep 5, 2013)

  • ImageMagick cannot compress grayscale TIFF images with JPEG
  • bnc#816593 docx consecutive tables with different tblpPr needs to be split
  • bnc#823651 WW8 import: fix paragraph style in empty first page header
  • bnc#834035 DOCX export: fix hyperlinks of illustration index
  • bnc#834705 fix for missing drop downs for autofilter
  • coverity#705731 revert "Resource leak"
  • deb#719941 unbreak python script provider debug logging on Python 3
  • fdo#33960 cross reference to a list number, dot bug
  • fdo#36558 Allow custom paths for user dictionaries
  • fdo#37341 Goal Seek hangs indefinitely for too many calculation steps (Formula Cell $F$110)
  • fdo#39007 Persistent "Restore Windows" dialog won't disappear, disables key functionality
  • fdo#39484 All Outline groups of sheet lost while editing
  • fdo#41068 DOCX import: image wrapping polygon wrongly imported causes embedded image to be partially obscured
  • fdo#42434 'mirror horizontally' and 'mirror vertically' icons look inverted
  • fdo#43807 ODF import loses Drop Caps character style
  • fdo#44715 FILEOPEN: rtf import fails to set cell borders correctly
  • fdo#45233 Impossible to edit ppsx - auto presentations from Powerpoint
  • fdo#47440 FILEOPEN: RTF file produced by JapserReport messed up on import
  • fdo#50470 PyUno objects not introspectable on Python 3
  • fdo#53032 Undo does not undo middle-click pasted test
  • fdo#53556 : Formatting and alignment issues with RTF documents
  • fdo#54320 ACCESSIBILITY: VoiceOver does not follow keyboard focus
  • fdo#58034 Version details in About box for dailies are not the same in MSVC and MinGW builds
  • fdo#58040 FILEOPEN: Writer hangs when opening large files.
  • fdo#59048 Crash when undoing a conversion text to table
  • fdo#59727 FILESAVE, FILEOPEN: Valid Formula Causes #NAME? Error on Re-Open
  • fdo#62323 BASIC macro fails when converting a Hex string that is negative on Linux 64bit
  • fdo#63428 LibreOffice crashes when pasting a text with annotations copied from "Scrivener"
  • fdo#63539 Table indexes: content can't be seen, index can't be deleted, index can't be renamed since LO 4.*
  • fdo#65501 FILESAVE Can not save a modified document with backups enabled
  • fdo#66071 When Undo is used too often, no prompt to save document on close
  • fdo#66145 Turning off 'Same content on first page' does not reflect in UI
  • fdo#66205 EDITING: Editing a telephone number in a cell and pressing enter results in text disappearing
  • fdo#66215 EDITING: unable to select a text to change its properties (bold, italic ...) when picture defined as background
  • fdo#66700 REPORTBUILDER - CRASH when deleting field added in Report Design mode
  • fdo#66715 EDITING: Special spaces aren’t displayed correctly
  • fdo#67313 Libreoffice 4.1 tries to load URE's store.dll from Windows directory
  • fdo#67358 Adjusting column or row sizes in a Writer table causes artifact lines
  • fdo#67410 VoiceOver does not provide typing or cursor movement echo in text
  • fdo#67498 FILEOPEN: Formatting RTF
  • fdo#67546 EDITING: related fields not shown if key is set as "bigint unsigned" on mysql
  • fdo#67554 FILEOPEN: Writer crashes on importing OOXML
  • fdo#67584 Other: Writer: Wrong Flip menu items and icons
  • fdo#67660 PDF export causes crash on OSX
  • fdo#67680 Impossible to search for text attributes with VoiceOver
  • fdo#67699 FILEOPEN: html table as XLS gives general I/O error
  • fdo#67707 crash processing keystroke with sidebar open
  • fdo#67743 can't save new autocorrect entries or delete existing ones
  • fdo#67817 Certain action in Writer AutoText crashes LibreOffice
  • fdo#67836 Macros: Translation from Formula to FormulaLocal in a Cellobject
  • fdo#67871 EDITING: LO CRASH doubleclicking an adjusted to contour rectangle
  • fdo#67908 CRASH in slideshow mode with fade smoothly transition
  • fdo#67930 REPORTBUILDER: when detail section upper left corner is string, all formulas in page foot/header evaluate to zero
  • fdo#67944 UI TAB does not bring focus to list with Paths in dialog Options
  • fdo#67947 CSV Import dialog: encoding list not sorted
  • fdo#67957 Font name reported in AXFont always Times New Roman
  • fdo#67980 VoiceOver does not inform about misspelled text
  • fdo#68024 table: evaluates in body of float and void cells, but not of string cells
  • fdo#68064 CppunitTest_sw_rtfimport: recursive SwNodes::RemoveNode, valgrind reports invalid read/write
  • fdo#68076 [FILEOPEN] RTF-filter: An incorrect change of the codepage from Russian (CP-1251) to Latin
  • fdo#68084 Writer crashes when open this .docx file
  • fdo#68186 UI: Selecting the first subset while inserting a Special Character the last subset is selected
  • fdo#68192 Writer incorrectly displays non-numbered list dot.
  • fdo#68219 Accessibility does not report text attributes from parent style(s)
  • fdo#68275 Other: Grayscale TIFF is imported as a white area
  • fdo#68315 EDITING: Crashes when changing data in a form to postgresql database through ODBC
  • fdo#68319 Chinese Conversion Crashes
  • fdo#68381 EDITING: Cell comments get lost when range is pasted transposed
  • fdo#68396 Messed up styles and formatting dialog with subsequent crash
  • fdo#68437 Time values in csv import are misinterpreted
  • fdo#68440 New DocumentList.xml for Italian autocorrection
  • fdo#68477 general input/output error opening Visio file
  • fdo#68555 UI: Inconsistent Position of OK Button [ANNOYING!]
  • fdo#68581 Incorrect import of multiline cells from ODS
  • fdo#68648 EDITING: Copying Text from one Comment to another Comment Adds an “A”
  • fdo#68689 UI: Rulers only available in tenths increments
  • fdo#68713 Broken SVG cropping in LibreLogo
  • fdo#68750 FILEOPEN: freeze Writer when opening a file
  • fdo#68794 Spellcheck dialog title doesn't show the language
  • i#122818 Crash while checking update
  • rhbz#1000150 [abrt] libreoffice-core-4.1.0.4-6.fc19: _XIOError calling atexit handlers wreaks havoc in unrelated ICEConnectionWorker thread
  • rhbz#1000692 mistranslation in libreoffice-langpack-de if opening Format->Absatz
  • rhbz#1001768 avoid deadlock in AccessibleEventNotifier
  • rhbz#993963 [abrt] libreoffice-core-4.1.0.4-5.fc19: GtkSalFrame::createNewWindow: Process /usr/lib64/libreoffice/program/soffice.bin was killed by signal 11 (SIGSEGV)
  • rhbz#998046 libreoffice-base windows for a table, query, or form always open maximized
  • rhbz#998136 soffice.bin segfault in libvclplug_gtklo.so killed by signal 11 (SIGSEGV)

New in LibreOffice 4.1.1 RC 2 (Aug 24, 2013)

  • Bugs fixed:
  • Turning off 'Same content on first page' does not reflect in UI
  • fdo#66827 Can't select other fill than color in Writer --> Drawing functions REPORTBUILDER - The labels displayed in some options lists do not match the functionality
  • 4.1 segfaults when checking for extension updates
  • FILESAVE: Saving to XLS format omits to save formula expressions of cells where the formula result is an error
  • Style font is not stored for ODG and ODP files: after editing a style, closing and reponening, it is changed
  • can't save new autocorrect entries
  • MAILMERGE: Pre-Defined Labels Contain No Format Info in LO 4.1.0.4
  • EDITING: BUG: calc crashes on spell check
  • soffice.bin segfault in libvclplug_gtklo.so killed by signal 11 (SIGSEGV)

New in LibreOffice 4.1.1 RC 1 (Aug 9, 2013)

  • Bugs fixed:
  • bnc#593612 Slide appears quite garbled when imported from PPTX [Felix Zhang]
  • bnc#820503 initial MCE support in writerfilter ooxml tokenizer [Cédric Bosdonnat]
  • bnc#820504 VML import: don't anchor shapes TO_PAGE [Miklos Vajna]
  • bnc#822175 OOXML: docx export - text box in docx file is missing in MSO after exported by LibreOffice from doc. [Miklos Vajna]
  • bnc#823935 followup fix for exported xlsx causes errors for mso2007 [Noel Power]
  • bnc#825976 table of Illustration has hyperlinks by default like TOC [Cédric Bosdonnat]
  • fdo#33605 Complex Hyperlinks broken in PDF export [Stephan Bergmann]
  • fdo#33617 lines created in report builder are not shown in report [Lionel Elie Mamane]
  • fdo#35785 LibreOffice's support of the "recent documents" feature of the Windows 7 Start menu broken [Jesús Corrius, Fridrich Štrba]
  • fdo#39001 Inserts a blank page at the end of all RTF documents [Miklos Vajna]
  • fdo#39904 Make "Hyperlink" available in the Illustration index [Cédric Bosdonnat]
  • fdo#44582 RTL UI: Horizontal scrollbar in navigator window is broken [Ivan Timofeev]
  • fdo#46271 UI: Vertical scroll bar cannot be properly dragged under Mac OS X 10.7 and 10.8 [Tor Lillqvist]
  • fdo#46808 Adapt UNO services to new-style [Noel Grandin, Stephan Bergmann]
  • fdo#51990 A Calc macro fails when arguments refer to other files, (works in OOO v3.2) [Noel Power]
  • fdo#54264 FILEOPEN: LO cannot open more than one file at a time from Mac Finder [Stephan Bergmann]
  • fdo#54320 ACCESSIBILITY: VoiceOver does not follow keyboard focus [Boris Dušek]
  • fdo#54900 RTF IMPORT: Wrong text alignment in table cells: left instead of center [Miklos Vajna]
  • fdo#55955 Tablecontrol's first cell not activated when TABing into the control [Lionel Elie Mamane]
  • fdo#58577 Text frame lost when saved as OpenXML (.docx) [Miklos Vajna]
  • fdo#60282 PRINTING: Lines around fontwork not smooth [Armin Le Grand]
  • fdo#60883 Macros: macros allways disabled in files created from templates when working via Templatemanager: File > New > Template [Noel Power]
  • fdo#60990 FILESAVE as .docx (MSO2007): paragraph background pictures lost when reopen [Miklos Vajna]
  • fdo#61201 Crash when copying a special =OFFSET() to a new spreadsheet [Kohei Yoshida]
  • fdo#61544 UI: Some fields don't fit into Options dialog [Caolán McNamara]
  • fdo#62729 Cell (range) name lost after FILESAVE after other sheet has been deleted [Noel Power]
  • fdo#63254 UI: Horizontal scrollbar area isn't displayed when resizing while sheet is RTL and gtk integration is present [Ivan Timofeev]
  • fdo#63273 [EDITING] Inserting field "Page Count" leads into endless "Selection Change Event" [Miklos Vajna]
  • fdo#63618 Huge text boxes [Caolán McNamara]
  • fdo#64117 EDITING: Query Wizard produces sql error in conditions (losing quotes) [Lionel Elie Mamane]
  • fdo#64637 FILEOPEN RTF General I/O error when opening OCR-generated file [Miklos Vajna]
  • fdo#64753 FILESAVE: Sheet Protection removed from XLSX after saving & reopening file [Noel Power]
  • fdo#64916 [FILEOPEN] LO 4.1 beta1: missing libsqlite3.so prevents encrypted files from loading [David Tardon]
  • fdo#65609 UI the dialog Tools > Autocorrect has extreme width when large texts are marked/used for replacing [Caolán McNamara]
  • fdo#65632 FILEOPEN RTF Don't/slow open rtf files, when Record Changes is activated [Miklos Vajna]
  • fdo#66006 EDITING: rotated images damaged when width>0 [Tomaž Vajngerl]
  • fdo#66025 uno.py Importing bindings causes python to crash. [David Bolen]
  • fdo#66274 UI: Saving document as RTF result in text 'Use Rich Text Format Format' [Julien Nabet]
  • fdo#66335 unnecessary space for buttons in scrollbars [Ivan Timofeev]
  • fdo#66376 i18n: change locale data [hr-HR] [Eike Rathke]
  • fdo#66524 LibreOffice 410rc1 start time regression vs. 3.6.6/4.0.4 [Michael Meeks]
  • fdo#66565 Another problem with RTF IMPORT loosing table column widths [Miklos Vajna]
  • fdo#66577 VIEWING: Cursor displaced in Web Layout when misspelled text is highlighted [Khaled Hosny]
  • fdo#66682 RTF: RTF bullets and numbering - bad export [Miklos Vajna]
  • fdo#66715 EDITING: Special spaces aren’t displayed correctly [Michael Stahl]
  • fdo#66718 BASIC Clipboard API has lost functionality [Noel Power, Stephan Bergmann]
  • fdo#66745 Fontwork not anti-aliased and with irritating rendering artifacts on >200% zoom [Armin Le Grand]
  • fdo#66761 Other: Macro controlled Python Mailmerge broken [Caolán McNamara]
  • fdo#66762 Other: com.sun.star.awt.DisplayAccess removed without alternative [Noel Grandin]
  • fdo#66817 widget Arrow(plus?) for More options in dialog Search and Replace does not take focus with short cut, nor reacts on SPACE to unfold [Caolán McNamara]
  • fdo#66826 patch 2.7 / line-ending issue [Michael Meeks]
  • fdo#66917 LibreLogo: hexadecimal arguments [László Németh]
  • fdo#66924 Editing master-pages is broken [Caolán McNamara]
  • fdo#67045 presentation -still- on the wrong screen ... [Michael Meeks]
  • fdo#67061 Install README outdated [Lionel Elie Mamane]
  • fdo#67086 embedded Fonts renders strangely on first load [Michael Meeks]
  • fdo#67093 FILEOPEN: Heading style replaced by Title style with FR (and other) UI [Christian Lohmaier, Arnaud Versini]
  • fdo#67094 Spreadsheet Reads Any Number of Spaces in Cell as a Single Space [Eike Rathke]
  • fdo#67099 >700% performance regression vs. 4.0 when opening ODS files [Kohei Yoshida]
  • fdo#67113 UI: the AutoText icon on the Insert toolbar has no more arrow to choose AutoText [Ivan Timofeev, Caolán McNamara]
  • fdo#67186 VIEWING REPORTBUILDER: TIMESTAMP incorrectly displayed, (2 days behind) [Lionel Elie Mamane]
  • fdo#67206 EDITING: No autocalculation of a cell referenced to a cell, if a column was inserted before [Kohei Yoshida]
  • fdo#67235 EDITING: Timefield is limited automatically to max. 00:00:01 [Lionel Elie Mamane, Stephan Bergmann]
  • fdo#67246 FILEOPEN General input/output error for particular xls file [Kohei Yoshida]
  • fdo#67249 Copying an email address and pasting it in a plain text editor shows U+0001 instead of the email address, also when referring the cell in a formula expression [Eike Rathke]
  • fdo#67258 languagepack install fails when spotlight is disabled [Christian Lohmaier]
  • fdo#67269 EDITING: PostgreSQL - SDBC Autovalue isn't shown and isn't refreshed any more [Lionel Elie Mamane]
  • fdo#67303 [FILEOPEN] ODT import with huge number of styles very slow [Michael Stahl]
  • fdo#67344 UI: "Character Spacing" drop down menu in sidebar closes on release of left click [Caolán McNamara]
  • fdo#67361 --without-java build segfault in database wizard [Javier Fernandez]
  • fdo#67365 FILEOPEN rtf: Visualization - TABLE VIEWING destroyed [Miklos Vajna]
  • fdo#67378 Button to open more options in Search & replace dialog is too small, its label isn’t clickable [Caolán McNamara]
  • fdo#67387 JDBC: time part of timestamp read as 00:00:00 [Lionel Elie Mamane]
  • fdo#67388 LO 4.1: Files in .deb packages are not owned by root:root [Petr Mladek]
  • fdo#67395 Paragraph style dialog height problems [Caolán McNamara]
  • fdo#67397 Crash when color grid is minimized [Ivan Timofeev]
  • fdo#67430 EDITING: Properties in Fields of a Form chaotically "sorted" [Stephan Bergmann]
  • fdo#67467 TABLE: Crash when renaming table in autoFormat dialog [Ivan Timofeev]
  • fdo#67470 Element Dock: Subset icon missing in Set Operation section [Joren De Cuyper]
  • fdo#67489 EDITING: copied and pasted cells containing formulas are not recalculated [Kohei Yoshida]
  • fdo#67547 Can't access methods of ScriptProvider from VB [Noel Power]
  • fdo#67621 Manage Names dialog won't show the ranges of named ranges when dialog is shown [Kohei Yoshida]
  • fdo#67639 EDITING: rotating a picture after cropping it produces an error [Tomaž Vajngerl]
  • fdo#67684 Saving to ODS loses text formatting. [Kohei Yoshida]
  • fdo#67685 [DATALOSS] when basic, but not dialog, library loaded, save "forgets" to save the dialogs [Lionel Elie Mamane]
  • i#122509 curves in wmf picture show additional crossing lines with small and normal Zoom [Armin Le Grand]
  • rhbz#960019 [abrt] libreoffice-core-3.6.6.2-5.fc18: writerfilter::dmapper::ListDef::GetPropertyValues: Process /usr/lib64/libreoffice/program/soffice.bin was killed by signal 11 (SIGSEGV) [Michael Stahl]
  • rhbz#965646 [abrt] libreoffice-core-3.6.6.2-5.fc18: get: Process /usr/lib64/libreoffice/program/soffice.bin was killed by signal 11 (SIGSEGV) [Michael Stahl]
  • rhbz#980387 Exporting a odg to jpg or tiff generates error [David Tardon]
  • rhbz#989246 LibreOffice Base attempts to load a wrong class driver to connect to formerly MySQL databases (now MariaDB) [Stephan Bergmann]
  • rhbz#989686 [abrt] libreoffice-core-4.1.0.3-2.fc19: lcl_RemoveLineBreaks: Process /usr/lib64/libreoffice/program/soffice.bin was killed by signal 11 (SIGSEGV) [Fridrich Štrba]

New in LibreOffice 4.1.0 RC 4 (Jul 24, 2013)

  • Adapt UNO services to new-style (fdo#46808) [Noel Power]
  • sign windows binaries during build (fdo#63315) [David Tardon]
  • UI: DB: Thunderbird/Icedove doesn't appear anymore (fdo#65761) [David Ostrovsky]
  • dynamicaly add a control to a dialog does not work (fdo#66586) [Noel Power]
  • Editing master-pages is broken (fdo#66924) [Miklos Vajna, Caolán McNamara]
  • Debian menus package conflict with older version (fdo#67031) [Petr Mladek]
  • debian-menus package conflict with native Debian/Ubuntu packages (fdo#67041) [Petr Mladek]
  • FILEOPEN: Heading style replaced by Title style with FR (and other) UI (fdo#67093) [Christian Lohmaier, Arnaud Versini]
  • Fail to show color or display incorrectly in Color listboxes (i#122418) [Norbert Thiebaud]

New in LibreOffice 4.1.0 RC 3 (Jul 19, 2013)

  • SwFormatClipboard: fix undo of paragraph attributes
  • Adapt UNO services to new-style
  • FILESAVE: [REGRESSION] After saving a drawing all formcontrol settings are not saved - reverts to default after reloading
  • EDITING: Auto-Filter removes brackets in Queries - Filter doesen't work in correlated Subqueries
  • UNDO Format Paintbrush incomplete
  • PIVOTTABLE: Does not filter on page field
  • autosniffing of ODB content type broken
  • FILESAVE: Versioning – "Always save a version on closing" doesn’t work
  • FILESAVE doesn't retain font settings of style: after save (as) and again opening of presentation, font is changed
  • Zotero extension does not install in 4.1
  • FILEOPEN: HTML import crash
  • deb file conflict libkdebe1lo.so in libobasis4.1-core01 and in libobasis4.1-kde-integration
  • 4.1RC1 App Icon of LibreOffice is a default App Icon
  • EDITING: Writer crashes after adding words to the user-dictionary
  • FORMATTING: Hyphenation is not working
  • LibreOffice 410rc1 start time regression vs. 3.6.6/4.0.4
  • Report Builder crashes Base
  • EDITING: GETPIVOTDATA() gives #REF!
  • REPORTBUILDER - report design wizard does not start on click (missing libjava_uno.jnilib symlink)
  • BASIC Clipboard API has lost functionality
  • FORMATTING: Distorsion in Fontwork borders
  • Other: Macro controlled Python Mailmerge broken
  • PDF: Wrong PDF export in Windows Japanese environment though it only uses English fonts
  • util::DateTime cannot represent XML-Schema P2 dateTime

New in LibreOffice 4.1.0 RC 2 (Jul 8, 2013)

  • bnc#782833 revert "(PPT) Fix font size at end of para." [David Tardon]
  • bnc#820504 added unit test for [Cédric Bosdonnat]
  • bnc#823655 RTF import: ignore styles without a type [Miklos Vajna]
  • bnc#823935 fix for [Noel Power]
  • bnc#825305 RTF import of fFilled shape property [Miklos Vajna]
  • fdo#31525 remove pinstripe background from LibO dialogues [Jason Hulme]
  • fdo#35411 Increase maximum token size in formula expression [Eike Rathke]
  • fdo#42134 FORMATTING: Autofit doesn't work properly on long texts [Neil Voss (fourier)]
  • fdo#43641 Image in .docx file not shown [Miklos Vajna]
  • fdo#43765 FORMCONTROLS: transparent form controls (Check Boxes and Option Buttons) disappear [Michael Stahl]
  • fdo#46361 FILEOPEN: Faulty import of docx file which contains a simple drawing [Miklos Vajna]
  • fdo#47646 EDITING: Crash after undo'ing multiple steps [David Tardon]
  • fdo#49708 EDITING FILESAVE Setting primary key was silently ignored [Lionel Elie Mamane]
  • fdo#50506 Drawing error in the indent markers for the new rulers on MacOS X [Khaled Hosny]
  • fdo#52028 automatic styles with RSIDs created by enhanced document compare feature destroy font kerning [Michael Stahl]
  • fdo#55411 Mailmerge: Attachment with foreign chars in filename produces incorrect MIME headers [Caolán McNamara]
  • fdo#56960 FILEOPEN particular .xlsx shows cell border lines with wrong FORMATTING (too thick) [Noel Power]
  • fdo#57884 Checkboxes in LibreOffice Writer documents disappear [Michael Stahl]
  • fdo#58029 EDITING: Selecting words in very large documents needs too much time [Michael Stahl]
  • fdo#58052 : Failure to start on newfangled Linuxes because ucpgvfs1.uno.so fails to load [Michael Stahl]
  • fdo#58995 ACCESSIBILITY: [a11y] Java SE JRE 1.7 Java Accessibility API not fully supporting LibreOffice UNO Accessibility API via JAB bridge [David Ostrovsky]
  • fdo#59862 VIEWING: Text Amination or Text in calc when open file xlsx is no center view [Noel Power]
  • fdo#60444 transparent form Controls disappear when selecting [Michael Stahl]
  • fdo#60565 EDITING: Installing or deleting fonts with Writer open results in bizarre document layout [Michael Meeks]
  • fdo#61339 FILEOPEN LibO 3572 .ods: CONDITIONAL FORMATTING without style type, UI Localization related [Markus Mohrhard]
  • fdo#61429 LibreOffice doesn't remember the setting "Hierarchy" of the Styles and Formatting dialog [Michael Stahl]
  • fdo#62057 : Copying of diagram: categories and y axis interchanged in Calc [Markus Mohrhard]
  • fdo#62119 FORMATTING: Crash when loading Line Styles [David Tardon]
  • fdo#62267 Conditional formatting lost after paste special of text, numbers and dates. [Markus Mohrhard]
  • fdo#62536 FORMATTING: Closing autoformat for bold/underline character doesn't end autoformatting [Michael Stahl]
  • fdo#63033 Update Dutch dictionary to OpenTaal2.10 [pje335_NL]
  • fdo#63547 Cannot scroll horizontally using trackpad [Tor Lillqvist]
  • fdo#63616 Vertical ruler is unreadable [Tor Lillqvist]
  • fdo#63949 Form controls disappear if top of page displayed [Michael Stahl]
  • fdo#64155 Missing entry to translate (report wizard) [Csikós Tamás]
  • fdo#64189 Image Export as EPS from Spreadsheet Broken [Tomaž Vajngerl]
  • fdo#64672 segmentation fault in XComponentLoader::loadComponentFromURL due to libvisio/libraptor/libxml2 interaction [Michael Stahl]
  • fdo#64754 CONDITIONAL FORMATTING [Icon set] localization setting for decimal separator is ignored [Markus Mohrhard]
  • fdo#64972 4.1.0.0.beta1: strikethrough displays too high, like overline [Khaled Hosny]
  • fdo#64985 legacy report based on table with sort: data not populated [Lionel Elie Mamane]
  • fdo#65123 Presentation document (ppt) opens incorrectly, wrong height of rectangle [David Tardon]
  • fdo#65132 Too big font when editing presentation [David Tardon]
  • fdo#65370 Element Dock: empty Symbol window [Tomaž Vajngerl]
  • fdo#65501 FILESAVE Can not save a modified document with backups enabled [Caolán McNamara]
  • fdo#65635 Huge Dialog Boxes [Caolán McNamara]
  • fdo#65650 load numbered list instead of the correct bullet list [Michael Stahl]
  • fdo#65666 Unstable right aligned footnote numbering [László Németh]
  • fdo#65716 %MACROLANG shown in dialog [Caolán McNamara]
  • fdo#65743 MAILMERGE - hang in step 5 of mailmerge wizard "adjust layout" [Caolán McNamara]
  • fdo#65847 Impress crashes on files with embedded SVG [Thorsten Behrens]
  • fdo#65849 UI:Enable presenter console option overlaps compatibility title [Thorsten Behrens]
  • fdo#65856 Paste Special - Shift Cell misbehaviour [Winfried Donkers]
  • fdo#65870 EDITING Changing height of shape via dialog does not work [David Tardon]
  • fdo#65930 UI: List Custom document properties collapses after first property (properties are placed on the same position) [Caolán McNamara]
  • fdo#65931 drop caps preview grows constantly [Caolán McNamara]
  • fdo#65934 [writer] Rotating gifs resulsts in a read error. [Tomaž Vajngerl]
  • fdo#65975 build fails ... [Michael Stahl, Michael Meeks]
  • fdo#65994 Dutch spell checking does not work, other languages work doubtfull [pje335_NL]
  • fdo#66007 Other: Installing LO 4.1.0.1rc raises multiple EntityRef errors on /usr/share/mime/packages/libreoffice4.1.xml [Christian Lohmaier]
  • fdo#66048 l10ntools: parser is confused by leading \\\" [Zolnai Tamás]
  • fdo#66076 FORMATTING of value-related color does not work with calculated values [Markus Mohrhard]
  • fdo#66101 FILEOPEN: [Writer] lowriter crashed when trying to open .docx file [Julien Nabet]
  • fdo#66105 UI dialogs File Save confirmation / File > Properties / Paste special extreem wide with long file names/paths [Caolán McNamara]
  • fdo#66108 CRASH while exporting to PDF using Helvetica font with Latin characters other than Basic Latin Unicode Block [Khaled Hosny]
  • fdo#66130 LIKE gives error when used in a Join criterion [Lionel Elie Mamane]
  • fdo#66148 IDE object catalog latency on big libraries [Noel Power]
  • fdo#66165 FILEOPEN: WW8 export: spurious blank lines added below hyperlinks [Michael Stahl]
  • fdo#66171 forms: ListBox BoundColumn==0 resets to 1 after save/load [Lionel Elie Mamane]
  • fdo#66180 LibreLogo: HEADING is not clockwise [László Németh]
  • fdo#66216 JDBC: cannot fill column of type TIME [Lionel Elie Mamane]
  • fdo#66242 FILESAVE - Cell with formula lost formatting on save to xls [Markus Mohrhard]
  • fdo#66252 EDITING format in formatted field of a form in Base is broken [Caolán McNamara]
  • fdo#66263 "Edit - Changes - Protect Records" can't be activated [Caolán McNamara]
  • fdo#66324 crashes when loading multiple images from HTTP links [Michael Stahl]
  • fdo#66385 FORMATTING: Bad rendering line spacing under Core Text [Khaled Hosny]
  • fdo#66403 UI: Clicking OK on Tools>AutoCorrect options>Exceptions window ends in infinite loop [Caolán McNamara]
  • fdo#66421 FILEOPEN: visio 2013 document not opening. [Fridrich Štrba]
  • fdo#66464 Queries based on linked tables not editable [Lionel Elie Mamane]
  • fdo#66502 VIEWING: Position of "Choose..." button is wrong in Insert Footnote/Endnote dialog (Japanese) [Caolán McNamara]
  • fdo#66506 FORMATTING: Rendering date format not correct for xls file in 4.1 LO [Markus Mohrhard]
  • fdo#66508 EDITING: Coping a chart will make Calc crash. [Markus Mohrhard]
  • i#112615 Table with slash in name, not show data in table data view [Lionel Elie Mamane]
  • i#121917 Crash when editing a drawing object anchored to header paragraph [Armin Le Grand]
  • i#75891 Inserting Special Character does not revert font to current paragraph font [Michael Stahl]
  • rhbz#976304 Inserting and editing of objects from the gallery mostly fails [Caolán McNamara]
  • rhbz#979758 The LO with the german user interface crashes if calling help (F1) and searching for some text [Caolán McNamara]

New in LibreOffice 4.1.0 RC 1 (Jul 8, 2013)

  • bnc#382137 OOo - docx document crashes Writer when using internal OOXML filter [Miklos Vajna]
  • bnc#777070 Taskbar launchers for LibreOffice applications are pointing to "office.bin" [Luboš Luňák]
  • bnc#780830 revert "fix canvas bitmap rendering (argb32 pixmaps) fixes color in " [Michael Meeks]
  • bnc#795857 fix Use correct sizes for EMF+ bitmap rendering [Radek Doulik]
  • bnc#819614 revert "Fix runaway lines." [Jan Holesovsky]
  • bnc#820788 VML import of v:textbox's mso-fit-shape-to-text style property [Miklos Vajna]
  • fdo#33895 Various issues with .docx documents, crashing Writer [Julien Nabet]
  • fdo#38385 Failure to read correct border info from OOXML (2nd edition) XLSX files [Noel Power]
  • fdo#38820 Wizards: Java to Python? conversion [Xisco Fauli]
  • fdo#41226 FILEOPEN: not possible in File Explorer from own user network location [Isamu Mogi]
  • fdo#46808 Adapt UNO services to new-style [Stephan Bergmann]
  • fdo#53106 EDITING: 'Find & Replace' loses selection after 'Find' [Markus Mohrhard]
  • fdo#55315 EDITING: Program crashes at autocompletion [Tomaž Vajngerl]
  • fdo#59642 Tools -> Import Formula does not work if a MathML file is selected using "All files (*.*)" file filter [Marcos Paulo de Souza]
  • fdo#60533 Brackets (..),{..},[..] inverted )..(,}..{,]..[ when switch to RTL text direction with all fonts (Affect : calc, impress, draw). [Petr Mladek]
  • fdo#60877 Pivot table numeric value is hidden by the combobox [Markus Mohrhard]
  • fdo#61950 Change Presentation Minimizer and Report Builder from bundled extensions to plain code [Stephan Bergmann]
  • fdo#62224 Border Values changes on reopening the format cells Widget in impress [David Tardon]
  • fdo#62945 EDITING Ctrl-Tab does not cycle through various options in Word Completion [Tomaž Vajngerl]
  • fdo#64283 Print a form letter (=mail merge) has no database table in the upper part [Michael Stahl]
  • fdo#64626 [FORMATTING] changing border does not work correctly [Winfried Donkers]
  • fdo#64656 FILEOPEN RTF: Bad handling of list levels [Miklos Vajna]
  • fdo#64925 Crash on display/paste Arabic text [Michael Stahl]
  • fdo#64926 Tibetan word breaking [Elie Roux]
  • fdo#64947 EDITING, RTL: When come out of edit mode, the numeral type of digits changes. [Eike Rathke]
  • fdo#64972 4.1.0.0.beta1: strikethrough displays too high, like overline [David Tardon]
  • fdo#65044 Text Document: File > Wizards > Document Converter does not include .PUB files [Julien Nabet]
  • fdo#65082 RATE() function produces different results as some versions of MS Office [Eike Rathke]
  • fdo#65132 Too big font when editing presentation [David Tardon]
  • fdo#65168 EDITING: Report-Builder: Wizard works only with old report-engine [Stephan Bergmann]
  • fdo#65214 Error 2870 in Belorussian installer [Andras Timar]
  • fdo#65216 Base crashes without trace on closing a dialogue and opening a new form [Zolnai Tamás]
  • fdo#65385 Lightproof: UI translation must be kept out of pootle [Andras Timar]
  • fdo#65450 Writer crash on File->Open [Isamu Mogi]
  • fdo#65483 Sidebar contains unlocalized Navigator strings [Zolnai Tamás, Andras Timar]
  • fdo#65485 Tabs names and window titles in Character, Paragraph, B&N, Title Page dialogs are now in English [David Tardon]
  • fdo#65502 EMF+ / EmfFillPie rendering issues [Michael Meeks]
  • fdo#65512 Missing images in OLH for Calc's Formular Bar [Andras Timar]
  • fdo#65545 Document Converter Wizard crashes LibreOffice [Noel Power]
  • fdo#65546 Regression Sidebar: Properties deck -> Text panel keyboard navigation broken [Caolán McNamara]
  • fdo#65569 UI LibreOffice native file dialog does not offer selection list to choose from names that have the same start [Caolán McNamara]
  • fdo#65581 Elements dock window has wrong title [Joren De Cuyper]
  • fdo#65595 Option "Enregistrer de façon permanente... " is truncated in French version [Caolán McNamara]
  • fdo#65609 UI the dialog Tools > Autocorrect has extreme width when large texts are marked/used for replacing [Caolán McNamara]
  • fdo#65619 segfault querying spreadsheet with LIKE criterion [Zolnai Tamás]
  • fdo#65653 EDITING: Base crashes with queries with keyword "LIKE" in GUI-Mode [Lionel Elie Mamane, Zolnai Tamás]
  • fdo#65666 Unstable right aligned footnote numbering [Andras Timar, László Németh]
  • fdo#65809 Sidama Locale Sort Order is not Specified Properly [Andras Timar]
  • fdo#65844 Two colour *.pic images rendered inversed in Writer [David Tardon]
  • fdo#65882 ordering issue on shutdown of JUnit tests [Michael Meeks]
  • i#119607 [From Symphony] Text font spacing in comments doesn't expand/condense by the expected value [Jian Fang Zhang]
  • i#119628 [From Symphony]Arrow shape changed is save doc file by AOO [Jianyuan Li]
  • i#120723 Table style is lost when import PPTX by AOO [Zhe Wang]
  • i#120832 Test for bug 120578: some of the font color is not correct [Jian Fang Zhang]
  • i#122453 [Sidebar] Position and Size: input fields empty, no values shown for position and size [Andre Fischer]
  • i#122455 [sidebar] confusing object sequence in panels disrupts keyboard navigation of UI--some re-sequencing required [Andre Fischer]
  • i#122493 [sidebar] CRASH when apply transparency to OLE object via Area panel [Armin Le Grand]
  • i#122529 [sidebar] Math OLE cannot be moved with arrow keys [Oliver-Rainer Wittmann]
  • i#15090 RATE function does not work properly [Eike Rathke]

New in LibreOffice 4.0.4 (Jun 19, 2013)

  • Features many improvements in the area of interoperability with proprietary document formats.
  • LibreOffice 4.0.4 also solves a number of bugs and regressions over the previous release

New in LibreOffice 4.0.4 RC 2 (Jun 13, 2013)

  • FILEOPEN: Incorrect displaying attached VSD document (fdo#64797)

New in LibreOffice 4.0.4 RC 1 (May 30, 2013)

  • fix make animations inside SmartArt work. (bnc#705982) [Thorsten Behrens]
  • revert '"Fix" ' (bnc#777788) [Tor Lillqvist]
  • [re-file]Autosave causes Macro change not to be stored on save. (bnc#817477) [Noel Power]
  • Report Builder: all Numeric formats except "General/Standard" of *current* UI language format NULL as NaN (fdo#33091) [Lionel Elie Mamane]
  • PDF Export: Rotated DRAW Vertical Text Objects shown with extreme narrow kerning and other problems (fdo#33281) [Zhe Wang]
  • FILESAVE: When saving in MSWord doc format, table is put inside a frame (fdo#36876) [Miklos Vajna]
  • Multi-paragraph footnotes are not fully displayed when mouse is over the number (fdo#40102) [László Németh]
  • PRINTING shapes with transparent(?) Bitmap background loses bezier curves (fdo#40421) [Thorsten Behrens]
  • FILESAVE as .doc (MSO97) looses page bottom margin formatting (fdo#42144) [Miklos Vajna]
  • Autosave causes Macro change not to be stored on save. (fdo#42899) [Noel Power]
  • SVG Export ignores line width (fdo#42939) [Michael Meeks]
  • regression: WW8 nested table import (fdo#43105) [Bjoern Michaelsen]
  • Update embedded manifest on win32 builds to declare dpiAware (fdo#46553) [Andras Timar]
  • In SQL mode in Queries, Base crashes when a second SELECT followed by quotes is entered. (fdo#47209) [Caolán McNamara]
  • Mailmerge creates some duplicates with old Mail merge dialog (only for flat text file driver .?) (fdo#47951) [Lionel Elie Mamane]
  • FILEOPEN Report with charts fails with Message "Failed to parse the report" (fdo#48056) [Lionel Elie Mamane]
  • VIEWING: Comments are not readable (shown in white over yellow) (fdo#51300) [Noel Power]
  • FORMATTING [accessibility] Tab/keyboard behaviour in dialog Conditional formatting strange (fdo#51556) [Caolán McNamara]
  • UI: Sort: can use more than 3 criteria once only (fdo#51828) [Albert Thuswaldner]
  • : Ligatures hyphenation bug using graphite font (Linux Libertine G): "ligc" is ignored (fdo#52540) [László Németh]
  • Undoing sheet deletion restores it to the default directionality regardless of the original sheet directionality (fdo#53031) [Manal Alhassoun]
  • Crosshatching is spilling out of objects when printed/pdf exported (fdo#53163) [David Tardon]
  • Firefox plugin not recognized in LibO 3.6 (regression) (fdo#54087) [Andras Timar]
  • FILTER: CALC moves some column content to another cell with some HTML file (fdo#56772) [Eike Rathke]
  • Crash Using Edit Contour dialog and then changing Configuration (fdo#57079) [Michael Stahl]
  • EDITING: On computer without JRE, Picture dialog shows: JRE required and freezes after OK (fdo#57553) [Caolán McNamara]
  • EDITING: typed date decreased one day (fdo#59850) [Isamu Mogi]
  • FILEOPEN: CSV cannot handle field using embedded tab and line breaks altogether (fdo#60468) [Eike Rathke]
  • Pictures not saved to .pptx (fdo#60549) [Michael Meeks]
  • FILESAVE loses Fontwork/shape objects (fdo#60910) [Luke Deller]
  • EDITING: Table shortcut Ctrl+Shift+Del ineffective cannot delete following paragraph of a table (fdo#60967) [Michael Stahl]
  • Freeze and unfreeze don't modify document (fdo#61060) [Sameer Deshmukh]
  • Build broken in oosplash when configured with --enable-headless (fdo#61092) [Riccardo Magliocchetti]
  • LibreOffice crash when opening a non-ascii named file in XML Source (fdo#61820) [Kohei Yoshida]
  • FILEOPEN table embedded in ODT: : style BAR not applied to FOO (fdo#62147) [Michael Stahl]
  • Command line conversion to HTML fails + crash on some platforms for certain document(s) (fdo#62336) [Michael Meeks]
  • Missing Default button in Format -> Alignment dialog at Math (fdo#62483) [Joren De Cuyper]
  • EDITING Word completion: when adding to a partly finished word, word completion ignores the word part that already is there and creates non sense (fdo#62643) [Miklos Vajna]
  • UI: Impossible to assign a macro to a drawing or picture (fdo#62797) [Caolán McNamara]
  • exporting embedded EMF file as SVG causes mangled svg. (fdo#62834) [Michael Meeks]
  • EDITING: image contour editing crashes (fdo#62965) [Michael Stahl]
  • FILEOPEN RTF: Doesn't handle \uN keywords with unsigned N (fdo#62977) [Miklos Vajna]
  • FILESAVE FILEOPEN Writer does not read correctly its own RTF files with headers and footers (fdo#63023) [Miklos Vajna]
  • Update Dutch dictionary to OpenTaal2.10 (fdo#63033) [Thomas van der Meulen]
  • UI: Horizontal scrollbar area isn't displayed when resizing while sheet is RTL and gtk integration is present (fdo#63254) [Abdulaziz A Alayed]
  • EDITING: value of the property "String" is not set to "" for completely deleted text in Shapes (reappears after 'save - close - reopen') (fdo#63311) [Muthu Subramanian]
  • Form recordsource events triggered earlier in BASE (fdo#63398) [Lionel Elie Mamane]
  • FILEOPEN: .doc style named "Default" confused with default style (fdo#63603) [Luke Deller]
  • FILEOPEN: "Import / open files" forgets the last folder used (fdo#63622) [Tor Lillqvist]
  • Document dispatcher opens window instead of applying the settings (fdo#63659) [Noel Power]
  • FILEOPEN: docx import regression: graphic is not displayed (fdo#63685) [Miklos Vajna]
  • Forced 32 bits java VM even bulding the SDK for a x64 target (fdo#63693) [Stephan Bergmann]
  • EDITING: subform does not properly get focus on button click or listbox touch; leads to ignoring changes in subform (fdo#63695) [Lionel Elie Mamane]
  • Bad alternative hyphenation in Calc (but good in Writer) (fdo#63711) [László Németh]
  • libreoffice writer's surrounding text support (STS) for Input Methods is not working (fdo#63802) [Caolán McNamara]
  • EDITING: 'Autofill - Date - Months' wrong if day of month exceeds max. days of month (fdo#63805) [Eike Rathke]
  • [FORMATTING] On an RTL spreadsheet, changing zoom level moves charts (fdo#63878) [Faisal M. Al-Otaibi, Noel Power]
  • RTL sheets: you can't draw shapes from left to right, also the start position are wrong (fdo#64011) [Faisal M. Al-Otaibi]
  • Lowercase External names ranges go to "Impossible d'actualiser le lien." (fdo#64031) [Markus Mohrhard]
  • FORMATTING: clearcontents in VBA code clears formats (fdo#64048) [Michael Meeks]
  • crash when loading odp (fdo#64062) [Thorsten Behrens]
  • EDITING: Comments don't delete (immediately) (fdo#64068) [Markus Mohrhard]
  • logo toolbar: problems with hideturtle and showturtle (fdo#64082) [László Németh]
  • FILEOPEN crash opening document with text:p child of draw:frame (fdo#64150) [Lionel Elie Mamane]
  • WIKI-help: Double single quotes not escaped. (fdo#64205) [Andras Timar]
  • WIKIHELP: Help for the printing dialog box is missing (fdo#64211) [Andras Timar]
  • FILESAVE: Chart with transparent background loses transparency when spreadsheet saved in Excel 2007/2010 format (fdo#64224) [Markus Mohrhard]
  • : SUMIF function gives Err:504 for external references (fdo#64229) [Markus Mohrhard]
  • Opening a ".docx" document crashes LibreOffice (fdo#64249) [Cédric Bosdonnat]
  • Update Slovak dictionaries (fdo#64294) [Andras Timar]
  • no SMB . gnome-vfs support (fdo#64311) [Michael Meeks]
  • Lithuanian spell checker dictionary does not work [regression] (fdo#64382) [Andras Timar]
  • SUBTOTAL function fails with scalar as 2nd parameter (fdo#64384) [Eike Rathke]
  • Missing Right Parens in Tools/Strings/Elimchar Function (fdo#64406) [Joren De Cuyper]
  • Macros: Is not working properly macro DIR$ (fdo#64536) [Noel Power]
  • LibreOffice Writer crashes when browsing CMIS (Alfresco 4.2) folders with files larger than XGB (fdo#64577) [Cédric Bosdonnat]
  • [FILEOPEN] Opening attached .pptx file crashes Impress (fdo#64579) [Thorsten Behrens]
  • Calc chart removeByName crash (fdo#64639) [Markus Mohrhard]
  • allow autocorrect entries longer than 30 digits (fdo#64652) [Andras Timar]
  • FILESAVE: Documents containing "Ž" are mangled in RTF format (fdo#64671) [Urmas]
  • FILESAVE: infinite loop saving as doc (fdo#64872) [Luke Deller]
  • FILEOPEN .dif format unreadable (fdo#64920) [Markus Mohrhard]
  • UI: Oxygen theme has wrong icon for Power regression (fdo#65039) [Andras Timar]
  • SRB: "Plot missing options" not respected for line charts (i#108092) [Lionel Elie Mamane]
  • ORB: report builder not handle correctly NULL values (i#112652) [Lionel Elie Mamane]
  • Application crash when undo "Graphic styles" action. (i#120015) [Armin Le Grand]
  • Aoo crash when modify the "Random effects" animation effect's trigger condition to "Start effect on click of" (i#120049) [Zhe Wang]
  • the text on the Y axis is reversed when export ppt file to PDF format (i#120627) [Zhe Wang]
  • Macro Copy Paste does not work from a button (i#51621) [Lionel Elie Mamane]
  • HandleFontOptions crash (lp#766153) [Caolán McNamara]
  • HandleFontOptions crash (lp#892904) [Caolán McNamara]
  • [abrt] libreoffice-core-3.4.4.2-3.fc16: X11SalGraphics::setFont: Process /usr/lib64/libreoffice/program/soffice.bin was killed by signal 11 (SIGSEGV) (rhbz#761009) [Caolán McNamara]
  • [abrt] libreoffice-core-3.5.7.2-2.fc17: cppu::createCTD calls std::terminate for unhandled RuntimeException (rhbz#867808) [Stephan Bergmann]
  • [abrt] libreoffice-core-3.6.5.2-5.fc18: raise: MultiLineEditSyntaxHighlight::DoBracketHilight killed by signal 6 (SIGABRT) (rhbz#927223) [Caolán McNamara]
  • [faf] libreoffice-core-3.6.5.2-2.fc18.i686 SIGSEGV in Application::GetMainThreadIdentifier() (rhbz#954991) [Stephan Bergmann]
  • LibreOffice can't save WebDAV (dav/davs) files (rhbz#961460) [Stephan Bergmann]
  • [abrt] libreoffice-core-3.6.6.2-5.fc18: FcValueListDestroy: Process /usr/lib64/libreoffice/program/soffice.bin was killed by signal 6 (SIGABRT) (rhbz#963276) [Caolán McNamara]

New in LibreOffice 4.0.3 RC 3 (May 4, 2013)

  • Bugs fixed against 4.0.3 RC2 release:
  • search is always case sensitive

New in LibreOffice 4.0.3 RC 2 (May 4, 2013)

  • Bugs fixed against 4.0.3 RC1 release:
  • EDITING YEARFRAC function returns incorrect results for some dates
  • FILEOPEN: DOCX-filter; DOC format formulas embedded in OOXML (DOCX) file, don’t save and don’t edit
  • With some master pages, freezes when try to print [
  • PRINTING of TABLE borders, borders around paragraphs and footer, some graphic elements suppressed by OLE objects in document
  • SLIDESHOW: Slideshow does not open
  • BASIC: FileDateTime Function

New in LibreOffice 4.0.3 RC 1 (Apr 18, 2013)

  • Bugs fixed against 4.0.2 release:
  • bnc#780645 import w:tblLayout of DOCX tables [Miklos Vajna]
  • bnc#798309 OOXML import: A shape with background are missed when importing xlsx. [Noel Power]
  • bnc#805071 rehash basic unit test framework [Noel Power]
  • bnc#809017 unittest and test data for [Noel Power]
  • coverity#441020 dereference after null check [Julien Nabet]
  • coverity#982290 logically dead code [Julien Nabet]
  • fdo#30545 Copy/Cut icons on Basic IDE won't be enabled properly [Noel Power]
  • fdo#30983 Text in frame anchored to top margin not correctly exported to RTF [Miklos Vajna]
  • fdo#32082 [EDITING] Table Number Format not modified for empty table cells [Jan Holesovsky]
  • fdo#33302 FILEOPEN/EDITING RTL text: parentheses and brackets "(...) [...]" inverted to ")...( ]...[" with some fonts [navin patidar]
  • fdo#34800 EDITING: Comments added to footer are placed at the right top of the page. [Joren De Cuyper]
  • fdo#36858 Oracle Report Builder date calculation error [Lionel Elie Mamane]
  • fdo#37464 Cell Border works backwards on Right-to-Left spreadsheet [Faisal M. Al-Otaibi]
  • fdo#37716 FILEOPEN RTF: frame contents (graphics & text) missing when imported [Miklos Vajna]
  • fdo#38385 Failure to read correct border info from OOXML (2nd edition) XLSX files [Noel Power]
  • fdo#38951 RTL numbering with wrong direction in Textbox [navin]
  • fdo#39066 Hyperlinks are missing after closing [Chr. Rossmanith]
  • fdo#47018 EDITING Copying text with non default bullets corrupts presentation, ultimately crashes Impress [Cao Cuong Ngo]
  • fdo#48039 Cross-references in Master Document report Error: Reference source not found [Caolán McNamara]
  • fdo#48549 System::Beep() removal [Thomas Arnhold]
  • fdo#49120 FILESAVE: LibreOffice corrupts XLSX file [Irányossy Knoblauch Artúr]
  • fdo#51296 UI: Calc doesn't take care of security setting "Ctrl-click required to follow hyperlinks" [Akash Shetye]
  • fdo#51828 UI: Sort: can use more than 3 criteria once only [Albert Thuswaldner]
  • fdo#51916 FILEOPEN: Crash when opening particular RTF document with TABLES [Miklos Vajna]
  • fdo#52179 Libreoffice base copies from wrong row of a read-only table control with Ctrl+C [Lionel Elie Mamane]
  • fdo#53278 Draw instead of russian show obscure characters in CDR file (Corel Draw 12 format) [Fridrich Štrba]
  • fdo#53442 VIEWING: Text range annotation limited to a single paragraph [Miklos Vajna]
  • fdo#55814 Condition for hidden section replaced by "0" [Miklos Vajna]
  • fdo#56098 UI: 'Paste Special - Shift Cells' options availability not logical [Winfried Donkers]
  • fdo#58807 No sound with statement "beep" [Thomas Arnhold]
  • fdo#59117 Cell Borders of last(Right most) coumn is missing in RTL Table in impress [karth]
  • fdo#59273 FILEOPEN: Writer doesn't display all table cells in DOCX file [Miklos Vajna]
  • fdo#59892 Text written with Graphite Font (e.g Linux Biolinum G) Mirrored when the context direction is Right-to-left [navin patidar]
  • fdo#60215 FILEOPEN: FORMATTING of value-related color, localized decimal separator and Currency VIEWING need Complete Recalculation [Markus Mohrhard]
  • fdo#60259 : Writer behaves erratically when reverse replacing $ with nothing [Eike Rathke]
  • fdo#60300 PIVOTTABLE: Calc crashing when using GETPIVOTDATA on pivottable that has automatic subtotals [Eike Rathke]
  • fdo#60513 EDITING: Text selection in the entire table is undone when some format is applied [Michael Stahl]
  • fdo#60533 Brackets (..),{..},[..] inverted )..(,}..{,]..[ when switch to RTL text direction with all fonts (Affect : calc, impress, draw). [navin patidar]
  • fdo#60554 Borders disappear while merging some cells in RTL tables (impress/draw) [K_Karthikeyan]
  • fdo#60581 [Template manager] Can not import template after descending into directory [Rafael Dominguez]
  • fdo#60604 Impress Remote: Non-English characters in speaker notes garbled [Artur Dryomov]
  • fdo#60844 [Template manager] Template Manager in 4.0 does not remember last open folder [Rafael Dominguez]
  • fdo#60855 RTL UI: handout show boxes out of page border [Faisal M. Al-Otaibi]
  • fdo#60922 FILEOPEN, FILESAVE create document as odt, save as docx , corrupts [Miklos Vajna]
  • fdo#61142 ODBC: (LONG)(VAR)CHAR fields over 1023 characters, but below 2048 characters, cause garbage text [Lionel Elie Mamane]
  • fdo#61193 EDITING: Writer crashes when pasting RTF footnote [Miklos Vajna]
  • fdo#61241 Dialog box for Background style in Style and Formatting pane not correctly displayed [Caolán McNamara]
  • fdo#61305 improper display [Stephan Bergmann]
  • fdo#61389 [Template Manager] Access to features as Properties, Set as default, Delete is difficult [Rafael Dominguez]
  • fdo#61390 ACCESSIBILITY: [Template Manager] All key board navigation is lacking [Cédric Bosdonnat, Rafael Dominguez]
  • fdo#61429 LibreOffice doesn't remember the setting "Hierarchy" of the Styles and Formatting dialog [Michael Stahl]
  • fdo#61564 REPORTBUILDER: Creating a basic report crashes [Lionel Elie Mamane]
  • fdo#61789 PDF: Error in exporting vector graphics to PDF [Michael Meeks, Jan Holesovsky]
  • fdo#61909 FILEOPEN particular .RTF: VIEWING with unexpected character background color [Miklos Vajna]
  • fdo#61948 [EDITING], [REGRESSION], [CRASH] - Using Data | Validity crashes Calc [Caolán McNamara]
  • fdo#62050 EDITING: comments window in RTL UI not working well [navin patidar]
  • fdo#62090 Mid statement doesn't work as expected [Julien Nabet, Noel Power]
  • fdo#62094 CRASH when trying shortcuts in PRINTING dialog [Michael Meeks]
  • fdo#62110 configure fails because libGLU needs -lGL to link [Benedikt Morbach]
  • fdo#62143 EDITING: In RTL letter numbering bullets aren’t displayed properly in edit view. [navin patidar]
  • fdo#62147 FILEOPEN table embedded in ODT: : style BAR not applied to FOO [Lionel Elie Mamane]
  • fdo#62155 Libreoffice crashes after upgrade while using formula bar [Michael Meeks]
  • fdo#62206 FORMATTING: Cell reference inside conditional format will not move when row is inserted/removed before first conditional format row [Markus Mohrhard]
  • fdo#62278 debug warning fr_LU != fr_LU locales don't match [Eike Rathke]
  • fdo#62287 FORMATTING: programme crash when applying gradient to Impress master page background [Caolán McNamara]
  • fdo#62288 RTF: Gap added inside tables (regression) [Miklos Vajna]
  • fdo#62360 Affixed forms of %, §, °C aren't recognized by the Hungarian spell checker [László Németh]
  • fdo#62399 FORMATING: incorrect matching of border lines in 'Table Format' dialog for RTL Table [Faisal M. Al-Otaibi]
  • fdo#62448 FILESAVE .ods with double size of vertically flipped (triangle) drawing shape anchored to cell [Luboš Lun(ák, Noel Power]
  • fdo#62538 libcdr: cdr import faulty -> Incorrect alignment of the ellipses [Fridrich Štrba]
  • fdo#62591 sdremote: frequent crashes ... [Artur Dryomov]
  • fdo#62659 CRASH - Template Manager dumps core on closing after browsing templates [Cédric Bosdonnat]
  • fdo#62805 FILEOPEN RTF : table not displayed [Maxime de Roucy]
  • fdo#63161 EDITING: calc crash with some cell input containing digits and space in locales with space group separator [Eike Rathke]
  • fdo#63350 UI: formula editor: Reorder toolbars, so "File Save" icon is on the left [Thomas Arnhold]
  • fdo#63403 EDITING: Calc crash when entering single cell matrix formula with ROW() or COLUMN() [Eike Rathke]
  • fdo#63421 PIVOTTABLE: Crash while using pivot table with accessibility enabled [Eike Rathke]
  • i#116758 Impress forces excessive Xorg utilization and eventually crashes the window manager [Caolán McNamara]
  • i#118925 ICU Regex: look-ahead and look-behind are not work well with replacement [Herbert Dürr]
  • i#119478 [From Symphony]PPT Import:Cell background color in table gets lost while opening a ppt file with AOO [Andre Fischer]
  • i#119658 [From Symphony] Some numbering format not support [Jian Fang Zhang]
  • i#119870 [From Symphony]Line transparency value is lost after saving as another ppt by AOO [Jürgen Schmidt]
  • i#119972 [From Symphony]Formula GETPIVOTDATA returns #REF! value [Wang Lei]
  • i#120237 Crash when changing a shape background on OSX [Caolán McNamara]
  • i#120598 Apache Find/Replace Flaw in OpenOffice 3.4.0 [Herbert Dürr]
  • i#121482 Regular expressions Search for bold word select all paragraph [Herbert Dürr]
  • i#121633 some regular expressions fail unless "match case" is also ON [Herbert Dürr]
  • i#78029 Draw - glue points are incorrect for right triangle? [Regina Henschel]
  • i#78247 Upper gluepoint of Isosceles Triangle is wrong when moving the handle. [Regina Henschel]
  • rhbz#876742 [fix available] manipulation with larger tables in impress is very slow [David Tardon]
  • rhbz#906137 Slide show mode inverts outputs [Caolán McNamara]
  • rhbz#918938 Crash in Impress when right-clicking selected word [Caolán McNamara]
  • rhbz#949238 libreoffice-impress crashes (divide by 0 in valueset.cxx pageup/down handler) [Caolán McNamara]

New in LibreOffice 4.0.2 RC2 (Mar 27, 2013)

  • keep migrating more user extensions after one failed [Stephan Bergmann]
  • [EDITING] Calc decreases one day of a date typed (Brazilian-portuguese locale and timezone) [Eike Rathke]
  • EDITING: Error bars values become Y-values when copying charts from calc to writer [Markus Mohrhard]
  • UI: Autocorrect Options can not be closed using 'Close-X' at the top right corner of dialog [Joren De Cuyper]
  • Small errors in the layout margins of the text boxes [Joren De Cuyper]
  • Wrong result because 'Property Let' fails to execute [Noel Power]
  • FILEOPEN, FILESAVE, "Could not save document, error in writing sub document context.xml" then corrupt file. [Miklos Vajna]
  • Saving particular odg file resets font formatting [Michael Meeks]
  • FORMATTING: crash when switching between left and right page [Michael Stahl]
  • FILESAVE Libreoffice hangs when exporting a particular .ods to .xlsx [Noel Power]
  • Libvisio: Visio document cannot be opend by Draw [Fridrich Štrba]
  • Turkish Lira sign should precede numbers, not follow [Andras Timar]
  • displaying of object groups having subobjects on different layers is broken [David Tardon]
  • TABLE: Splitting a table options are mixed [Joren De Cuyper]
  • Libreoffice causing errors when SAVING files by gvfs-mount (Samba) [Stephan Bergmann]
  • Slide show mode inverts outputs [Caolán McNamara]
  • Crash in Impress when right-clicking selected word [Caolán McNamara]
  • Converting String to Double

New in LibreOffice 4.0.2 RC1 (Mar 15, 2013)

  • bnc#779642 fixed floating tables import in writerfilter [Cédric Bosdonnat]
  • coverity#983356 ressource leak [Norbert Thiebaud]
  • fdo#52948 EDITING: Report-Builder - Print when Group change has no function [Lionel Elie Mamane]
  • fdo#53278 Draw instead of russian show obscure characters in CDR file (Corel Draw 12 format) [Fridrich Å trba]
  • fdo#53594 FILEOPEN : Import RTF file but ole are not well positioned in table/cells [Maxime de Roucy]
  • fdo#53985 FILEOPEN: particular MSO2007 .docx document is "shortened" (part of contents missing) [Miklos Vajna]
  • fdo#54335 [FORMATTING, EDITING] Typing an existing style name into Style box changes hierarchy of styles [Joren De Cuyper]
  • fdo#54586 Import CDR files with polish characters [Fridrich Å trba]
  • fdo#54651 PIVOTTABLE time-format gone [Kohei Yoshida]
  • fdo#55366 FILEOPEN particular .CDR shows element in too low vertical position [Fridrich Å trba]
  • fdo#56031 Accessible Text Interface not updating until word boundary at caret offset [Caolán McNamara]
  • fdo#56272 FILEOPEN: Drawings are shown at wrong position [Miklos Vajna]
  • fdo#57061 Not all personal data imported during install from /3 User Profile [Petr Mladek]
  • fdo#57536 Wrong Chinese conversion: è‘— & 着 [Andras Timar]
  • fdo#57661 Conditional formatting gets corrupted after deleting the contents of some cells. [Markus Mohrhard]
  • fdo#57841 FILEOPEN: Importing CSV file, data columns disappear if binary 0 in data [Eike Rathke]
  • fdo#58630 Calc - CRASH when using Validity [Caolán McNamara]
  • fdo#59528 libcdr: cdr import faulty -> postition of the circles wrong [Fridrich Å trba]
  • fdo#59638 REGRESSION FILEOPEN: RTF import doesn't handle list types correctly [Miklos Vajna]
  • fdo#60083 ]FILEOPEN] spreadsheet doesn't show error bars [Markus Mohrhard]
  • fdo#60253 Unable to select data for error bars in calc [Markus Mohrhard]
  • fdo#60701 Send Document as email fails, when application is installed to a directory with a space [Stephan Bergmann]
  • fdo#60722 RTF import wrong shape order and coloring problems [Miklos Vajna]
  • fdo#60764 EDITING: Data sort dialog box is bigger [Caolán McNamara]
  • fdo#60789 docx document content not shown, several pages missing [Michael Stahl]
  • fdo#60886 Show Variable field shows no content in Page Header/Footer, Frames [Michael Stahl]
  • fdo#60915 FORMATTING: Date with [~buddhist] always show the year with 4 digits [Eike Rathke]
  • fdo#60920 PRINTING: Printing: Print dialogue looks stripped and flat [Caolán McNamara]
  • fdo#61000 FILEOPEN: Incorrect argument to UNO call at NumberingManager.cxx:650 result in crash due to negative tab stop position [Michael Stahl]
  • fdo#61016 FILEOPEN: Open docx result in crash/STL assertion due to recursive calls to deleteMark [Michael Stahl]
  • fdo#61138 Autocorrect data for Catalan [Joan Montane, Andras Timar]
  • fdo#61139 Updated bundled Catalan dictionaries [Andras Timar]
  • fdo#61165 FILESAVE: Moving cells after saving [Markus Mohrhard]
  • fdo#61166 EDITING: Values in correlated subquery were not shown in queries. [Lionel Elie Mamane]
  • fdo#61241 Dialog box for Background style in Style and Formatting pane not correctly displayed [Caolán McNamara]
  • fdo#61343 FILEOPEN: Writer crashes while opening this docx file [Miklos Vajna]
  • fdo#61421 Prevent smartphone is locked when you are making a presentation [OndÅ™ej Smrž]
  • fdo#61453 [DE] UI: Writer 'Character Style - Name field' to short [Andras Timar]
  • fdo#61466 [Template manager] Delete a template is done without asking for confirmation [Cédric Bosdonnat, Rafael Dominguez]
  • fdo#61507 broken export of title (metadata) to RTF format [Miklos Vajna]
  • fdo#61571 Error while running libreoffice4.0: no suitable windowing system found, exiting. [Caolán McNamara]
  • fdo#61602 Turkish Default Currency symbol changed but not included [Andras Timar]
  • fdo#61656 broken functionality on Page Layout tab [Caolán McNamara]
  • fdo#61660 unhelpful dictionary entries... [Andras Timar]
  • fdo#61721 FILEOPEN a large (19MB) XLSX file very slow [Markus Mohrhard]
  • fdo#61781 Error bars of charts created via cell range in Calc are lost after saving and reopening [Markus Mohrhard]
  • fdo#62075 Hierarchical filter hard to find [Joren De Cuyper]
  • fdo#62103 File conflicts between language packs [Andras Timar]
  • i#119513 [From Symphony]Picture is lost when opening sample PPT file [Herbert Dürr]
  • i#119989 [From Symphony]Pie chart height becomes greater when open Excel file [Armin Le Grand]
  • i#120616 svg: wrong rendering for gradientUnits="objectBoundingBox" [Armin Le Grand]
  • rhbz#847519 [fix available] segfault at chart creation in lcl_getExplicitSimpleCategories [Eike Rathke]
  • rhbz#895196 [a11y] Freeze on filtering in Calc [Caolán McNamara]
  • rhbz#915743 thread deadlock/slow join in insert->hyperlink in impress [Stephan Bergmann]
  • rhbz#916936 can't copy text from a read-only document in Calc [Eike Rathke]
  • rhbz#918168 CVE-2013-0900 icu: Race condition allows remote attackers to cause a DoS [fedora-all] [Eike Rathke]

New in LibreOffice 4.0.0.3 (Feb 7, 2013)

  • Integration with several content and document management systems – including Alfresco, IBM FileNet P8, Microsoft Sharepoint 2010, Nuxeo, OpenText, SAP NetWeaver Cloud Service and others – through the CMIS standard.
  • Better interoperability with DOCX and RTF documents, thanks to several new features and improvements like the possibility of importing ink annotations and attaching comments to text ranges.
  • Possibility to import Microsoft Publisher documents, and further improvement of Visio import filters with the addition of 2013 version (just announced).
  • Additional UI incremental improvements, including Unity integration and support of Firefox Themes (Personas) to give LibreOffice a personalized look.
  • Introduction of the widget layout technique for dialog windows, which makes it easier to translate, resize and hide UI elements, reduces code complexity, and lays a foundation for a much improved user interface.
  • Different header and footer on the first page of a Writer document, without the need of a separate page style.
  • Several performance improvements to Calc, plus new features such as export of charts as images (JPG and PNG) and new spreadsheet functions as defined in ODF OpenFormula.
  • First release of Impress Remote Control App for Android, supported only on some Linux distributions. (The second release, coming soon, will be supported on all platforms: Windows, MacOS X and all Linux distros and binaries.)
  • Significant performance improvements when loading and saving many types of documents, with particular improvements for large ODS and XLSX spreadsheets and RTF files.
  • Improved code contribution thanks to Gerrit: a web based code review system, facilitating the task for projects using Git version control system (although this is not specific of LibreOffice 4.0, it has entered the production stage just before the 4.0 branch).

New in LibreOffice 3.6.5 (Jan 30, 2013)

  • This release is bit-for-bit identical to the 3.6.5 Release Candidate 2, so you don't need to download or reinstall if you have that version already.
  • The distribution for Windows is an international build, so you can choose the user interface language that you prefer. Help content is available via an online service, or alternatively as a separate install.
  • For Windows users that have LibreOffice prior to version 3.4.5 installed, uninstall that beforehand. Otherwise, the upgrade to 3.6.4 may fail.
  • For Windows users that have OpenOffice.org installed, we advise uninstalling that beforehand, because it registers the same file type associations.
  • If you run Windows 2000, you may require this update before being able to install LibreOffice.

New in LibreOffice 4.0.0 RC 2 (Jan 29, 2013)

  • Bugs fixed against 4.0.0 RC1:
  • bnc#791985 automatically rotate chart labels (if overlapping). [Muthu Subramanian]
  • bnc#792778 DOCX import: parse group shapes in oox only [Miklos Vajna]
  • bnc#793408 fix cell border line properties [Radek Doulik]
  • bnc#793999 PPTX Export - background image fit to slide. [Muthu Subramanian]
  • bnc#794350 [PPTX] Flip gradient fill as well. [Muthu Subramanian]
  • fdo#36057 Docs don't mention that time format using [] is needed to show hours non-modulo 24 [Michael Meeks]
  • fdo#37449 Crash when previewing the Pgtextje.ttf font in the font list [Caolán McNamara]
  • fdo#38606 UI: Under Style and Formatting, clicking Apply always resets to initial tab [Caolán McNamara]
  • fdo#40465 changing zoom in Writer makes the display jump to wrong page [Winfried Donkers]
  • fdo#46460 Missing Circles and Ovals toolbar. [Rob Snelders]
  • fdo#52286 FILESAVE as .RTF will show subscript and superscript with normal font height instead of reduced height [Miklos Vajna]
  • fdo#53009 Large UserInstallation's user/extensions/bundled/ tree [Stephan Bergmann]
  • fdo#53487 [Notes] Weird interaction of notes/comments with undo. Insert/Comment is grayed out. [Miklos Vajna]
  • fdo#54165 Unable to localize key names [Jesús Corrius]
  • fdo#55974 CRASH: segfault while closing an Impress file [Caolán McNamara]
  • fdo#56124 add calc functions IFERROR and IFNA as in ODFF1.2 [Eike Rathke]
  • fdo#57465 : Calc sorts columns incorrectly [Markus Mohrhard]
  • fdo#57938 First character before ranged comment cannot be edited or removed [Miklos Vajna]
  • fdo#58026 Localization problem for GoogleDocs extension [Andras Timar]
  • fdo#58069 FILESAVE in different path structure destroys relative hyperlinks [Kohei Yoshida]
  • fdo#58242 Introspection on Anchor of TextTable crashes LO [Michael Stahl, Noel Power]
  • fdo#58301 Controls in dialog Data > Sort invisible after starting [Caolán McNamara]
  • fdo#58324 VIEWING: In Libreoffice 4.0 Beta1, Writer fail to find other fonts for displaying unicode characters. [Caolán McNamara]
  • fdo#58327 Paste Special cells "As RTF" from Calc immediately undone [Michael Stahl]
  • fdo#58328 FILESAVE: Creating a new document version no longer working [Cédric Bosdonnat]
  • fdo#58415 CRASH with option - general - USE DIALOG BOX Libo if folder contains a file with Pipe car. [Stephan Bergmann]
  • fdo#58503 Options->Writing Aids doesn't list the available bundled language modules [Eike Rathke]
  • fdo#58531 FILEOPEN: Reload no longer refreshes external links in 4.0 [Kohei Yoshida]
  • fdo#58539 documents that crash Libreoffice Calc master from 18.12.2012 [Kohei Yoshida]
  • fdo#58562 EDITING: copy and paste of CHART from Calc looses Y values [Kohei Yoshida]
  • fdo#58589 UI: program crash/file recovery dialog looks unfinished [Caolán McNamara]
  • fdo#58609 FORMATTING: Condition type dropdown box is too small [Markus Mohrhard]
  • fdo#58610 FORMATTING: IconSet not working correctly [Markus Mohrhard]
  • fdo#58712 Terms necessary for the translate are not available [Andras Timar]
  • fdo#58730 paragraph styles line spacing does not stick when also specifying non-zero left and right margins [Caolán McNamara]
  • fdo#58778 FORMATTING: conditional formats can easily be created without a specified range (especially iconset) [Markus Mohrhard]
  • fdo#58793 FILEOPEN: Crash when trying to open attachment fdo#58277 [Michael Stahl]
  • fdo#58854 Button not localized [Andras Timar]
  • fdo#58893 [CRASH] FILEOPEN : master document with linked template modified [Michael Stahl]
  • fdo#58909 Extension upgrade fails with error "Cannot create folder" [Stephan Bergmann]
  • fdo#58933 FILEOPEN: RTF-filter; Addition of empty paragraphs in table’s cells [Miklos Vajna]
  • fdo#58988 Copy and paste chart fails if the source sheet does not have the default name [Kohei Yoshida]
  • fdo#58998 duplicated sections [Caolán McNamara]
  • fdo#59084 PIVOTTABLE refreshing with date group field crashes [Kohei Yoshida]
  • fdo#59112 resizing sort dialog breaks scollbar and disables all entries [Caolán McNamara]
  • fdo#59131 Crash on opening Properties from print dialog second time [Caolán McNamara]
  • fdo#59158 site link is wrong [Andras Timar]
  • fdo#59159 Styles only used in CONDITIONAL FORMATTING not copied with sheet to new document [Markus Mohrhard]
  • fdo#59182 Double scrollbar for special characters dialog [Caolán McNamara]
  • fdo#59183 EDITING: Copy 4 or more slides then crash [Caolán McNamara]
  • fdo#59208 [PERSONAS] Artifacts left when personas run out of content [Jan Holesovsky]
  • fdo#59212 Some buttons in Basic dialog needs localization [Andras Timar]
  • fdo#59230 [Personas] No image behind toolbars [Jan Holesovsky]
  • fdo#59240 FORMATTING: Thai number shown as Arabic numerals [Joren De Cuyper]
  • fdo#59248 Writer and Fax wizards do not work [Stephan Bergmann]
  • fdo#59249 Mail merge setting test stopped working [Michael Stahl, Stephan Bergmann]
  • fdo#59275 FILESAVE: table lost borders after save as DOCX [Pierre-Eric Pelloux-Prayer]
  • fdo#59292 FILEOPEN: .xlsx: function TDIST not recognized [Eike Rathke]
  • fdo#59293 FILEOPEN: .ods: error values in array formula result not preserved when cached
  • fdo#59314 Crash using the new conditional formatting option "Icon set" (part II)
  • fdo#59321 Windows installer visibly escapes double quotes
  • fdo#59338 RTF: Inserting RTF into footnote fails
  • fdo#59370 Default dictionary set for Russian
  • fdo#59371 Russian spellcheck extensions has incorrect version number.
  • fdo#59380 Default dictionaries set for Spanish UI
  • fdo#59381 Default dictionaries set for Catalan UI
  • fdo#59396 "Bright Blue" Template: Footer is duplicated
  • fdo#59428 Broken mirrored page layout
  • fdo#59437 SwFmtAnchor::SetAnchor assert on loading a given document
  • fdo#59517 FILEOPEN: Lost all text in particular file (regression)
  • fdo#59578 FORMATTING: cells don't remember center line data bars
  • fdo#59583 EDITING: Cannot use formula with user-defined function
  • fdo#59619 Spelling error — Heigth
  • i#118572 remove ui string and help content regarding usage of Java Mail for Mail Merge
  • i#59275 After using first time the dictionary wizard stops working
  • i#88797 make SDK to an optional officemodule
  • rhbz#818557 [abrt] libreoffice-writer-3.3.4.1-2.fc15: SwCrsrShell::GetCrsr: Process /usr/lib64/libreoffice/program/swriter.bin was killed by signal 11 (SIGSEGV)

New in LibreOffice 4.0.0 RC 1 (Jan 10, 2013)

  • Bugs fixed against 4.0.0 Beta 2:
  • bnc#793262 fix DOCX import of last empty header/footer para char props [Miklos Vajna]
  • bnc#793998 sw: add TabOverMargin compat mode [Miklos Vajna]
  • fdo#33090 Thai text in some UI elements will be displayed overlapped on Windows Vista / Windows 7 [Michael Stahl]
  • fdo#38090 Incorrect Viewing of Thai characters after certain characters [Michael Stahl]
  • fdo#40465 changing zoom in Writer makes the display jump to wrong page [Winfried Donkers]
  • fdo#42978 Basic IDE UI: Changed language of strings not immediately displayed in dialog form [Noel Power]
  • fdo#45183 FILEOPEN - broken layout of rtf document [Miklos Vajna]
  • fdo#45266 postition of imported chart/shapes from xlsx is bad [Kohei Yoshida]
  • fdo#47466 FORMATTING: Autoformat empty rows causes app to crash [Julien Nabet]
  • fdo#47553 FILEOPEN document with Punjabi Font will CRASH [Michael Stahl]
  • fdo#49277 PPT EXPORT: Tabulators are displaced after exporting to PPT format [David Tardon]
  • fdo#50284 FILEOPEN .doc/.docx (MSO2007) Bullet lists show wrong bullet symbols MacOS X [Caolán McNamara]
  • fdo#50415 Shortcut names are not localized on Linux [Jesús Corrius]
  • fdo#53521 crash when running "shell()" with a non-existent program [Christopher Copits]
  • fdo#53604 error in saving empty footnote in RTF format [Miklos Vajna]
  • fdo#54165 Unable to localize key names [Jesús]
  • fdo#54336 EDITING: Input in a timestamp-field only with completed date-input possible [Eike Rathke]
  • fdo#54344 TABLE: Date Number Formatting ISO 8601 with wrong number recognition result, Day becomes Year, Day always 1 [Eike Rathke]
  • fdo#54612 Pictures not rendered and text missing when rendering RTF document [Miklos Vajna]
  • fdo#55044 VIEWING of particular DRAW OLE object incomplete, pixel picture in it is missing [Michael Stahl]
  • fdo#55174 Calc IMPORT: crash during opening of xlsx document [backtrace with symbols attached [Kohei Yoshida]
  • fdo#56267 Resuming after (OS) crash wil not allow new document while a document titled "Untitled 1" is open. [David Tardon]
  • fdo#56278 EDITING: Calculate formula: DEl or BS to empty a cell with a formula, does not result in updating a formula referencing that cell [Kohei Yoshida]
  • fdo#56937 EDITING: freeze when drag-and-drop from Calc input line to anywhere on OSX when BetterTouchTool option "window snapping" is active [Michael Meeks]
  • fdo#56970 switching between sheets with different directionality hides the + button for new sheet [Issa Alkurtass]
  • fdo#56980 EDITING: Custom shape becomes text field or disappears when editing text or color from saved file [David Tardon]
  • fdo#57203 Launching .vbs before LibO causes error "Unknown option: -Embedding" and command line help appears [Aurimas Fišeras]
  • fdo#57530 FILEOPEN XLS: Severe performance regressions in LO compared to Open Office [Markus Mohrhard]
  • fdo#57678 FILEOPEN: TABLES from particular RTF file imported as plain text [Miklos Vajna]
  • fdo#57881 FORMATTING Page style Default has Page layout 'Mirrored' as default - also for existing documents [Miklos Vajna]
  • fdo#57886 formula mangled when FILEOPEN particular .RTF [Miklos Vajna]
  • fdo#57896 EDITING: duration for copy or deletion of 1 sheet depends on number of sheets with CONDITIONAL FORMATTING in document. [Markus Mohrhard]
  • fdo#58004 PIVOTTABLE does not keep date format and crash while grouping [Kohei Yoshida]
  • fdo#58074 Writer table functions are not calculated before printing [Michael Stahl]
  • fdo#58076 RTF FILEOPEN import result 2 pages (1 page in LO 3.4) [Miklos Vajna]
  • fdo#58129 FILESAVE as ppt and pps (MSO97): rejected by MSO with warning message [David Tardon]
  • fdo#58179 FORMATTING: Cell rendering differs from version 3.6.4.3 [Eike Rathke]
  • fdo#58222 BASIC's HEX Command since V3.6.1 (when bug 42492 fix was applied) now returns lower case "a" to "f" characters [Christopher Copits]
  • fdo#58267 weakref / lifecycle nightmare on calc draw shape load [David Tardon]
  • fdo#58269 Macros: OnPrint Event [Noel Power]
  • fdo#58306 Extension CT2N crashes on function Input (from File) [Noel Power, Luboš Luňák]
  • fdo#58331 Fatal error during startup (migration of legacy .zip extension fails) [Stephan Bergmann]
  • fdo#58340 FORMATTING: Conditional formatting 'Date is Next...' does not work in case of change of year [Markus Mohrhard]
  • fdo#58370 "Send Feedback..." URL invalid in other languages then English [Rob Snelders]
  • fdo#58399 CRASH when FILEOPEN particular .docx (MSO2007) [David Tardon]
  • fdo#58403 print current page macro has different behaviour in 4.0 beta [Noel Power]
  • fdo#58427 CRASH when I click on FORMATS in advanced option of search dialog box. [Michael Stahl]
  • fdo#58539 documents that crash Libreoffice Calc master from 18.12.2012 [Kohei Yoshida, Markus Mohrhard]
  • fdo#58571 Invalid ODF 1.2: " tag name "text:p"" [Markus Mohrhard]
  • fdo#58590 word-count horrible slowness ... [Michael Meeks]
  • fdo#58608 FORMATTING: DataBars More options dialogue has incorrect 'bar colours' heading [Markus Mohrhard]
  • fdo#58651 [Writer] Options in Position tab of paragraph style not distributed equally over available space [Jack Leigh]
  • fdo#58671 Remove accelerators of "~Change Case" from Undo/Redo dropdown list [Korrawit Pruegsanusak]
  • fdo#58673 KeyID in UI do not match Pootle's [Zolnai Tamás]
  • fdo#58677 CONDITIONAL FORMATTING lost after sheet has been copied to new document [Markus Mohrhard]
  • fdo#58686 CRASH when edit CONDITIONAL FORMATTING [Markus Mohrhard]
  • fdo#58693 VIEWING: mysql-database and table names not correct, SQL-error when opening table [Lionel Elie Mamane]
  • fdo#58766 "enable macro recording" status lost at restart [LeMoyne Castle]
  • fdo#58779 "Ctrl+P". print dialog not shown. prints file directly [Noel Power]
  • fdo#58781 FORMATTING: conditional formatting have weird result [Markus Mohrhard]
  • fdo#58863 FILEOPEN .xlsx: "IF" condition not calculated [Markus Mohrhard]
  • fdo#59039 FILEOPEN: type information of formula error results lost in cached results [Markus Mohrhard]
  • Template:Gnome make sure the column index is valid, [Markus Mohrhard]
  • Template:Gnome limit the number of imported digits, [Markus Mohrhard]
  • i#75264 crash in pdf export with large transparent bitmaps [Jan Holesovsky]
  • Template:Kde don't overflow column number during import, [Markus Mohrhard]
  • rhbz#782736 form text field with text type "multi-line with formatting" is printed enlarged [David Tardon]
  • rhbz#890080 [abrt] libreoffice-core-3.5.7.2-7.fc17: dereference NULL pSwView in SwXTextDocument::getRendererCount [Michael Stahl]
  • rhbz#891082 libreoffice Impress constantly crashes [Michael Stahl]

New in LibreOffice 3.6.4 RC 1 (Nov 16, 2012)

  • bnc#681110 LibreOffice/impress in presentation mode: font-rendering defect
  • bnc#787452 add some new ado constants
  • deb#690717 fix bashism in /bin/sh script
  • fdo#35427 UI: 'Tools > Options > Writer > View - Show Scroll Slider' checkboxes without enduring effect
  • fdo#35991 merged cells in TABLES in .doc files not saved correctly by Writer
  • fdo#38606 UI: Under Style and Formatting, clicking Apply always resets to initial tab
  • fdo#43210 preview before printing in RTL lang, the 1st page is from left
  • fdo#44657 RTL UI: Horizontal scrollbar in calc main window is broken fdo#44925 list box contents should be same direction/alignment as sheet, not the interface
  • fdo#46012 VIEWING
  • fdo#46102 script dispatch java extensions are broken
  • fdo#46669 EDITING: Copy/Paste from Text Box changes page layout if Experimental Features enabled
  • fdo#46807 FORMATTING: The Shekel sign is in right side of number (RTL UI)
  • fdo#47250 Writer crashes when control-clicking/right-clicking on table cells, if DudenKorrektor extension is installed
  • fdo#47291 FILEOPEN: scrambled Vector Graphic (EMF) with negative points
  • fdo#47432 Impress renders all bold Chinese fonts incorrectly .
  • fdo#47669 Bad processing hyperlink with anchor in DOCX
  • fdo#48442 FILEOPEN: Incorrect displaying attached RTF document
  • fdo#48569 LibreOffice crashes when saving frames anchored as-character to .docx format
  • fdo#49517 Java Macro Embedded in document will not run
  • fdo#50285 Loading .doc document introduces bogus superscript text [Caolán McNamara]
  • fdo#50931 EasyHack: FILEOPEN: Cannot import HTML and (while and , and are imported correctly)
  • fdo#51247 EDITING: CRASH when modify Text Animation properties to "As one object" and check "Animate attached shape" option
  • fdo#51550 FILESAVE as .docx looses embedded OLE objects
  • fdo#52208 [DOCX] FILEOPEN: additional empty page after a continuous section break at the end of document
  • fdo#53070 freeze/hang when connecting to ADO source (e.g. MS Access 2003 mdb / 2007 accdb)
  • fdo#53474 Java Accessibility Bridge based Accessibility does not work on Windows for ALL LibreOffice 3.6.x releases thusfar
  • fdo#53482 UI: Option 'Range contains column headings' ignored
  • fdo#53531 Time field in header not shown after FILEOPEN
  • fdo#53814 Macros: sorting range in calc in 3.6 puts nulls ahead of filled in rows
  • fdo#53870 Sort lists in Calc not shown and adding a second custom defined list, deletes a privious defined custom list
  • fdo#54094 UI: Outline numbering tooltips when scrolling are missing a space
  • fdo#54552 EDITING: Cell used in a formula is considered non-empty
  • fdo#54898 Sum error with hours in PIVOTTABLE
  • fdo#55034 Hebrew text rendering is broken in a few fonts, including fonts chosen as the default
  • fdo#55138 When SYSUSERCONFIG filepath contains "$", first start fails with message: Unhandled exception cannot open directory...
  • fdo#55367 CALC FUNCTION CONVERT_ADD wrong convertion factor for "tspm"
  • fdo#55369 FORMATTING fraction displayed and treated as dates
  • fdo#55417 FILESAVE: export to xlsx of cell with cell style that has alignment fails
  • fdo#55418 FILESAVE: re-exported xlsx cells with cell style results in corrupted cell styles
  • fdo#55493 [RTF] FILEOPEN: Images are not scaled in table/cells
  • fdo#55673 CONDITIONAL FORMATTING duplicates not visible
  • fdo#55712 FILTER: Autofilter incorrect if filtered cells are referenced in formulas
  • fdo#55732 Greek page number fields - case inverted
  • fdo#55734 REGRESSION Crash when subtotals calculated for "none" with cell selected outside subtotal range
  • fdo#55800 Tools Options Colors Edit - Hex - any value forces grey
  • fdo#55875 XLSX import loose data with >15 char. numbers in text type cells
  • fdo#55885 CRASH when FILESAVE particular .ods after deletion of rows
  • fdo#55931 Autofit Text breaks subscript / superscript in Impress
  • fdo#55939 FILESAVE RTF export faulty file when text has footnotes
  • fdo#56130 Add new spellchecker for Galician
  • fdo#56281 German OK and Cancel buttons show ~
  • fdo#56316 EDITING: CONDITIONAL FORMATTING not included in copy-paste cell
  • fdo#56325 PIVOTTABLE from Datasource (Base, Query) has no value (regression)
  • fdo#56366 Titlebar clips Unicode characters from file name to 16 bits
  • fdo#56430 EDITING: Reproducable total crash on a right mouse click on a image due to the Duden extension (v9.0.0.2)
  • fdo#56554 Date field in Hebrew formatting include LTR text which is broken in RTL directionality
  • fdo#56603 EDITING: CRASH when apply font properties from vertical toolbar
  • fdo#56958 Spreadsheet Crashes trying to SORT after using and removing SUBTOTALs
  • fdo#56983 EDITING: CRASH when copy / paste cell in particular .ods imported from Excel
  • rhbz#864858 libreoffice 3.5 calc documents with more than 256 sheets are not supported
  • rhbz#868479 Incorrect translation of the german printing window

New in LibreOffice 3.6.2 (Oct 4, 2012)

  • Writer:
  • Format paintbrush now differentiate character automatic formating attributes applied to paragraph from those applied to text portion inside the paragraph. These character automatic formating attributes are applied to the entire paragraph by default; if Ctrl is hold while the format is passed these attributes are applied only to the selected text portion. (Maxime de Roucy)
  • Support for contextual spacing. (Miklos Vajna)
  • VML import (used inside older DOCX files) now handles lines, rotations and flips. (Miklos Vajna)
  • DOCX import now handles GetExpression and SetExpression fields. (Miklos Vajna)
  • RTF/DOCX import/export now handle the document zoom setting. (Miklos Vajna)
  • Pressing Ctrl with [ or with ] will decrease or increase font size of the selected text, respectively. fdo#36187 (Cameron Paul)
  • Word count (whole document and selection) in status bar fdo#34772, as well as fixes for two miscountings: fdo#46757, fdo#50141 (Muhammad Haggag)
  • Table AutoFormats now record the following table-level properties: fdo#31005. (Muhammad Haggag)
  • Shows Text Boundaries depending on the choice of display unprintable characters fdo#46073 (Cédric Bosdonnat).
  • Support for importing Smart Art. (Miklos Vajna)
  • Label / business card wizard:
  • Extension of label definitions with form (paper, page) size. Labels which are not centered on the form are created correctly now. (Winfried Donkers)
  • All 1700+ predefined label definitions have been modified to include the form size, obsolete definitions have been removed. (Winfried Donkers)
  • Recalculation of label position on the form. Label definitions with gaps between labels that are wider than the right margin now produce correct documents. Existing user defined labels are automatically extended with form size. (Winfried Donkers)
  • The form size can be entered/modified in the wizard dialog: (Winfried Donkers)
  • Calc:
  • Ctrl-D fills-down in more familiar ways, filling with the contents of the cell above if no cell is selected, and filling down multiple cells with larger selections (Kohei Yoshida)
  • New option to specify a custom sheet name prefix in new documents. (Albert Thuswaldner)
  • Marked cells in Calc can now be merged via the right mouse click context menu. fdo#37210 (Greggory Hernandez)
  • Sheets can be hidden and shown by using sheets tab context menu (Noel Power)
  • Improved error message for invalid sheet name. fdo#45285 (Albert Thuswaldner)
  • Export conditional formatting to xlsx (Markus Mohrhard)
  • Improved CSV file import.
  • Added a "Save cell formulas instead of calculated values" option to CSV export. fdo#45664 (Florent Gallaire)
  • New spreadsheet function DATEDIF as defined in ODF OpenFormula and for MS-Excel interoperability. fdo#44456 (Winfried Donkers, Eike Rathke)
  • New spreadsheet functions IMTAN, IMSEC, IMCSC, IMCOT, IMSINH, IMCOSH, IMSECH and IMCSCH as defined in ODF OpenFormula. fdo#51017 (Regina Henschel)
  • Support field items in cells. You can now insert date, sheet name, and title fields into cells. To insert a field, activate the cell to be in edit mode, right-click on the cell, and select Insert Field in the context menu to insert a field. (Kohei Yoshida)
  • Allow sorting of data from the autofilter menu. (Kohei Yoshida)
  • Quickly allow pasting only text, value, or formula from the context menu. (Noel Power)
  • Detailed configuration options for formula calculation. You can now configure the reference syntax for built-in function INDIRECT. In the future we may add more calculation options here to allow users to configure run-time formula calculations. (Kohei Yoshida)
  • New formula options page with calculation settings.
  • Dialog for detailed calculation settings.
  • Remove the limitation to 3 sort entries in calc. fdo#45747 (Albert Thuswaldner)
  • Default number of sheets for new document will be 1, instead of 3 – fdo#50183, (Stefan Knorr)- Note that since version 3.5 you can edit this setting via Tools > Options > LibreOffice Calc > Defaults.
  • Support for X errorbars in scatter and bars charts, import and exporting to xls and ods when using ODS 1.2 extended. fdo#33773 (Rafael Dominguez)
  • Support for color scales and data bars. Import from xlsx and import/export from ods in ODF1.2 Extended. Warning: Some limitation still apply and will be fixed in 3.7.0 (Markus Mohrhard)
  • New dialogs for conditional formats to support color scales and data bars (Design: Stefan Knorr, Implementation: Markus Mohrhard)
  • Impress:
  • Added widescreen format for impress-slides. fdo#42986 (Rob Snelders)
  • Correctly detect the external display and put the presenter console on the local display (Michael Meeks)
  • 10 new master pages (Alexander Wilms, Mateus Machado Luna, Björn Michaelsen)
  • Math:
  • Format dialogs (Font, Font Size, Spacing) and Symbols (Tools > Catalog) now have help buttons. fdo#47860, fdo#47862, fdo#47863, fdo#47864 (Karan Desai)
  • Basic IDE:
  • Docked Object Catalog pane (Bence Tomcsik)
  • Core:
  • Support for Japanese postcard paper size in all applications. (Takeshi Abe)
  • Recent Documents list are updated on Save, Save As, Save All, and Close. fdo#37775 (Muhammad Haggag)
  • Allow for editing of read-only documents. (Stephan Bergmann) Paraphrasing from the commit message
  • Add Support assistive technology tools option to installation process fdo#39833 (Andras Timar).
  • Added Lanczos algorithm for resizing of images and use it instead of interpolate algorithm. This change has increased the quality of images when reducing image resolution in PDF export. fdo#46378 (Tomaž Vajngerl)
  • Macro recording can be activated with a separate option: Tools > Options > General > Enable macro recording. fdo#41865 (Cor Nouws). This allows using that (limited) functionality without turning on the experimental features.
  • Filters:
  • Import filter for Corel Draw documents. More details here and here.
  • PDF Export with Watermark option. See it at File > Export to PDF. (Andreas Mantke)
  • ODF Export now comes with a "ODF 1.2 Extended (compat mode)", that yields better interoperability with older consumers of the Open Document Format. It comes at the price of a slightly reduced standards conformance though. (Thorsten Behrens)
  • GUI:
  • General cleanup of the UI: 3D borders in rulers and status bars were removed, toolbars are borderless and have a subtle background gradient for improved look (Windows Vista/7/later only) (Mirek Mazel, Stefan Knorr, Jan Holesovsky, Michael Meeks)
  • Default to Tango icon set on Mac OS X (Michael Meeks & UI team)
  • Rulers are now much cleaner and more light-weight (design by Mirek Mazel, implemented by Jan Holesovsky)
  • New Splash screen design (Andrea Soragna, Stefan Knorr (astron)).
  • The About dialog (access via Help ‣ About) has been redesigned for a cleaner look (Andrew Higginson) and received new artwork (Stefan Knorr (astron), based on the splash screen design by Andrea Soragna).
  • New artwork for the “Start Center” window (Stefan Knorr (astron), based on the splash screen design by Andrea Soragna).
  • Writer and calc use split color buttons, making it possible to apply the last used color with one mouse click for font, background, border and highlight colors (Winfried Donkers)
  • Clicking the ">>" overflow button will not show toolbar options anymore, the options could be shown by right-clicking the toolbar. fdo#38276 (Iain Billett)
  • Support for Trinity Desktop Environment integration (widgets, open/save dialogs, and address books) (Timothy Pearson and original KDE3 integration authors)
  • Screenshot coming soon...
  • Dictionary choice removed in spellchecker when there is only 1 dictionary active fdo#40778 (Caolán McNamara & Rob Snelders)
  • Zooming does now base on a geometric progression instead of an arithmetic one fdo#44173 (Tim Hardeck)
  • GTK themes are now able to render background gradient (the screenshots here use oxygen-gtk's "libreoffice" branch) (Ruslan Kabatsayev)
  • GTK themes now have a way for tab prelight rendering (Ruslan Kabatsayev)
  • GTK theming is implemented for fixes lines and frames (Ruslan Kabatsayev)
  • Localization:
  • Implemented locale dependent date acceptance patterns for input of incomplete dates.
  • This prevents erroneous detection of dates in Calc and Writer cell input and CSV file import.
  • See blog article for details. (Eike Rathke)
  • (Available since 3.6.2) Edit date acceptance patterns under Tools→Options→Language Settings→Languages for date recognition of keyboard input, pasted text, CSV file import, ... fdo#52240 fdo#52137 fdo#52288 (Eike Rathke)
  • Added English_Malawi en_MW locale data. (Eike Rathke)
  • Added Erzya_Russia myv_RU locale data.
  • Improved language tools (spell-check dictionaries, thesaurus, hyphenation patterns).
  • Performance:
  • Substantially improved OLE2 document import: .doc, .xls, .ppt (Caolan McNamara, Michael Meeks)
  • Substantially improved simple .doc/.docx import (Michael Meeks, Caolan McNamara)
  • Large document scrolling / re-layout / interactive editing improvements (Caolan McNamara)
  • Large autocorrect lists handled around twice as fast (Michael Meeks)
  • Improved performance of pivot table in Calc. Refreshing of pivot table should be now 35-50% faster than 3.5. In addition, memory footprint of pivot table is reduced significantly. (Kohei Yoshida)
  • Improved performance of raw cell value import from xlsx documents. (Daniel Bankston)
  • Improved performance of merged cell and matrix range import from ods documents. (Daniel Bankston)
  • Embedded HSQLDB databases are now size-minimized before being saved (LibreOffice uses "CHECKPOINT DEFRAG" and not only "CHECKPOINT"). The space occupied by deleted rows is thus really freed, but saving/closing the file may take a longer time. (Lionel Mamane)
  • Infrastructure:
  • Many modules ported to faster, more reliable gnumake (David Tardon, Matus Kukan, David Ostrovsky & more)

New in LibreOffice 3.6.2 RC 1 (Sep 17, 2012)

  • Bugs fixed:
  • be more careful in recognizing MathML
  • wait for InternalIPC::ProcessingDone in oosplash
  • spellcheck context menu contains too few variants
  • CRASH hovering over Menu "File > Send" if no JRE is available and MediaWiki Publisher installed
  • format ordinal number suffix not auto-correcting
  • FILEOPEN - ReportBuilder: existing report with .JPG
  • CRASH at startup citing msvcr90.dll after upgrade (most likely related to javasettings_Windows_x86.xml in the user profile)
  • DisposedException: java.io.IOException: com.sun.star.io.IOException: EOF reached
  • Header/footer prompts should only appear if user clicks in header/footer area
  • CRASH when browse to HD root directory in FILEOPEN Template dialog
  • EDITING: Paste and Paste Special not available for horizontally adjacent cells to vertical cell selection
  • Calc 3.5 Cannot Filter Date/Time Fields from Data Sources
  • SPELL The English word "usability" requires the indefinite article "a", not "an"
  • Libreoffice Grammar Check returns, "bad article," incorrectly
  • Error in rendering of rtf files generated by Crystal Report engine which were previously OK in LibO 3.4.
  • [Task] Many crashes when accessibility enabled on MacOS X
  • FILEOPEN pptx arrows are shifted to the left
  • Problem with RTF documents created using Oracle Report
  • Calc FILEOPEN: Regex option in database range filters not saved.
  • Ctrl-Tab no longer passes to next Auto input values
  • FORMATTING: row height not preserved after FILESAVE and reopen
  • FILEOPEN for multiple documents fails from built-in File Dialog
  • Writer FORMATTING: During Find&Replace operation wrong part of text becomes selected
  • Don't default to desktop pollution [Jan Holesovsky]
  • ibreOffice says that Java runtime JRE 1.7 on Windows is defective
  • The "Target in document" window displays hundreds of nonsensical items in bookmarks
  • FILEOPEN particular .HTML: 1 twip double borders lossage
  • FILEOPEN particular .xlsm: Formula with link to external contents missing if target sheet name contains space
  • FILEOPEN: Imported RTF file is incorrect, table in document is corrupt
  • shlxthdl_x64.dll/shlxthdl.dll causes Windows Explorer to CRASH repeatedly when Flat ODF file is in view
  • Year and Day of date interchanged after input
  • [Task] EDITING: Incomplete Date values are no longer detected
  • Translations errors should not break the build
  • EDITING: Allow truncated date inputs from numeric keyboard
  • EDITING: CRASH when Copy+Paste row with conditional formatting to other sheet and back to inserted row
  • UI: FILESAVE as Text (encoded) should offer .txt as file type and name extension
  • REPORT BUILDER UI: Unlink picture action in Image control file dialog without effect
  • Large UserInstallation's user/extensions/bundled/ tree
  • DOCX filter loses shape containing text
  • FILEOPEN error reading “Content (TOC)” from a DOCX
  • FILEOPEN particular .ods from LibO 3.0.0 shows grouped form fields at wrong horizontal position
  • CRASH when edit LibO File Dialog Path Pane
  • Segmentation fault from psp::PrintFontManager::analyzeTrueTypeFile with Aquabase-spanish-support
  • FILE SAVE AS: Can not edit read-only file after SAVE AS
  • FILEOPEN "CSV" import not correctly recognizing space and text field delimiters, i.e. web log file
  • CRASH - using search function in built-in help causes crash
  • LO 3.6 crashes when saving complex ods as xls
  • Crash cutting or dragging block
  • Word count inconsistent and wrong with non-breaking space
  • Calc crashes when opening this .xlsb
  • shlxthdl_x64.dll/shlxthdl.dll causes Windows Explorer to CRASH when corrupted ODF file is in view
  • CRASH - Form based on query with calculated field crashes Base
  • Open document file preview will block windows explorer for several seconds everytime a document is selected
  • FILEOPEN Mouse cursor over Base Icon in XP causes Explorer crash [Fridrich Štrba, Andras Timar]
  • PIVOTTABLE from Datasource (Base, Query) shows wrong results
  • Install 3.6.1 RC 1 on 3.6.0 RC4, causes crash on startup
  • CRASH: trying to open Lotus 123 files causes LO to crash
  • CRASH when insert row in particular document
  • CRASH - opening database report
  • filter *always* treats string literals as LIKE patterns
  • gbuildified connectivity does not rebuild enough after sqlbison.y modified
  • PIVOTTABLE: incorrect aggregation of values (worked in 3.5.5.3)
  • EDITING: CRASH when updating a pivot table if source database not available
  • LO does not start; unable to remove file from bundled extensions cache
  • EDITING: SIGABRT on Sort Selection by Column
  • Crash on Command-D on Mac OS X Mountain Lion 10.8
  • FILEOPEN: specific XLS (Office 2003) file crashes LibO 3.6
  • Evolution address book datasource inactive
  • debug build crashy (failed assertion) when typing text; icu 4.4.X, locale-specific ordinal autocorrect. Esp notable with fr_LU
  • PDF A/1-a export broken: forbidden ICC profile version
  • Writer EDITING: CRASH when merging cells in table [backtrace with symbols attached]
  • 3.6.2.0+ FILEOPEN shows all charts anchored to page moved at the top left corner of the sheet
  • Some basic opcodes are ignored
  • In VBA mode ActiveDocument is not tracking currently selected document
  • crash parsing (broken) Aquabase-spanish-support.ttf
  • When hovered over a footnote reference in the text, footnotes appear in one line regardless of the length of footnote
  • Leave / return cursor to original position after Find & Replace All

New in LibreOffice 3.6.0 RC 4 (Jul 30, 2012)

  • Bugs fixed against 3.6.0 RC3 (never published):
  • fdo#51252 LO cannot start (reports runtime error with Visual C++ Runtime Library) [Stephan Bergmann]
  • fdo#52393 FILEOPEN 3.5.x spreadsheet with wrong row height [Markus Mohrhard]
  • Bugs fixed against 3.6.0 RC2:
  • fdo#38056 ODF import: Page Borders handling broken [Michael Stahl]
  • fdo#39812 TABLE borders do not terminate where they should with merged cells [Michael Stahl]
  • fdo#44534 EDITING: Connectors cannot be selected [David Tardon]
  • fdo#47368 Many crashes when accessibility enabled on MacOS X [Michael Meeks]
  • fdo#48096 torn off color popups cause interaction difficulties in other windows [Thorsten Behrens]
  • fdo#50631 Vertical rulers completely unreadable on MacOS X [Thorsten Behrens]
  • fdo#50975 3.6.0b1: Segfault when accessing the LO About dialog with librsvg ≈ 2.16 [Caolán McNamara]
  • fdo#51252 LO cannot start (reports runtime error with Visual C++ Runtime Library) [Stephan Bergmann]
  • fdo#51772 general I/O error when opening a RTF file [Caolán McNamara]
  • fdo#51890 On MacOS X, the progress bar and the new splash screen graphics are mis-aligned [Stefan Knorr (astron)]
  • fdo#51943 OSX: Text color setting is broken [Thorsten Behrens]
  • fdo#52205 EDITING: Regression: reference to CSV becomes a string, not an integer [Eike Rathke]
  • fdo#52232 Hidden MediaWiki options page [Stephan Bergmann]
  • fdo#52240 [Task] EDITING: Incomplete Date values are no longer detected [Eike Rathke]
  • fdo#52241 Numbered bibliographies no longer work with more than a few entries [David Tardon]
  • fdo#51252 LO cannot start (reports runtime error with Visual C++ Runtime Library) [Stephan Bergmann]
  • fdo#52340 EDITING: CRASH when Copy+Paste row with conditional formatting to other sheet and back to inserted row [Markus Mohrhard]
  • fdo#52393 FILEOPEN 3.5.x spreadsheet with wrong row height [Markus Mohrhard]
  • fdo#52399 EDITING: Report-Builder does not show any properties [Stephan Bergmann]
  • fdo#52427 UI of Database Report Builder mostly without translations [David Tardon]

New in LibreOffice 3.6.0 RC 1 (Jul 14, 2012)

  • Redundant dash lines are drawn across toolbar on SLED 10.
  • cross reference to a list number, dot bug
  • [PATCH] crash on export of multi line form text fields to .doc
  • PIVOTTABLE: DataPilot - Problem with leading zeros
  • EDITING report design: lengths & positions shown rounded -> hides information, leads to seemingly unexplainable behaviour
  • CRASH when FILEOPEN particular .xls
  • Language/User Interface: current choice indicated as default
  • UI: Undocked toolbars do not show all icons in special ratio
  • Crash when dragging selected column to the left
  • Hyphenation problem with Graphite 2
  • FILESAVE: Comments disappear
  • SIGSEGV: ODBC to PostgreSQL, renaming column in SELECT list
  • FILESAVE cannot save file as .ppt
  • PIVOTTABLE: refresh -> bad numbers after refresh [regression]
  • Copying controls in Basic dialog broken and leads to crash
  • PresenterConsole - speaker screen corrupted
  • FILEOPEN .xls with matrix {row()} returns error message instead of result
  • UI: Buttons reversed in "Conditional formatting More options" dialog
  • libreoffice calc standard filter doesn't show criteria after file re-open

New in LibreOffice 3.6.0 Beta 3 (Jul 6, 2012)

  • fix margin values vs SBkc = 0 at the end of the doc [Miklos Vajna]
  • take care of border width when setting margins [Miklos Vajna]
  • big formula performance improvement for xlsx import & [Noel Power]
  • big formula performance improvement for xlsx import & [Noel Power]
  • dmapper: don't import fake paragraph containing sectpr only, take two [Miklos Vajna]
  • dmapper: sprmCHpsBi should affect sprmCHps, if the later is not set [Miklos Vajna]
  • fixed help for Merge/Split Cells [Andras Timar]
  • fix error in calculation of page number of SwRect [Ivan Timofeev]
  • hsqldb properly escape automatically built names [Lionel Elie Mamane]
  • fdo#37626 form wizard recognise "#" also at beginning of line [Lionel Elie Mamane]
  • add help for Defaults and Formula option pages (Calc) [Andras Timar]
  • sw: fix collapsing border painting more: [Michael Stahl]
  • cache fontconfig font substitutions [Caolán McNamara]
  • use hyphen for copyright range in About box [Robinson Tryon]
  • update help page for Tools - Options - LibreOffice - General [Andras Timar]
  • dmapper: fix margin values vs SBkc = 0 at the end of the doc [Miklos Vajna]
  • missing TOC entries in help [Andras Timar]
  • search dialog shourtcut on Mac [Andras Timar]
  • preserve sheet name input of invalid reference [Eike Rathke]
  • optionally turn on Quickstarter by installer [Andras Timar]
  • dmapper: fix headery/footery default value [Miklos Vajna]
  • in N() pop string constant before pushing result [Eike Rathke]
  • cache fontconfig font substitutions [Caolán McNamara]
  • don't export zoom factor when zoom type is not percent [Miklos Vajna]
  • uploading libvisio 0.0.18, fixing [Fridrich Štrba]
  • only export the supported number of rows/columns, [Markus Mohrhard]
  • pass the ScRangeList directly to improve performance, [Markus Mohrhard]
  • don't default to desktop pollution [Andras Timar]
  • Estonian translation for keyboard shortcuts [Mihkel Tõnnov]
  • remove totally mis-placed 'static' keyword. [Kohei Yoshida]
  • setting DYLD_LIBRARY_PATH in python script appears unnecessary [Stephan Bergmann]
  • fix RTF export of direct run formatting for empty paragraphs [Miklos Vajna]
  • address DataSource dialog fails on throws [Caolán McNamara]
  • set the zoom only once, prevents infinite loop, [Noel Power, Markus Mohrhard]
  • fix sdext extensions on Windows: [Michael Stahl]
  • repaint all cells if NULL is passed, [Markus Mohrhard]
  • use multi-list box for subtotal dialog. [Kohei Yoshida]
  • disable stream copy when saving a file with 'Changes Record' active [Pierre-Eric Pelloux-Prayer]
  • properly set pivot item 'empty' on empty cells. [Kohei Yoshida]
  • fix RemoveExtensions custom action [Andras Timar]
  • optionally associate Visio file types (vsd/vst) to Draw [Andras Timar]
  • we still need to check that we have a token, [Markus Mohrhard]
  • if no new cell exists, create hidden broadcaster cell, [Markus Mohrhard]
  • update of selection mode help page [Andras Timar]
  • adapted help content of N(), errors are propagated [Eike Rathke]
  • propagate error in ScInterpreter::GetDoubleOrStringFromMatrix() dependency) [Eike Rathke]
  • the end of the formula is the closing bracket, [Markus Mohrhard]
  • fix incomplete slide number info in status bar [Ivan Timofeev]
  • handle single cell conditional formats correctly, [Markus Mohrhard]
  • fix incremental search / buffer switching hang/crash [Michael Meeks]
  • avoid double deletion of a text portion. [Kohei Yoshida]
  • show correct preview when opening the dialog, [Markus Mohrhard]
  • correctly calculate scroll bar position, related [Markus Mohrhard]
  • do not attempt to compile running formula cell related) [Eike Rathke]
  • do not ask for parameters if all have already been given [Lionel Elie Mamane]
  • check for invalid tab number, [Markus Mohrhard]
  • repair broken undo [Ivan Timofeev]
  • fix collapsing border painting more: [Michael Stahl]

New in LibreOffice 3.5.5 RC 3 (Jul 5, 2012)

  • Cannot open xlsx file [Eike Rathke]
  • [CRASH] legacy reports: asks for parameters, then for empty parameters list then CRASH [Lionel Elie Mamane]

New in LibreOffice 3.6.0 Beta 2 (Jun 23, 2012)

  • Picture background setting ignored [Miklos Vajna]
  • rework handling the case of recursive ooxml shapes again [Luboš Luňák]
  • section break and page style conversion problem [Miklos Vajna]
  • import vmlshape 'hidden' style attribute and apply to controls [Noel Power]
  • SwLineLayout::CalcLine: improve line height calculation [Miklos Vajna]
  • dmapper: import NS_ooxml::LN_CT_FFCheckBox_default [Miklos Vajna]
  • Bad transitions if "use hardware acceleration" is enabled [David Tardon]
  • Small size icon setting is ignored. [Ivan Timofeev]
  • FILESAVE as .doc destroys frame border properties [Michael Stahl]
  • Toolbar item clipped [Ivan Timofeev]
  • toolbars may become irrevocably locked in place [Ivan Timofeev]
  • FILEOPEN: Frame borders not shown in .doc file [Michael Stahl]
  • VIEWING: legacy report designer wizard improperly formats dates [Lionel Elie Mamane]
  • Words and Character excluding spaces Word Count incorrect with Record Changes enabled [Muhammad Haggag]
  • LibreOffice crashed when accessing Options / Internet / Proxy or Browser Plug-in settings [Stephan Bergmann]
  • FILEOPEN: Open Visio's file with bitmap's blocks [Julien Nabet, Fridrich Štrba]
  • ugly hairline double border drawing [Michael Stahl]
  • CRASH when FILEOPEN particular RTF [Julien Nabet]
  • TABLES: drawing layer doesn't paint thin borders in Writer if anti-aliasing disabled [Michael Stahl]
  • rtf header, tables, pagenumber are wrong [Miklos Vajna]
  • Update filters for file selector's file type categories [Alberto Ferreira]
  • FILEOPEN properties Title, Subject, Comments (File>Properties ..> Description) no longer imported in rtf document [Miklos Vajna]
  • Word Count Characters (with spaces) incorrect with Numbering on [Muhammad Haggag]
  • Unable to update LibreOffice without resetting user profile [Stephan Bergmann]
  • EDITING: Copying cell(s) with conditional formatting CRASH when paste [Markus Mohrhard]
  • Libvisio: Draw Crash/Freeze on loading MS Lync Server 2010 Topology Sample Visio Files [Fridrich Štrba]
  • Draw Crash/Freeze on loading MS Lync Server 2010 Topology Sample Visio Files [Fridrich Štrba]
  • Writer crash when applying an AutoFormat to a table [David Tardon]
  • Fix PresenterConsole - missing all images... [Michael Meeks]
  • Draw crashes on loading MS Logical Design Diagram example viso file. [Julien Nabet]
  • ODFF: implement missing imaginary functions [Regina Henschel]
  • New about dialog - pressing left or right arrow focuses wrong button [Andras Timar]
  • Get rid of -fsigned-char [Caolán McNamara, Rene Engelhard]
  • opening urls fails with error 403 on picky servers [Stephan Bergmann]
  • smoketest fails on ppc64 [Caolán McNamara]
  • fix smoketest on ppc[64] and s390[x] [Caolán McNamara]

New in LibreOffice 3.6.0 Beta 1 (Jun 12, 2012)

  • Bugs fixed against 3.5.4
  • fdo#46446 fdo add python gdb helpers for osl::FileBase [Catalin Iacob]
  • bnc#520828 DataPilot: column field disappears after refresh [Kohei Yoshida]
  • bnc#615223 ImageMagick cannot compress grayscale TIFF images with JPEG [Caolán McNamara]
  • bnc#652364 testcases for and [Luboš Lun(ák]
  • bnc#656073 Unable to filter for #N/a in Scalc [Kohei Yoshida]
  • bnc#677811 also shrink used area for HTML in some cases, [Markus Mohrhard]
  • bnc#705956 allow wmf header to be placed on position aligned to 4 bytes [Luboš Lun(ák, Radek Doulik]
  • bnc#711977 File association for fod* files are missing. [Petr Mladek]
  • bnc#715421 word 2010 validation: no plcfhdd if ccpHdd is 0 [Cédric Bosdonnat]
  • bnc#718694 LibreOffice 3.4 .desktop files contain insufficient directories [Petr Mladek]
  • bnc#735533 donot set duplicate master slide names. [Muthu Subramanian]
  • bnc#736495 fix crash in smartart import [Thorsten Behrens]
  • bnc#741182 fix definedName corruption for xlsx export ( ) [Noel Power]
  • bnc#744509 OOXML: pptx import - reversed alignment of bullets items when importing a slide. [Muthu Subramanian]
  • bnc#747323 incorrect vba modulename imported [Noel Power]
  • bnc#747461 implement relativeHeight (z-order) in .docx import (part of [Luboš Lun(ák]
  • bnc#747471 create TableManager for inside shapes [Cédric Bosdonnat]
  • bnc#749960 add vba support for BackColor, AutoSize, Locked attributes [Noel Power]
  • bnc#750255 testcases for and [Luboš Lun(ák]
  • bnc#750258 removed strange non-wrapping condition [Cédric Bosdonnat]
  • bnc#750838 .docx wrap values mean different things than in LO, map them [Luboš Lun(ák]
  • bnc#751017 testcase [Miklos Vajna]
  • bnc#751020 testcase for [Miklos Vajna]
  • bnc#751028 finish handling of w:pStyle in numbering [Luboš Lun(ák]
  • bnc#751054 add testcase for [Miklos Vajna]
  • bnc#751077 testcase for [Luboš Lun(ák]
  • bnc#751117 oox: implement VML import of v:line token [Miklos Vajna]
  • bnc#751313 SwCallLink: avoid copy&paste via introducing lcl_notifyRow [Miklos Vajna]
  • bnc#755775 set numeric formula results when importing xls document. [Kohei Yoshida]
  • bnc#757118 fix horizontal rule width in .doc documents [Luboš Lun(ák]
  • bnc#757651 vcl: sync GenericSalLayout and SimpleWinLayout with MultiSalLayout [Miklos Vajna]
  • bnc#75784 tweak support Sheets.PrintPreview allow specific sheet(s) selection [Noel Power]
  • bnc#757840 vba api Application.DisplayScrollBars implementation [Noel Power]
  • bnc#757844 support Sheets.PrintPreview [Noel Power]
  • bnc#757885 implement VBA Application.DisplayFullScreen [Noel Power]
  • bnc#757890 add testcase [Miklos Vajna]
  • bnc#757910 testcase for [Miklos Vajna]
  • bnc#758914 use com::sun::star::table::BorderLine2 instead of older BorderLine [Radek Doulik]
  • bnc#759178 removed unwanted/bad cast, fixes [Radek Doulik]
  • bnc#760029 floor borders were missing from 3D Charts. [Muthu Subramanian]
  • bnc#760294 svtools: allow border gap < 1pt [Miklos Vajna]
  • bnc#760764 dmapper: don't ignore character properties of text fields [Miklos Vajna]
  • bnc#762542 don't rotate calc shapes if twoCellAnchor, partial fix [Noel Power]
  • bnc#764005 dmapper: don't insert "at page" anchored graphics as "as character" [Miklos Vajna]
  • deb#602953 do not crash on clicking bibliography when base isnt installed [Bjoern Michaelsen]
  • fdo#46538 easyhack: Add support for more bug trackers to get-bugzilla-attachments-by-mimetype [Gökçen Eraslan]
  • fdo#40778 remove dictionary choice when adding new entry [Rob Snelders]
  • fdo#30711 LibreOffice saves input fields in a non-standard ODF way [Michael Stahl]
  • fdo#31005 EasyHack: Table Autoformats does not save (and of course apply) all properties (Writer and Calc) [Muhammad Haggag]
  • fdo#31022 EasyHacks: "About dialog" wording and layout are suboptimal [Andrew Higginson]
  • fdo#31306 Icons don't get grayed even when disabled [UI] [Caolán McNamara]
  • fdo#31652 Calc: operation of delete- and backspace-keys are interchanged, help needs update [Korrawit Pruegsanusak]
  • fdo#32598 EasyHack: [Impress] Changing Video/Sound playback options does not set document changed [Katarina Machalkova]
  • fdo#32621 EasyHack: More robust ExternalMailer support [David Steele]
  • fdo#32726 [Writer] Index entries in footnotes not working. Bug or bad design #1 [Cédric Bosdonnat]
  • fdo#33088 Menu rendering problems? [Eike Rathke]
  • fdo#33266 Writer crashes when bibliography database selected, when Base isn't installed [Bjoern Michaelsen]
  • fdo#33599 When focusing out and in the window, cursor in notes is reset to the beginning [Caolán McNamara]
  • fdo#33634 VIEWING: No difference between cell border 0,5pt and 1,0pt [Markus Mohrhard]
  • fdo#34392 Start Center: Room for GUI words does not not increase with scale [Gábor Stefanik]
  • fdo#34425 [EasyHack] formatting background color toolbar button [Winfried Donkers]
  • fdo#34638 Inconsistent Localisation of CTRL key abbreviation [Thomas Arnhold]
  • fdo#34772 Word count / statistics in the status bar [Muhammad Haggag]
  • fdo#34999 UI: Navigator row selector pane exceeds reserved grey area [Ivan Timofeev]
  • fdo#35042 Previous color applied instead of latest "no fill" for "highlighting". [Aldo Román Nureña]
  • fdo#35826 docx export of hyperlinks sometimes not associated with full text range [Luboš Lun(ák]
  • fdo#35983 No content shown in particular .docx (w:customXml) [Luboš Lun(ák]
  • fdo#36187 EasyHack: wish for a missing function - enlarge / reduce selected part CTRL + ], CTRL +[ [Cameron Paul]
  • fdo#36851 Data Validator Input Help Random Visibility Issue [Kohei Yoshida]
  • fdo#36974 Use Ctrl+H for "Find & Replace" [Korrawit Pruegsanusak]
  • fdo#37197 switching a bar chart to a pie chart does not erase a curve fitted to the data [Katarina Machalkova]
  • fdo#37210 UI: Calc usability improvement: Merge cells on right mouse click [Greggory Hernandez]
  • fdo#37424 Calc number autofill with decimal places [Markus Mohrhard]
  • fdo#37775 EasyHack: Recent Documents not updated by Save & Save As... [Stephan Bergmann, Muhammad Haggag]
  • fdo#38071 [PATCH] crash on export of multi line form text fields to .doc [Caolán McNamara]
  • fdo#38207 Entry "Border" at the wrong place in Writer/web options [Stefan Knorr (astron)]
  • fdo#38276 EasyHack: Make the toolbar menu easier [Iain Billett]
  • fdo#38580 EMF/EMF+ file: import issue [Radek Doulik]
  • fdo#38752 ODF export: invalid "style:default-page-layout" [Michael Stahl]
  • fdo#38831 Get rid of SV_DECL_VARARR, SV_DECL_VARARR_PLAIN, SV_DECL_VARARR_SORT .... [Brad Sowden]
  • fdo#38832 get rid of obsolete manual templates such as DECLARE_LIST [Marcel Metz]
  • fdo#39428 audit / remove SvStream long operators [Keith McRae]
  • fdo#39491 [EasyHack] remove superfluous and duplicate include paths [Matúš Kukan]
  • fdo#39496 Update internal lpsolve to version 5.5.2.0 released Oct 2010 and move it to autotools build system [Fridrich Štrba, Tomas Chvatal]
  • fdo#39500 EDITTING - Auto fill with fill handle for dates differs from numbers behavior. [Markus Mohrhard]
  • fdo#39643 [EasyHack] Remove --disable-strip-solver configure option and default to never strip, when copying to solver [David Ostrovsky]
  • fdo#39690 Contribute Desktop icons as .svg [Petr Mladek]
  • fdo#39716 Import of values in scientific notation from CSV file [Eike Rathke]
  • fdo#39825 Does not find Firefox profile for digital certificate signing [Caolán McNamara]
  • fdo#39833 Add "Support assistive technology tools" option to installation process [accessibility] [Andras Timar]
  • fdo#40292 Tamil vowelless consonants should be treated as independent grapheme clusters [Caolán McNamara]
  • fdo#40482 CONFIGURATION: Formatting aids - displayed nonprinting characters become unchecked during printing and PDF export [Michael Stahl]
  • fdo#40735 FILESAVE to RTF causes wrong font-style [Miklos Vajna]
  • fdo#40768 LibreOffice Writer doesn't get the right border style of an image or object in .doc files. [Luboš Lun(ák]
  • fdo#40778 Remove dictionary choice when adding new entry to the spellchecker [Rob Snelders, Caolán McNamara]
  • fdo#40874 [MACRO RECORDING] uno:SetBorderStyle with wrong number of params [Michael Stahl]
  • fdo#41214 ODFF: implement SUMIFS(), COUNTIFS(), AVERAGEIF() and AVERAGEIFS() spreadsheet functions [Eike Rathke]
  • fdo#41264 FORMATTING UI : no check marks in Line Spacing and ALignment popup menu [Ivan Timofeev]
  • fdo#41739 Math equation editor: "newline" fails after symbols [Ivan Timofeev]
  • fdo#42147 FILEOPEN: Opening valid ODF text document crashes Writer [Ivan Timofeev]
  • fdo#42328 FORMATTING: Impress slide backgrounds with Liberation fonts [Olivier Hallot]
  • fdo#42454 remove code associated with unused icons [Gustavo Buzzatti Pacheco]
  • fdo#42465 FILEOPEN RTF: import-export error after change font [Miklos Vajna]
  • fdo#42656 FILESAVE RTF: some images are not exported [Miklos Vajna]
  • fdo#42779 EasyHack: make life easier for artists [Gábor Stefanik]
  • fdo#42783 get rid of CPU define/build system variable [Thomas Collerton]
  • fdo#42819 [BASIC] nested UNO structs and UNO object properties of type "a uno struct" confusing [Noel Power]
  • fdo#42977 LIbreoffice bundles rhino and swingExSrc without system switch [Tomas Chvatal]
  • fdo#42986 UI wide screen format (16:9): Add Page size and radio buttons 16:9 / 4:3 in Presentation Wizard [Rob Snelders]
  • fdo#43095 File access rights are not determined correctly (OpenAFS, ACLs) [Moritz Bechler]
  • fdo#43376 disabled subsequenttests due to usage of binfilter formats [Markus Mohrhard]
  • fdo#43467 axis number FORMATTING not taken automatically from cells with calculated value [Kohei Yoshida, Markus Mohrhard]
  • fdo#43475 UI: Start Center uses German words for French and English UI [Andras Timar]
  • fdo#43479 LibreOffice Base crashes when connected to Spreadsheet when "SELECT DISTINCT" used [Michael Stahl]
  • fdo#43521 Cross-reference should not be hidden when field names are shown [Cédric Bosdonnat]
  • fdo#43619 Animating only 2nd level paragraphs hides 1st level paragraphs [Stephan Bergmann]
  • fdo#43690 UI Cancel button on Export as pdf dialog on Writter have bad behavior [Caolán McNamara]
  • fdo#43707 FILEOPEN PDF brings up (ASCII) filter selector instead of opening document [Michael Stahl]
  • fdo#43820 debugging stl abort on viewing a ppsx [Thorsten Behrens]
  • fdo#43862 Page FORMATTING: Margin settings information not compatible with 3.4.4 [Cédric Bosdonnat]
  • fdo#43911 FILEOPEN problem: error message mentions rows instead of columns for csv files with more than 1024 columns [Markus Mohrhard]
  • fdo#43932 PRINTING: Paper tray setting not accepted from "File -> Print..." [David Tardon]
  • fdo#43984 Update VCL.xcu for Chinese (Traditional) language [Cheng-Chia Tseng]
  • fdo#43989 After installation first launch terminates after splash screen [Andras Timar]
  • fdo#44073 ODF: various defects in page style layout grid export [Michael Stahl]
  • fdo#44078 [he] UI is displayed with squares instead of translation due to bad font selection [Caolán McNamara]
  • fdo#44082 ODF: invalid hyphenation attributes written [Michael Stahl]
  • fdo#44110 New Math symbols poorly rendered in Windows [Jan Holesovsky, Olivier Hallot]
  • fdo#44167 failing subsequenttests in ScDatabaseRangeObj [Markus Mohrhard]
  • fdo#44173 Sequence of Mouse Wheel zoom factors must be a geometric progression [Tim Hardeck]
  • fdo#44174 FILESAVE: RTF import - defective RTF generation, \titlepg missing [Miklos Vajna]
  • fdo#44211 RTF FILEOPEN: LibreOffice doesn't select a correct default code page from regional settings (provide option to manually specify charset) [Aurimas Fišeras]
  • fdo#44336 missing support for cairo_region_t [Markus Mohrhard]
  • fdo#44396 UI: Help text gives incorrect key combination [Andras Timar]
  • fdo#44402 key board navigation broken in Tools > Options [August Sodora]
  • fdo#44456 Missing OpenFormula function Datedif [Winfried Donkers, Eike Rathke]
  • fdo#44489 MinGW: Will not launch [Stephan Bergmann]
  • fdo#44492 in Arabian text blank squares instead of letters [Caolán McNamara]
  • fdo#44587 export or import of formulas from xlsx using range names in matrix formulas is broken [Markus Mohrhard]
  • fdo#44610 [IVB GT2] urbanterror makes machine hang [Daniel Bankston]
  • fdo#44611 UI: Paragraph Background Color picker behavior inconsistent [Winfried Donkers]
  • fdo#44636 FORMATTING: NF-DATE: match input against date acceptance patterns to recognize as date [Eike Rathke]
  • fdo#44698 German localization: wrong link to Settings in MacOS [Andras Timar]
  • fdo#44707 Parallel build failures; dependencies on grammars [David Tardon]
  • fdo#44717 Inaccurate 'Please exit' wording in Installation Wizard [Andras Timar]
  • fdo#44736 FILEOPEN: Loading RTF files is slow in comparison with LibO 3.4.4 (part of closed bug #44157) [Miklos Vajna]
  • fdo#44738 FILEOPEN WKS importer creates date formats in German language [Eike Rathke, Urmas]
  • fdo#44831 FILEOPEN Excel.xls shows #NAME instead of calculation result or formula [Kohei Yoshida]
  • fdo#44832 error plotting axis [Markus Mohrhard]
  • fdo#44972 Editing - impress pastes entire slide instead of text [Olivier Hallot]
  • fdo#44981 EasyHack: remove obsolete SWAPLONG macros [Noel Grandin]
  • fdo#44988 EasyHack: tools: remove obsolete BOOTSTRAP defines ... [Thomas Collerton]
  • fdo#44993 EasyHack: tools: remove obsolete FSysRedirector ... [Elton Chung]
  • fdo#45033 [EasyHack] Update pre-installed Bibliography Database with LibreOffice references [Italo Vignoli]
  • fdo#45074 Failed symbol dependency from builtin libstc++ DSO [Petr Mladek]
  • fdo#45107 GUI: Rectangles instead of Characters for Tamil and Dogri [Andras Timar]
  • fdo#45159 : Some filter names still use OpenOffice.org in their names. [Andras Timar]
  • fdo#45187 RTF import: bad vertical position of shapes [Miklos Vajna]
  • fdo#45190 FILEOPEN Shifted and invisible content in table in rtf document [Miklos Vajna]
  • fdo#45239 FILESAVE: Export to HTML - Use PNG for charts instead of JPG [Josh Heidenreich]
  • fdo#45266 postition of imported chart/shapes from xlsx is bad [Noel Power]
  • fdo#45268 missing field ( and groupnames ) when importing xlsx pivot table [Noel Power]
  • fdo#45271 : The way Writer counting Chinese words is not correct [Caolán McNamara]
  • fdo#45276 imported xlsx pivot table with group field as data field show ### for numbers [Noel Power]
  • fdo#45310 userdefined groupnames missing when importing xlsx pivot tables [Noel Power]
  • fdo#45337 bad performance of java based subsequenttests [Markus Mohrhard]
  • fdo#45447 Writer ODF export: text:anchor-page-number="0" [Michael Stahl]
  • fdo#45481 EDITING: undo incomplete for pasted column from text editor [Markus Mohrhard]
  • fdo#45521 [FILEOPEN] LibO Writer changes decimal delimiter when opening a sdw file which causes data loss after saving [Caolán McNamara]
  • fdo#45522 Crash when copying table between Writer and other LibreOffice programs [Miklos Vajna, Caolán McNamara]
  • fdo#45530 Accessibility does not work on Windows: java bridge missing from installation set [Michael Stahl, Masataka Shinke]
  • fdo#45534 ODF export: invalid "draw:fit-to-size" values in ODF 1.1/1.2 mode [Michael Stahl]
  • fdo#45543 FILEOPEN: Encoding error for Japanese RTF file [Miklos Vajna]
  • fdo#45548 VIEWING, UI: New Indicators for Header/Footer display and are usable in read-only Documents [Cédric Bosdonnat]
  • fdo#45563 incorrect IMPORT of Zotero RTF, regression [Miklos Vajna]
  • fdo#45607 Particular BASIC Macro execution significant slower than with OOo, NeoOffice, Symphony [Markus Mohrhard]
  • fdo#45664 Calc can't export the cells formulas to CSV (only the cells values) [Florent Gallaire, Eike Rathke]
  • fdo#45671 Turn color etc. toolbar buttons into split buttons [Winfried Donkers]
  • fdo#45682 WRITER: Tables toolbar: Turn Button Line Color into Split Button. [Winfried Donkers]
  • fdo#45688 Calc: Formatting toolbar: Turn Button Font Color into Split Button [Winfried Donkers]
  • fdo#45698 UI: Print icon in Help UI is different to the icon in Standard Toolbar [Ivan Timofeev]
  • fdo#45747 [EasyHack] remove the limitation to 3 sort entries in calc [Albert Thuswaldner]
  • fdo#45830 Language/User Interface: current choice indicated as default [Luboš Lun(ák, Rob Snelders]
  • fdo#45916 important bugs from ooo-devel [Kohei Yoshida]
  • fdo#45962 "context menu" key with cursor in header/footer makes the cursor jump to document body [Michael Stahl]
  • fdo#45987 FORMCONTROLS: Error message when deleting pages [Noel Power, Markus Mohrhard]
  • fdo#46070 Copy cell above [Kohei Yoshida]
  • fdo#46073 Page Layout Guides (margins, headers, footers) No Longer Visible [Cédric Bosdonnat]
  • fdo#46112 Cell Border double lines imported from old OOo versions [Michael Stahl]
  • fdo#46151 vba imports incorrect modulename [Noel Power]
  • fdo#46181 Setup misuse Simplified Chinese in Traditional Chinese Windows (Hong Kong) [Andras Timar]
  • fdo#46198 SQL: NULL not accepted in place of column name in SELECT statement [Lionel Elie Mamane]
  • fdo#46206 SQL: INSERT accepts only VALUES, not arbitrary SELECT query [Lionel Elie Mamane]
  • fdo#46233 Some xls files with html content is opened incorrectly [Eike Rathke]
  • fdo#46258 EasyHack: remove obsolete 'isTestTool' from vcl ... [Josh Heidenreich]
  • fdo#46361 FILEOPEN: Faulty import of docx file which contains a simple drawing [Miklos Vajna]
  • fdo#46378 Poor Resampling Image quality [Gökçen Eraslan, Tomaz Vajngerl]
  • fdo#46382 LibreOffice uses an incorrect English name of the Slovak language. [Andras Timar]
  • fdo#46399 EasyHack: vcl - cleanup empty methods ... [Greggory Hernandez]
  • fdo#46411 i18n: add locale data for Pitjantjatjara (pjt) [Eike Rathke]
  • fdo#46434 Errors opening files via IPC with 8-bit encoding of file names [Stephan Bergmann]
  • fdo#46438 EasyHack: ctrl-g to re-search in the search bar ... [Cameron Paul]
  • fdo#46482 insert frame duplicates existing frames anchored at start/end paragraph [Michael Stahl]
  • fdo#46501 EasyHack: cleanup SimpleResMgr ... [Szabolcs Dezsi]
  • fdo#46532 SLIDESHOW does not show pictures with Hardware Acceleration activated [Michael Meeks]
  • fdo#46538 [EasyHack] add support for more bug trackers to get-bugzilla-attachments-by-mimetype [Gökçen Eraslan]
  • fdo#46559 Installer asks for user's name again during upgrade [Andras Timar]
  • fdo#46565 EasyHack: perl / autogen.sh should backup autogen.lastrun [Thomas Collerton]
  • fdo#46678 deadlock between SolarMutex and CPython global lock [Michael Stahl]
  • fdo#46699 Try to open CSV empty (with 0 bytes) writes garbage data to file. [Eike Rathke]
  • fdo#46750 PDF export crash on ODT document [Caolán McNamara]
  • fdo#46808 [Easy Hack] Adapt UNO services to new-style [Noel Grandin]
  • fdo#46843 EDITING: Queries loose sorting-order when reopening for editing [Lionel Elie Mamane]
  • fdo#46847 extensions/so_activex is not buildable [David Tardon, Andras Timar]
  • fdo#46901 SLIDESHOW shows characters too slim with Hardware Acceleration activated - cairo canvas used in error on windows. [Michael Meeks]
  • fdo#46939 : Crash after trying to rename autotext entry [Caolán McNamara]
  • fdo#46947 Date format bug of "????" system [Cheng-Chia Tseng]
  • fdo#47021 [dbaccess] deadlock on closing base window [Stephan Bergmann]
  • fdo#47084 FORMATTING: FORMATTING X-axis "Time" not respected for calculated values [Markus Mohrhard]
  • fdo#47246 EasyHack: Remove the duplicate linked objects in gbuild [Michael Stahl, Bjoern Michaelsen, Stephan Bergmann, Riccardo Magliocchetti]
  • fdo#47311 EDITING: Crash copy one or more cells in more than one sheet [David Tardon]
  • fdo#47325 : Existing Base reports won't open in LibreOffice 3.5 [Lionel Elie Mamane]
  • fdo#47393 Can't cancel paste of externally copied text into a spreadsheet [Markus Mohrhard]
  • fdo#47473 EDITING: Legacy reports created by Report Wizard fail to load data [Lionel Elie Mamane]
  • fdo#47511 PDF: Writer: exporting a document as pdf file will crash Writer. [Caolán McNamara]
  • fdo#47520 ODBC with sqliteodbc: primary key field mostly empty, broken scolling [Lionel Elie Mamane]
  • fdo#47584 When adding data, Calc should suggest extending the data range to include it in the chart [Andras Timar]
  • fdo#47589 Crash when leaving Function Wizard with Escape or OK [Markus Mohrhard]
  • fdo#47717 Paragraph border visible through an image [Michael Stahl]
  • fdo#47733 key board navigation broken in Tools > Options for Autocorrection [Caolán McNamara]
  • fdo#47752 UI: particular checkboxes truncated [Ivan Timofeev]
  • fdo#47779 INSTALLER: Dialog header background should be white. [Andras Timar]
  • fdo#47805 64-bit shell extensions are not registered [Andras Timar]
  • fdo#47865 EDITING: Crash on Writer when a footnote is inserted [Caolán McNamara]
  • fdo#47944 Can't insert OLE Object in external application (old title : Unable to insert ods document in Microsoft Word) [Andras Timar]
  • fdo#48018 : Report Does Not Sort by Groupings [Lionel Elie Mamane]
  • fdo#48068 [SVG] path d="M 20 120 H 40.5.6" not parsed properly [Chr. Rossmanith]
  • fdo#48087 : file versions in msi file table are incorrect [Andras Timar]
  • fdo#48096 torn off color popups cause interaction difficulties in other windows [Caolán McNamara]
  • fdo#48111 add English_Malawi [en-MW] locale data [Eike Rathke]
  • fdo#48129 resource compiler produces English .res files for any language [Caolán McNamara]
  • fdo#48253 [EasyHack] Replace SAL_CONST_CAST and SAL_STATIC_CAST macro uses by their expansion [Thomas Arnhold]
  • fdo#48259 ooowintool does not recognize files in external\msm90 [Andras Timar]
  • fdo#48328 Wrong help: default-value in form-control for date and time [Andras Timar]
  • fdo#48345 Display wrong datasets when scrolling through tables [Lionel Elie Mamane]
  • fdo#48347 FILEOPEN: CSV: can't open if content starts with ID;[PNE] [Eike Rathke]
  • fdo#48360 FILESAVE: Conditional formatting is lost when saving in another format than ODS [Markus Mohrhard]
  • fdo#48368 CRASH closing IDE [Julien Nabet]
  • fdo#48391 Remove TEST_ENSHURE [Gábor Stefanik]
  • fdo#48431 FORMATTING: All positive currency cells go blank [Kohei Yoshida]
  • fdo#48449 EDITING: Fill Handle does not fill with series, but with source number if active filter on sheet [Markus Mohrhard]
  • fdo#48473 No object information in status bar [Regina Henschel]
  • fdo#48482 [EDITING] An absolute self-reference is not respected when copying with some functions. It behaves like a relative reference. [Markus Mohrhard]
  • fdo#48496 String with name of places in File open dialog show spaces as etc [Stephan Bergmann]
  • fdo#48501 FILEOPEN: CSV: lines >64KB are truncated [Eike Rathke]
  • fdo#48516 FILEOPEN: CSV: "Maximum number of rows" message used when there are too many columns [Eike Rathke]
  • fdo#48536 UI: Line Arrow Style symbols truncated [Ivan Timofeev]
  • fdo#48584 [UI] short cut Shift-F3 for Edit > Duplicate is lost [Andras Timar]
  • fdo#48621 FILEOPEN: CSV: better handling of broken CSV files with unescaped embedded quote delimiters [Eike Rathke]
  • fdo#48659 about dialog misses Build ID in Dutch langpack [Caolán McNamara, Andrew Higginson]
  • fdo#48683 nice crash when hitting DEL (on certain slide / line with url ? ) [Julien Nabet]
  • fdo#48706 EDITING: $.12 is treated as text instead of currency value [Eike Rathke]
  • fdo#48723 new about dialog does not close with ESC [Caolán McNamara]
  • fdo#48731 FIELOPEN: CSV: leading apostrophe is stripped if numeric value follows [Eike Rathke]
  • fdo#48812 Installer UI: Change 'Customer information' title and heading to 'User information' [Andras Timar]
  • fdo#48870 kill the cookies [Gábor Stefanik]
  • fdo#48875 FORMATTING: ISO 8601 date detection overrides locale's date order if '-' is the date separator [Eike Rathke]
  • fdo#48914 uninstall process should remove .pyc files from install directory [Andras Timar]
  • fdo#48917 i18n: add language [Eike Rathke]
  • fdo#48932 EDITING: Writer 3.5.2 slow typing in large documents [Caolán McNamara]
  • fdo#48946 not find JRE [David Ostrovsky]
  • fdo#48957 i18n: add locale data for Erzya [myv-RU] [Eike Rathke]
  • fdo#48961 [PPTX] crash when trying to create insanely large pixmap [Caolán McNamara]
  • fdo#49052 formula DGET() gives #VALUE! error when fetching calculation resulting in string [Markus Mohrhard]
  • fdo#49136 gbuild: broken extension localization [David Tardon]
  • fdo#49183 MinGW: Windows resources (.res) are not linked to executables [David Tardon]
  • fdo#49221 difference of y position/size of drawinglayer elements is more than 10% [Markus Mohrhard]
  • fdo#49244 [EN] WRITER: Typo in MAILMERGE LOCALHELP [Julien Nabet]
  • fdo#49271 [RTF] regression; unneeded page break after 4th line of text [Miklos Vajna, Caolán McNamara]
  • fdo#49274 Adapt date format to fit Chinese (Taiwan) more [Cheng-Chia Tseng]
  • fdo#49291 CRASH at menu Tools - Macros [Stephan Bergmann]
  • fdo#49340 CRASH closing window Edit > Changes > Accept or Reject with ESC [Caolán McNamara]
  • fdo#49342 CRASH EDITING TABLE when merge cells in .sxw [Caolán McNamara]
  • fdo#49379 Setting the Temp path (Tools > Options) impossible with an extension [Stephan Bergmann]
  • fdo#49421 CONFIGURATION: Too small select lists in Language Settings > Writing Aids [Ivan Timofeev]
  • fdo#49430 imported shape positions incorrect [Noel Power]
  • fdo#49438 TABLES: drawing layer doesn't paint thin borders in Writer if anti-aliasing disabled [Michael Stahl]
  • fdo#49531 EDITING: Sort rows for will sort columns [Markus Mohrhard]
  • fdo#49605 [PATCH] Writer confused by overlapping grammar errors [Daniel Naber]
  • fdo#49639 FILEOPEN html content .xls files shows text.csv with html tags instead of Spreadsheet contents [Eike Rathke]
  • fdo#49666 CRASH while opening RTF document [David Tardon]
  • fdo#49709 : Fields in embedded bibliography gets switched around [David Tardon]
  • fdo#49720 Libreoffice splash screen hangs [Stephan Bergmann]
  • fdo#49750 : Search with ctrl + f [Miklos Vajna]
  • fdo#49849 : Word wrapping in Hebrew handled incorrectly: lines break mid-word [Caolán McNamara]
  • fdo#49854 [EDITING] Crash clicking on header-tab in format page style [Kohei Yoshida]
  • fdo#49859 FORMATTING, UI: numbering alignment or indentation is not applied in Impress [Stephan van den Akker]
  • fdo#49914 On MacOS X, the new rulers always look like disabled [Jan Holesovsky]
  • fdo#49921 UI: UI glitch in Find & Replace dialog - buttons invisible [David Tardon]
  • fdo#49968 FILEOPEN: RTF filter is still buggy since 3.4.5 [Miklos Vajna]
  • fdo#50018 Strg+H doesn't work [Andras Timar]
  • fdo#50139 UI: Cross-references -> index tab "selection" -> "illustration" field contents is cut at left [Andras Timar]
  • fdo#50144 Additional information in the Insert cross-reference dialogue Selection field [Andras Timar]
  • fdo#50162 merge rtlbootstrap.mk into configure.in [David Ostrovsky]
  • fdo#50169 A document causes LO to crash repeatedly [Martin Hosken, Michael Stahl]
  • fdo#50178 Reading Visio file causes crash [Julien Nabet]
  • fdo#50183 CONFIGURATION: Default number of sheets for new document should be "1" [Stefan Knorr (astron), Stephan Bergmann]
  • fdo#50304 xls export rowheight problems [Noel Power]
  • fdo#50307 psprint.conf file is clobbered on each upgrade [Petr Mladek]
  • fdo#50372 BASE SIGABRT: dereference a past-the-end iterator [Lionel Elie Mamane]
  • fdo#50386 Page count field makes scrolling impossible [Michael Stahl, Muhammad Haggag]
  • fdo#50415 Shortcut names are not localized on Linux [Thomas Arnhold]
  • fdo#50476 Dots inside quoted sentences get removed on "Correct All" [Caolán McNamara]
  • fdo#50509 Language selection is not possible with silent install [Andras Timar]
  • fdo#50539 FILEOPEN: RTF file opens with black letters and black background [Miklos Vajna]
  • fdo#50540 View area jumps when start drawing [Muhammad Haggag]
  • fdo#50628 CONFIGURATION: scanner crashes program [David Tardon]
  • fdo#50630 packimages: images not found [Korrawit Pruegsanusak, David Tardon]
  • fdo#50631 Vertical rulers completely unreadable on MacOS X [Norbert Thiebaud]
  • fdo#50651 Toolbar: room for toolbar remains after closing from context menu [Ivan Timofeev]
  • fdo#50665 \chpgn ignores formatting [Miklos Vajna]
  • fdo#50680 Module lcms2 doesn't compile under solaris [Lionel Dricot]
  • fdo#50694 EDITING: when 'Insert Sheet' from .csv no source sheet detected [Kohei Yoshida]
  • fdo#50703 Use Blowfish encryption in ODF 1.2 backward-compatibility mode [Thorsten Behrens]
  • fdo#50704 Default to absolute svg:d paths for ODF1.2 backward-compatibility mode [Thorsten Behrens]
  • fdo#50722 scroll bars keep moving out of position until they disappear when zooming [Noel Power]
  • fdo#50783 Can't create database or access table in Base [Petr Mladek]
  • fdo#50809 Tooltip has not been modified to "Comment" from ”Note" [Andras Timar]
  • i#101776 Large number of comments make Writer extremely slow [Michael Stahl]
  • i#102625 Table Data View + ODBC issues select * from table to get only key data [Lionel Elie Mamane]
  • i#110536 SRB generates wrong 'order by' on report based on query with MS Access [Lionel Elie Mamane]
  • i#112763 Deleting text with activated change tracking duplicates text frame [Michael Stahl]
  • i#116848 Shapes are at wrong position compared to 3.2.1 [Noel Power]
  • i#118068 Crash when loading special charts [Noel Power]
  • i#118986 [RTF export] crashes when copy an empty line from Writer below a tif picture then paste into spreadsheet [Miklos Vajna]
  • i#119219 Saved RTF has issue in encoding Latin1 characters [Miklos Vajna]
  • i#17200 Horizontal line in word has special "percentage mode" width [Luboš Lun(ák]
  • i#17964 Fix word count feature for asian text [Caolán McNamara]
  • i#22961 AutoComplete unable to differentiate between Capital Letters and Small Letters. [Brad Sowden]
  • i#40155 Attempts to export .doc file to PDF causes Writer to crash (U4.2 -celf.doc) [Cédric Bosdonnat]
  • i#70462 Warning: [Code:654] ... International sorting unavailable on this system [Niklas Johansson]
  • i#81127 Get rid of -fsigned-char? [Caolán McNamara]
  • i#86306 office crashes at startup on Solaris Intel [Stephan Bergmann]
  • i#87757 API: toolkit.AccessibleFixedText::com::sun::star::accessibility::XAccessibleText [Michael Stahl, Caolán McNamara]
  • i#87910 WW8: empty paragraph between TOC and table lost [Michael Stahl]
  • i#93609 No automatic row heights after xlsx import [Noel Power]
  • i#94028 XLSX import: drawing objects misplaced [Noel Power]
  • i#96092 Outline Numbering broken in master document under certain condition [Michael Stahl]
  • lp#527938 triple paperbag -- tweak bibloader again [Bjoern Michaelsen]
  • lp#720716 add unity quicklist support [Bjoern Michaelsen]
  • lp#904212 add missing mimetypes to impress.desktop [Bjoern Michaelsen]
  • lp#905355 fix the fix so it doesn't crash [Michael Stahl, Andrzej J. R. Hunt]
  • lp#919659 respect absolute paths for mozilla profile, [Markus Mohrhard]
  • lp#926940 make LibreOffice Draw handle Visio files [Bjoern Michaelsen]
  • moz#424333 related: pixmaps are limited to max signed short [Caolán McNamara]
  • rhbz#162935 ooimpress-creating presentation using wizard crashes in M_reclaim_block [Caolán McNamara]
  • rhbz#788042 LibreOffice wouldn't start with --quickstart [Caolán McNamara]
  • rhbz#788045 soffice --help wouldn't display help when soffice already running [Caolán McNamara]
  • rhbz#790233 [abrt] libreoffice-writer-3.3.4.1-2.fc15: crash deleting styles from template dialog (SIGSEGV) [Caolán McNamara]
  • rhbz#799525 Flat ODF files support requires xsltfilter package, but packagekit doesn't know that [Caolán McNamara]
  • rhbz#799628 [abrt] libreoffice-core-3.4.5.2-5.fc16: SwViewImp::PaintLayer: Process /usr/lib64/libreoffice/program/soffice.bin was killed by signal 11 (SIGSEGV) [Caolán McNamara]
  • rhbz#799630 [abrt] SwWW8ImplReader::emulateMSWordAddTextToParagraph [Caolán McNamara]
  • rhbz#800272 soffice does not complain when running with wrong option [Caolán McNamara]
  • rhbz#802173 [abrt] openoffice.org-calc-1:3.3.0-20.8.fc14: Process /usr/lib/openoffice.org3/program/scalc.bin was killed by signal 11 (SIGSEGV) [Caolán McNamara]
  • rhbz#804437 [abrt] libreoffice-core-3.5.1.2-1.fc17: oosplash rtl_uString_release(NULL) SIGSEGV upon failing osl_getProcessWorkingDir [Stephan Bergmann]
  • rhbz#805743 [abrt][a11y] libreoffice-core-3.5.1.2-1.fc17: AccessibleViewForwarder::AccessibleViewForwarder killed by signal 11 (SIGSEGV) [Caolán McNamara]
  • rhbz#806663 [abrt] libreoffice-core-3.4.5.2-8.fc16: SdModule::GetSdOptions: Process /usr/lib64/libreoffice/program/soffice.bin was killed by signal 11 (SIGSEGV) [Caolán McNamara]
  • rhbz#807316 Bootstrap.bootstrap() from juh.jar doesn't work properly any more [Caolán McNamara]
  • rhbz#809466 libreoffice-core (unintentionally) provides libraptor.so.1()() and librdf.so.0()() [David Tardon]
  • rhbz#810644 [abrt] libreoffice-writer-3.3.4.1-2.fc15: CalcClipRect: Process /usr/lib/libreoffice/program/swriter.bin was killed by signal 11 (SIGSEGV) [Michael Stahl]
  • rhbz#818557 [abrt] libreoffice-writer-3.3.4.1-2.fc15: SwCrsrShell::GetCrsr: Process /usr/lib64/libreoffice/program/swriter.bin was killed by signal 11 (SIGSEGV) [Caolán McNamara]
  • rhbz#819304 [abrt][reproducible] libreoffice-core-3.5.2.1-6.fc17: v killed by signal 11 (SIGSEGV) [David Tardon]
  • rhbz#820376 [abrt] libreoffice-core-3.4.5.2-8.fc16: ServerFont::GetGlyphData, graphite2::Slot::finalise killed by signal 11 (SIGSEGV) [Caolán McNamara]
  • rhbz#825548 [abrt] libreoffice-core-3.5.3.2-3.fc17 specific rtf document incredibly slow to load [Miklos Vajna, Caolán McNamara]

New in LibreOffice 3.5.4 RC 1 (May 19, 2012)

  • Fixed bugs:
  • core
  • Does not recognize VBA macro in JAPANESE...)
  • enable caching of grammar checker properties
  • fix find toolbar X error handling
  • special-case appending items to autocorrect lists fdo#46805
  • Changing spelling preferences requires application restart
  • add unit test for Converter::convertDouble
  • add+use SwDoc::containsUpdatableFields
  • allow keyword Append to be used as a variable.
  • allow zwj, etc. in metric unit text
  • avoid recursion that can mess up DND setup
  • border paint ordering:
  • clamp mnFillOpacity to 1
  • comparing empty document with attached one crashes LO
  • compound storage backend is poor at knowing stream size
  • correctly map monitor index back to screen
  • count mirrored monitors as one
  • crash on "connect to existing database" wizard
  • default to Office 2007/2010 filter for ooxml export
  • dmapper: fix import of titlepg top/bottom margin
  • dmapper: handle m_bTitlePage when m_nBreakType is zero
  • do not prepend \n twice, it confuses KFileDialog
  • drawinglayer: fix double hairline borders:
  • fix Presenter Console help screen layout
  • fix RTF export of empty paragraph numbering rules
  • fix RTF export of non-breaking space/hyphen/optional hyphen
  • fix RTF import of Russian characters without an encoding specified
  • fix RTF import of \sl without \slmult
  • fix RTF import of automatic paragraph background color
  • fix RTF import of fields without a result f
  • fix RTF import of localized fields
  • fix RTF import of special unicode characters
  • fix bean after gbuild'ification
  • fix incorrect square gradients in slideshow.
  • fix parsing of arc paths
  • fix property type for printoptions
  • fix vertical text frame borders:
  • fixed crash while opening odt file.
  • getConversionFactor: add inch as source unit
  • ignore corrupted items in Recent Documents
  • implement RTF_CHPGN
  • implement RTF_KEYWORDS
  • merge consecutive border lines:
  • more robust nss initialization, related
  • overwrite incorrect font table entry with the correct one
  • pPTX import crashes.
  • paint borders in SwFlyFrm::Paint:
  • parse rgb(%,%,%) correctly f
  • performance problems with very long paragraphs
  • properly draw separators in vertical toolbars
  • rTFValue::Clone(): copy m_bForceString as well
  • rTF_MARGL/R/T/B should also set the current margin
  • related: check if a missing font is a known symbol font
  • related: for huge files build a page chain cache for seeks
  • remove SalDisplay::GetKeyboardName
  • remove pointless forward moving of a table
  • resolved catch exception from VBA lib container
  • resolved import .xls with HTML as such, not CSV
  • resolved query model only once whether it is a preview
  • resolved update sheet-local named expressions correctly
  • respect absolute paths for mozilla profile,
  • revert "Related: for huge files build a page chain cache for seeks"
  • revert "another partial fix for " ( and fixes )
  • run SelectLanguage custom action during silent install, too
  • run unopkg.exe after InstallFinalize
  • sort SelectionTree control of Custom Setup with a custom action
  • string result of formula is also valid,
  • sw: HTML: fix table border export:
  • sw: HTML: import CSS STYLE border on TD:
  • sw: HTML: spurious semicolons in STYLE:
  • switch units in Converter::convertDouble
  • two different TransliterationChgData structs
  • we never registered the SAL_OBJECT_CHILDCLASSNAMEA window class
  • weed out unmatched Sub/End Sub statements when importing VBA
  • workaround of MSI installer error 1935
  • writer idle-callbacks are halting when events pending
  • writerfilter: implement RTF_BIN
  • wrong text color in smartArt.
  • xsltml .xsl files missing from wiki-publisher.oxt

New in LibreOffice 3.5.3 RC 2 (Apr 27, 2012)

  • fix find toolbar X error handling fdo#46687
  • add unit test for Converter::convertDouble fdo#48969
  • border paint ordering: fdo#45562, fdo#47717, fdo#42750
  • default to Office 2007/2010 filter for ooxml export, fdo#48941 [
  • duplicated characters in PDF import fdo#45848
  • fix RTF import of special unicode characters fdo#48356
  • getConversionFactor: add inch as source unit fdo#48969
  • ignore corrupted items in Recent Documents fdo#46074
  • paint borders in SwFlyFrm::Paint: fdo#45562
  • resolved update sheet-local named expressions correctly fdo#48856
  • switch units in Converter::convertDouble fdo#48969

New in LibreOffice 3.5.3 RC 1 (Apr 21, 2012)

  • Bugs fixed:
  • fix colorspace conversion for greyscale bitmaps fdo#34324
  • cache calls to mdds:mixed_type_matrix::size, related fdo#47299
  • clrContourCache for SwAnchoredDrawObjects fdo#45376
  • compatibility option for incorrect relative moves after closePath fdo#47406
  • copy column privileges into table privileges fdo#47937
  • cppcanvas: processEMFPlus: fix valgrind warning: fdo#42252
  • disable cairo canvas on Windows fdo#46532, fdo#46901, fdo#45584
  • do not increase height of checkboxes fdo#47963
  • do not play sound in presenter console fdo#33914
  • docx, no mso-fit-shape-to-text means the textbox size is fixed bnc#751573
  • export all style information to xls/xlsx, fdo#46738
  • fdo43752: PPTX import fix affected odp imports. bnc#719989, bnc#719997
  • find install location during help pack install fdo#48411
  • fix - edge-case trans gradients came out empty fdo#33591
  • fix - use older ODF encryption by default fdo#47484
  • fix Java script examples after gbuild'ification fdo#46102
  • fix RTF import of \page in inner groups fdo#48104
  • fix RTF import of all capitals char prop fdo#46955
  • fix RTF import of character encoding in footnotes fdo#45182
  • fix RTF import of custom fonts in substreams fdo#45394
  • fix RTF import of mixed super/nonsuper text fdo#47326
  • fix RTF import of multi-paragraph exact height textboxes fdo#47036
  • fix RTF import of shapes inside text frames at the start of the doc fdo#47036
  • fix RTF import of tables with empty first row fdo#45394
  • fix RTL menu rendering on Windows fdo#42537
  • fix a regression caused by List removal. fdo#46942
  • fix autoformat Undo cursors: fdo#39003
  • fix border printing: fdo#38635
  • fix crash on RTF import of shapes inside tables fdo#47802
  • fix incorrect relative moves after closePath fdo#47406
  • fix scripting jar manifests after gbuild'ification fdo#46102
  • fix the fix so it doesn't crash lp#905355, fdo#43895
  • fix vcl alpha blending bnc#714787
  • fix vertical align when switching mode in multibar fdo#44140
  • fixed pdf export (of images). bnc#717947
  • handle various busted rtf docs without hanging fdo#48640
  • improved label/BC wizard - set paper size fdo#44516
  • increase nCol before next iteratation to prevent loop, fdo#46220
  • load Java scripts with class loaders that actually find them fdo#46102
  • macros: Macro to set filter in Calc does not work with .StringValue fdo#46983
  • make "Replace All" work with REs fdo#44861
  • match version in about dialog and file properties fdo#47840
  • more reliable way to check for RTL text. fdo#48431, fdo#32530
  • never let users save in /tmp by default lp#905355, fdo#43895
  • prevent update during init in new autofilter dlg, fdo#45679
  • rTF/DOCX import: fixed the import of consecutive frames fdo#47036, bnc#703032
  • removed strange non-wrapping condition bnc#750258, i#40155
  • resolved CSV import got confused by erroneous HTML detection fdo#40021
  • resolved the current document is not always the first in list rhbz#813280
  • revert "make text wrapping work in headers/footers too " fdo#39155
  • rtftok: initial PN (legacy numbering syntax) support fdo#47107
  • rtftok: support bullet points in paragraph numberings fdo#47107
  • shift+F3 should be the shourtcut for Edit > Duplicate in Draw fdo#48584, fdo#32559
  • show synchronized checked only if all margins are the same, related fdo#44337
  • sw: fix border corner gaps: fdo#38635
  • swNodes: fix inconsistent outline check: rhbz#789022
  • tOC dialog, Entries tab: the right arrow button does not work fdo#40948
  • this hack in no longer needed, fdo#44337
  • use fabs for double values, not abs, fdo#47632
  • use of pointer to deleted object fdo#47068
  • use same border width information for xls import and export, fdo#44742
  • use x.y.z version also for desktop integration packages fdo#47840
  • wW8TableInfo::processSwTable: check that table has layout fdo#45522

New in LibreOffice 3.5.0 RC 3 (Feb 3, 2012)

  • Bugs fixed:
  • country code 'IN' is not in use for these locales fdo#45107, fdo#44208 [Andras Timar]
  • differentiate numeric and non-numeric field member values. fdo#45067 [Kohei Yoshida]
  • don't delete thread while it is still running, fdo#45401 [Markus Mohrhard]
  • fix Don't paint a frame around the list of edit boxes. fdo#42543 [Jan Holesovsky]
  • hide all the page breaks of the pages before the first visible one fdo#44836 [Cédric Bosdonnat]
  • keep cells with broadcasters alive during deletion. fdo#44143 [Kohei Yoshida]
  • more robust references merging fdo#35669 [Cédric Bosdonnat]
  • properly merge ref fields in master documents fdo#35669 [Cédric Bosdonnat]
  • query remaining stream size after seeking, not before fdo#45255 [Luboš Luňák]
  • revert publishing of lots of UNO types. OOo issue #117329 [Norbert Thiebaud]
  • scTableSheetObj::findAll does not return the correct range, fdo#43462 [Markus Mohrhard]
  • svxBorderLine::GuessLinesWidths: fdo#38542 [Michael Stahl]
  • sw: ODF import: divide width by 3 for "double" borders fdo#38542 [Michael Stahl]
  • sw: ODF import: prevent border width overriding: fdo#38542 [Michael Stahl]
  • use integers rather than booleans fdo#45453 [Lionel Elie Mamane]
  • use proper sizes for SQL(Get|Set)StmtAttr fdo#34432 [Lionel Elie Mamane]
  • use the old rtf importer for paste fdo#43869 [Miklos Vajna]

New in LibreOffice 3.4.5 (Jan 13, 2012)

  • base:
  • fix dnd crash from default assignment operators (fdo#39950) [Caolán McNamara]
  • reenable ADO URL helper UI (fdo#32347) [Lionel Elie Mamane]
  • bootstrap:
  • add .ppsx (fdo#39963) [Tor Lillqvist]
  • calc:
  • avoid using ulimit_cast between signed and unsigned. (fdo#39589) [Kohei Yoshida]
  • boolean values are valid for matrix evaluation (fdo#40967) [Markus Mohrhard]
  • correctly map external ranges into matrix instances. (fdo#40110) [Kohei Yoshida]
  • display caption strings without format detection. (fdo#42169) [Kohei Yoshida]
  • fixed Libreoffice calc crashes when re-opening a xlxs file (rhbz#754051) [Eike Rathke]
  • prevent access to non existing mdds elements (fdo#41807) [Markus Mohrhard]
  • set the logic straight for "center across selection" setting. (fdo#43308) [Kohei Yoshida]
  • components:
  • change logic of IsOfficeRunning custom action (fdo#36677) [Andras Timar]
  • fix (bnc#653688) [Thorsten Behrens]
  • fix handling of SAFEARRAY(s) returned as variant in olebridge (fdo#38441) [Noel Power]
  • filters:
  • fix : Auto fit text VIEWING too small in PPT (fdo#41245) [Arnaud Versini]
  • fix crash while opening certain pptx files. (bnc#706792) [Muthu Subramanian]
  • libs-core:
  • turn DocBasicItems into an rtl::Static to improve shutdown on mac (fdo#39520) [Michael Meeks]
  • fix the drawing of dotted and dashed borders in Calc. (fdo#37129) [Tomofumi Yagi]
  • pImplementationName is not a compile-time constant (fdo#36555) [Lionel Elie Mamane]
  • libs-gui:
  • fix crash at exit ( access of deleted GtkSalDisplay instance ) (bnc#728603) [Noel Power]
  • fix horizontal scrollbars with KDE oxygen style (bnc#722918) [Luboš Luňák]
  • fix the drawing of dotted and dashed borders in Calc. (fdo#37129) [Tomofumi Yagi]
  • resolves tmp name reuse in mass pdf export (fdo#41295) [Caolán McNamara]
  • postprocess:
  • make the 3D transitions work again (bnc#728559) [Radek Doulik]
  • translations:
  • workaround, remove access key to prevent crash (fdo#30977) [Andras Timar]
  • writer:
  • backport of 3524727db0f3cfecf3a47046795c527808c10c3e (OOo issue #58612) [Luboš Luňák]
  • fix fallout - recognize .svg in odt container (fdo#41995) [Thorsten Behrens]
  • nO_STYLE default for borderlines mso import, fixes image size issue (bnc#718971) [Noel Power]
  • swDoc::ReplaceRangeImpl: (OOo issue #102333) [Michael Stahl]
  • swView::ExecSearch: (fdo#40831) [Michael Stahl]

New in LibreOffice 3.4.5 RC1 (Dec 19, 2011)

  • General for this release candidate: parallel installation:
  • With this release candidate, you have to use the 'parallel installation' to install it alongside the stable LibreOffice, and not replace it.
  • Help files:
  • The Windows multi-language installer as well as the langpacks only contain localized UI. By default, LibreOffice uses online help - if you need help files on your disk, please install the helppack for your language. If there is no helppack for your language (because help has not been translated to your language), then you can install and use the English helppack or check the online help in any available language.
  • List of fixed bugs:
  • base:
  • fix dnd crash from default assignment operators fdo#39950 [Caolán McNamara]
  • reenable ADO URL helper UI fdo#32347 [Lionel Elie Mamane]
  • bootstrap:
  • add .ppsx fdo#39963 [Tor Lillqvist]
  • calc:
  • avoid using ulimit_cast between signed and unsigned. fdo#39589 [Kohei Yoshida]
  • boolean values are valid for matrix evaluation fdo#49967 [Markus Mohrhard]
  • correctly map external ranges into matrix instances. fdo#40110 [Kohei Yoshida]
  • display caption strings without format detection. fdo#42169 [Kohei Yoshida]
  • fixed Libreoffice calc crashes when re-opening a xlxs file rhbz#754051 [Eike Rathke]
  • prevent access to non existing mdds elements fdo#41807 [Markus Mohrhard]
  • set the logic straight for "center across selection" setting. fdo#43308 [Kohei Yoshida]
  • components:
  • change logic of IsOfficeRunning custom action fdo#36677 [Andras Timar]
  • fix bnc#653688 [Thorsten Behrens]
  • fix handling of SAFEARRAY(s) returned as variant in olebridge fdo#38441 [Noel Power]
  • filters:
  • fix : Auto fit text VIEWING too small in PPT fdo#41245 [Arnaud Versini]
  • fix crash while opening certain pptx files. bnc#706792 [Muthu Subramanian]
  • libs-core:
  • turn DocBasicItems into an rtl::Static to improve shutdown on mac fdo#39520 [Michael Meeks]
  • fix the drawing of dotted and dashed borders in Calc. fdo#37129 [Tomofumi Yagi]
  • pImplementationName is not a compile-time constant fdo#36555 [Lionel Elie Mamane]
  • libs-gui:
  • fix crash at exit ( access of deleted GtkSalDisplay instance ) bnc#728603 [Noel Power]
  • fix horizontal scrollbars with KDE oxygen style bnc#722918 [Luboš Luňák]
  • fix the drawing of dotted and dashed borders in Calc. fdo#37129 [Tomofumi Yagi]
  • resolves tmp name reuse in mass pdf export fdo#41295 [Caolán McNamara]
  • postprocess:
  • make the 3D transitions work again bnc#728559 [Radek Doulik]
  • translations:
  • workaround, remove access key to prevent crash fdo#30977 [Andras Timar]
  • writer:
  • backport of 3524727db0f3cfecf3a47046795c527808c10c3e OOo issue #58612 [Luboš Luňák]
  • fix fallout - recognize .svg in odt container fdo#41995 [Thorsten Behrens]
  • nO_STYLE default for borderlines mso import, fixes image size issue bnc#718971 [Noel Power]
  • swDoc::ReplaceRangeImpl: OOo issue #102333 [Michael Stahl]
  • swView::ExecSearch: fdo#40831 [Michael Stahl]

New in LibreOffice 3.5.0 Beta 0 (Dec 5, 2011)

  • With this Beta, you have to use the 'parallel installation' to install it alongside the stable LibreOffice, and not replace it.
  • Writer does not open a second document
  • Installer is in English only
  • Unopkg.bin crashes during install (may prevent installation on Windows7 and up)
  • Applications open a console window
  • Installation removes 3.3/3.4 installations
  • Application windows show StarOffice icon fdo#42979

New in LibreOffice 3.4.3 RC 1 (Aug 20, 2011)

  • calc:
  • [PATCH] fix for defining named ranges should be case insensitiv fdo #39915 [Markus Mohrhard]
  • allow multi-range copy from VBA. (bnc#707486) [Noel Power]
  • better way to remove DP objects without reversing order. fdo #39236 [Kohei Yoshida]
  • correctly import from Excel charts with multiple ranges. (i#107275) [Kohei Yoshida]
  • dr78: set app flag in ScGlobal::SetSearchItem, fdo #33379 i#116250, fdo#33593, fdo#37499) [Niklas Nebel]
  • fix broken refresh() from UNO API (and Basic). fdo #37767 [Kohei Yoshida]
  • fix for SetNamedRanges speedup fdo #35357 [Laurent Godard]
  • fix for changes to range names invalidate stream too fdo #39792 [Markus Mohrhard]
  • fix for check for empty local range names fdo #39728 [Markus Mohrhard]
  • fix for crash with hidden column in Data->Form fdo #39773 [Markus Mohrhard]
  • fix for database ranges don't work in formulas fdo #39333 [Markus Mohrhard]
  • fix for don't write password algorithm in odf 1.0 and 1.1 fdo #39678 [Markus Mohrhard]
  • fix for set correct table number in local db data fdo #39151 [Markus Mohrhard]
  • fix for set upper limit for second parameter of tinv to 1E10 fdo #37128 [Markus Mohrhard]
  • make strings localizable fdo #36706 [Andras Timar]
  • make sure the drawing layer is initialized before use. fdo #36688 [Kohei Yoshida]
  • prevent double-deletes during removal of pivot tables. fdo #39236 [Kohei Yoshida]
  • set selection request as done for macro recorder fdo #38955 [Caolán McNamara]
  • the previous commit is for not for fdo#. (bnc#707486) [Kohei Yoshida]
  • use the correct clip doc instance to copy to. fdo #707486 [Noel Power]
  • components:
  • related changes in split components repository to support LCID changes fdo #38956 [Eike Rathke]
  • filters:
  • change 2007 XML to 2007/2010 XML in UI strings fdo #36735 [Andras Timar]
  • change 97/XP/2000 to 97/XP/2000/2003 fdo #36734 [Andras Timar]
  • related correct import of shared formulas fdo #39023 [Muthu Subramanian]
  • help:
  • remove link to non-existing topic fdo #35823 [Andras Timar]
  • update the operation of delete and backspace key fdo #31652 [Korrawit Pruegsanusak]
  • impress:
  • clean-up of bugfix for the -3-4 branch fdo #32895 [Peter Rabi]
  • fix ruler to not generate negative left indent (bnc#707779) [Thorsten Behrens]
  • make strings localizable fdo #36706 [Andras Timar]
  • missing icon in Styles and Formatting dialog in Impress fdo #38382 [Andras Timar]
  • libs-core:
  • add a modification listener on new XDocumentProperties fdo #32177 [Caolán McNamara]
  • clean-up of bugfix for the -3-4 branch fdo #32895 [Peter Rabi]
  • fix for - no update preview fdo #34768 [Peter Rabi]
  • fix for change password button is always disabled fdo #37628 [Markus Mohrhard]
  • fix memory exhaustion with String length of STRLEN_MAX fdo #39869 [Eike Rathke]
  • fix wrong RTTI baseclass for SfxViewEventHint fdo #38768 [Thorsten Behrens]
  • make these entries localizable fdo #36274 [Andras Timar]
  • null the display pointer after closing the display, fixes fdo #37579 [Michael Meeks]
  • on recovery from an autosave file use DefaultFilter, seems to fix fdo #34805 [Tor Lillqvist]
  • related changes in split libs-core repository to support LCID changes fdo #38956 [Eike Rathke]
  • related: /short fread isn't an error when its eof fdo #39376 fdo#34880) [Caolán McNamara]
  • resolve: post-stl use vector end position not LIST_APPEND fdo #39392 [Caolán McNamara]
  • libs-extern:
  • related: force .a files to hidden visibility fdo #35404 [Caolán McNamara]
  • libs-extern-sys:
  • backport fix for (py#4768, fdo#36763) [Caolán McNamara]
  • libs-gui:
  • add Teke-Eboo language fdo #37275 [Andras Timar]
  • add gd_GB (Gaelic, Scottish) locale data (i#117857) [Andras Timar]
  • change 97/XP/2000 to 97/XP/2000/2003 fdo #36734 [Andras Timar]
  • change SV_BUTTONTEXT_LESS from More to Less fdo #36663 [Andras Timar]
  • eMF+ records don't need payload all the time fdo #39517 [Caolán McNamara]
  • fix discarding bracketed prefixes in number formats, such as [RED] fdo #38956 [Eike Rathke]
  • half&full width forms need to remain asian fdo #38095 [Caolán McNamara]
  • ure:
  • related: on windows find the openssl libs that _ssl.pyd needs fdo #34184 [Caolán McNamara]
  • writer:
  • backport fix fdo #32899 [os]
  • don't crash on undo of ole2 insert fdo #36631 [Caolán McNamara]
  • don't restore original view settings on temp documents fdo #39159 [Caolán McNamara]
  • fExtChar affects only < 8 (if at all) (i#118018) [Caolán McNamara]
  • fix counting the paragraphs, . fdo #36816 [Jan Holesovsky]
  • it really is a LineBorder not a LineBorder2 fdo #37693 [Caolán McNamara]
  • related: crash in new field code Template:I

New in LibreOffice 3.4.2 (Aug 1, 2011)

  • This release is bit-for-bit identical to the 3.4.2 Release Candidate

New in LibreOffice 3.4.0 RC 2 (May 28, 2011)

  • artwork:
  • fix wrong-sized toolbar mimetype icons.
  • calc:
  • fix a layout problem in Export text (CSV) dialog
  • fix for (binary import crash)
  • fix for Correct autofilter import from ODS.
  • fix for crash when copy/paste table from writer to calc
  • sign number must be either 1 or -1, never 0.
  • components:
  • polish branding - fix langpack mac installer icon
  • libs-core:
  • updated license information
  • don't assume you'll always find a match.
  • fixed crash when reading malformed fieldmark tags in ODT
  • initialize resource manager to get verbose basic errors
  • make style:layout-grid-snap-to-characters fit to ODF spec.
  • sanity checks that fix crash
  • libs-extern-sys:
  • remove added license header that caused parse error
  • libs-gui:
  • don't broadcast setting changes during painting of button.
  • fix a bug about presssed button state
  • fixed the prefix recognition in URLs... that list is sorted.
  • testing:
  • make toolkit.UnoScrollBarControl not fail headless
  • writer:
  • compatibility option for old size of small caps
  • fix crash reading some documents with fields
  • fix for
  • reorganized columns dialog to show text direction correctly

New in LibreOffice 3.3.2 (May 7, 2011)

  • This release is bit-for-bit identical to the 3.3.2 Release Candidate 2, so you don't need to download or reinstall if you have that version already.
  • The distribution for Windows is an international build, so you can choose the user interface language that you prefer. Help content is available via an online service, or alternatively as a separate install.
  • For Windows users that have OpenOffice.org installed, we advise uninstalling that beforehand, because it registers the same file type associations.
  • If you run Windows 2000, you may require this update before being able to install LibreOffice.
  • If you run Linux, the GCJ Java variant has known issues with LibreOffice, we advise to e.g. use OpenJDK instead.
  • LibreOffice contains all the security fixes from OpenOffice.org in 3.3.0, and perhaps more as a side-effect of the code clean-ups.

New in LibreOffice 3.3.1 (Feb 23, 2011)

  • This release is bit-for-bit identical to the 3.3.1 Release Candidate 2, so you don't need to download or reinstall if you have that version already.
  • The distribution for Windows is an international build, so you can choose the user interface language that you prefer. Help content is available via an online service, or alternatively as a separate install.
  • For Windows users that have OpenOffice.org installed, we advise uninstalling that beforehand, because it registers the same file type associations.
  • If you run Windows 2000, you may require this update before being able to install LibreOffice.
  • LibreOffice contains all the security fixes from OpenOffice.org in 3.3.0, and perhaps more as a side-effect of the code clean-ups.
  • There are a few non-critical issues still contained in this release, which will be addressed soon with upcoming bugfix versions:
  • If you install third-party extensions that bring their own help, you may only be able to view that after installing the separate helppacks on Windows.
  • On Windows, Python-based extensions cannot be registered with LibreOffice.

New in LibreOffice 3.3.0 Final (Jan 25, 2011)

  • New Features:
  • Load and Save ODF documents in flat XML to make external XSLT processing easier
  • Make license information accessible via the Help menu
  • Made on-line Help available on-line, via the WikiHelp
  • Added "Experimental" mode, to allow users to test out as-yet-unfinished features
  • Added the LibreColors to the palette
  • Implement import of alpha channel for RGBA .tiffs
  • Show all appropiate formats by default on "Save As"
  • Use radio buttons widgets to clarify complex menu option intentions
  • Add option to enable saving of documents with non-visible changes
  • Fix synthetic small caps resizing factor to improve look and interoperability
  • Writer Features and Fixes:
  • New easy-to-use dialog box for creating and managing title pages
  • Lotus Word Pro import filter
  • Vastly improved RTF export fixing many critical data-loss bugs
  • AutoCorrections match case of the words that AutoCorrect replaces
  • Ability to turn off number recognition in Writer
  • Import of MS Works documents
  • Navigator lets you unfold one heading as usual in a tree view
  • Many Wordperfect import improvements.
  • Calc Features and Fixes:
  • More-familiar default key bindings
  • Tab during auto-complete commits current selection and moves to the next cell
  • Shift-Tab cycles through auto-complete selections
  • Jumping to and from references in formula cells via Ctrl-[ and Ctrl-]
  • Use Ctrl-Shift-D to launch selection list in LibreOffice
  • New "Compatibility" options page to configure UI interactions
  • Improved ergonomics
  • Tolbar icon for toggling sheet grids in Calc
  • Support for 3 different formula syntaxes: Calc A1, Excel A1 and Excel R1C1
  • Find and replace skips those cells that are filtered out, avoiding unexpected changes to data that you cannot see
  • Copying a range highlights the range being copied. It also allows you to paste it by hitting Enter key. Hitting Esc removes the range highlight
  • Cell cursor stays at the original cell during range selection
  • Faster Excel, DBF and ODS import
  • Improved Excel interoperability
  • Possibility to use English formula names in other locales
  • Distributed alignment - allows one to specify 'distributed' horizontal alignment and 'justified' and 'distributed' vertical alignments within cells. This is most useful in CJK locales
  • Configurable argument and array separators in formula expressions
  • External reference works within OFFSET function
  • Protecting sheet provides two additional sheet protection options, to optionally limit cursor placement in protected and unprotected areas
  • Automatic decimals digits for "General" format in Calc
  • New options for CSV (Comma-Separated Value) importation in Calc;
  • Impress/Draw Features and Fixes:
  • PPTX chart import feature
  • Fix randomization problems in "Dissolve" transition
  • Improved slide layout handling in Impress
  • Import SVG pictures into Draw and edit them interactively
  • Math Features and Fixes:
  • Default to just printing the formula itself in Math
  • Malformed Maths brackets fixed in presentation mode
  • Interactive in-document formula editing (when in experimental mode)
  • New Math command: "nospace"
  • Base Features and Fixes:
  • Added display properties to control shapes
  • Manual setting for primary key support for databases
  • Support of Read-Only database registration
  • Productivity Enhancements:
  • New custom document properties handling
  • Embedding of standard PDF fonts
  • New "Narrow" font family
  • Increased document protection in Writer and Calc
  • Insert drawing objects in charts
  • Hierarchical axis labels for charts
  • Usability and Interface:
  • Common search toolbar
  • New easier-to-use print interface
  • Easier navigation in Writer documents
  • More options for changing case
  • Redesign of thesaurus
  • Resetting of text to the default language in Writer
  • Text rendering of form controls in Writer
  • Improved defaults for charts
  • Adaptation to marked selection for filter area in Calc
  • Sort dialog box for DataPilot in Calc
  • Display custom names for DataPilot fields, items and totals in Calc
  • Developer Features and Extensibility:
  • Grid control enhancements
  • New MetaData node for database
  • Extending database drivers using extensions
  • UNO APIs to for size and movement protection of notes
  • Allow addition of drawing documents to gallery via the UNO API
  • Internationalization:
  • All languages have been updated.
  • Additional local data has been added for the following languages: Arabic (Algeria) [ar-DZ], Bafia (Cameroon) [ksf-CM], Bushi (Mayotte)[buc-YT], Campidanese (Sardinia) [sro-IT], Gallurese (Sardinia)[sdn-IT], Gikuyu (Kenya) [ki-KE], Latgalian (Latvia) [ltg-LV], Logudorese (Sardinia) [src-IT], Maithili (India) [mai-IN], MalagasyPlateau (Madagascar) [plt-MG], Maore (Mayotte) [swb-YT], Papiamentu (Netherlands Antilles) [pap-AN], Rusyn (Slovakia) [rue-SK], Rusyn(Ukraine) [rue-UA], Sassarese (Sardinia)[sdc-IT], Sorbian, Tahitian (French Polynesia) [ty-PF], Upper Sorbian (Germany) [hsb-DE], Yoruba(Nigeria) [yo-NG].
  • Dictionaries have been updated for the following languages: Catalan [ca], Croatian [hr] (+ spelling dictionary added), Danish [da](+ thesaurus added), Dutch [nl], Hungarian [hu], Italian [it], Kurdish[ku], Romanian [ro], Serbian [sr/sh], Slovenian [sl], Slovak [sk],Swedish [sv], Vietnamese [vi].
  • Auto-correction data has been updated for: Afrikaans [af], Croatian [hr], English (South Africa) [en-ZA], French [fr], Portuguese (Brazil) [pt-BR], German [de], Hungarian [hu], Lithuanian [lt], Mongolian [mn], Polish [pl]

New in LibreOffice 3.3.0 Beta 1 (Oct 13, 2010)

  • All builds are English-only (en-US). We regret that we were unable to provide other localized versions. We are currently working on an improved mechanism to make localized versions in your language available.
  • The LibreOffice branding and renaming is new and work in progress. You may still see old graphics, icons or websites. So please bear with us. This also applies to the BrOffice.org branding - applicable in Brazil.
  • If you want to extend LibreOffice with new features via Extensions, then the link within the software refers, in error, to the OpenOffice.org Extension website.
  • The current LibreOffice beta replaces any existing OpenOffice.org installation, on Windows. Installations should co-exist in the future.