summaryrefslogtreecommitdiffstats
path: root/extensions/source/plugin
Commit message (Expand)AuthorAgeFilesLines
* Fix typosAndrea Gelmini2015-07-031-2/+2
* Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe2015-06-173-7/+7
* remove unnecessary check for null when calling deleteNoel Grandin2015-06-151-2/+1
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-086-10/+10
* loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann2015-06-021-2/+2
* loplugin:loopvartoosmallNoel Grandin2015-05-291-1/+1
* convert WINDOW_POSSIZE constants to scoped enumNoel Grandin2015-05-221-1/+2
* lopluign:staticmethods: Handle DECL_LINKStephan Bergmann2015-05-081-0/+1
* Gradually typed LinkStephan Bergmann2015-04-302-7/+7
* Get rid of the initial :: for the vcl namespaceTor Lillqvist2015-04-302-2/+2
* Clean up tools/link.hxxStephan Bergmann2015-04-292-0/+3
* Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks2015-04-282-7/+8
|\
| * extensions: convert new to ::Create.Michael Meeks2015-04-221-1/+1
| * vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin2015-04-101-6/+7
* | More loplugin:simplifyboolStephan Bergmann2015-04-271-2/+2
* | loplugin:simplifyboolStephan Bergmann2015-04-241-1/+1
* | Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann2015-04-231-1/+1
* | loplugin:staticmethodsNoel Grandin2015-04-231-1/+1
* | callcatcher: update unused codeCaolán McNamara2015-04-222-17/+0
* | Various #include <sal/log.hxx> fixupsStephan Bergmann2015-04-227-0/+9
* | remove unnecessary use of void in function declarationsNoel Grandin2015-04-157-15/+15
|/
* Change INetProtocol enumerators to CamelCaseStephan Bergmann2015-04-022-2/+2
* Change INetProtocol to scoped enumerationStephan Bergmann2015-04-022-2/+2
* loplugin:staticmethodsNoel Grandin2015-04-022-9/+9
* Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann2015-03-311-1/+1
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-286-47/+47
* const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2015-03-264-7/+8
* extensions: PVS-Studio V595 The 'm_pPlugin' pointer could be nullMichael Stahl2015-03-132-30/+64
* V668 no sense in testing the result of new against nullCaolán McNamara2015-03-111-3/+2
* loplugin:deletedspecialStephan Bergmann2015-02-071-2/+2
* new loplugin: change virtual methods to non-virtualNoel Grandin2015-01-263-4/+4
* Some more loplugin:cstylecast: extensionsStephan Bergmann2015-01-206-37/+37
* fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin2015-01-072-3/+3
* Remove unnecessary comphelper::string::getTokenStephan Bergmann2015-01-021-1/+1
* extensions: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-191-3/+3
* cppuhelper: clean up public headers with include-what-you-useMichael Stahl2014-11-182-0/+2
* cleanup improper SOLARIS linker libs and optionsRichard PALO2014-11-111-4/+0
* Revert "use the new OUString::fromUtf8 method"Stephan Bergmann2014-11-061-1/+1
* use the new OUString::fromUtf8 methodNoel Grandin2014-11-061-1/+1
* coverity#982164 silence Unchecked return value from libraryCaolán McNamara2014-10-271-2/+2
* coverity#982164 silence Unchecked return value from libraryCaolán McNamara2014-10-251-2/+2
* coverity#982163 silence Unchecked return value from libraryCaolán McNamara2014-10-251-1/+1
* More -Werror,-Wunused-private-fieldStephan Bergmann2014-10-151-6/+2
* loplugin: cstylecastNoel Grandin2014-10-013-4/+4
* loplugin: cstylecastNoel Grandin2014-09-291-3/+3
* coverity#983665 Uncaught exceptionCaolán McNamara2014-09-264-4/+4
* Leftover XLIB_Window -> WindowStephan Bergmann2014-09-236-7/+7
* fdo#82577: Handle WindowNoel Grandin2014-09-231-1/+1
* Use prex.h/postx.hStephan Bergmann2014-09-232-15/+4
* set names on some UNIX-only threadsMichael Stahl2014-08-251-0/+2