summaryrefslogtreecommitdiff
path: root/extensions
AgeCommit message (Expand)AuthorFilesLines
2018-02-21Pass missing (hopefully optional) parameters as Any()Tor Lillqvist1-0/+11
2018-02-19loplugin:useuniqueptr in BibConfigNoel Grandin2-12/+10
2018-02-16Revert "loplugin:changetoolsgen in editeng..extensions" and reapply pluginNoel Grandin7-24/+24
2018-02-14loplugin:changetoolsgen in editeng..extensionsNoel Grandin8-73/+73
2018-02-12Get rid of ole_adapter namespace levelTor Lillqvist13-61/+3
2018-02-12Reduce ASCII graphics and pointless comments a bitTor Lillqvist4-66/+8
2018-02-12Whitespace (alignment) fixTor Lillqvist1-2/+2
2018-02-12Get rid of a few unused or once-used typedefsTor Lillqvist3-13/+8
2018-02-07These fields can be constTor Lillqvist2-6/+4
2018-02-02Replace some front/pop_front by for-range loops+clearJulien Nabet1-4/+4
2018-02-01tdf#42949 Remove unneeded helpids.h headers (1/3)Gabor Kelemen2-2/+0
2018-02-01extensions: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski11-74/+5
2018-01-31Fix typosAndrea Gelmini2-3/+3
2018-01-30Typ-o negativIlmari Lauhakangas1-3/+3
2018-01-27Fix typosAndrea Gelmini1-2/+2
2018-01-25Fix typosAndrea Gelmini1-1/+1
2018-01-23More loplugin:cstylecast on WindowsStephan Bergmann5-21/+21
2018-01-19new loplugin:emptyifNoel Grandin1-3/+0
2018-01-16Fix typosAndrea Gelmini2-3/+3
2018-01-15More loplugin:cstylecast: extensionsStephan Bergmann7-27/+27
2018-01-12More loplugin:cstylecast: extensionsStephan Bergmann37-180/+180
2018-01-09Various loplugin (clang-cl)Stephan Bergmann1-4/+4
2017-12-31loplugin:passstuffbyref improved return in emfio,writerfilterNoel Grandin3-4/+4
2017-12-22lokdialog: Allow switching language of some of the ResMgr's.Jan Holesovsky3-6/+3
2017-12-22tdf#114635: fix TWAIN on Windows 64 bitMike Kaganski1-2/+8
2017-12-20Fix typosAndrea Gelmini1-1/+1
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin2-5/+5
2017-12-18loplugin:unusedindexMike Kaganski4-117/+55
2017-12-15loplugin:salcall (clang-cl)Stephan Bergmann4-11/+11
2017-12-14No need to keep these whitelisted functions decorated with SAL_CALLStephan Bergmann37-67/+67
2017-12-11loplugin:salcall fix functionsNoel Grandin39-76/+76
2017-12-08Fix isSalCallFunction so it also works on WindowsStephan Bergmann2-2/+2
2017-12-06Remove unused #include <vcl/metaact.hxx> from vcl/outdev.hxxStephan Bergmann1-0/+1
2017-12-06loplugin:salcallStephan Bergmann1-2/+2
2017-12-06loplugin:salcall handle virtual methodsNoel Grandin24-33/+33
2017-12-05Replace deprecated std::mem_fun et al in extensionsStephan Bergmann2-4/+4
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin6-21/+21
2017-12-04new loplugin salcall: remove unnecessary SAL_CALLNoel Grandin3-4/+4
2017-11-27loplugin:unnecessaryparen (clang-cl)Stephan Bergmann1-1/+1
2017-11-27loplugin:unnecessaryparen check for (f1()).f2Noel Grandin1-1/+1
2017-11-23loplugin:simplifyboolStephan Bergmann1-1/+1
2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin1-1/+1
2017-11-22tdf#112689 Replace chained O(U)StringBuffer::append with operator+qzheng1-15/+16
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann1-4/+4
2017-11-20cosmetics: Drop duplicate semicolonTakeshi Abe2-2/+2
2017-11-20look for =() in loplugin:unnecessaryparenNoel Grandin1-1/+1
2017-11-18Replace list by vector in framectr (extensions)Julien Nabet1-10/+7
2017-11-15silence coverity#1362777 Explicit null dereferencedCaolán McNamara1-0/+1
2017-11-15Fix typosAndrea Gelmini1-1/+1
2017-11-13More proper construction of vnd.sun.star.pkg URLMike Kaganski1-6/+11