summaryrefslogtreecommitdiff
path: root/extensions/source/plugin
AgeCommit message (Expand)AuthorFilesLines
2015-08-05loplugin:unusedmethodsNoel Grandin10-102/+3
2015-07-03Fix typosAndrea Gelmini1-2/+2
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe3-7/+7
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin1-2/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann6-10/+10
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann1-2/+2
2015-05-29loplugin:loopvartoosmallNoel Grandin1-1/+1
2015-05-22convert WINDOW_POSSIZE constants to scoped enumNoel Grandin1-1/+2
2015-05-08lopluign:staticmethods: Handle DECL_LINKStephan Bergmann1-0/+1
2015-04-30Gradually typed LinkStephan Bergmann2-7/+7
2015-04-30Get rid of the initial :: for the vcl namespaceTor Lillqvist2-2/+2
2015-04-29Clean up tools/link.hxxStephan Bergmann2-0/+3
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks2-7/+8
2015-04-27More loplugin:simplifyboolStephan Bergmann1-2/+2
2015-04-24loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann1-1/+1
2015-04-23loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-22extensions: convert new to ::Create.Michael Meeks1-1/+1
2015-04-22callcatcher: update unused codeCaolán McNamara2-17/+0
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann7-0/+9
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin7-15/+15
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-6/+7
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann2-2/+2
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann2-2/+2
2015-04-02loplugin:staticmethodsNoel Grandin2-9/+9
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann1-1/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann6-47/+47
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann4-7/+8
2015-03-13extensions: PVS-Studio V595 The 'm_pPlugin' pointer could be nullMichael Stahl2-30/+64
2015-03-11V668 no sense in testing the result of new against nullCaolán McNamara1-3/+2
2015-02-07loplugin:deletedspecialStephan Bergmann1-2/+2
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin3-4/+4
2015-01-20Some more loplugin:cstylecast: extensionsStephan Bergmann6-37/+37
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin2-3/+3
2015-01-02Remove unnecessary comphelper::string::getTokenStephan Bergmann1-1/+1
2014-12-19extensions: Use appropriate OUString functions on string constantsStephan Bergmann1-3/+3
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl2-0/+2
2014-11-11cleanup improper SOLARIS linker libs and optionsRichard PALO1-4/+0
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann1-1/+1
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin1-1/+1
2014-10-27coverity#982164 silence Unchecked return value from libraryCaolán McNamara1-2/+2
2014-10-25coverity#982164 silence Unchecked return value from libraryCaolán McNamara1-2/+2
2014-10-25coverity#982163 silence Unchecked return value from libraryCaolán McNamara1-1/+1
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann1-6/+2
2014-10-01loplugin: cstylecastNoel Grandin3-4/+4
2014-09-29loplugin: cstylecastNoel Grandin1-3/+3
2014-09-26coverity#983665 Uncaught exceptionCaolán McNamara4-4/+4
2014-09-23Leftover XLIB_Window -> WindowStephan Bergmann6-7/+7
2014-09-23fdo#82577: Handle WindowNoel Grandin1-1/+1
2014-09-23Use prex.h/postx.hStephan Bergmann2-15/+4