summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-08-17[API CHANGE] remove OSL_SIGNAL_USER_RESOURCEFAILURENoel Grandin
which is unused since commit 00657aef09d854c74fb426a935a3e8b1fc390bb0 Date: Sun Jun 11 20:56:30 2017 +0100 migrate to boost::gettext Change-Id: Ia66a3a729dc4999c95b96ae1754b07c372121370 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100810 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2020-08-17tdf133647 tdf123386 tdf123389 Improved .docx table formula importMichael Warner
Converts table formula syntax from MS Word to LibreOffice. This version uses the list separator of the document for the formula regexen; however, it does not convert the decimal or list separators in the case where the person opening the document is using a different locale from the author. Change-Id: I9600a0bea060a76705a7ad6b051ed4fdd50b9d40 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98614 Tested-by: Jenkins Tested-by: László Németh <nemeth@numbertext.org> Reviewed-by: László Németh <nemeth@numbertext.org>
2020-08-17sw: prefix members of SwNode2LayImpl, SwRetrievedInputStreamDataManager, ...Miklos Vajna
... SwXDrawPage and SwXShape See tdf#94879 for motivation. Change-Id: I0cfdc1a1b7e1667dccf8db29616b895a76b8fea5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100843 Reviewed-by: Miklos Vajna <vmiklos@collabora.com> Tested-by: Jenkins
2020-08-17tdf#132892 Revert "sw: paragraph-sign: erase metafields ... correctly"Caolán McNamara
This reverts commit b402d0112a0bb53221b847fa372bfa3f6390a0e2. Change-Id: I210d2fded01fb952d7384b78240e32d868b08575 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100753 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2020-08-17tdf#135743 ignore size-allocations triggered by an embedded SalObjectCaolán McNamara
getting configured, we already ignored them for painting, do the same for the size-requests it output from our internal configuring Change-Id: I4c0153535459b089ba6c31e3d9f09bfae2545806 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100824 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2020-08-17"loplugin:stringstatic also look for local statics" macOS reduxStephan Bergmann
...plus addressing follow-up loplugin:stringconstant when inlining the literals at their sole call sites Change-Id: I727e2d3fe53e85af328afc5fba92e52fb63c49b4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100839 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2020-08-17Remove leftover debug includeStephan Bergmann
Change-Id: Idca54798ab5ad464f8a641eb6250cb20aa2147ae Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100840 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2020-08-17loplugin:loopvartoosmallStephan Bergmann
And while at it, merge the change from e2bd5afd726abd5df438b6b821416bd7cf496e4d "Make the C++/UNO bridge work to some extent on macOS on arm64" into the existing code in a better way, reviving the assertion that openMax will be non- negative when entering the loop. Change-Id: I4b4e173a79ae6a0bbbf07df87d46761e86f460c0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100841 Reviewed-by: Tor Lillqvist <tml@collabora.com> Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Jenkins
2020-08-17Use transparent buffer to correctly process transparency in metafilesMike Kaganski
Otherwise the transparency gets converted into b&w mask here before applying the gradient. Required for tdf#134052. Change-Id: Ife00f75024f7d776fdb11e16fcafbd237f07eb04 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100830 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2020-08-16tdf#134439 honor FN_PARAM_PAM argumentsCaolán McNamara
which was dropped by commit bba8e5aa6d1968e5279b3fe368c0f81145513d04 Date: Thu Mar 1 21:00:24 2018 +0100 tdf#116070: Use a valid PaM when confirming the dialog. when fixing commit 34527cec54ca634b831cfa5ac1098c4046818ac3 Date: Tue Jan 16 18:54:19 2018 +0100 lokdialog: Convert the Format -> Paragraph... dialog to async exec. so, go back to using pPaM instead of rWrtSh.GetCursor but make a copy of pPaM to avoid the crash of tdf#116070 Change-Id: I0aaaf5173c6be47dd306b77eacbb07d0e1c4eaf1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100670 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2020-08-16Pass $(verbose) into ExternalProject_icuStephan Bergmann
Change-Id: I4c93d4c4207645795812a0cafb64cbe32a7a520a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100823 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2020-08-16let tab switch between cellsCaolán McNamara
Change-Id: I12806e2afc022c079d9db758973b8d1bfc0c7107 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100752 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2020-08-16tdf#135342: filter list must include extensionsMike Kaganski
Regression after commit a0dcc8f78061d22d925f31ef8d03ca751ad6dc19. The commit had added extensions to the filter names sent to file dialog, but kept internal list of filter names aFilterEntryList without extensions. Then dialog returned the chosen filter's name in the form it was sent there, i.e. with extension; and that name couldn't be found in aFilterEntryList. So let's keep aFilterEntryList synchronized with the UI names in the dialog. Change-Id: Ic21d19d1a8d0b7f64ccfb517a7d0ee8ab36fc6a8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100821 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2020-08-16Update git submodulesOlivier Hallot
* Update helpcontent2 from branch 'master' to 94dcf7ef3fdb4f4722d2cc3d3d8a5713bf45d7b3 - tdf#135688 Help page for Comparison Options Change-Id: I51c60ebfd39e5d90025cea1cea74a9a3dd3ce0ab Reviewed-on: https://gerrit.libreoffice.org/c/help/+/100822 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-08-16tdf#133026: Additions: Set the maximum length for extension nameYusuf Keten
Change-Id: I52c6fe32e7737e1e0160cfd585d8616a035320c0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100657 Tested-by: Jenkins Reviewed-by: Muhammet Kara <muhammet.kara@collabora.com>
2020-08-16tdf#135550 make XComboBox Item status changed event work againCaolán McNamara
Change-Id: I323a114d3b71a74267ee7a89c5fb29821611e57e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100751 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2020-08-16Update git submodulesAndrea Gelmini
* Update helpcontent2 from branch 'master' to 4fc3877798e3160da8d340c065cb8d72c596e496 - Fix typo Change-Id: I3291e75e14af1c840ae1fe6e343341fae464a4b1 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/100782 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-08-16Update git submodulesAndrea Gelmini
* Update helpcontent2 from branch 'master' to 7e5538c28f59d785d56d38987c07b0b2d1a77e2f - Fix typo Change-Id: I28353f846a0bc3c5d9bf8350b2228174780f3933 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/100781 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-08-16Update git submodulesAndrea Gelmini
* Update helpcontent2 from branch 'master' to 3422c57c7f8b770def12ab81bf5cfd32749aa140 - Fix typo Change-Id: I43bea4f872ff58d0544114201703c5fd03f42328 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/100780 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-08-16Update git submodulesAndrea Gelmini
* Update helpcontent2 from branch 'master' to b70626ee6892fa08ff71854ee5ac56716e2f7af4 - Fix typo Change-Id: I8c8fdfb65910b36072ac55aebcb2e4eabaeb7f48 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/100779 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-08-16loplugin:unusedmethodsNoel Grandin
Change-Id: I2dd10873be73256a3689233c7b1e37bde8f685ee Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100820 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2020-08-16loplugin:singlevalfieldsNoel Grandin
Change-Id: Ia5d4de61ecf77477e86032b86d67d6ffd011913e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100819 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2020-08-16loplugin:unusedfieldsNoel Grandin
Change-Id: I61fe1c43f4235eddfca80f2a8392c58d4b1380e8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100818 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2020-08-16tdf133275: Additions: Sorting menu ui implementationYusuf Keten
Change-Id: I41b0887d0bc6bf4618bd1cf9afd06f4b1ddbabb1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100778 Tested-by: Jenkins Reviewed-by: Muhammet Kara <muhammet.kara@collabora.com>
2020-08-16loplugin:unnecessaryvirtualNoel Grandin
Change-Id: Iafad1df533d5fefd335066427a0fb9e2d8bfa91d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100817 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2020-08-16loplugin:virtualdeadNoel Grandin
Change-Id: Ic002692801113de5778826db5e3faf9869a48307 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100816 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2020-08-16tdf#131456 fix typoRizal Muttaqin
Change-Id: I74eef4549c4b809778c2bd9d5522759f9c1d38f3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100815 Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2020-08-16tdf#134583 remove glow effect from verticall scroll gallery itemandreas kainz
Change-Id: I90214a2238745908ad2b5a5a14be0d3109d339f3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100396 Tested-by: Andreas Kainz <kainz.a@gmail.com> Reviewed-by: Andreas Kainz <kainz.a@gmail.com>
2020-08-16assure pointer and position in OutlineContentVisibilityWin SetJim Raykowski
won't cause crash. Change-Id: Ic1bb2a1754c1a5a837370c7bb91bf7356e14b6bb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100716 Tested-by: Jenkins Reviewed-by: Jim Raykowski <raykowj@gmail.com>
2020-08-16Fix typoAndrea Gelmini
Change-Id: Ie3910ffbee6f3a80f077e1c2f3e3112daa96017a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100654 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2020-08-16Fix typo "damke" and reworked sentenceAndrea Gelmini
Removed duplicated part and fixed present continuous Change-Id: I52dd2e141115c130f9a753b1e1aeba2cc2711ede Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100776 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2020-08-15Fix typo in codeAndrea Gelmini
Change-Id: If2a5e5533a8587c83279d61d764c201e8572f075 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100730 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2020-08-15tdf#133853 Large spreadsheets have 16385 columns instead of 16384Aron Budea
MAXROW_JUMBO/MAXCOL_JUMBO should be max - 1, similarly to MAXROW/MAXCOL. Since f6064b13586aa8681907b69e4f43643251f9b803. Change-Id: I3d300e916b9584a2231f39bec5a044bd82c81752 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100777 Tested-by: Jenkins Reviewed-by: Aron Budea <aron.budea@collabora.com>
2020-08-15Fix typo in codeAndrea Gelmini
Change-Id: If63944d2dfead88f822127ff088d2f474c0453a8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100775 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2020-08-15Fix typoAndrea Gelmini
bDesctructorCalled doesn't exist in the code anymore. I guess we can delete the comment. Change-Id: I551efe2298422e5139f1dd07a6b3bf4728763026 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100774 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2020-08-15remove constructor with plain Bitmap from Graphic, use BitmapExTomaž Vajngerl
Change-Id: Ie429a10a8f54c6779d437ee4bc75a5ea0c427848 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100727 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2020-08-15Update git submodulesJohnny_M
* Update helpcontent2 from branch 'master' to 40eb51af06f5cc768508efd2ee7dbeb9ee25ef31 - tdf#132643 Translate German section IDs Change-Id: I0361e1bec10b01a02b43545b64a30dd5777aac34 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/100772 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-08-15Update git submodulesJohnny_M
* Update helpcontent2 from branch 'master' to a98deaeb951b85b596f14a6910e102fb54ecf712 - tdf#132643 Translate German section IDs Change-Id: I758bef77068cda5d0daee5bee9a42a82e9c10c5a Reviewed-on: https://gerrit.libreoffice.org/c/help/+/100771 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-08-15Update git submodulesJohnny_M
* Update helpcontent2 from branch 'master' to 9f1936640533a1ccbe73a82c96c96b3356f2972c - tdf#132643 Translate German section IDs Change-Id: Id48a4c97e5f1d407c4f502cebfd99a2e4e71e931 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/100770 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-08-15Update git submodulesJohnny_M
* Update helpcontent2 from branch 'master' to cddcef08456f0653fd7c633dbb4845ac382a8101 - tdf#132643 Translate German section IDs Change-Id: Ibd09f3c40e7863e03c2b0d3d08b0ca87d03a6644 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/100769 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-08-15Update git submodulesJohnny_M
* Update helpcontent2 from branch 'master' to bcbe717593d61fd9f926b9690146b3203688864c - tdf#132643 Translate German section IDs Change-Id: I7355ff008438538759d526eae1042f8799e672a6 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/100768 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-08-15Update git submodulesJohnny_M
* Update helpcontent2 from branch 'master' to dd5b95fd12542d5cbf2a5e13584ffff5efa6b9b2 - tdf#132643 Translate German section IDs Change-Id: I0f23fbb7d6a4c0323b462956545cc76ff32a46ee Reviewed-on: https://gerrit.libreoffice.org/c/help/+/100767 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-08-15Update git submodulesJohnny_M
* Update helpcontent2 from branch 'master' to f0da980974dd6127cb981a5e1984c0aa56019483 - tdf#132643 Translate German section IDs Change-Id: I99a352a4442efa791fba02759c8271bddcfea680 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/100766 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-08-15Update git submodulesJohnny_M
* Update helpcontent2 from branch 'master' to 5f0413927b8093a06de9945600deb66fb6da97c4 - tdf#132643 Translate German section IDs Change-Id: I7ae93e0ba1bdeb72d0cbd23a097fbe2f563d8b4a Reviewed-on: https://gerrit.libreoffice.org/c/help/+/100765 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-08-15Update git submodulesJohnny_M
* Update helpcontent2 from branch 'master' to 837f1b20449421e8c19e993ce46e84044ed3fdd4 - tdf#132643 Translate German section IDs Change-Id: I5549e9132f0fac6a5d203e7c2abf649162419725 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/100764 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-08-15Update git submodulesJohnny_M
* Update helpcontent2 from branch 'master' to 191eef08a92aa3706e1d7a79cf6ad7363d2e33a0 - tdf#132643 Translate German section IDs Change-Id: I3fd2939000a91f9159e35c46cd5c1d1297632fcb Reviewed-on: https://gerrit.libreoffice.org/c/help/+/100763 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-08-15Update git submodulesOlivier Hallot
* Update helpcontent2 from branch 'master' to 13f56eb46a1f50590323c367903041c1c0f919d5 - Use %PRODUCTNAME placeholder Change-Id: I97c37008b6e03f96e18fd26de6e5db8782828ef5 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/100709 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-08-15tdf#125234 Qt5 implement CreateFontSubsetJan-Marek Glogowski
This abstracts the just refactored vcl::TrueTypeFont class, so the Qt5 backend can provide it's own QRawFont based font table access. Change-Id: Ic71bc95bc8fe39bc7a32086d4adc78cfa00d15be Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100718 Tested-by: Jenkins Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
2020-08-15Refactor vcl::TrueTypeFont class member accessJan-Marek Glogowski
This hides all members, which are needed to create a new TTF font by calling vcl::CreateTTFromTTGlyphs, and adds an abstraction to access individual font tables. This is needed, because Qt5 just allows access to the raw font based on font tables. Change-Id: I74e34cf1aa2529a06ec5ec53aa2be751e58982ad Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100717 Tested-by: Jenkins Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
2020-08-15UBSan builds now need SwTableFormula etc. RTTI in Library_mswordStephan Bergmann
..presumably since cf596c43315bb96b5e7256a82256f1ccb8c9c4d0 "tdf#133163 DOCX: export formula cells", see e.g. CppunitTest_sw_rtfexport3 failing at <https://ci.libreoffice.org/job/lo_ubsan/1728/> with > warn:sal.osl:27291:27291:sal/osl/unx/module.cxx:162: dlopen(/home/tdf/lode/jenkins/workspace/lo_ubsan/instdir/program/libmswordlo.so, 257): /home/tdf/lode/jenkins/workspace/lo_ubsan/instdir/program/libmswordlo.so: undefined symbol: _ZTI17SwTableBoxFormula Change-Id: I01f8753ff82e41e84ad5d9806e3582ccd671065e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100762 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>