summaryrefslogtreecommitdiff
path: root/extensions/source/plugin/base/xplugin.cxx
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-10loplugin:nullptr (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-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-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-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin
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-01loplugin: cstylecastNoel Grandin
2014-09-23Leftover XLIB_Window -> WindowStephan Bergmann
2014-07-19coverity#982457 Explicit null dereferencedCaolán McNamara
2014-07-02coverity#983663 Uncaught exceptionCaolán McNamara
2014-06-24new compilerplugin returnbyrefNoel Grandin
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-02Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-24harmonize Tell() Seek() type.Norbert Thiebaud
2013-12-05Fix fallout from 461e0f9eaf9895ecd0eba67b35a4d2cec8a5e5c5Tor Lillqvist
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin
2013-11-11convert OUString !compareToAscii to equalsAsciiNoel Grandin
2013-10-20drop unnecessary tools/string includesCaolán McNamara
2013-10-01convert extensions module from String to OUStringNoel Grandin
2013-06-29remove OUString wrap for string literalsThomas Arnhold
2013-06-29Search for char instead of 1 char long string, when possible.Thomas Arnhold
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-04-04writing out tools/fsys.hxx (extensions)Andras Timar
2013-03-11use startsWith() instead of compareToAscii()Thomas Arnhold
2013-03-07coverity#984440: Use after freeJulien Nabet
2013-01-11QUARTZ is equivalent to MACOSXTor Lillqvist
2012-09-19ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann
2012-09-14Improvement on previous commit, UCB clean upStephan Bergmann