summaryrefslogtreecommitdiff
path: root/extensions/source/plugin/base/xplugin.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-12-17tdf#96398 kill remaining NPAPI support for plugins _inside_ LORene Engelhard1-1206/+0
2015-12-08tdf#62381: Stop using NPAPI plugin when NP_Initialize failsStephan Bergmann1-3/+8
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-19/+19
2015-11-02use uno::Reference::set method instead of assignmentNoel Grandin1-3/+3
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-1/+1
2015-10-01com::sun::star->css in extensions/Noel Grandin1-23/+23
2015-08-28make PostUserEvent Link<> typedNoel Grandin1-3/+2
2015-08-19Consolidate isFileUrl checksStephan Bergmann1-2/+3
2015-07-03Fix typosAndrea Gelmini1-2/+2
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-2/+2
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin1-2/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-4/+4
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann1-2/+2
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann1-0/+1
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-1/+1
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann1-1/+1
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann1-1/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-2/+2
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-3/+3
2015-03-13extensions: PVS-Studio V595 The 'm_pPlugin' pointer could be nullMichael Stahl1-30/+63
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin1-2/+2
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 Stahl1-0/+1
2014-10-01loplugin: cstylecastNoel Grandin1-1/+1
2014-09-23Leftover XLIB_Window -> WindowStephan Bergmann1-1/+1
2014-07-19coverity#982457 Explicit null dereferencedCaolán McNamara1-0/+6
2014-07-02coverity#983663 Uncaught exceptionCaolán McNamara1-1/+2
2014-06-24new compilerplugin returnbyrefNoel Grandin1-12/+12
2014-05-09postwin.h handles OPTIONAL alreadyThomas Arnhold1-1/+0
2014-05-07The opaque PostUserEvent IDs are actually pointersStephan Bergmann1-2/+1
2014-05-02extensions: sal_Bool->boolNoel Grandin1-4/+4
2014-04-02Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe1-4/+5
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-1/+1
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-1/+1
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-12/+12
2014-02-24harmonize Tell() Seek() type.Norbert Thiebaud1-2/+2
2013-12-05Fix fallout from 461e0f9eaf9895ecd0eba67b35a4d2cec8a5e5c5Tor Lillqvist1-1/+1
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin1-1/+1
2013-11-11convert OUString !compareToAscii to equalsAsciiNoel Grandin1-3/+3
2013-10-20drop unnecessary tools/string includesCaolán McNamara1-1/+0
2013-10-01convert extensions module from String to OUStringNoel Grandin1-2/+2
2013-06-29remove OUString wrap for string literalsThomas Arnhold1-7/+7
2013-06-29Search for char instead of 1 char long string, when possible.Thomas Arnhold1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-3/+3
2013-04-04writing out tools/fsys.hxx (extensions)Andras Timar1-20/+21
2013-03-11use startsWith() instead of compareToAscii()Thomas Arnhold1-2/+2
2013-03-07coverity#984440: Use after freeJulien Nabet1-2/+1
2013-01-11QUARTZ is equivalent to MACOSXTor Lillqvist1-3/+3
2012-09-19ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann1-2/+1
2012-09-14Improvement on previous commit, UCB clean upStephan Bergmann1-1/+3