summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/evoab2
AgeCommit message (Expand)AuthorFilesLines
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-08-27Clean up sEmptyStephan Bergmann1-2/+1
2015-07-17fix evoab2 buildCaolán McNamara1-0/+1
2015-07-17tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe4-19/+19
2015-07-16loplugin:simplifyboolStephan Bergmann1-1/+1
2015-06-25loplugin:stringconstant: Flag more inefficienciesStephan Bergmann1-2/+2
2015-06-08cppcheck: noExplicitConstructorCaolán McNamara7-8/+8
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann4-4/+4
2015-06-02loplugin:loopvartoosmallStephan Bergmann2-2/+2
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann1-1/+1
2015-06-01add libebook-1.2.so.16 in EApi.cxxRene Engelhard1-0/+1
2015-05-26add libebook-1.2.so.15 in EApi.cxxRene Engelhard1-0/+1
2015-05-17Remove include stdio (part1)Julien Nabet3-3/+0
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann3-4/+4
2015-05-08loplugin:staticmethodsStephan Bergmann3-56/+59
2015-04-23loplugin:staticcallStephan Bergmann1-2/+2
2015-04-22add missing includeDavid Tardon1-0/+1
2015-04-21cppcheck: cstyleCastCaolán McNamara1-1/+1
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin7-8/+8
2015-04-13loplugin:redundantcast: redundant const_cast followed by implicit upcastStephan Bergmann2-2/+2
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2-2/+2
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann1-1/+1
2015-03-29Clean up template-parameter-dependent C-style castsStephan Bergmann1-2/+2
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann2-5/+5
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-1/+1
2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann1-1/+1
2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann1-1/+3
2015-02-02coverity#1267656 Logically dead codeCaolán McNamara1-3/+0
2015-01-30coverity#1267628 Resource leak in objectCaolán McNamara1-2/+1
2015-01-30coverity#1267700 Uninitialized scalar fieldCaolán McNamara1-5/+6
2015-01-20Some more loplugin:cstylecast: connectivityStephan Bergmann4-5/+5
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin1-5/+0
2014-12-17Introduce rtl::OUStringLiteral1Stephan Bergmann1-1/+1
2014-12-04connectivity (Linux): loplugin:cstylecastStephan Bergmann2-10/+6
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann3-6/+11
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin3-11/+6
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin1-1/+1
2014-10-01fdo#82577: Handle TimeNoel Grandin1-1/+1
2014-09-12connectivity: sal_Bool -> boolStephan Bergmann7-11/+11
2014-07-21coverity#706376 Uncaught exceptionCaolán McNamara4-10/+10
2014-07-01coverity#706382 Uncaught exceptionCaolán McNamara2-38/+38
2014-06-06fixincludeguards: fix include guardsThomas Arnhold4-4/+7
2014-06-04connectivity: fix includesThomas Arnhold12-22/+22
2014-05-22Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19Julien Nabet1-3/+3
2014-04-19fixincludeguards.sh: connectivityThomas Arnhold12-31/+31
2014-04-16connectivity: sal_Bool->boolNoel Grandin2-32/+31
2014-04-11Clean up function declarations and some unused functionsStephan Bergmann1-25/+0
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-2/+2
2014-04-01loplugin:literaltoboolconversionStephan Bergmann4-7/+7
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann12-326/+326