summaryrefslogtreecommitdiff
path: root/extensions
AgeCommit message (Expand)AuthorFilesLines
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
2017-11-10No need to blacklist this loplugin:unnecessaryoverrideStephan Bergmann2-7/+1
2017-11-06loplugin:constparams in various(2)Noel Grandin2-4/+4
2017-11-04Make Windows error reporting more robustMike Kaganski1-4/+3
2017-11-04loplugin:constparams in various(1)Noel Grandin2-2/+2
2017-11-02loplugin:finalclasses in filter,extensionsNoel Grandin28-147/+75
2017-11-01loplugin:constantparam in connectivityNoel Grandin3-3/+3
2017-10-27loplugin:includeform: extensions (Windows)Stephan Bergmann17-22/+22
2017-10-26vcl: make MapMode constructor explicitMichael Stahl9-19/+19
2017-10-23loplugin:includeform: extensionsStephan Bergmann63-151/+151
2017-10-23overload std::hash for OUString and OStringNoel Grandin7-13/+11
2017-10-21tdf#113225 - hold the solar mutex when entering from UNO.Michael Meeks1-0/+1
2017-10-18no need to call acquire()Noel Grandin1-9/+2
2017-10-17use rtl::Reference in BibDataManagerNoel Grandin2-10/+6
2017-10-17turn implicit container explicit in buildable notebooksCaolán McNamara1-3/+18