summaryrefslogtreecommitdiffstats
path: root/extensions/source
Commit message (Collapse)AuthorAgeFilesLines
* tdf#131522 get notified when user edits in OMultilineEditControlThorsten Behrens2020-03-271-0/+1
| | | | | | | Change-Id: I2a9e080143a1aa37661ef2aef8c0d37c8e774c8c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91172 Reviewed-by: Michael Stahl <michael.stahl@cib.de> Tested-by: Jenkins
* tdf#131000 fix stuck combo box property editorJan-Marek Glogowski2020-03-112-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If you create a combo box control with a lot of entries, like a large cell range in Calc, LO will take a long time to render that cell content into the small, line-height MultiLineEdit (MLE). This doesn't happen for master, because it contains commit 1efeb17837c22499f00299c033ae59ba3910f7d7 ("weld Property Browser"), which changed the whole dialog and is much too large for a backport. A debugger shows LO is stuck in TextEngine:: CreateLines, which is part of the MLE resize call stack. Checking the master patch, it also replaces the MLE with a mere Edit. And since editing now always happens in the popup, no functionality is lost. So this patch just does just that MLE => Edit replacement for old releases. This results in a much faster visible / usable property editor. For the attached test document with 4000 entries, resize time goes down to 5s instead of minutes. Fun fact: since you can't actually edit that entry in the example bug document, because its content depends on Cell data, all the "work" is basically mood. Change-Id: I7583e0ed1a70765c9f3bd7ff730e920a833bf30b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89417 Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> (cherry picked from commit 3269f4fa5477104fbea363937ec84dfab2f914d9) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90034 Tested-by: Jenkins
* The macOS SDK 10.15 has a tighter declaration of objc_msgSend()Tor Lillqvist2019-10-302-2/+2
| | | | | | | | | Change-Id: I51734b92965a9fa1f06aa18017d39b4b0d532456 (cherry picked from commit 4d3628ca769ce07c93e8c4629075eeb7c8dc317e) Reviewed-on: https://gerrit.libreoffice.org/81740 Tested-by: Jenkins Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com>
* tdf#125340 transport preferred dialog parent down the migration dialogCaolán McNamara2019-08-293-5/+5
| | | | | | | | Change-Id: Icb7bab35eac3ae08fb82d73f559ef161dd1820c3 Reviewed-on: https://gerrit.libreoffice.org/77638 Tested-by: Jenkins Tested-by: Xisco Faulí <xiscofauli@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
* tdf#126989: always terminate shim after fallback completeMike Kaganski2019-08-191-2/+1
| | | | | | | | | | | | | It seems that DSM may not send MSG_CLOSEDSREQ (or we may already have unloaded DSM), so don't rely on it. Change-Id: I3ed2e0e70f4dc79c89b430b4bad6954bf9224c71 Reviewed-on: https://gerrit.libreoffice.org/77659 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com> (cherry picked from commit 53e4d5fe73d98b109d79fc2c1f5032faea88afb9) Reviewed-on: https://gerrit.libreoffice.org/77664 Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>
* drop some unneeded includesCaolán McNamara2019-06-021-4/+1
| | | | | | | Change-Id: I13019ae1b991b5910c50e760a8a825bcf50509d2 Reviewed-on: https://gerrit.libreoffice.org/73336 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* Use hasElements to check Sequence emptiness in [e-i]*Arkadiy Illarionov2019-05-3113-26/+26
| | | | | | | | | Similar to clang-tidy readability-container-size-empty Change-Id: I79e31919db8f4132216f09a7868d18835eeb154b Reviewed-on: https://gerrit.libreoffice.org/71795 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
* Fix typoAndrea Gelmini2019-05-291-1/+1
| | | | | | | Change-Id: Ib79782671d890100318a92bb4718e190d735e579 Reviewed-on: https://gerrit.libreoffice.org/73128 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
* drop some unneeded includesCaolán McNamara2019-05-271-5/+0
| | | | | | | | Change-Id: Icf19ae9811f6f4ee315869a7edd50e94dce4e6ae Reviewed-on: https://gerrit.libreoffice.org/73004 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* weld MappingDialogCaolán McNamara2019-05-275-189/+143
| | | | | | | | Change-Id: Ie4c6ef0f75384e1fbd68905cf4c70ed6d7ab88fe Reviewed-on: https://gerrit.libreoffice.org/73003 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* weld FormLinkDialogCaolán McNamara2019-05-274-140/+95
| | | | | | | | Change-Id: I440089f650aea87eab21c148e713a8716e55f2bb Reviewed-on: https://gerrit.libreoffice.org/73002 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* Fix typosAndrea Gelmini2019-05-251-2/+2
| | | | | | | Change-Id: Ifa4f861f1005adf8192d5d1871ba8310965a7049 Reviewed-on: https://gerrit.libreoffice.org/72930 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
* Fix typoAndrea Gelmini2019-05-251-2/+2
| | | | | | | Change-Id: Ie160b87a0334290ae80e4fedcda3c7b56745c70e Reviewed-on: https://gerrit.libreoffice.org/72933 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
* Fix typoAndrea Gelmini2019-05-251-1/+1
| | | | | | | Change-Id: Ie64aee5d16d8b8f39e1dba75628bb0b97b4dddd9 Reviewed-on: https://gerrit.libreoffice.org/72935 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
* Fix typoAndrea Gelmini2019-05-251-1/+1
| | | | | | | Change-Id: I0e671745c320283a1f62f49c336a1d68cfae4371 Reviewed-on: https://gerrit.libreoffice.org/72940 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
* Fix typoAndrea Gelmini2019-05-251-1/+1
| | | | | | | Change-Id: I16e3d831aa8a393a4d740742710b9af3d6f9262f Reviewed-on: https://gerrit.libreoffice.org/72937 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
* Fix typoAndrea Gelmini2019-05-251-1/+1
| | | | | | | Change-Id: I4c1b1328536300dd4f46b4c8db3cadf143e8612a Reviewed-on: https://gerrit.libreoffice.org/72931 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
* Fix typoAndrea Gelmini2019-05-251-2/+2
| | | | | | | Change-Id: I4df91638680b18e4e93dcb7d742e91012b75c92e Reviewed-on: https://gerrit.libreoffice.org/72934 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
* Fix typoAndrea Gelmini2019-05-251-2/+2
| | | | | | | Change-Id: I113b437d21487bb65a4d88e8d1e8732762d3263f Reviewed-on: https://gerrit.libreoffice.org/72936 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
* Fix typoAndrea Gelmini2019-05-251-1/+1
| | | | | | | Change-Id: I91d07eb59329030a1c7503062816773ea5b09cbd Reviewed-on: https://gerrit.libreoffice.org/72928 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
* Fix typoAndrea Gelmini2019-05-251-2/+2
| | | | | | | Change-Id: I924e62ed2c65be8ac4b9664a17935fb0ada041a3 Reviewed-on: https://gerrit.libreoffice.org/72938 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
* Fix typoAndrea Gelmini2019-05-251-1/+1
| | | | | | | Change-Id: Ic8643301cddebe6f62178e7611f2ebe22beddf0b Reviewed-on: https://gerrit.libreoffice.org/72932 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
* Fix typoAndrea Gelmini2019-05-251-1/+1
| | | | | | | Change-Id: I9f986b89128c36e62cbfeedf500a116f40de74cc Reviewed-on: https://gerrit.libreoffice.org/72939 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
* Fix typoAndrea Gelmini2019-05-251-1/+1
| | | | | | | Change-Id: Id54e7c4fb977a41e6a4a20d51543c45a9283480a Reviewed-on: https://gerrit.libreoffice.org/72879 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
* Fix typoAndrea Gelmini2019-05-231-1/+1
| | | | | | | Change-Id: I4452913a149211f4d1fea2d667aac890916d9e42 Reviewed-on: https://gerrit.libreoffice.org/72876 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
* tdf#42949 Fix IWYU warnings in include/svx/[h-r]*Gabor Kelemen2019-05-221-0/+1
| | | | | | | | | | Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Ib7e1d0f7483aa8b5cab320278714f2d5f36fdbd9 Reviewed-on: https://gerrit.libreoffice.org/72534 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
* Fix typoAndrea Gelmini2019-05-161-1/+1
| | | | | | | Change-Id: I3e6446680571202a6825293e8b6c671022be6e0b Reviewed-on: https://gerrit.libreoffice.org/72386 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
* fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin2019-05-139-19/+19
| | | | | | | | | | | By creating deleted methods for the wrong calls. Avoids the compiler needing to construct a temporary Change-Id: I3b8c648d6bb22d22827bf74f21ea5a2a17fc0f6a Reviewed-on: https://gerrit.libreoffice.org/72103 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
* an uno -> a unoCaolán McNamara2019-05-108-17/+17
| | | | | | | | Change-Id: I538db88f8477dd2d2ad25c372928fec6c11d979d Reviewed-on: https://gerrit.libreoffice.org/72105 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* an is used before a vowel soundCaolán McNamara2019-05-102-2/+2
| | | | | | | | | | not before vowels with a consonant sound so its a url not an url Change-Id: Ic27ff3bee67469284d460c31ced6f63cb3633db2 Reviewed-on: https://gerrit.libreoffice.org/72062 Reviewed-by: Jens Carl <j.carl43@gmx.de> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* tdf#43157 Clean up OSL_VERIFY (replace with SAL_WARN)Jens Carl2019-05-101-39/+86
| | | | | | | | | Replace OSL_VERIFY with if-statement and SAL_WARN. Change-Id: Iafbd8869b97d098c2aa073a84850907b232c1eca Reviewed-on: https://gerrit.libreoffice.org/72087 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
* tdf#43157 Clean up OSL_VERIFY (replace with SAL_WARN)Jens Carl2019-05-091-5/+11
| | | | | | | | | Replace OSL_VERIFY with if-statement and SAL_WARN. Change-Id: Ibeef67f21dc9e18d3bc614cb838a6188bb58fff2 Reviewed-on: https://gerrit.libreoffice.org/72025 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
* tdf#42949 Fix IWYU warnings in comphelperGabor Kelemen2019-04-191-0/+1
| | | | | | | | | | | | | Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Also re-evaluate some blacklisted headers and recheck include/comphelper/ Change-Id: Ib7eea5951e849c07cea2e2782be4e8945f71ad96 Reviewed-on: https://gerrit.libreoffice.org/70899 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* tdf#122172 set textContent to nil in OOoContentDataProviderTomaž Vajngerl2019-04-151-0/+4
| | | | | | | | | This should prevent the crash - at least it did for me AFAICS. Change-Id: I489264d8054e6577b948b0ab307c863d3140788a Reviewed-on: https://gerrit.libreoffice.org/70755 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
* loplugin:sequentialassign in editeng..extensionsNoel Grandin2019-04-132-5/+2
| | | | | | | Change-Id: I95c6fb5e2ddc1c2d8a2fb1d5ff30b18ddad48b3a Reviewed-on: https://gerrit.libreoffice.org/70699 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
* drop some unneeded includesCaolán McNamara2019-04-092-4/+0
| | | | | | | | Change-Id: I8e41e28313a22148033c566edce50f5bfa58d065 Reviewed-on: https://gerrit.libreoffice.org/70452 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* tdf#42949 Fix IWYU warnings in include/sfx2/[t-z]*Gabor Kelemen2019-04-081-0/+2
| | | | | | | | | | Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Ib3252828385d1dc8faf48a428b1593199647a679 Reviewed-on: https://gerrit.libreoffice.org/70383 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
* Don't use resettable/clearable guard where plain guard is enoughMike Kaganski2019-04-071-4/+5
| | | | | | | | | | | Also use scope where possible. This allows to limit guard scope at language level; visualises the scope clearly; and helps avoiding errors like fixed in commit 61e4437c857854b331fa01da6f39b2b3b58a800b. Change-Id: Ifeca96e2df8e8a0897770d9546b2536806275f41 Reviewed-on: https://gerrit.libreoffice.org/70376 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
* Remove unused using declarations in directories [e-l]*Gabor Kelemen2019-04-0516-26/+0
| | | | | | | | | | Found by: run-clang-tidy-7 -checks=-*,misc-unused-using-decls Change-Id: Iee4e9df37d4c971ea97256d041afbc3d3aaa3d27 Reviewed-on: https://gerrit.libreoffice.org/70027 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
* drop some unneeded includesCaolán McNamara2019-04-023-4/+0
| | | | | | | | Change-Id: I78b9682968acea7564554fb589d2759b6c8e67d0 Reviewed-on: https://gerrit.libreoffice.org/70126 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* loplugin:typedefparam (clang-cl)Stephan Bergmann2019-03-274-23/+23
| | | | | | | Change-Id: I07604028845c49cc084927e21db7f21c5d053bab Reviewed-on: https://gerrit.libreoffice.org/69796 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
* loplugin:stringconstant (clang-cl)Stephan Bergmann2019-03-271-1/+1
| | | | | | | Change-Id: Ie91c7a6bfc203987e9d3e327a23502cdff46a7a0 Reviewed-on: https://gerrit.libreoffice.org/69791 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
* weld TabOrderDialogCaolán McNamara2019-03-224-182/+94
| | | | | | | | Change-Id: I703cefb4a73c5f3e002c142eec01d19ec8c9fcd3 Reviewed-on: https://gerrit.libreoffice.org/69533 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* weld SwFieldEditDlgCaolán McNamara2019-03-201-1/+1
| | | | | | | | Change-Id: I786944a4bf8979526f0ccae5b00fb42ad5016a66 Reviewed-on: https://gerrit.libreoffice.org/69463 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* loplugin:unusedmethodsNoel Grandin2019-03-141-18/+0
| | | | | | | Change-Id: Ief7cdb14e2c0fe4b0332cd90e063d649065bf3b6 Reviewed-on: https://gerrit.libreoffice.org/69171 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
* ActiveX: Use correct mimetypesSamuel Mehrbrodt2019-03-131-5/+5
| | | | | | | | | As registered at IANA: https://www.iana.org/assignments/media-types/media-types.xhtml Change-Id: I6d66f2cd1f96e487562a1042583e08a5beefc262 Reviewed-on: https://gerrit.libreoffice.org/69125 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
* prefer weld::Window variantsCaolán McNamara2019-03-121-15/+13
| | | | | | | | Change-Id: I4938ea338a71e3c83d4d847317ba49b9c7088561 Reviewed-on: https://gerrit.libreoffice.org/69116 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* weld extensions FormatNumberDialogCaolán McNamara2019-03-121-6/+7
| | | | | | | | Change-Id: I34cb3f1739c6c3ee983be6ca0c70051a5fcfcb5d Reviewed-on: https://gerrit.libreoffice.org/69115 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* tdf#42949 Fix IWYU warnings in include/connectivity/*Gabor Kelemen2019-03-124-0/+4
| | | | | | | | | | Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I02f75be483529ba1f7a6e460e34c4752b4265221 Reviewed-on: https://gerrit.libreoffice.org/68893 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
* Fix typo in mimetype: msexcell -> msexcelSamuel Mehrbrodt2019-03-121-2/+2
| | | | | | | Change-Id: I2227f09ac03f79e424704e00bd072741b3b0eb0d Reviewed-on: https://gerrit.libreoffice.org/69077 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>