summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-03-09loplugin:refcounting (clang-cl)Stephan Bergmann
Change-Id: I91189ebd902b70e2fbe42fe8cc09b8677af1a5fb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112194 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2021-03-09add some Timer debug namesLuboš Luňák
Change-Id: I7a0037ffd7d45ab18efa76dce805274090527525 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112182 Tested-by: Jenkins Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
2021-03-09Related tdf#140849: "Apply and Edit changes" from AutoCorrect crashes LO writerJulien Nabet
This patch only fixes the assertion here: 3 0x00007f4d0ae82662 in __GI___assert_fail (assertion=0x7f4cef73d9d1 "SAL_N_ELEMENTS(RID_SHELLRES_AUTOFMTSTRS) == STR_AUTOFMTREDL_END", file=0x7f4cef73d961 "/home/julien/lo/libreoffice/sw/source/uibase/utlui/initui.cxx", line=186, function=0x7f4cef73d99f "void ShellResource::GetAutoFormatNameLst_() const") at assert.c:101 4 0x00007f4cef2514b8 in ShellResource::GetAutoFormatNameLst_() const (this=0x747f430) at sw/source/uibase/utlui/initui.cxx:186 Regression from da64ec8c8a91db6a6ec9657898f081d5ee67e739 author László Németh <nemeth@numbertext.org> 2020-06-01 19:31:38 +0200 committer László Németh <nemeth@numbertext.org> 2020-06-02 18:40:06 +0200 commit da64ec8c8a91db6a6ec9657898f081d5ee67e739 (patch) tree 2bd7d3ddf24ce6c5adeb3c29dd46ead2e1215c0a parent 2d6395b87218cbf3512aa9b54807a859205006f0 (diff) tdf#133589 AutoCorrect: transliterate to Old Hungarian Change-Id: Ib606ffcf5f0d6921c41dcb256af12ff54017a590 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112118 Tested-by: Jenkins Tested-by: László Németh <nemeth@numbertext.org> Reviewed-by: László Németh <nemeth@numbertext.org>
2021-03-09Drop "32" from names of SbxArray methods taking 32-bit indicesMike Kaganski
... a leftover from times when there were methods for 16-bit as well as for 32-bit indices. 16-bit indices were removed in commit 62f3f3d92aa204eaaa063b30d7ade44df501b997. Change-Id: Idf8b1160e68e8b303cf75ea79dd7dbb3bd00275d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112187 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2021-03-09Missing "template" (clang-cl)Stephan Bergmann
> In file included from C:/lo-clang/core/vcl/win/dtrans/FmtFilter.cxx:37: > C:/lo-clang/core/include\systools/win32/comtools.hxx(72,30): error: use 'template' keyword to treat 'QueryInterface' as a dependent template name [-Werror] > : COMReference(p.QueryInterface<T>(t)) > ^ > template Not sure why this only started to show up now with my clang-cl build on Windows. (The Clang warning itself is available ever since <https://github.com/llvm/ llvm-project/commit/4e7a2c09b22bb04819702ac6b8ea8b59ca396fa5> "Improve recovery (error + fix-it) when parsing type dependent template name without the 'template' keyword" from 2011; its "Also the error is downgraded to an ExtWarn in Microsoft mode." implies that not requiring the "template" here is a non- standard MSVC extension.) Change-Id: I4f8e9d6fa80871fdd212417c1b935d76ffde34c0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112192 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2021-03-09let SwMultiTOXTabDialog have a Widget parent instead of a WindowCaolán McNamara
Change-Id: I7a7ae6cd5240257a0f2e33e89d20a1799b29013d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112195 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-03-09drop sd::LayoutMenu set_id overwriteCaolán McNamara
this was added with commit d2b5ab3498a78c6d164a15b3bf2b947553ea2743 Date: Sun Oct 20 09:50:48 2019 -0400 sd: sidebar: force to set the id of the LayoutMenu control Otherwise, the function std::unique_ptr<UIObject> WindowUIObject::get_child(const OUString& rID) will not find the control with the rID. Change-Id: Ie571eb351bb0c59654f577cef1961247273d7608 Reviewed-on: https://gerrit.libreoffice.org/81345 but there doesn't appear to be a current use of 'sd::LayoutMenu' in LibreOffice or Online Change-Id: I07ebd872f0dd203057c96386730acd5f6aa7a168 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112141 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-03-09let ScLinkedAreaDlg have a Widget parent instead of a WindowCaolán McNamara
Change-Id: Ida871186e5d15290ed2520b18651bad211799c1e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112167 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-03-09fix ScFlatBoolSegmentsImpl delayed setup with threads (tdf#140754)Luboš Luňák
Change-Id: I258263f6a15e7098a2292ba7f3336fcaaf5224ff Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112184 Tested-by: Jenkins Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
2021-03-09defer getting toplevel for color picker until we need itCaolán McNamara
Change-Id: I60f4ded47f7d80b397647ea3344e83a5dfd1b11e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112183 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-03-09decompose SwNavigationPIUIObject and use sub components directlyCaolán McNamara
Change-Id: Ia4722972fe579646b4c3f06de339d72a931b05d7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112146 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-03-09decompose ScNavigatorDlgUIObject and use sub components directlyCaolán McNamara
Change-Id: I817d0e201804dce3e83d204702ff236f5689ebb8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112148 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-03-09SetCurItemId takes an ItemId not a PositionCaolán McNamara
Change-Id: Id0b34364cf45b9305f865d46cf8c3c0f838ce630 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112147 Tested-by: Jenkins Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-03-09Simplify CWinClipboard mutexesMike Kaganski
This replaces a home-grown ancestor class with use of cppu::BaseMutex, and moves/renames mutexes to better reflect their use. Change-Id: I6a9dd2e19ff7db524dc753d42e2027c4d5b2bb6a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112188 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2021-03-09fontwork: center in online in writerSzymon Kłos
Avoid unnecessary position change Change-Id: I338b9a28653569e1b7c19ba3a1f590363fb2f94c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110664 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Jan Holesovsky <kendy@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112164 Tested-by: Jenkins Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
2021-03-09fontwork: insert in the center of LOK viewSzymon Kłos
Change-Id: Iabde4ee927546b0e396c4fbd6d0099fa82240166 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109968 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Jan Holesovsky <kendy@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112163 Tested-by: Jenkins Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
2021-03-09loplugin:redundantstatic (clang-cl)Stephan Bergmann
Change-Id: Ieb4d3a0085555d84a16de490413b92b506a59dee Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112178 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2021-03-09-Werror,-Wshadow (clang-cl)Stephan Bergmann
Change-Id: I8b39e510266404a28acb380f449862366c647b87 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112173 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2021-03-09-Werror,-Wnon-virtual-dtor (clang-cl)Stephan Bergmann
Change-Id: I1f02e154e090ad89ca2e664467d7514f1cbdcb2c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112174 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2021-03-09tdf#139683: Specified PDF functions in customise dialogAyhan Yalçınsoy
Change-Id: Ic3ae51219391c8fe4e66640b5c7769fed39e149c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111904 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2021-03-09tdf#140292 sw: fix z-order of textbox on undoMiklos Vajna
Regression from commit 200cd2b99bee18962a970edc5d059286f6c3ea0e (tdf#138995 DOCX import: fix handling of textbox zorders, 2021-01-11), the problem was already fixed by Michael Stahl, this just adds a test for it. Change-Id: Id613224d5fab0c2d2a3bdfd58bff6d77a92dd374 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112181 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2021-03-09loplugin:staticmethods (clang-cl)Stephan Bergmann
Change-Id: I0a58f7dda3406509344d791a5e24df22a69b2478 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112179 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2021-03-09Resolves tdf#133373 - macOS installer imageHeiko Tietze
Arrow moved a few pixels to the left Change-Id: Id804ca75f88325a1457f5297994ac91c2cea94da Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112155 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2021-03-09Make sal/config.h the first in pchMike Kaganski
By convention, it should be the first include in C/CXX files; so use of pch should not break that. Change-Id: Ic329c5f39e8f48ad1778724368e262e48972342b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112123 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2021-03-09tdf#140661 Give shapes names when ungrouping if they don't already haveJim Raykowski
Change-Id: I8242a697980e4f661a914998792ae9efdb090915 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111725 Tested-by: Jenkins Reviewed-by: Jim Raykowski <raykowj@gmail.com>
2021-03-09tdf#88064 In add mode don't change SetCursor and KillSel functionsJim Raykowski
when shell is popped Change-Id: Ic7b38563c4f05d4a1ccf792f21db42076a39947f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111943 Tested-by: Jenkins Reviewed-by: Jim Raykowski <raykowj@gmail.com>
2021-03-09tdf#139944 Disable navigator in impress and draw master modeJim Raykowski
Change-Id: I48ed310f7903502085da2469f546d371960935f2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111986 Tested-by: Jenkins Reviewed-by: Jim Raykowski <raykowj@gmail.com>
2021-03-09tdf#128469 add extended tooltip for "Reset" to style dialogsSeth Chaiklin
Change-Id: I6dbb37b9b5ed77cbc918a9158c1be90bf4127b4e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112086 Tested-by: Jenkins Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
2021-03-08Update git submodulesSeth Chaiklin
* Update helpcontent2 from branch 'master' to 3d5548e2fe71a25b09fb984b15251a5da81e02b4 - improve help page for character style and adjust highlighting label ( shared/02/02160000.xhp ) "Character Highlighting Color" changed <h1> to "Highlighting" because it is embedded into the help pages for Character and Character Style as the name of the tab. ( swriter/01/05130002.xhp ) "Character Style" * change order of embeds to correspond with order of tabs in dialog. * improve the embed for the Asian language + add embed to "Borders" * change embed for "Reset" button + add embed for "Apply" button Change-Id: I939f28ede5ff96a53825919e5b2aab8f5de770db Reviewed-on: https://gerrit.libreoffice.org/c/help/+/112090 Tested-by: Jenkins Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
2021-03-08tdf#140498 middle-button paste doesn't depend on a vcl::WindowCaolán McNamara
Change-Id: I4f1f14994b35cec51761689875bf6b5135612f3c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112161 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-03-08loplugin:makeshared (clang-cl)Stephan Bergmann
Change-Id: I902c4438adb89970db749ca06a13bfc484925851 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112177 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2021-03-08loplugin:external (clang-cl)Stephan Bergmann
Change-Id: I543e7970e824c9d2ca504bbf3e4dd75a1ee2b4ae Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112175 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2021-03-08just call GetWindow onceCaolán McNamara
Change-Id: If8f0c35901024687c9a8c57e6bcf6756f37007f8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112172 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-03-08loplugin:refcounting (macOS)Stephan Bergmann
Change-Id: Id9c5035933453bad617d1a2f78241e435e42fe91 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112168 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2021-03-08uitest: sw: re-enable test to see if it still failsXisco Fauli
it doesn't fail for me, let's see for others. Change-Id: If214efcaebb74b660c8cef2d60c910261379785a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112169 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2021-03-08Update git submodulesAdolfo Jayme Barrientos
* Update helpcontent2 from branch 'master' to 60bc5707b16ad1960a2baa1128a515a8960b6834 - Hyphenate compound modifier and drop number inflection as it is an adjective Change-Id: I397f6a528576c2a2ec556966d87e8dc77e20f3a5
2021-03-08autofilter: handle click for scaled dropdown buttonSzymon Kłos
Missing thing for commit: 68892230ddcde135e9951047a3621438eb7987d0 autofilter: scale dropdown button according to zoom level rendering was scaled but click position was handled using non scaled button size Change-Id: I599b7e6aef39e8b5225b53423125f2b271597a46 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110646 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Jan Holesovsky <kendy@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112160 Tested-by: Jenkins Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
2021-03-08Update git submodulesSeth Chaiklin
* Update helpcontent2 from branch 'master' to 79e2b833a14999373171779daf968310e4c126a1 - related to: tdf#102265 correction to Aligning Objects for embedding * submenu name is now "Align Objects", so change page Title and <h1> label to this new name. * update to <h1>,<note> Change-Id: Iedfbb4e0a522729c3710f33f68caf80b3d8c77fb Reviewed-on: https://gerrit.libreoffice.org/c/help/+/112087 Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk> Tested-by: Jenkins
2021-03-08Fix build of Extension_test-{active,passive}Stephan Bergmann
Partial reverts of 1553d3787cbe0cdababf31382bf3376a3640d8cf "use for-range on Sequence in d*" and e37e990650694d7d3a44a38a6bf23751bb33da67 "tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctor", plus loplugin:redundantstatic. Change-Id: Icf934bd21b0649d8fe9e88a453b6fc4d821ab6d2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112156 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2021-03-08Remove spurious empty lines againStephan Bergmann
...that had been added by 0c36f364b14aacd0eeb53087ae2fce54402dc741 "tdf#138122 Detect window scaling for multi display configurations on macOS" and should have been removed again by 06d918dcc47ae3f1c511cbdccfeacc8adb123f28 "loplugin:unreffun (macOS)" Change-Id: Ibac8fc2cae101c2c16715be97406d769f82bd3eb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112158 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2021-03-08Update git submodulesJohnny_M
* Update helpcontent2 from branch 'master' to 6d54cc23df9cde41adf566122204b38f99139b53 - tdf#132643 Translate German section IDs Change-Id: If80232f66b1439ade2136d5cea26941122a25103 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/112070 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-03-08Update git submodulesJohnny_M
* Update helpcontent2 from branch 'master' to c6a7ecabb29df6b47eb5116f961e8c636201a855 - tdf#132643 Translate German section IDs Change-Id: I29b956f83df69b39a1b92d6672039c87c8b5823d Reviewed-on: https://gerrit.libreoffice.org/c/help/+/112069 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-03-08Update git submodulesJohnny_M
* Update helpcontent2 from branch 'master' to e3168344a7f2cab5e6d5ff9563203eea26bd1dc6 - tdf#132643 Translate German section IDs Change-Id: I645aab7d591dd4e41d230a3b9b1d4249a051eea6 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/112068 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-03-08Update git submodulesJohnny_M
* Update helpcontent2 from branch 'master' to 865ec92ce6524488f6e005c5578bfbfa11926fa5 - tdf#132643 Translate German section IDs Change-Id: I541ae385db0ec2a53d9c653f6221265fd6f19eac Reviewed-on: https://gerrit.libreoffice.org/c/help/+/112067 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-03-08Update git submodulesJohnny_M
* Update helpcontent2 from branch 'master' to 3e659bb75d9fa1c9de2b7414eb67a1e6a9c7c5ff - tdf#132643 Translate German section IDs Change-Id: If1aa99e37cd51801d5035a1dd79fb855f200b8e7 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/112066 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-03-08Update git submodulesJohnny_M
* Update helpcontent2 from branch 'master' to 67e021516b744a6cd189d77bfec9b54770b06874 - tdf#132643 Translate German section IDs Change-Id: I249d999fd1b67e7cb7e7bb7b10585cc322fe83d7 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/112065 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-03-08Update git submodulesJohnny_M
* Update helpcontent2 from branch 'master' to d2557afa18b3db737ad59567ce39f844ea3124a7 - tdf#132643 Translate German section IDs Change-Id: If69d593ebea6c983bf087da280158f021cd11b3e Reviewed-on: https://gerrit.libreoffice.org/c/help/+/112064 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-03-08Update git submodulesJohnny_M
* Update helpcontent2 from branch 'master' to 869fb85513467259c72a42fdd46cd9b08aeefe1e - tdf#132643 Translate German section IDs Change-Id: I39dcb7a1b5296849a29978a5c733fb941eeab988 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/112063 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-03-08Update git submodulesJohnny_M
* Update helpcontent2 from branch 'master' to 8adc4461501298ca8aae7266862ac1f08beb63dc - tdf#132643 Translate German section IDs Change-Id: Id8f539c674f08cce9fe2c93c4498b5fdac8f70e6 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/112062 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-03-08Update git submodulesJohnny_M
* Update helpcontent2 from branch 'master' to be48910da18cd13cc38793bef8cdec3c2b45b927 - tdf#132643 Translate German section IDs Change-Id: I46c4c61f93fb639abcd7d851ab502a239acad38f Reviewed-on: https://gerrit.libreoffice.org/c/help/+/112061 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>