summaryrefslogtreecommitdiff
path: root/mysqlc
AgeCommit message (Expand)AuthorFilesLines
2016-05-31Missing includeStephan Bergmann1-1/+1
2016-05-10Use BOOST_FALLTHROUGH in external codeStephan Bergmann1-2/+2
2016-05-01Fix typosAndrea Gelmini1-1/+1
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin1-7/+7
2016-04-22Avoid reserved identifiersStephan Bergmann3-22/+22
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann6-35/+35
2016-04-18clean-up: unused using declarations and includesJochen Nitschke2-2/+0
2016-04-14loplugin:passstuffbyref in variousNoel Grandin1-1/+1
2016-04-12Revert "tdf#88206: use variadic variants for cppu helper"Stephan Bergmann7-13/+13
2016-04-11tdf#88206: use variadic variants for cppu helperStefan Weiberg7-13/+13
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke1-1/+0
2016-03-03loplugin:unuseddefaultparams in mysqlcNoel Grandin2-8/+6
2016-02-09Remove excess newlinesChris Sherlock1-1/+0
2016-01-18loplugin: unused return valuesNoel Grandin2-9/+0
2016-01-08cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-12-24loplugin:unnecessaryvirtualNoel Grandin1-1/+1
2015-12-22loplugin:unusedfields in lingu,lotuswordpro,mysqlcNoel Grandin1-1/+0
2015-12-21loplugin:unusedmethodsNoel Grandin4-68/+0
2015-12-10loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann1-1/+1
2015-11-30loplugin:unusedfieldsNoel Grandin1-2/+0
2015-11-25loplugin:unusedfields variousNoel Grandin5-143/+35
2015-11-16fix mysqlc buildNoel Grandin4-4/+8
2015-11-15use initialiser for Sequence<OUString>Noel Grandin4-8/+4
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann9-25/+25
2015-11-05mysqlc: -Werror=unused-functionMichael Stahl1-0/+2
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin2-2/+2
2015-10-23com::sun::star->css in lotuswordpro,mysqlc,ooxNoel Grandin16-147/+147
2015-10-21refactor out some com::sun::star typedefsNoel Grandin3-168/+160
2015-10-20new loplugin: badvectorinitNoel Grandin1-15/+15
2015-09-17boost->stdCaolán McNamara1-1/+0
2015-08-24Revert "mysqlc: tdf#88206 replace cppu::WeakImplHelper* etc."Stephan Bergmann6-12/+12
2015-08-22mysqlc: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe6-12/+12
2015-07-16loplugin:simplifyboolStephan Bergmann4-21/+21
2015-06-11cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann4-4/+4
2015-05-08Remove dead codeStephan Bergmann2-11/+0
2015-05-08css.sdbc.XResultSetMetaData.isNullable return type is long (oddly enough)Stephan Bergmann1-2/+2
2015-04-28fix erroneous disposeOnce calls.Michael Meeks3-3/+3
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks3-3/+3
2015-04-27More loplugin:simplifyboolStephan Bergmann2-2/+2
2015-04-24loplugin:simplifyboolStephan Bergmann4-5/+5
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann4-5/+5
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin3-3/+3
2015-04-13loplugin:redundantcast: redundant const_cast followed by implicit upcastStephan Bergmann2-2/+2
2015-04-10vclwidget: only call dispose() onceNoel Grandin3-3/+3
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2-3/+3
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-1/+1
2015-03-25loplugin:constantfunctionStephan Bergmann7-244/+17
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin4-17/+14