summaryrefslogtreecommitdiff
path: root/connectivity
AgeCommit message (Expand)AuthorFilesLines
2015-04-24loplugin:simplifyboolStephan Bergmann3-12/+10
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann2-10/+10
2015-04-23loplugin:staticcallStephan Bergmann1-2/+2
2015-04-23loplugin:staticmethodsNoel Grandin17-31/+31
2015-04-23Use vector<bool> instead of vector<sal_Bool>Stephan Bergmann1-8/+8
2015-04-22Bin confusing --enable-mergelibs=all optionMatúš Kukan1-1/+1
2015-04-22add missing includeCaolán McNamara1-0/+1
2015-04-22add missing includeDavid Tardon1-0/+1
2015-04-22add missing includeDavid Tardon1-0/+1
2015-04-22add missing includeDavid Tardon1-0/+1
2015-04-22tdf#88710 Cleanup after removing dbtoolsclientMatthew Nicholls20-936/+8
2015-04-21cppcheck: cstyleCastCaolán McNamara1-1/+1
2015-04-21Get rid of trivial comphelper::query_interface wrapperStephan Bergmann2-6/+6
2015-04-17loplugin:implicitboolconversion clean-upStephan Bergmann1-1/+1
2015-04-16loplugin:redundantcastStephan Bergmann1-1/+1
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin113-131/+131
2015-04-14tdf#88710 Kill svx dbtoolsclientMatthew Nicholls7-4/+20
2015-04-13loplugin:redundantcast: redundant const_cast followed by implicit upcastStephan Bergmann23-23/+23
2015-04-07tdf#39279: Search for Thunderbird address books uses first ones foundJulien Nabet4-8/+18
2015-04-07fix windows buildCaolán McNamara2-2/+2
2015-04-07loplugin:staticmethodsNoel Grandin2-2/+2
2015-04-05Revert "tdf#39279: Prioritise Thunderbird address books in first-match search"Julien Nabet2-14/+14
2015-04-04and no user of OFILEOperandAttr left now eitherCaolán McNamara4-165/+0
2015-04-04new user of OFILEAnalyzer anymoreCaolán McNamara2-21/+0
2015-04-04ODbaseResultSet::createAnalyzer never calledCaolán McNamara2-6/+0
2015-04-02loplugin:redundantcastStephan Bergmann1-1/+1
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann5-8/+8
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann5-8/+8
2015-04-01Remove redundant Reference<> from within UnoType<> usesStephan Bergmann2-5/+5
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann46-98/+98
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann12-15/+15
2015-03-29loplugin:cstylecastStephan Bergmann9-63/+63
2015-03-29cppcheck: redundantAssignInSwitchJulien Nabet1-1/+1
2015-03-29Clean up template-parameter-dependent C-style castsStephan Bergmann3-4/+4
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann10-114/+114
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann9-11/+11
2015-03-25loplugin:constantfunctionStephan Bergmann2-12/+1
2015-03-25loplugin:constantfunctionStephan Bergmann2-12/+1
2015-03-25new constantfunction lopluginNoel Grandin21-338/+108
2015-03-23Revert "loplugin:constantfunction: connectivity"Noel Grandin20-88/+324
2015-03-23-Werror,-Wpointer-bool-conversionStephan Bergmann1-2/+1
2015-03-23loplugin:constantfunction: connectivityNoel Grandin20-324/+88
2015-03-22Removed Unnecessary variablesKarthick Prasad Gunasekaran1-1/+1
2015-03-19No need to use -I$(SRCDIR)/include/shellTor Lillqvist2-2/+0
2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann4-46/+60
2015-03-13loplugin:cstylecast (32-bit)Stephan Bergmann1-1/+1
2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann3-5/+15
2015-03-13connectivity: remove some unnecessary code from MozABMichael Stahl1-7/+0
2015-03-12CppCheck cleanlyness : reduce variable's scopeMichaël Lefèvre1-3/+2
2015-03-09fix buildCaolán McNamara1-1/+1