summaryrefslogtreecommitdiff
path: root/extensions
AgeCommit message (Expand)AuthorFilesLines
2020-05-06Move all public Java classes to libreoffice.jarSamuel Mehrbrodt1-1/+1
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann3-1/+3
2020-04-22Typo kServerDefiniton->kServerDefinition (extensions/ldap)Julien Nabet1-2/+2
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen1-0/+1
2020-04-15loplugin:buriedassign in e*Noel Grandin1-4/+8
2020-04-14loplugin:flatten in extensionsNoel Grandin19-915/+914
2020-04-07new loplugin:unusedvariableplusNoel Grandin1-1/+0
2020-04-02tdf#117101 Make Spreadsheet the default new data source typeGabor Kelemen3-5/+6
2020-03-25Resolves: tdf#131522 sync textview from edit when edit changesCaolán McNamara4-1/+17
2020-03-20Silence -Werror,-Wvoid-pointer-to-int-cast (LLVM 10 trunk clang-cl)Stephan Bergmann1-1/+1
2020-03-11tdf#42949 Fix IWYU warnings in extensions/*/*cxxGabor Kelemen75-223/+81
2020-03-09improve loplugin:unusedfieldsNoel Grandin1-3/+1
2020-03-06tdf#42949 Fix IWYU warnings in extensions/source/*/*hxxGabor Kelemen78-96/+63
2020-03-04Fix more crashes after 1efeb17837c22499f00299c033ae59ba3910f7d7Mike Kaganski1-5/+10
2020-02-17drop unneeded includeCaolán McNamara1-1/+0
2020-02-16GBUILD_TRACE, support for finding out where the build time is spentLuboš Luňák2-1/+5
2020-02-16clang-format c*,d*,e* with under 5-percent lines of changeMuhammet Kara9-17/+9
2020-02-10Resolves: tdf#130541 null-deref on detaching already-detached pageCaolán McNamara1-1/+3
2020-02-10android hunspell: Turn on the hunspell build on Android...Jan Holesovsky1-1/+6
2020-02-07rename URLBox back to SvtURLBoxCaolán McNamara5-6/+6
2020-02-04tdf#117331 Merge jurt and unoil into ridlSamuel Mehrbrodt1-2/+2
2020-02-03loplugin:unsignedcompare (clang-cl)Stephan Bergmann1-2/+3
2020-01-31clang-tidy modernize-concat-nested-namespaceNoel Grandin2-4/+4
2020-01-28tdf#88205: Adapt uses of css::uno::Sequence to use initializer_list ctorOnur Yilmaz1-2/+1
2020-01-28New loplugin:unsignedcompareStephan Bergmann3-7/+11
2020-01-28remove some unused local varsNoel Grandin4-5/+4
2020-01-27tdf#88205: Adapt uses of css::uno::Sequence to use initializer_list ctorMehmet Emin Başoğlu1-4/+2
2020-01-25tdf#130137 Replace remaining uses of WNT define checks with _WIN32A_GAN1-2/+2
2020-01-24loplugin:makeshared in drawinglayer..fpickerNoel Grandin1-2/+2
2020-01-23loplugin:unusedfieldsNoel Grandin3-12/+0
2020-01-23Revert "unopkg: Correctly display log messages on Windows"Mike Kaganski1-36/+3
2020-01-21unopkg: Correctly display log messages on WindowsSamuel Mehrbrodt1-3/+36
2020-01-20loplugin:unusedfieldsNoel Grandin6-27/+0
2020-01-16tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMesut Çifci1-2/+1
2020-01-16drop some unneeded includesCaolán McNamara2-2/+0
2020-01-13loplugin:unusedmethodsNoel Grandin2-14/+0
2020-01-12tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorYusuf Keten1-2/+1
2020-01-10use more std::make_sharedNoel Grandin1-1/+1
2020-01-06Related: tdf#129484 overeager assertCaolán McNamara1-6/+2
2020-01-03cid#1401474 Uncaught exceptionCaolán McNamara2-2/+3
2020-01-03cid#1401328 Uncaught exceptionCaolán McNamara1-1/+2
2019-12-31tdf#129375: Avoid crash when inserting bibliography entry on iOSTor Lillqvist1-1/+4
2019-12-26use more TOOLS_WARN_EXCEPTIONNoel Grandin24-104/+109
2019-12-22loplugin:unusedmethodsNoel Grandin2-20/+0
2019-12-22loplugin:unusedfieldsNoel Grandin2-5/+0
2019-12-20tdf#124176: Use pragma once instead of include guardsTolunay Dündar5-21/+5
2019-12-20loplugin:duplicate-definesNoel Grandin1-1/+0
2019-12-19get native gtk widgets in sidebars workingCaolán McNamara14-45/+22
2019-12-19multiline edit appears for a moment when loadingCaolán McNamara1-0/+1
2019-12-19sal_Char->char in extensionsNoel Grandin24-44/+44