summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/dataaccess
AgeCommit message (Expand)AuthorFilesLines
2017-12-18loplugin:unusedindexMike Kaganski2-14/+8
2017-12-11loplugin:salcall fix functionsNoel Grandin5-5/+5
2017-12-06tdf#113413 dbaccess: only use SolarMutex in ODatabaseDocumentMichael Stahl3-13/+6
2017-12-06loplugin:salcall handle virtual methodsNoel Grandin1-2/+2
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin5-10/+10
2017-12-01Don't prevent ODatabaseDocument refcount from dropping to zeroStephan Bergmann1-1/+2
2017-11-27loplugin:unnecessaryparen check for (f1()).f2Noel Grandin1-3/+3
2017-11-10Properly construct vnd.sun.star.pkg URLStephan Bergmann1-5/+1
2017-11-09dbaccess: properly encode path to prevent stripping "fragment" from itMike Kaganski1-1/+5
2017-11-06Use std::initializer_list to construct SequenceMike Kaganski1-8/+8
2017-11-06ODatabaseContext::loadObjectFromURL: don't parse string for protocolMike Kaganski1-1/+1
2017-11-06loplugin:finalclasses in dbaccessNoel Grandin1-5/+2
2017-11-01loplugin:constantparam in d*Noel Grandin1-1/+1
2017-10-23loplugin:includeform: dbaccessStephan Bergmann27-89/+89
2017-10-18use rtl::Reference in ODatabaseContextNoel Grandin1-7/+4
2017-10-16Move dbaccess/source/core/dataaccess include files to common include directoryStephan Bergmann4-1036/+0
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-1/+1
2017-10-03new loplugin:blockblockNoel Grandin1-61/+58
2017-09-19Unify SolarMutex implementationsJan-Marek Glogowski2-5/+16
2017-09-17Replace some lists by vectors in dbaccessJulien Nabet2-6/+11
2017-09-11clang-tidy modernize-use-emplace in d*Noel Grandin2-6/+6
2017-09-02tdf#96703: getDocumentStorage is called during initializationJulien Nabet1-1/+1
2017-08-28Replace use of oslInterlockedCount with std::atomic, ORowSet::m_nInAppendStephan Bergmann1-1/+3
2017-08-25loplugin:useuniqueptr in dbaccessNoel Grandin2-8/+5
2017-08-24dbaccess: avoid deadlock in ODatabaseContext::registerObject()Michael Stahl1-5/+7
2017-08-18loplugin:unnecessaryparenNoel Grandin1-1/+1
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin2-5/+3
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin6-7/+7
2017-08-02normalize resource locale ctor construction mechanismsCaolán McNamara1-1/+0
2017-08-01loplugin:checkunusedparamsNoel Grandin1-2/+2
2017-07-31loplugin:constparams in dbaccessNoel Grandin5-7/+7
2017-07-31loplugin:oncevarNoel Grandin1-1/+1
2017-07-25use more comphelper::InitAnyPropertySequenceNoel Grandin3-43/+24
2017-07-24loplugin:unusedfields some untouched fieldsNoel Grandin2-7/+1
2017-07-21migrate to boost::gettextCaolán McNamara15-28/+29
2017-07-13use more OUString::operator== in dbaccess..filterNoel Grandin4-5/+5
2017-07-11simplify some OUString::concat usageNoel Grandin1-2/+2
2017-07-10simplify strip types from Sequence, related tdf#108782Jochen Nitschke1-25/+5
2017-07-07C++11 remove std::binary_function bases from functorsJochen Nitschke2-2/+2
2017-07-06use more begin()/end() for SequenceNoel Grandin5-50/+31
2017-07-03use begin()/end() when working with SequenceNoel Grandin1-1/+1
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke2-3/+3
2017-07-02loplugin:casttovoid: dbaccessStephan Bergmann2-7/+1
2017-06-23loplugin:unusedfields in dbaccessNoel Grandin2-16/+6
2017-06-23loplugin:oncevar in cppcanvas..drawinglayerNoel Grandin3-20/+6
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke1-1/+0
2017-06-13use local statics for getUnoTunnelImplementationIdJochen Nitschke1-11/+3
2017-06-12cleanup unused css/frame/* includesJochen Nitschke4-6/+1
2017-06-05Improved loplugin:cstylecast to reference types: dbaccessStephan Bergmann1-1/+1
2017-06-05typo: checkNotUninitilized->checkNotUninitializedJulien Nabet1-2/+2