summaryrefslogtreecommitdiffstats
path: root/extensions/source/plugin/base/xplugin.cxx
Commit message (Expand)AuthorAgeFilesLines
* tdf#96398 kill remaining NPAPI support for plugins _inside_ LORene Engelhard2015-12-171-1206/+0
* tdf#62381: Stop using NPAPI plugin when NP_Initialize failsStephan Bergmann2015-12-081-3/+8
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-19/+19
* use uno::Reference::set method instead of assignmentNoel Grandin2015-11-021-3/+3
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-1/+1
* com::sun::star->css in extensions/Noel Grandin2015-10-011-23/+23
* make PostUserEvent Link<> typedNoel Grandin2015-08-281-3/+2
* Consolidate isFileUrl checksStephan Bergmann2015-08-191-2/+3
* Fix typosAndrea Gelmini2015-07-031-2/+2
* Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe2015-06-171-2/+2
* remove unnecessary check for null when calling deleteNoel Grandin2015-06-151-2/+1
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-081-4/+4
* loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann2015-06-021-2/+2
* Various #include <sal/log.hxx> fixupsStephan Bergmann2015-04-221-0/+1
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-151-1/+1
* Change INetProtocol enumerators to CamelCaseStephan Bergmann2015-04-021-1/+1
* Change INetProtocol to scoped enumerationStephan Bergmann2015-04-021-1/+1
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-281-2/+2
* const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2015-03-261-3/+3
* extensions: PVS-Studio V595 The 'm_pPlugin' pointer could be nullMichael Stahl2015-03-131-30/+63
* fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin2015-01-071-2/+2
* 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-181-0/+1
* loplugin: cstylecastNoel Grandin2014-10-011-1/+1
* Leftover XLIB_Window -> WindowStephan Bergmann2014-09-231-1/+1
* coverity#982457 Explicit null dereferencedCaolán McNamara2014-07-191-0/+6
* coverity#983663 Uncaught exceptionCaolán McNamara2014-07-021-1/+2
* new compilerplugin returnbyrefNoel Grandin2014-06-241-12/+12
* postwin.h handles OPTIONAL alreadyThomas Arnhold2014-05-091-1/+0
* The opaque PostUserEvent IDs are actually pointersStephan Bergmann2014-05-071-2/+1
* extensions: sal_Bool->boolNoel Grandin2014-05-021-4/+4
* Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe2014-04-021-4/+5
* Explicitly mark overriding destructors as "virtual"Stephan Bergmann2014-04-011-1/+1
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-261-1/+1
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-261-12/+12
* harmonize Tell() Seek() type.Norbert Thiebaud2014-02-241-2/+2
* Fix fallout from 461e0f9eaf9895ecd0eba67b35a4d2cec8a5e5c5Tor Lillqvist2013-12-051-1/+1
* convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin2013-11-111-1/+1
* convert OUString !compareToAscii to equalsAsciiNoel Grandin2013-11-111-3/+3
* drop unnecessary tools/string includesCaolán McNamara2013-10-201-1/+0
* convert extensions module from String to OUStringNoel Grandin2013-10-011-2/+2
* remove OUString wrap for string literalsThomas Arnhold2013-06-291-7/+7
* Search for char instead of 1 char long string, when possible.Thomas Arnhold2013-06-291-1/+1
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-071-3/+3
* writing out tools/fsys.hxx (extensions)Andras Timar2013-04-041-20/+21
* use startsWith() instead of compareToAscii()Thomas Arnhold2013-03-111-2/+2
* coverity#984440: Use after freeJulien Nabet2013-03-071-2/+1
* QUARTZ is equivalent to MACOSXTor Lillqvist2013-01-111-3/+3
* ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann2012-09-191-2/+1
* Improvement on previous commit, UCB clean upStephan Bergmann2012-09-141-1/+3