summaryrefslogtreecommitdiff
path: root/extensions/source/plugin/base
AgeCommit message (Expand)AuthorFilesLines
2015-12-10tdf#62381: Stop using NPAPI plugin when NP_Initialize failsStephan Bergmann1-3/+8
2015-05-29convert WINDOW_POSSIZE constants to scoped enumNoel Grandin1-1/+2
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-1/+1
2015-04-22extensions: convert new to ::Create.Michael Meeks1-1/+1
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann1-0/+1
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin4-8/+8
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann2-2/+2
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann2-2/+2
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann1-1/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann2-6/+6
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-20Some more loplugin:cstylecast: extensionsStephan Bergmann2-4/+4
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin2-3/+3
2015-01-02Remove unnecessary comphelper::string::getTokenStephan Bergmann1-1/+1
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 Stahl2-0/+2
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann1-6/+2
2014-10-01loplugin: cstylecastNoel Grandin3-4/+4
2014-09-23Leftover XLIB_Window -> WindowStephan Bergmann1-1/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin1-1/+1
2014-08-13warning C4628: digraphs not supported with -Ze...Thomas Arnhold1-1/+1
2014-07-19coverity#982457 Explicit null dereferencedCaolán McNamara1-0/+6
2014-07-02coverity#983663 Uncaught exceptionCaolán McNamara1-1/+2
2014-07-02coverity#983661 Uncaught exceptionCaolán McNamara1-1/+2
2014-07-02coverity#983659 Uncaught exceptionCaolán McNamara1-1/+1
2014-07-02coverity#983658 Uncaught exceptionCaolán McNamara1-2/+2
2014-06-24new compilerplugin returnbyrefNoel Grandin5-19/+19
2014-05-22Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19Julien Nabet2-27/+27
2014-05-11Fix previous commit (extensions part)Julien Nabet1-2/+2
2014-05-11Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part10Julien Nabet1-2/+2
2014-05-09postwin.h handles OPTIONAL alreadyThomas Arnhold7-7/+0
2014-05-07The opaque PostUserEvent IDs are actually pointersStephan Bergmann1-2/+1
2014-05-02extensions: sal_Bool->boolNoel Grandin1-4/+4
2014-04-11replace some SvStream seeking with calls to remainingSize()Michael Stahl1-4/+2
2014-04-04Fix a memory leak by freeing last pBytesTakeshi Abe1-8/+8
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 Bergmann2-12/+12
2014-03-19coverity#984088 Uninitialized pointer fieldCaolán McNamara1-8/+6
2014-03-04fdo#54938: Convert some places to use cppu::supportsServiceMarcos Paulo de Souza1-6/+3
2014-02-27Remove visual noise from extensionsAlexander Wilms4-5/+5
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann7-98/+98
2014-02-24harmonize Tell() Seek() type.Norbert Thiebaud1-2/+2
2014-02-23Remove unneccessary commentsAlexander Wilms1-3/+3
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+1
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-11-11remove unnecessary use of OUString constructor in EXTENSIONS moduleNoel Grandin3-6/+6