summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-09-04No need to copy the data, only to limit the size of bytes copied laterMike Kaganski
Change-Id: I76d5c3cccf64a69efe41dd850fa2542e54c71428 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172851 Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com> Tested-by: Jenkins
2024-09-04In MSVC, non-static constexpr objects are initialized at run-timeMike Kaganski
Yes, it's a memcpy from a compile-time blob, but still they are stack-allocated, so cycles are spent on their initialization. Change-Id: I152369887a7769087e5dfe139ea82498533835b5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172850 Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com> Tested-by: Jenkins
2024-09-04tdf#157230: Remove redundant Open and Save buttons in notebookbarKira Tubo
In "Tabbed" UI toolbar, remove redundant buttons: - Recent Documents* - Open Remote* - Save As** - Save Remote** *Buttons/functionality already appear in "Open" popup menu **Buttons already appear in "Save" popup menu Affects Writer, Calc, Impress, and Draw toolbars. Change-Id: I0e37adae57333979bfd232e07c772998b91208d1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172622 Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org> Tested-by: Jenkins
2024-09-04Typo mnClipRecurstionCount->mnClipRecursionCountJulien Nabet
Change-Id: I7ce859d402626da156ff36247d987a3fe3010e47 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172837 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2024-09-04Fix typoAndrea Gelmini
Change-Id: I24b0dc42a8b710aaa502f590a7071e463d1aeb14 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172841 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
2024-09-04Revert "Resolves: tdf#162015 don't expand combobox when grid expands"Heiko Tietze
This reverts commit cf0ba2bc29a351245f248802a8c04adb2428eb6e. Reason for revert: Going to implement a scrolled view, see tdf#162738 Change-Id: Ib5d1e8ecc4309cca22a8f12e5f8f857eddfc8b27 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172760 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2024-09-04make ScAccWinFocusLostHint and siblings final classesNoel Grandin
that all directly extend SfxHint, as a precursor to use more SfxHintId to avoid dynamic_cast Change-Id: I35d908740f4200badd456e1cd5edc9457745c499 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172804 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Jenkins
2024-09-04Optimize taking powers of 10, and move to the only place it's usedMike Kaganski
Change-Id: I78b1ecb037f84ba4e7894d2a5ab088b7acb3f210 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172802 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2024-09-04Latest VS 2022 Preview is 17.12.0 nowTaichi Haradaguchi
Release Notes: https://learn.microsoft.com/en-us/visualstudio/releases/2022/release-notes https://learn.microsoft.com/en-us/visualstudio/releases/2022/release-notes-preview Change-Id: I5eb752972cb812d41f53d5c0daa10c2dac435e8a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171867 Tested-by: Jenkins Reviewed-by: Taichi Haradaguchi <20001722@ymail.ne.jp>
2024-09-04Update git submodulesOlivier Hallot
* Update helpcontent2 from branch 'master' to 89f535d534780afd0dd684223c684b29e33c2009 - tdf#162607 Remove dup's in hid2file.js, .uno:LoadStyles + touch insert new page/slide + refactor Change-Id: I9d4a1fa6ec31bd68b5fc6cbabc13a714ef595c5a Reviewed-on: https://gerrit.libreoffice.org/c/help/+/172846 Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Jenkins
2024-09-03openssl: upgrade to 3.0.15Xisco Fauli
Downloaded from https://github.com/openssl/openssl/releases/download/openssl-3.0.15/openssl-3.0.15.tar.gz Change-Id: Ic1598fe8fafe610c7a3b409c5811bcc52658b130 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172830 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2024-09-03Related: tdf#161826 - Add uniform Glow effect for texts in shapesBalazs Varga
Using text-properties for the glow-text attributes in odf import/export instead of graphic-properties. Change-Id: I94f5a76f33a03891fa0bfed988e7e3cd0e842cc8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172741 Tested-by: Jenkins Reviewed-by: Balazs Varga <balazs.varga.extern@allotropia.de>
2024-09-03use less dynamic_cast when broadcasting SfxHint in swNoel Grandin
Change-Id: I308887f377b6b97b4949ab3a8815d3d423806e0b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172827 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2024-09-03use less dynamic_cast when broadcasting SfxHintNoel Grandin
Change-Id: I24c947c20afeffffebe5ac794108c4ccecb680f1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172828 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2024-09-03tdf#92064 sw: Improve large paragraph layout performanceJonathan Clark
This change includes the following scalability improvements for documents containing extremely large paragraphs: - Reduces the size of layout contexts to account for LF control chars. - Due to typical access patterns while laying out paragraphs, VCL was making O(n^2) calls to vcl::ScriptRun::next(). VCL now uses an existing global LRU cache for script runs, avoiding much of this overhead. Change-Id: Iee03938683c95776a817d4819fe9a43c65a7c3fc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172801 Tested-by: Jenkins Reviewed-by: Jonathan Clark <jonathan@libreoffice.org>
2024-09-03Emscripten: Move -sEXPORT_EXCEPTION_HANDLING_HELPERS to gb_LinkTarget_LDFLAGSStephan Bergmann
...following up on 95e719730dc62cee3edc959bd9d96edfb992a642 "Emscripten: Explicitly set -sEXPORT_EXCEPTION_HANDLING_HELPERS". For one, it should indeed only be relevant for linking. For another, the previous change had caused at least ExternalProject_libtiff to fail with "checking whether the C compiler works... no" because of "emcc: error: EXPORT_EXCEPTION_HANDLING_HELPERS requires either of -fexceptions or -fwasm-exceptions". Change-Id: I477731c1cffd2b6ee895116043eda91fca44d08f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172825 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <stephan.bergmann@allotropia.de>
2024-09-03Update git submodulesOlivier Hallot
* Update helpcontent2 from branch 'master' to 841ae9a6d8f803c873ad9b8461ee054c29cbb9af - Fix bad link Change-Id: I7ddb8eabf39856b32035b763c81af2912e65417a Reviewed-on: https://gerrit.libreoffice.org/c/help/+/172843 Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Jenkins
2024-09-03tdf#162761: fix roundingMike Kaganski
Regression after commit a245fd604c11f4bdbd1fdc4dd52e2a7f3880d85b (tdf#156530: fix OPreparedStatement::setString); when the Any has a double, its rounding must take its sign into account. Change-Id: I783454f1fbb1b1775a06d611f212575631fd5e8b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172800 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2024-09-03SwRedlineHint is deadNoel Grandin
ever since commit 43a36b36986dd2112fc90340e7a8a11ea5369def Author: Robert Roth <robert.roth.off@gmail.com> Date: Mon Nov 1 02:50:47 2010 +0200 Commented out code, bogus comments removed, some german comments translated. Change-Id: I9a6424080728ee42e1705e144cd53aa6069f2abe Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172826 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2024-09-03tdf#162764: make the two dialogs modalXisco Fauli
Change-Id: I4df5b44793487dbcb9f48c77d7f7835108cdc3fa Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172797 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
2024-09-03Update git submodulesOlivier Hallot
* Update helpcontent2 from branch 'master' to aae6ef303f218873f1df1b39a56dee2975df4bd2 - tdf#162607 Remove dup's in hid2file.js, .uno:InsertMenu + .uno:InsertMenu scattered in 4 files + Same content in each + moved to shared/ + refactor links from trees and main menus Change-Id: Iafd166596991c3d92e1e721837466456e090e2a3 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/172835 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2024-09-03tdf#162746: sanitize width in SwTextFormatter::FeedInfMike Kaganski
Since commit 7e9c23894bd45e015accf26ae0a77035b7eed452 (tdf#161368: use SwTwips for twip sizes, instead of sal_uInt16), the result of rInf.Right() - GetLeftMargin() is not cast to an unsigned type, so may happen to be a negative value. Make sure it's not negative; this doesn't fix the layout of this document (it still opens with table having wrong width, as before the mentioned commit), just avoids the infinite layout loop. Change-Id: I4930c8718d5fd09064ae0febd9b5adbdb0e2cd5e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172789 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2024-09-03tdf#160084 Simplify comparison for basegfx::fToolsBogdan Buzea
Change-Id: I5fc9823b6d0ca88505e8d4e6127fac7e776fa1a8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171784 Tested-by: Jenkins Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
2024-09-03When a shape is selected, send other shapes' rectangles.Gökay Şatır
GitHub issue link: * https://github.com/CollaboraOnline/online/issues/9689 Also add OrdNum property to ExtraInfo in order to exclude the selected shape from the list. Check new properties in tiledrendering test. Change-Id: I544e2c8089510f47b0cc0f25e368cad6d459cb2e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172730 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2024-09-03CairoSDPR: Fixed a problem with cairo_clip (see comments)Armin Le Grand (Collabora)
Change-Id: I14d477dbeb9a18cc6f9d750b5d1f837117c22eaf Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172798 Tested-by: Jenkins Reviewed-by: Armin Le Grand <Armin.Le.Grand@me.com>
2024-09-03Revert "select first entry in dropdown by default"Heiko Tietze
This reverts commit d8a5f0b15ed4ab4b61fb982d85e39939a23ba771. Reason for revert: Going to implement a scrolled view, see tdf#162738 Change-Id: I24802846fe9e0af42a9ca3f4982c0cb165b82506 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172759 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2024-09-03Resolves tdf#162732 - Donate label not vertical centeredHeiko Tietze
Icon size matters Change-Id: I20919c16b32c9c810a57eeb70eef540587ff879e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172792 Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org> Tested-by: Jenkins
2024-09-03Don't throw on a no-opMike Kaganski
Trying to set IsWidthRelative to true throws, showing warnings in the console. It happens during DOCX load in SwXText::convertToSwTable; so just do not throw when it's already enabled, as a no-op. Change-Id: I2c57a1f34a9b186cf76e2e422d446bee06134a63 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172795 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2024-09-03tdf#160945: queryInterface must pass back indirect return value address in x0Stephan Bergmann
Change-Id: I28dacffbbcdf26ee453fd32aeb82166484612846 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172791 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <stephan.bergmann@allotropia.de>
2024-09-03Emscripten: workerID is only defined under -sASSERTIONSStephan Bergmann
...and explicitly passing in pthread_self() on the calling side is better than trying to identify the calling thread on the callee side, anyway Change-Id: Ib26a7cbdede246280b6985b6eb1582baf172bf59 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172786 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <stephan.bergmann@allotropia.de>
2024-09-03Update git submodulesOlivier Hallot
* Update helpcontent2 from branch 'master' to 1db70497366b3cdf27c5a5890959dcec53590729 - Add missing file Change-Id: I65d9df6123b5229c42d9b9049c0384cd6d3d29fc Reviewed-on: https://gerrit.libreoffice.org/c/help/+/172794 Tested-by: Jenkins Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2024-09-03Emscripten: Explicitly set -sEXPORT_EXCEPTION_HANDLING_HELPERSStephan Bergmann
...so that getCppExceptionTag and getCppExceptionThrownObjectFromWebAssemblyException are available in static/emscripten/uno.js. Those apparently happen to already be available due to -sASSERTIONS=1, but better make that explicit (e.g., when we ever want to do -sASSERTIONS=0 builds). Change-Id: I3d94580930603eaf0f609d7878f97d12fb026714 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172788 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <stephan.bergmann@allotropia.de>
2024-09-03Update git submodulesOlivier Hallot
* Update helpcontent2 from branch 'master' to 299d2d8680d24b037047a8a70391960dba9d501c - tdf#162607 Remove dup's in hid2file.js, .uno:ViewMenu + .uno:WindowMenu scattered in 5 files + Same content in each + moved to shared/ + refactor links from trees and main menus Change-Id: I1324aff453df2870a70926321a2211bc12901cd4 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/172793 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2024-09-03Update git submodulesOlivier Hallot
* Update helpcontent2 from branch 'master' to a6b347432e6370b425c34cad64603626ca363916 - tdf#162607 Remove dup's in hid2file.js, WindowList + .uno:WindowList scattered in 5 files + Same content in each + moved to shared/ + refactor links from trees and main menus Change-Id: I1232812d662fa838b24385bf769941c6fafcc5d1 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/172777 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2024-09-03cool#9956 uui lok: avoid showing the password dialog for nowMiklos Vajna
Select some HTML content on a password-protected webpage that has images, copy, paste into Writer when it's in LOK mode -> hang. What seems to happen is that the HTML content itself is on the clipboard, but not resources referred by that content, like images. Which means our code in SwHTMLParser::InsertImage() will at the end call into ucb/ code to get the HTTP image, which will call into uui/ code to ask for the password. This has multiple problems: 1) the popup dialog is not async (and not trivial to convert to async) and the dialog hints that the password can be saved, but LOK document edit sessions always start from a clean profile, so that's not working. The non-async dialog even results in a hang in practice. Fix the problem by not showing the password dialog in the LOK case at all: it's better to have an image placeholder in the paste result than hanging your entire document edit session. Non-password-protected images continue to work, unless HostFilter::isForbidden() rejects the URL. Change-Id: I1e55ab7adecd9c90ba38a97bcdc52b2b01f7ff2f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172781 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2024-09-03sw: fix problem with 0-height text frames after unhiding sectionMichael Stahl
Not sure how this happens, apparently only in some specific circumstance, but the problem is that the SwTextFrame::Format() does nothing because !aAccess.GetPara()->GetReformat().Len(). Also adapt the loop in SwSectionFrame::SwClientNotify() to columns. (regression from commit ff7f1b59e22092d8548459e75fe912db852f056f) Change-Id: Iba0b1657f915530ab9841823ad5ad1e7faa15e8d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172776 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
2024-09-03ofz#70815 Timeout, reduce this limit for fuzzingCaolán McNamara
Change-Id: I49f971796ed880f14514cc3f52bcd4405c16ecce Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172787 Tested-by: Caolán McNamara <caolan.mcnamara@collabora.com> Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
2024-09-03tdf#161543 Enhance the searching functionality in FD & FWAhmedHamed
Change-Id: I1a21595228f886c942ae46d90e41705443d31550 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170073 Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org> Reviewed-by: Andreas Heinisch <andreas.heinisch@yahoo.de> Tested-by: Jenkins
2024-09-03tdf#162507 sw floattable: fix not wanted join of two different split anchorsMiklos Vajna
Open the bugdoc, go to the end of the "Cannot press Delete here" paragraph, press delete, layout hangs. The trouble seems to be that this creates a doc model where multiple multi-page floating tables are anchored to the same paragraph, which is not something the layout supports. We explicitly avoid this at import time from DOCX since commit 01ad8ec4bb5425446e95dbada81de435646824b4 (sw floattable: fix lost tables around a floating table from DOCX, 2023-06-05), but there was no mechanism to prevent the UI creating the same unsupported doc model. Fix the problem by extending SwWrtShell::DelRight() to prevent joining 2 paragraphs in the unwanted case, interesting Word doesn't allow deleting at the end of that paragraph, either. Regression from commit 693ad3aadbf84afa750af73c330fe7e09b38a2e7 (tdf#120262 sw floattable, legacy: go outside body only for page frame vert pos, 2023-07-31), which restricted the amount of cases where some weird legacy behavior was performed, so good to keep that side as-is. Change-Id: I4d8a6702d8ac1689690fa464014c99fcd5ef7bd2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172780 Reviewed-by: Miklos Vajna <vmiklos@collabora.com> Tested-by: Jenkins
2024-09-03ONLINE: Fix multi user dark mode link color problemGülşah Köse
If one user change the theme to dark mode, other user's link color is changed to dark mode link color too. In this commit we prevent that problem. Signed-off-by: Gülşah Köse <gulsah.kose@collabora.com> Change-Id: I65838e106794d649c362cf181ca300045053f169 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169984 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Szymon Kłos <szymon.klos@collabora.com> (cherry picked from commit 1ae9e6fc33bac1ba0ac49a61ca567965dc81a6d6) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172668 Tested-by: Jenkins
2024-09-03Update git submodulesAdolfo Jayme Barrientos
* Update helpcontent2 from branch 'master' to e67095e7efaa4cb698e57d64d397fe9b56602680 - tdf#162476 Adapt help accordingly (vd. core commit e372b38) Change-Id: I66a85f0a3ff6c33901639f68028891271c1bd200 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/172779 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2024-09-02tdf#162725 sw smart justify: fix last line with multiple portionsLászló Németh
Fix last lines of paragraphs, which contains multiple portions, and exceeded the width of the paragraph because of missing space shrinking. Follow-up to commit 6b857398a59d16308d6185d01e003e401439f060 "tdf#162109 sw smart justify: fix overhanging last line" and commit 22eac3145ca62d15b47d95f4df60ce38d4f5aa46 "tdf#162220 sw smart justify: fix shrinking for single portion lines". This reverts (and improves) the code removed in tdf#162220 (commit 22eac3145ca62d15b47d95f4df60ce38d4f5aa46), because that code still needs for lines with multiple portions. Change-Id: Id87d87defc79742513ceb0f90b83e6d4f0e4b271 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172692 Tested-by: Jenkins Reviewed-by: László Németh <nemeth@numbertext.org>
2024-09-02scp2: simplifiy language snippet creation rulesChristian Lohmaier
get rid of some needless redirection/nesting for stuff that's only used a single time. Change-Id: Ie72c006ae1ad1839ae72a1eb19c67d2122798af2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172737 Tested-by: Jenkins Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2024-09-02scp2 template generation: don't duplicate make's job in the scriptChristian Lohmaier
it is make's job to determine whether the script should be run again/whether the prerequisites have been touched since the target was made. Also the case where the list of languages didn't change had already been disabled/never was active in the first place Change-Id: I065faa00162f2d734330b798d9ac17ea47861686 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172736 Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Tested-by: Jenkins
2024-09-02cid#1608081 silence Overflowed array index writeCaolán McNamara
Change-Id: I3d44664c4a54797911a1be6bb0b0feb5ccd15b71 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172773 Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com> Tested-by: Jenkins
2024-09-02cid#1608218 silence Overflowed return valueCaolán McNamara
Change-Id: I42f536c0c48b750ba7f8db0784bf5f525af99c7b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172772 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
2024-09-02cid#1607774 silence Overflowed integer argumentCaolán McNamara
Change-Id: Iebe15d0323253ebb06b26fc42e78993be5fa92d1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172771 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
2024-09-02cid#1608421 silence Overflowed constantCaolán McNamara
and cid#1608468 silence Overflowed constant cid#1608519 silence Overflowed constant cid#1608531 silence Overflowed constant cid#1607216 silence Overflowed constant cid#1606854 silence Overflowed constant Change-Id: I805be34fe58895af3898ff9729aa3b3d3964221e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172770 Tested-by: Caolán McNamara <caolan.mcnamara@collabora.com> Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
2024-09-02cid#1608532 Data race conditionCaolán McNamara
and a bunch of dups Change-Id: I700cd803b9550a0577604ebe0f4fbe16d56aa6a5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172769 Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com> Tested-by: Caolán McNamara <caolan.mcnamara@collabora.com>
2024-09-02Fix Basic Macro Organizer library list after import of libraryJim Raykowski
with Insert as reference (read-only) option checked The last entry in the list always shows the link location of the just imported library. This will only be correct if the imported library is alphabetically the last entry in the list. Change-Id: I03472dc75582e92b87923faf96d14615b8adecf9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172561 Tested-by: Jenkins Reviewed-by: Jim Raykowski <raykowj@gmail.com>