summaryrefslogtreecommitdiff
path: root/connectivity/source/commontools
AgeCommit message (Expand)Author
2017-10-13Do not cast sal_Unicode separator to sal_CharEike Rathke
2017-10-13Correct copypasta decimal separator as group separatorEike Rathke
2017-10-04add << operator for css::uno::ExceptionNoel Grandin
2017-10-01throw more useful uno::Exception'sNoel Grandin
2017-09-24tdf#96505 Get rid of cargo cult "long" integer literals66kesara99
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin
2017-08-07Remove dead DBG_UTIL codeStephan Bergmann
2017-08-07-Werror,-Wunused-private-fieldStephan Bergmann
2017-08-05silence snprintf warningCaolán McNamara
2017-08-02add a few const purely for documentation reasonsLionel Elie Mamane
2017-08-02tdf#110997 protect calls to implBuildFromRelative from year overflowLionel Elie Mamane
2017-08-02normalize resource locale ctor construction mechanismsCaolán McNamara
2017-08-01move resmgr to unotoolsCaolán McNamara
2017-07-30tdf#96370 rework filtering to be aware of WHERE vs HAVING clauseLionel Elie Mamane
2017-07-24loplugin:unusedfields some untouched fieldsNoel Grandin
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-13loplugin:oncevar: empty strings: connectivityStephan Bergmann
2017-07-13use more OUString::operator== comphelper..cuiNoel Grandin
2017-07-11use more range-for on uno::SequenceNoel Grandin
2017-07-07No language driver in header for dBASEIII/PlusJulien Nabet
2017-07-07remove nullptr checks on STL search result iteratorsJochen Nitschke
2017-07-07C++11 remove std::binary_function bases from functorsJochen Nitschke
2017-07-07tdf#108782 replace std::bind2nd with lambdaJochen Nitschke
2017-07-06use more begin()/end() for SequenceNoel Grandin
2017-07-05new loplugin unnecessaryparenNoel Grandin
2017-07-02loplugin:casttovoid: connectivityStephan Bergmann
2017-07-02tdf#108789 and others: overhaul DBase files encoding handlingLionel Elie Mamane
2017-06-29improve refcounting lopluginNoel Grandin
2017-06-20loplugin:oncevar in codemaker..connectivityNoel Grandin
2017-06-13use local statics for getUnoTunnelImplementationIdJochen Nitschke
2017-05-30remove duplicate 'using namespace'Jochen Nitschke
2017-05-30fix convertName2SQLNameNoel Grandin
2017-05-30untwist the logic in convertName2SQLNameNoel Grandin
2017-05-30teach redundantcast plugin about functional castsNoel Grandin
2017-05-28remove unnecessary use of OString::getStrNoel Grandin
2017-05-12remove unused uno::Reference varsNoel Grandin
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert connectivity module away from OSL_ASSERT to assertChris Sherlock
2017-04-28loplugin:salboolCaolán McNamara
2017-04-28tdf#107457 don't quote columns referred by expression (not by name)Lionel Elie Mamane
2017-04-27tdf#39468 cleanup source code commentsdennisroczek
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: connectivityStephan Bergmann
2017-03-30remove type decorations on char literalsJochen Nitschke
2017-03-25Fix typosAndrea Gelmini
2017-03-23Remove unused #include <ctype.h>Stephan Bergmann
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin
2017-03-22Use rtl::isAscii* instead of ctype.h is* with sal_Unicode argStephan Bergmann