summaryrefslogtreecommitdiff
path: root/dbaccess/source/core
AgeCommit message (Expand)Author
2017-09-11clang-tidy modernize-use-emplace in d*Noel Grandin
2017-09-02tdf#96703: getDocumentStorage is called during initializationJulien Nabet
2017-08-28Replace use of oslInterlockedCount with std::atomic, ORowSet::m_nInAppendStephan Bergmann
2017-08-25loplugin:useuniqueptr in dbaccessNoel Grandin
2017-08-24dbaccess: avoid deadlock in ODatabaseContext::registerObject()Michael Stahl
2017-08-18loplugin:unnecessaryparenNoel 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-02normalize resource locale ctor construction mechanismsCaolán McNamara
2017-08-01move resmgr to unotoolsCaolán McNamara
2017-08-01loplugin:checkunusedparamsNoel Grandin
2017-07-31loplugin:constparams in dbaccessNoel Grandin
2017-07-31loplugin:oncevarNoel Grandin
2017-07-30tdf#96370 rework filtering to be aware of WHERE vs HAVING clauseLionel Elie Mamane
2017-07-25use more comphelper::InitAnyPropertySequenceNoel Grandin
2017-07-24loplugin:unusedfields some untouched fieldsNoel Grandin
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-18dbaccess: introduce DATASOURCE_TYPE::DST_WRITERMiklos Vajna
2017-07-13use more OUString::operator== in dbaccess..filterNoel Grandin
2017-07-11simplify some OUString::concat usageNoel Grandin
2017-07-11use more range-for on uno::SequenceNoel Grandin
2017-07-10simplify strip types from Sequence, related tdf#108782Jochen Nitschke
2017-07-07C++11 remove std::binary_function bases from functorsJochen Nitschke
2017-07-06use more begin()/end() for SequenceNoel Grandin
2017-07-06tdf#108782 replace std::bind2nd with lambdaJochen Nitschke
2017-07-05new loplugin unnecessaryparenNoel Grandin
2017-07-03use begin()/end() when working with SequenceNoel Grandin
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke
2017-07-02loplugin:casttovoid: dbaccessStephan Bergmann
2017-06-29improve refcounting lopluginNoel Grandin
2017-06-23loplugin:unusedfields in dbaccessNoel Grandin
2017-06-23loplugin:oncevar in cppcanvas..drawinglayerNoel Grandin
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke
2017-06-13use local statics for getUnoTunnelImplementationIdJochen Nitschke
2017-06-12cleanup unused css/frame/* includesJochen Nitschke
2017-06-05Improved loplugin:cstylecast to reference types: dbaccessStephan Bergmann
2017-06-05typo: checkNotUninitilized->checkNotUninitializedJulien Nabet
2017-06-02Improved loplugin:redundantcast const_cast handling: dbaccessStephan Bergmann
2017-06-02Improved loplugin:redundantcast static_cast handling: dbaccessStephan Bergmann
2017-05-30teach redundantcast plugin about functional castsNoel Grandin
2017-05-28remove unnecessary use of OString::getStrNoel Grandin
2017-05-20cleanup unused css/script/ includesJochen Nitschke
2017-05-18DBACORE_RESSTRING can go nowCaolán McNamara
2017-05-15remove some unnecessary lockingNoel Grandin
2017-05-12remove unused uno::Reference varsNoel Grandin
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke
2017-05-09loplugin:constantparamNoel Grandin
2017-05-08cleanup tools/debug.hxx includesJochen Nitschke
2017-05-02loplugin:checkunusedparams in cppcanvas and dbaccessNoel Grandin
2017-04-28loplugin:salunicodeliteral: dbaccessStephan Bergmann