Date: prev next · Thread: first prev next last
February 2022 Archives by date, by thread · List index


lo_daily_tb_win - Build # 927 - Fixed:


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

Changes for Build #925
[raykowj] SwNavigator: Check if document changed before calling HasContentChanged

[Heiko Tietze] tdf#145092 - Remove option "Word justify" from FontWork toolbar

[Andreas Heinisch] tdf#104902 - Handle embedded newline in Calc's .uno:EnterString

[Stephan Bergmann] Fix CppunitTest_sc_jumbosheets_test for ASan

[Luboš Luňák] finally write entire row/column references as such to ODS

[Luboš Luňák] tests for import/export of full-row/column ranges in huge sheets

[Luboš Luňák] "&(*xShell)" -> "*xShell"

[Luboš Luňák] don't export a document twice in a test when not needed

[Luboš Luňák] test for jumbosheet named ranges export/import

[Samuel Mehrbrodt] Fix xml namespace

[Noel Grandin] add typed GetWhich operations

[Miklos Vajna] sw: document sw::GroupUndoGuard

[Miklos Vajna] find-unneeded-includes: check existence of files listed in yaml files

[Stephan Bergmann] -Werror,-Wunused-private-field

[Jan Holešovský] tdf#132557: PPTX import: Workaround for slide footer shape presets

[Stephan Bergmann] loplugin:fakebool

[Noel Grandin] return by const& from SdrObject::GetName

[Noel Grandin] LIBO_INTERNAL_ONLY stuff does not need to be SAL_CALL

[Noel Grandin] remove not-so-useful move operator from uno::WeakReference

[Stephan Bergmann] Clean up some global sal_Unicode[] vars

[Noel Grandin] revert component name changes to makefile

[Michael Stahl] tdf#146848 sw: fix assert about input field in undo nodes

[nemeth] tdf#147435 sw: enable Accept Change for table selection

[Miklos Vajna] sw HTML export: extract a SetupFilterFromPropertyValues()

[Hossein] tdf#145759 Using M_PI from cmath instead of magic constants.

[Andreas Heinisch] tdf#143709 - Create repaint rectangle with the old text size

[Xisco Fauli] tdf#134553: sc_jumbosheets: Add unittest

[rafael.palma.lima] tdf#145745 Create uno:DuplicateSheet command

[Henry Castro] lok: sc: introduce LocalStartDrag method

[Hossein] tdf#141908: CppUnittests: replace usage of sal_Int32 with Color

[Noel Grandin] fix SfxItemPool::GetWhich change

[Stephan Bergmann] Remove unused includes

[Caolán McNamara] cid#1498147 silence Improper use of negative value

[Henry Castro] lok: fix sending mouse pointer

[nemeth] tdf#146704 sw: fix regression of endnote layout in sections

[gerrit buildbot] Update git submodules

[gerrit buildbot] Update git submodules

[Christian Lohmaier] Use relative path to the script, to please python3 on Windows

[Stephan Bergmann] Properly implement compat::isComparisonOp

[gerrit buildbot] Update git submodules

[jp] ScriptForge - (scriptforge.py) get lists of properties and methods

[Stephan Bergmann] Fix a CLANG_VERSION check

[Julien Nabet] Fix typo

[Miklos Vajna] sw HTML export: add a new LeadingTabWidth option

[Eike Rathke] Resolves: tdf#147421 Do not use OUString::replaceAll() to strip

[Xisco Fauli] tdf#146848: sw_uiwriter3: Add unittest

[Hossein] tdf#145759 Use symbolic constants instead of magic numerical constants

[Luboš Luňák] remove harcoded MAXCOL/MAXROW from ScBigAddress

[Luboš Luňák] move nInt32Min/nInt32Max to ScBigRange and rename to nRangeMin/Max

[Luboš Luňák] make ScBigAddress use 64bit

[Marco Cecchetti] svg filter: google chrome doesn't render white spaces correctly

[Julien Nabet] Removed executable bits on pptx file


Changes for Build #926
[Kohei Yoshida] Update mdds to 2.0.2.

[Luboš Luňák] simplify code

[Luboš Luňák] avoid debug build failing on an assert for tdf#144537

[Miklos Vajna] CppunitTest_sw_ooxmlexport2: avoid mustTestImportOf()

[Heiko Tietze] Resolves tdf#143578 - Environment variable SAL_NO_QUERYSAVE to not show

[Henry Castro] lok: sc: apply local mouse tracking only for Calc

[Heiko Tietze] Related tdf#143578 - Rename SAL_NO_QUERYSAVE to NO_QUERYSAVE

[Eike Rathke] Fix typos

[Michael Weghorn] configure.ac: Update kf5 include/lib check to work with KF5 >= 5.91

[gerrit buildbot] Update git submodules

[Noel Grandin] speed up DefaultProperties::SetObjectItem when loading large chart

[Luboš Luňák] non-const ScTable::GetFormulaCell() doesn't need to allocate columns

[Noel Grandin] simplify some vector construction

[Mike Kaganski] De-duplicate some code

[Mike Kaganski] Related: tdf#147421: optimize O(U)String's replaceAll*

[Xisco Fauli] tdf#127113: sc: Add UItest

[Eike Rathke] Resolves: tdf#147398 Test Intersects() instead of Contains(), tdf#119083

[Luboš Luňák] do not allocate columns in ScTable::GetNumberFormat()

[Luboš Luňák] clamp ColumnSpanSet::executeAction() to allocated columns

[tml] Don't confusingly use the term "gesture" for plain old mouse events

[Caolán McNamara] reenable fuzzing for InsertMatrixFormula

[Michael Stahl] sw: convert an OSL_FAIL to SAL_INFO

[Michael Stahl] flat-odf-cleanup.py: fix FutureWarning

[nemeth] tdf#146622 sw crash fix: don't delete already deleted rows

[Michael Stahl] sw: layout: allow keep-with-next paragraph with fly to move back

[Stephan Bergmann] Remove apparently obsolete external/boost/boost-android-unified.patch.1

[Luboš Luňák] move simple checks out of DEBUG_COLUMN_STORAGE

[Luboš Luňák] for unallocated columns check default column attributes (tdf#132057)

[Luboš Luňák] do not allocate columns in ScTable::GetPattern()

[tml] Add sanity check to avoid potential crash in the Collabora Online server

[Stephan Bergmann] Extend loplugin:stringview to OUStringBuffer::copy

[Henry Castro] lok: sc: handle all local mouse tracking for Calc


Changes for Build #927
[Luboš Luňák] remove MAXCOL/MAXROW from ScExternalRefCache

[Noel Grandin] tdf#147164 Drawings are gone converting to PDF from commandline

[Xisco Fauli] tdf#132057: sc_uicalc: Add unittest

[Miklos Vajna] sd theme: add doc model for shape fill color

[raykowj] SwNavigator: reduce the amount of content tracking code

[Julien Nabet] ODBC: fix signatures of Bulk, SpecialColumns et NativeSQL

[Miklos Vajna] svtools: extract EmbeddedObjectRef::dumpAsXml() from SwOLEObj

[Luboš Luňák] fix maxrow/maxcol mixup

[nemeth] tdf#147086 OOXML export: don't save the empty editing password

[jp] ScriptForge - (SF_UI) Fix omission of ServiceName

[Eike Rathke] Handle the possible case of broadcasted row block, tdf#119083 follow-up

[Luboš Luňák] std::map -> std::unordered_map

[Luboš Luňák] optimize blank cell Excel export (tdf#133749)

[Stephan Bergmann] Drop -Wdeclaration-after-statement

[Stephan Bergmann] Parameter should apparently be of type sal_Int32
-- 
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.