summaryrefslogtreecommitdiff
path: root/extensions/source/plugin/base
AgeCommit message (Expand)Author
2015-12-17tdf#96398 kill remaining NPAPI support for plugins _inside_ LORene Engelhard
2015-12-08tdf#62381: Stop using NPAPI plugin when NP_Initialize failsStephan Bergmann
2015-11-15use initialiser for Sequence<OUString>Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-11-02use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-01com::sun::star->css in extensions/Noel Grandin
2015-08-28make PostUserEvent Link<> typedNoel Grandin
2015-08-19Consolidate isFileUrl checksStephan Bergmann
2015-07-03Fix typosAndrea Gelmini
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann
2015-05-29loplugin:loopvartoosmallNoel Grandin
2015-05-22convert WINDOW_POSSIZE constants to scoped enumNoel Grandin
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-22extensions: convert new to ::Create.Michael Meeks
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-13extensions: PVS-Studio V595 The 'm_pPlugin' pointer could be nullMichael Stahl
2015-01-20Some more loplugin:cstylecast: extensionsStephan Bergmann
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin
2015-01-02Remove unnecessary comphelper::string::getTokenStephan Bergmann
2014-12-19extensions: Use appropriate OUString functions on string constantsStephan Bergmann
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann
2014-10-01loplugin: cstylecastNoel Grandin
2014-09-23Leftover XLIB_Window -> WindowStephan Bergmann
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-08-13warning C4628: digraphs not supported with -Ze...Thomas Arnhold
2014-07-19coverity#982457 Explicit null dereferencedCaolán McNamara
2014-07-02coverity#983663 Uncaught exceptionCaolán McNamara
2014-07-02coverity#983661 Uncaught exceptionCaolán McNamara
2014-07-02coverity#983659 Uncaught exceptionCaolán McNamara
2014-07-02coverity#983658 Uncaught exceptionCaolán McNamara
2014-06-24new compilerplugin returnbyrefNoel Grandin
2014-05-22Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19Julien Nabet
2014-05-11Fix previous commit (extensions part)Julien Nabet
2014-05-11Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part10Julien Nabet
2014-05-09postwin.h handles OPTIONAL alreadyThomas Arnhold
2014-05-07The opaque PostUserEvent IDs are actually pointersStephan Bergmann
2014-05-02extensions: sal_Bool->boolNoel Grandin
2014-04-11replace some SvStream seeking with calls to remainingSize()Michael Stahl