summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/mysql
AgeCommit message (Expand)AuthorFilesLines
2018-08-28Moving mysqlc into connectivity as a libraryTamas Bunth2-346/+0
2017-11-09loplugin:unusedvariable add some more std:: typesNoel Grandin1-1/+0
2017-11-01loplugin:constantparam in connectivityNoel Grandin2-4/+4
2017-10-23loplugin:includeform: connectivityStephan Bergmann9-33/+33
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin1-1/+1
2017-07-21migrate to boost::gettextCaolán McNamara2-3/+2
2017-06-20loplugin:oncevar in codemaker..connectivityNoel Grandin2-4/+2
2017-06-13use local statics for getUnoTunnelImplementationIdJochen Nitschke1-11/+3
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke1-1/+0
2017-04-27tdf#39468 cleanup source code commentsdennisroczek1-1/+0
2017-02-15Drop :: prefix from std in c*/Tor Lillqvist2-3/+3
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin1-18/+18
2017-01-26Remove dynamic exception specificationsStephan Bergmann8-27/+27
2016-11-07loplugin:oncevar in cui..connectivityNoel Grandin3-33/+16
2016-09-14loplugin:constantparam in chart2..connectivityNoel Grandin2-2/+1
2016-05-30com::sun::star->css in connectivityNoel Grandin4-6/+6
2016-05-24Convert T_DRIVERTYPE to scoped enumNoel Grandin1-15/+15
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-9/+9
2016-04-11clang-tidy performance-unnecessary-value-param in connectivityNoel Grandin1-3/+1
2016-04-06Avoid reserved identifiersStephan Bergmann2-12/+12
2016-03-28Use const_iterator when possible (connectivity)Julien Nabet1-3/+3
2016-03-23loplugin:constantparam in connectivityNoel Grandin2-7/+5
2016-02-25convert EComposeRule to scoped enumNoel Grandin4-12/+12
2016-02-09Remove excess newlinesChris Sherlock3-5/+0
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin1-1/+1
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin2-4/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann4-5/+5
2015-11-02loplugin:stringconstantNoel Grandin2-4/+4
2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin1-2/+2
2015-10-20loplugin:defaultparamsStephan Bergmann1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-1/+1
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann1-2/+2
2015-07-08Fix typosAndrea Gelmini1-1/+1
2015-05-15tdf#62475: partial handmade fixesAndrea Gelmini1-4/+0
2015-04-23loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin2-2/+2
2015-04-13loplugin:redundantcast: redundant const_cast followed by implicit upcastStephan Bergmann1-1/+1
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-01-28Use vector::dataStephan Bergmann2-4/+2
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin5-26/+25
2014-06-04connectivity: fix includesThomas Arnhold6-16/+16
2014-05-29use OUString::startsWith()Noel Grandin1-2/+2
2014-05-22Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19Julien Nabet1-2/+2
2014-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part9Julien Nabet1-1/+1
2014-04-16connectivity: sal_Bool->boolNoel Grandin5-14/+14
2014-04-11Clean up function declarations and some unused functionsStephan Bergmann1-41/+0
2014-04-01connectivity: sal_Bool->boolNoel Grandin4-5/+5
2014-04-01connectivity: sal_Bool->bool and fix method nameNoel Grandin2-2/+2
2014-04-01connectivity: sal_Bool->boolNoel Grandin1-2/+2