summaryrefslogtreecommitdiffstats
path: root/connectivity
Commit message (Expand)AuthorAgeFilesLines
* add missing includeDavid Tardon2015-04-221-0/+1
* add missing includeDavid Tardon2015-04-221-0/+1
* tdf#88710 Cleanup after removing dbtoolsclientMatthew Nicholls2015-04-2220-936/+8
* cppcheck: cstyleCastCaolán McNamara2015-04-211-1/+1
* Get rid of trivial comphelper::query_interface wrapperStephan Bergmann2015-04-212-6/+6
* loplugin:implicitboolconversion clean-upStephan Bergmann2015-04-171-1/+1
* loplugin:redundantcastStephan Bergmann2015-04-161-1/+1
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-15113-131/+131
* tdf#88710 Kill svx dbtoolsclientMatthew Nicholls2015-04-147-4/+20
* loplugin:redundantcast: redundant const_cast followed by implicit upcastStephan Bergmann2015-04-1323-23/+23
* tdf#39279: Search for Thunderbird address books uses first ones foundJulien Nabet2015-04-074-8/+18
* fix windows buildCaolán McNamara2015-04-072-2/+2
* loplugin:staticmethodsNoel Grandin2015-04-072-2/+2
* Revert "tdf#39279: Prioritise Thunderbird address books in first-match search"Julien Nabet2015-04-052-14/+14
* and no user of OFILEOperandAttr left now eitherCaolán McNamara2015-04-044-165/+0
* new user of OFILEAnalyzer anymoreCaolán McNamara2015-04-042-21/+0
* ODbaseResultSet::createAnalyzer never calledCaolán McNamara2015-04-042-6/+0
* loplugin:redundantcastStephan Bergmann2015-04-021-1/+1
* Change INetProtocol enumerators to CamelCaseStephan Bergmann2015-04-025-8/+8
* Change INetProtocol to scoped enumerationStephan Bergmann2015-04-025-8/+8
* Remove redundant Reference<> from within UnoType<> usesStephan Bergmann2015-04-012-5/+5
* Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2015-04-0146-98/+98
* Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann2015-03-3112-15/+15
* loplugin:cstylecastStephan Bergmann2015-03-299-63/+63
* cppcheck: redundantAssignInSwitchJulien Nabet2015-03-291-1/+1
* Clean up template-parameter-dependent C-style castsStephan Bergmann2015-03-293-4/+4
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-2810-114/+114
* const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2015-03-269-11/+11
* loplugin:constantfunctionStephan Bergmann2015-03-252-12/+1
* loplugin:constantfunctionStephan Bergmann2015-03-252-12/+1
* new constantfunction lopluginNoel Grandin2015-03-2521-338/+108
* Revert "loplugin:constantfunction: connectivity"Noel Grandin2015-03-2320-88/+324
* -Werror,-Wpointer-bool-conversionStephan Bergmann2015-03-231-2/+1
* loplugin:constantfunction: connectivityNoel Grandin2015-03-2320-324/+88
* Removed Unnecessary variablesKarthick Prasad Gunasekaran2015-03-221-1/+1
* No need to use -I$(SRCDIR)/include/shellTor Lillqvist2015-03-192-2/+0
* tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann2015-03-134-46/+60
* loplugin:cstylecast (32-bit)Stephan Bergmann2015-03-131-1/+1
* tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann2015-03-133-5/+15
* connectivity: remove some unnecessary code from MozABMichael Stahl2015-03-131-7/+0
* CppCheck cleanlyness : reduce variable's scopeMichaël Lefèvre2015-03-121-3/+2
* fix buildCaolán McNamara2015-03-091-1/+1
* V801: Decreased performanceCaolán McNamara2015-03-094-6/+6
* V801: Decreased performanceCaolán McNamara2015-03-093-6/+6
* tdf#39279: Prioritise Thunderbird address books in first-match searchJulien Nabet2015-03-082-14/+14
* connectivity: remove bogus setting of NTDDI_VERSIONMichael Stahl2015-03-053-18/+0
* gbuild: set _WIN32_WINNT globally instead of WINVERMichael Stahl2015-03-051-6/+0
* V813: Decreased performanceCaolán McNamara2015-03-041-3/+3
* getAny() is not a safe default, it assumes there is actually an AnyLionel Elie Mamane2015-03-021-16/+16
* cppcheck: duplicate inherited memberNoel Grandin2015-03-022-11/+1