summaryrefslogtreecommitdiff
path: root/extensions/source/plugin
AgeCommit message (Expand)AuthorFilesLines
2015-12-08tdf#62381: Stop using NPAPI plugin when NP_Initialize failsStephan Bergmann3-4/+20
2015-11-20fix buildNoel Grandin1-4/+4
2015-11-20loplugin:unusedfields extensionsNoel Grandin3-10/+2
2015-11-15use initialiser for Sequence<OUString>Noel Grandin2-4/+2
2015-11-11new loplugin: memoryvarNoel Grandin1-4/+3
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann15-118/+118
2015-11-06coverity#1338266 Uncaught exceptionCaolán McNamara1-149/+157
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-2/+2
2015-11-02use uno::Reference::set method instead of assignmentNoel Grandin3-10/+10
2015-10-24Remove left over references to SYSTEM_MOZILLADavid Ostrovsky1-6/+0
2015-10-21remove untyped Link<>Noel Grandin2-4/+2
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann9-133/+133
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-10-01com::sun::star->css in extensions/Noel Grandin13-488/+488
2015-09-18boost->stdCaolán McNamara4-12/+9
2015-09-17convert Link<> to typedNoel Grandin4-162/+135
2015-08-28make PostUserEvent Link<> typedNoel Grandin6-13/+10
2015-08-19Consolidate isFileUrl checksStephan Bergmann3-4/+7
2015-08-14loplugin: defaultparamsNoel Grandin3-3/+3
2015-08-06tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-1/+0
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