Date: prev next · Thread: first prev next last
October 2021 Archives by date, by thread · List index


UBSAN Linux Build - Build # 2164 - Still Failing:
Identified problems:
* cppunit failure: the cppunit test CppunitTest_sccomp_swarmsolvertest failed
  * Indication 1:
    
<https://ci.libreoffice.org//job/lo_ubsan/2164/consoleFull#871346812d893063f-7f3d-4b7e-b56f-4e0f225817cd>


Check console output at https://ci.libreoffice.org/job/lo_ubsan/2164/ to view the results.

Changes for Build #2152
[raykowj] Writer Navigator: Make fields always show in the content tree

[Stephan Bergmann] loplugin:nullptr (clang-cl)

[Vasily Melenchuk] sc: colorfilter dangling pointer fixed

[Heiko Tietze] Resolves tdf#144677 - Show bookmarks like fields

[Michael Stahl] tdf#144437: rtf export: bookmark position is written to current run

[varga.balazs3] tdf#141220 sw: fix textbox popped out of off-page shape

[Miklos Vajna] sw: simplify DocxAttributeOutput::CharBorder()

[gerrit buildbot] Update git submodules

[Mike Kaganski] Always use buffer on stack

[Mike Kaganski] Drop static_cast syntactic noise

[Thorsten Behrens] tdf#143104 Fix xlsx import/export of color filter colors

[Mike Kaganski] Use std::memmove instead of loop

[gerrit buildbot] Update git submodules

[Caolán McNamara] else branch doesn't make sense, dereferences null

[Mike Kaganski] Consider leading minus

[Caolán McNamara] Resolves: tdf#140992 Paste/Cut should mark Edit as modified

[nemeth] tdf#144616 PPTX import: fix hyperlinks on shapes

[Andras Timar] mark this string explicitely untranslatable

[Vasily Melenchuk] tdf#142578: xlsx export: use continuous numbering for dfx nodes

[Mike Kaganski] Calculate buffer size correctly

[Mike Kaganski] Add unit test to catch eae24a9488814e77254d175c11fc4a138c1dbd30

[Mike Kaganski] Simplify the code a bit to clarify the logic

[fitojb] tdf#127543 add saveacopy to Save dropdown menu

[gerrit buildbot] Update git submodules

[Noel Grandin] loplugin:constparams

[Noel Grandin] loplugin:constmethod

[Caolán McNamara] resave with latest glade

[Caolán McNamara] add missing use-underline for labels

[Caolán McNamara] bundle key forward calls together as a function

[Caolán McNamara] tdf#141633 table control expects the textview widget to word-char wrap

[Caolán McNamara] Related: tdf#141633 use IsMultiLineEdit instead of !IsSimpleEdit

[gerrit buildbot] Update git submodules

[Caolán McNamara] tdf#144846 launch gtk3 menubar menus from LibreOffice code

[Caolán McNamara] tdf#141633 use OutputDevice::DrawText for multiline text too

[Luboš Luňák] make some simple SwRect functions inline

[Luboš Luňák] add GetUnion/Intersection() to SwRect

[Luboš Luňák] fix SwRect::Union() with empty SwRect

[Mike Kaganski] tdf#144758: default value for 'table:orientation' attribute is 'row'

[Mike Kaganski] Some corner case unit tests


Changes for Build #2153
[Noel Grandin] new loplugin:moveparam

[Andras Timar] tdf#141724 package qtz properties file as well, if present

[Andras Timar] [pt-PT] Added ~94 words to autocorrect

[jp] ScriptForge - (SF_Platform) increase speed of Fonts property

[gerrit buildbot] Update git submodules

[Caolán McNamara] ofz#39515 avoid Integer-overflow

[Caolán McNamara] ofz: MemorySanitizer: use-of-uninitialized-value

[Andras Timar] Related: tdf#80713 add KeyIds to LibreLogo strings

[gerrit buildbot] Update git submodules

[gerrit buildbot] Update git submodules

[gerrit buildbot] Update git submodules

[gerrit buildbot] Update git submodules

[gerrit buildbot] Update git submodules

[gerrit buildbot] Update git submodules

[gerrit buildbot] Update git submodules

[gerrit buildbot] Update git submodules

[gerrit buildbot] Update git submodules

[gerrit buildbot] Update git submodules

[gerrit buildbot] Update git submodules

[gerrit buildbot] Update git submodules

[gerrit buildbot] Update git submodules

[Noel Grandin] simplify JsonWriter::reallocBuffer by using realloc

[michael.meeks] fix buffer overruns in JsonWriter::put with UTF-8 values


Changes for Build #2154
[antilibreoffice] drop 'using namespace std' here

[Caolán McNamara] ofz#39528 Integer-overflow

[Caolán McNamara] TODO: remove missing .po support when writerfilter .po files exist

[Caolán McNamara] cid#1492221 silence bogus Dereference after null check

[Caolán McNamara] cid#1492173 Explicit null dereferenced

[Caolán McNamara] cid#1485150 silence Uncaught exception

[Caolán McNamara] cid#1371270 avoid Missing move assignment operator

[Julien Nabet] drop 'using namespace std' in drawinglayer

[Julien Nabet] drop 'using namespace std' in cppu

[Julien Nabet] drop 'using namespace std' in cpputools

[Julien Nabet] drop 'using namespace std' in desktop, e*, f*

[Stephan Bergmann] A more lightweight O[U]StringConcatenation

[Caolán McNamara] unterminated call to function 'call': missing ')'.

[Caolán McNamara] add missing use-underline to menu entries

[Caolán McNamara] cid#1492171 annotate Data race condition

[Noel Grandin] Use placement new to avoid one of the allocation calls...

[Caolán McNamara] cid#1492280 avoid Missing move assignment operator

[Julien Nabet] drop 'using namespace std' in package

[Olivier Hallot] Bump Glade release for generalpagewizard.ui

[Olivier Hallot] Add extended tips to generalpagewizard.ui

[raykowj] tdf#144788 SwNavigator: Add footnotes and endnotes to content tree


Changes for Build #2155
[gerrit buildbot] Update git submodules

[Julien Nabet] drop 'using namespace std' in sd + ucb

[raykowj] SwNavigator: Use select by address function for tracking Fields,

[nemeth] tdf#77051 DOCX: fix user index and index entry support

[raykowj] tdf#144817 SwNavigator: Section tracking option

[Miklos Vajna] sw: prefix members of SwFieldDataOnlyDlgWrapper, SwPtrItem, ...

[Caolán McNamara] tdf#144674 no context menu in SQL Query

[rizmut] Breeze: tdf#144637 update & fix table cell border

[Michael Stahl] [tdf#42982]Improve runtimeException's Message

[Michael Stahl] Pass shell's layout to getLayoutFrame here

[Caolán McNamara] ofz: MemorySanitizer: use-of-uninitialized-value

[Caolán McNamara] Related: tdf#141633 similiarly support match combo/listbox font sizes

[gerrit buildbot] Update git submodules

[gerrit buildbot] Update git submodules

[Vasily Melenchuk] tdf#144609: numbering "None" should still show prefix/suffix

[Vasily Melenchuk] tdf#144578: numbering: generate include upper levels for UI

[Vasily Melenchuk] tdf#144439: generate list format string on level change

[Mike Kaganski] Use isRepresentableInteger here

[gerrit buildbot] Update git submodules

[gerrit buildbot] Update git submodules

[tml] We need com_sun_star_animations_AnimatePhysics_get_implementation

[Noel Grandin] loplugin:constmethod

[Mike Kaganski] Add sal/config.h in preparation for patch

[Noel Grandin] cid#1492313 Logically dead code

[Julien Nabet] Fix typos

[Caolán McNamara] Bump Glade version for sanedialog.ui

[gerrit buildbot] Update git submodules

[Caolán McNamara] Resolves: tdf#143391 scrolling by an entry height taller than visible

[Caolán McNamara] Related: tdf#143391 avoid creatinging a negative height for the scroll

[Julien Nabet] drop 'using namespace std' in sax/sc/scaddins/sfx2/shell

[Julien Nabet] drop 'using namespace std' in l*

[raykowj] Related: tdf#144817 tdf#144335 Persist SwNavigator tracking settings


Changes for Build #2156
[Olivier Hallot] tdf#119891 Scanner dialog has no Help button

[gerrit buildbot] Update git submodules

[Luboš Luňák] fix broken SwRect corner getters

[Luboš Luňák] try to merge rectangles already in AddPaintRect()

[Miklos Vajna] sw layout xml dump: show width/height/length even for multi-portions

[Michael Stahl] configure: Allow building on musl-based systems

[Michael Stahl] configure: Fix libc version check

[Caolán McNamara] ofz: detect infinite loop

[nemeth] tdf#144748 sw: fix crash at Undo of deletion with empty table rows

[Noel Grandin] fix ubsan alloc-dealloc-mismatch

[Luboš Luňák] remove useless '&& true'

[szymon.klos] Check mpWindowImpl before use in Window::EndTracking

[Mike Kaganski] vcl: test PhysicalFontFace and move to vcl::font namespace

[Mike Kaganski] tdf#124176 vcl: Use pragma once instead of include guards

[Mike Kaganski] vcl: refactor PhysicalFontFace::IsBetterMatch()

[Mike Kaganski] tdf#143148 - Use pragma once instead of include guards

[Julien Nabet] drop 'using namespace std' in sw

[Julien Nabet] drop 'using namespace std' in vcl (Windows part)

[gerrit buildbot] Update git submodules

[Mike Kaganski] Optimize the whole range of getN10Exp over IEEE 754 doubles

[Julien Nabet] drop 'using namespace std' in winaccessibility

[Luboš Luňák] do not block out PaintImmediately() in LOK mode

[Eike Rathke] Fix crash if conditional format triggers recursion with iterations

[Caolán McNamara] ofz#39150 skip detecting bidi directions

[Julien Nabet] drop 'using namespace std' in h* i* j*

[Julien Nabet] drop 'using namespace std' in s* + toolkit

[Julien Nabet] drop 'using namespace std' in o* r* x*

[Christian Lohmaier] update credits


Changes for Build #2157
[gerrit buildbot] Update git submodules

[Noel Grandin] loplugin:moveparam in drawinglayer

[raykowj] tdf#144788 SwNavigator: Group footnotes and endnotes separately

[Miklos Vajna] CppunitTest_sw_ooxmlexport10: avoid

[Mike Kaganski] vcl: remove unused class ImplDeviceFontSizeList

[szymon.klos] avoid repeated calls to SfxNotebookBar::IsActive()

[szymon.klos] jsdialog: weld plain widget

[szymon.klos] jsdialog: avoid compiler warning for plain vcl window

[szymon.klos] jsdialog: send full update for autofilter

[szymon.klos] lok: IME: preserve formatting when inserting at the end of paragraph

[szymon.klos] lok: IME: directly copy formatting for inserted text

[szymon.klos] calc: get rects faster for simple selection

[szymon.klos] lok json: write correctly formatted array for comments

[Caolán McNamara] CellController always controls something derived from svt::ControlBase

[gerrit buildbot] Update git submodules

[Michael Stahl] tdf#144907: sw ui: allow closing of "Fields" dialog

[gerrit buildbot] Update git submodules

[Miklos Vajna] tdf#144122 Use signed type to avoid stealthy underflow

[Tomaž Vajngerl] vcl: test OutputDevice::DrawPixel()

[Tomaž Vajngerl] vcl: test OutputDevice::DrawLine()

[Tomaž Vajngerl] vcl: test OutputDevice::DrawRect()

[Tomaž Vajngerl] vcl: test OutputDevice::DrawArc(), DrawChord(), DrawPie() and

[szymon.klos] Deduplicate reference marks and cell auto fill messages

[szymon.klos] sidebar: update chart panel on checkbox change

[szymon.klos] jsdialog: sidebar: fix master page layout value sets

[szymon.klos] lok: fix crash on chart doubleclick in patchPaintWindow

[Caolán McNamara] Related: tdf#141633 allow "small-button" elements to shrink further

[Olivier Hallot] Bump Glade version for asciifilterdialog.ui

[Miklos Vajna] Cleanup svgcharacternode.cxx

[Caolán McNamara] tdf#141633 use css instead of pango attribs for font size

[Luboš Luňák] ScRangeList::UpdateReference() join all ranges properly (tdf#140901)

[Caolán McNamara] Related: tdf#141633 similiarly support match spinbutton font size

[gerrit buildbot] Update git submodules

[kelemen.gabor2] (related) tdf#144483 Add Range frame above range selector spinboxes

[gerrit buildbot] Update git submodules

[Noel Grandin] loplugin:moveparam in basegfx

[Noel Grandin] use SfxItemSetFixed in svx

[Julien Nabet] Fix typo

[Noel Grandin] loplugin:moveparam in connectivity

[Noel Grandin] loplugin:moveparam in ucbhelper

[Julien Nabet] comphelper: remove unnecessary using namespace vcl

[Julien Nabet] drop 'using namespace std' in vcl (MacOs/ios), blindly

[Eike Rathke] Resolves: tdf#144970 Chart CellRangeRepresentation expects UI

[Olivier Hallot] tdf#140781 Update extended tip for ASCII dialog import


Changes for Build #2158
[justin_luth] tdf#143982 doc/x export: save automatic table as 100% relative

[Miklos Vajna] sw: size() -> !empty() in textboxhelper

[Andreas Heinisch] tdf#144924 - Change return type of array elements of the split function

[Xisco Fauli] tdf#144317 sw table minimize: fix signed->unsigned table growth

[Mike Kaganski] Delete copy ctors/assignments for DLLEXPORT class

[Eike Rathke] Related: tdf#144970 == ScRefFlags::ZERO is not a replacement for != 0

[Eike Rathke] Related: tdf#144970 Make Drag&Drop of Chart range work with UI

[Jan-Marek Glogowski] tdf#144952 VCL fix the Printer graphics release

[Xisco Fauli] tdf#144317: sw_uiwriter2: Add unittest

[Julien Nabet] drop 'using namespace std' in cli_ure

[Heiko Tietze] Resolves tdf#144693 - TipOfTheDay does not progress

[Julien Nabet] drop 'using namespace std' in filter/qa

[Julien Nabet] drop 'using namespace std' in extensions(ole)

[Julien Nabet] vcl: remove unnecessary using com::sun::star::\* and std namespaces

[Caolán McNamara] ofz: Timeout, detect infinite loop

[Caolán McNamara] remove python make dependency from MoTarget

[Mike Kaganski] Clean StringFormatFlags() in emfpstringformat.cxx

[Julien Nabet] drop 'using namespace std' in compilerplugins

[Caolán McNamara] fix "gtk_bin_remove: assertion 'priv->child == child' failed" warning

[gerrit buildbot] Update git submodules

[raykowj] SwNavigator: Fix crash on image select

[rafael.palma.lima] Add extended tooltips to new Paste Special dialog

[Noel Grandin] loplugin:moveparam in editeng

[Noel Grandin] use SfxItemSetFixed in sc

[Tomaž Vajngerl] vcl: test OutputDevice::Erase()

[Caolán McNamara] ofz: Integer-overflow

[Tomaž Vajngerl] svx: move LOKit specifics into it's own method

[Tomaž Vajngerl] svx: defining "i" variable inside "for" statement is good enough

[Julien Nabet] tdf#85148 New option on database wizard to connect to Firebird Server

[gerrit buildbot] Update git submodules

[Eike Rathke] Blind fix crash in ScDBData::UpdateReference(), tdf#126926 follow-up

[gerrit buildbot] Update git submodules

[Mike Kaganski] Match order of the beginning of fldunit.hxx with FieldUnit.idl

[Tomaž Vajngerl] svx: add "m" prefix to some member variables in SdrObjEditView


Changes for Build #2159
[Noel Grandin] loplugin:moveparam in vcl

[Noel Grandin] use SfxItemSetFixed in editeng

[Noel Grandin] loplugin:moveparam in svl

[Mike Kaganski] tdf#130104 - FILESAVE XLSX: cell indent increased on each save

[Miklos Vajna] sw: handle mbIsLabelDoc when replacing compat options

[Noel Grandin] loplugin:moveparam in svx

[raykowj] remove unintended blank line

[Mike Kaganski] Drop vs2017-ide-integration; add vs2022-ide-integration

[Michael Stahl] tdf#143142 Solve the button cannot be used when table column is 6

[Caolán McNamara] tdf#144984 default edit width got wider

[Caolán McNamara] sort buttons using id instead of HelpId

[Xisco Fauli] tdf#144970: sc_macros_test: Add unittest

[Caolán McNamara] add 'destructive-action' to the yes of delete header/footer messageboxes

[Caolán McNamara] add 'destructive-action' style to the close button of save changes

[Mike Kaganski] Simplify VS IDE integration generation

[Mike Kaganski] Centralize VS-to-toolset mapping in configure

[Caolán McNamara] don't warn about missing TopMostParentSystemWindow

[Noel Grandin] loplugin:moveparam in binaryurp

[Noel Grandin] loplugin:moveparam in vcl

[Noel Grandin] use more SfxItemSetFixed

[Caolán McNamara] gtk4: set draw-as-radio as true for GtkRadioMenuItems

[Xisco Fauli] tdf#45525: sw_uiwriter2: Add unittest

[Caolán McNamara] remove GtkLabel "xpad" property

[Mike Kaganski] vcl: split out outdev.h into seperate headers

[Mike Kaganski] vcl: test PhysicalFontCollection and move to vcl::font namespace

[Andreas Heinisch] tdf#83090 - Allow any font size in the toolbar/sidebar

[Caolán McNamara] fix "GtkBox does not have a child property called left-attach"

[Caolán McNamara] add mappings for emphasis property

[Caolán McNamara] resave with glade to tidy this up

[Caolán McNamara] remove (presumably) unwanted 'Widget name' property

[Caolán McNamara] vertical centering is WB_VCENTER not WB_CENTER

[Caolán McNamara] remove unwanted xpad/ypad properties and replace with a margin-end

[Noel Grandin] loplugin:moveparam in connectivity

[Julien Nabet] Clean up a bit iterator management in oox/vmldrawing

[Julien Nabet] Clean up a bit iterator management in sc/bcaslot

[Julien Nabet] Fix iteration in sc/source/ui/docshell/externalrefmgr.cxx

[Mike Kaganski] const OUString -> constexpr OUStringLiteral

[raykowj] tdf#142344 SwNavigator: Keep heading selected after navigating to


Changes for Build #2160
[Mike Kaganski] Simplify SvXMLExport::AddAttribute overloads

[Heiko Tietze] Rename strings and change criss-cross border icon

[Julien Nabet] Declare and initialize variable only when really needed

[Heiko Tietze] tdf#142121 Cell focus rectangle does not use font color

[Julien Nabet] Typo *ropertie -> *roperty

[Andreas Heinisch] Don't URL encode the filename in the macro security warning dialog

[Julien Nabet] Typos in qadevOOo/_NumberingLevel.java

[gerrit buildbot] Update git submodules

[Julien Nabet] Typo: *Extesion* -> *Extension*

[Julien Nabet] Typo: braket->bracket

[Julien Nabet] tdf#143148 - Use pragma once instead of include guards

[Julien Nabet] What's the interest to gain 1 letter? bDelBookmrk->bDelBookmark

[Julien Nabet] Typo: *adress* -> *address* (except from not translated German parts)

[Julien Nabet] Rename bookmrk* -> bookmark*


Changes for Build #2161
[Mike Kaganski] tdf#144757 - fixed fonts not shown in font list

[Julien Nabet] Typo: CT_SytemColor_lastClr->CT_SystemColor_lastClr

[Luboš Luňák] don't use common PCH with sc_parallelism test

[Noel Grandin] use SfxItemSetFixed in sw

[Julien Nabet] Typo: brake(s)->break(s) (I let the right use of "brake" of course)

[Noel Grandin] OSL : use std::mutex in backtraceapi

[Caolán McNamara] cid#1492337 Unintended sign extension

[Noel Grandin] loplugin:moveparam in ucbhelper

[Noel Grandin] loplugin:moveparam in svl

[Noel Grandin] loplugin:moveparam in comphelper

[Caolán McNamara] ofz: Integer-overflow

[Noel Grandin] loplugin:moveparam in editeng

[Noel Grandin] loplugin:moveparam in svx

[Noel Grandin] loplugin:moveparam in xmlscript

[Noel Grandin] loplugin:moveparam in basegfx

[Noel Grandin] OSL : remove useless rtl::Static in debugbase

[Caolán McNamara] gtk4: this is fixed now by at least >= gtk4-4.4.0

[Caolán McNamara] gtk[3|4] use set_buildable_id and get_buildable_id

[Caolán McNamara] gtk3: popdown context menus on toggling radio/check buttons too

[Tomaž Vajngerl] fix (cppunit test) build with --enable-mergelibs

[Caolán McNamara] gtk4: popdown context menu when radio/check is toggled

[Noel Grandin] loplugin:moveparam in xmloff

[Julien Nabet] Initialize nDXBuffer array (vcl/edit)

[Julien Nabet] Revert "Initialize nDXBuffer array (vcl/edit)"

[Mike Kaganski] Simplify one matchIgnoreAsciiCase overload

[gerrit buildbot] Update git submodules

[gerrit buildbot] Update git submodules


Changes for Build #2162
[Mike Kaganski] Expand some defines and simplify loops

[Mike Kaganski] Drop unused 'using namespace' here

[Luboš Luňák] remove unused forward declarations

[Luboš Luňák] use ThinLTO for Clang everywhere

[Luboš Luňák] merge LD_PLUGIN use with other LTO use

[nemeth] tdf#144397 tdf#144636 XLSX: cache external named ranges and their

[Mike Kaganski] Fix gpgmepp build with glibc

[Noel Grandin] sdext.pdfimport tdf#78427: Add support for more Font Weight features

[Noel Grandin] tdf#143959 sdext.pdfimport: call vcl::Font::identifyFont directly

[Miklos Vajna] sw: prefix members of SwDLL, SwFieldDlgWrapper, SwImplShellAction and

[Noel Grandin] loplugin:moveparam in unotools

[Caolán McNamara] cid#1492337 Unintended sign extension

[Luboš Luňák] remove unused variables

[Luboš Luňák] fix MSVC mergelibs build

[Noel Grandin] loplugin:moveparam in unoidl

[Caolán McNamara] cid#1492820 WMI: Inefficient Map Iterator

[Tomaž Vajngerl] vcl: fix issue in testErase()

[Tomaž Vajngerl] vcl: ensure test VDevs are always bigger than operation being tested

[Tomaž Vajngerl] vcl: test OutputDevice::DrawCheckered()

[Tomaž Vajngerl] vcl: test OutputDevice::DrawBorder()

[Tomaž Vajngerl] vcl: test OutputDevice::DrawWaveLine()

[Tomaž Vajngerl] vcl: test OutputDevice::DrawPolyLine()

[Noel Grandin] loplugin:moveparam in dbaccess

[Noel Grandin] loplugin:moveparam in chart2

[Noel Grandin] loplugin:moveparam in formula

[Noel Grandin] loplugin:moveparam in ucb

[Noel Grandin] loplugin:moveparam in xmlsecurity

[Noel Grandin] loplugin:moveparam in canvas


Changes for Build #2163
[Stephan Bergmann] Fix font weight comparisons

[Caolán McNamara] add coverity[uninit_member] to explanation

[marklh9] tdf#141957 include the size of header and footer.

[marklh9] tdf#142407 fix incorrect number of lines in vertical writing.

[Stephan Bergmann] In O[U]StringBuffer, make string_view params replacements for OUString

[Caolán McNamara] valgrind: use after free on applying "default character" character style

[Noel Grandin] loplugin:moveparam in sfx2

[Noel Grandin] loplugin:moveparam in desktop

[Noel Grandin] loplugin:moveparam in extensions

[Noel Grandin] loplugin:moveparam in writerfilter

[Noel Grandin] loplugin:moveparam in sc

[Noel Grandin] loplugin:moveparam in sd

[Noel Grandin] loplugin:moveparam in cppuhelper

[Stephan Bergmann] loplugin:stringview (macOS)

[Caolán McNamara] Related: tdf#145033 don't print "There is no implementation..." warning

[Caolán McNamara] tdf#145033 remove old focus handler so no double-connect attempt is made

[Caolán McNamara] tdf#145030 resync with empty selection if we unselected everything

[Noel Grandin] loplugin:moveparam in package

[Noel Grandin] loplugin:moveparam in framework

[Noel Grandin] loplugin:moveparam in jvmfwk

[Noel Grandin] loplugin:moveparam in slideshow

[Noel Grandin] loplugin:moveparam in sw

[Miklos Vajna] sw XHTML export: fix missing <li> around nested <ul>/<ol>

[Michael Stahl] cppuhelper: suppress unhelpful warning C4996

[Caolán McNamara] gtk4: fix asserts and crashes on context menu popdown

[Noel Grandin] loplugin:moveparam in filter

[Noel Grandin] loplugin:moveparam in lotuswordpro

[Noel Grandin] loplugin:moveparam in reportdesign

[Noel Grandin] loplugin:moveparam in cui

[Noel Grandin] loplugin:moveparam in svgio

[Noel Grandin] loplugin:moveparam in forms

[Luboš Luňák] avoid O(n^2) in VclEventListeners::Call() if possible

[Luboš Luňák] clang does not support -flto=<number>


Changes for Build #2164
[Miklos Vajna] sw layout xml dump: show type even for multi-portions

[Noel Grandin] loplugin:moveparam in sdext

[Noel Grandin] loplugin:moveparam in various

[Noel Grandin] vcl:use unique_ptr<SalWinGraphics> in WinSalPrinter

[nemeth] tdf#145066 sw change tracking: fix bad deletion at Move Up/Down

[Jan Holešovský] T602 is an obsolete format, don't assume .txt files are T602

[Noel Grandin] loplugin:moveparam in various

[Michael Stahl] xmlsecurity: add test for timestamps

[Michael Stahl] xmlsecurity: add tests for multiple X509Data/X509Certificate

[Michael Stahl] Try to fix Ubsan TB

[Caolán McNamara] document-new shouldn't get prefixed to become libreoffice-document-new

[Caolán McNamara] uses of icon_filename are gone

[Hossein] Convert Emscripten README.wasm to Markdown

[Noel Grandin] loplugin:moveparam check for collection params

[szymon.klos] tdf#145016 calc: don't show selection from other split panes

[Stephan Bergmann] Don't #include within extern "C"

[Stephan Bergmann] Revert "Use placement new to avoid one of the allocation calls..."

[Hossein] Move README.wasm -> wasm-qt/README.md
-- 
To unsubscribe e-mail to: libreoffice-ci+unsubscribe@global.libreoffice.org
Problems? https://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: https://wiki.documentfoundation.org/Netiquette
List archive: https://listarchives.libreoffice.org/global/libreoffice-ci/
Privacy Policy: https://www.documentfoundation.org/privacy

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.