summaryrefslogtreecommitdiff
path: root/extensions/source/plugin/base/xplugin.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-12-08tdf#62381: Stop using NPAPI plugin when NP_Initialize failsStephan Bergmann1-3/+8
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
2012-07-13Remove unused #includesStephan Bergmann1-1/+0
2012-06-04fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin1-13/+10
2012-05-29targeted string re-workNorbert Thiebaud1-8/+8
2012-02-18Fix typos in commentsElton Chung1-1/+1
2012-02-13extensions: plugin: UNX: don't crash headlessMichael Stahl1-3/+13
2012-02-13extensions: plugin: assertion from OUString::copyMichael Stahl1-1/+1
2012-01-24finalize gcc 4.7 string literal operatorsThomas Arnhold1-2/+2
2012-01-10extensions: plugin: fix build a bit more on MacMichael Stahl1-1/+1
2012-01-09extensions: plugin: try to fix Mac build:Michael Stahl1-2/+2
2011-12-23Fix for fdo43460 Part XVI getLength() to isEmpty()Olivier Hallot1-8/+8
2011-12-10catch exception by constant referenceTakeshi Abe1-3/+3
2011-11-27remove include of pch header in extensionsNorbert Thiebaud1-2/+0