summaryrefslogtreecommitdiffstats
path: root/dbaccess
Commit message (Expand)AuthorAgeFilesLines
* fix caching in OResultColumnNoel Grandin2017-09-191-1/+1
* Unify SolarMutex implementationsJan-Marek Glogowski2017-09-192-5/+16
* Some more WIN32_LEAN_AND_MEANMike Kaganski2017-09-181-0/+3
* dbaccess: [loplugin:casttovoid]Michael Stahl2017-09-181-2/+0
* Removed duplicated includeAndrea Gelmini2017-09-181-1/+0
* Replace some lists by vectors in dbaccessJulien Nabet2017-09-175-16/+20
* use more default copy ctorsJochen Nitschke2017-09-172-7/+0
* improve redundantcast lopluginNoel Grandin2017-09-141-1/+1
* clang-tidy modernize-use-emplace in d*Noel Grandin2017-09-1125-114/+111
* cppcheck: identicalConditionAfterEarlyExitJochen Nitschke2017-09-101-2/+0
* set parent for file dialog helperCaolán McNamara2017-09-082-8/+12
* unotest.py: refactor confusing mess of openDoc functionsMichael Stahl2017-09-071-1/+1
* new loplugin:redundantpointeropsNoel Grandin2017-09-041-1/+1
* tdf#96703: getDocumentStorage is called during initializationJulien Nabet2017-09-021-1/+1
* Fix typosAndrea Gelmini2017-09-011-1/+1
* loplugin:constparams: dbaccess (clang-cl)Stephan Bergmann2017-08-312-2/+2
* This should be ToolBoxItemBits::DROPDOWNONLYMaxim Monastirsky2017-08-291-1/+1
* Replace use of oslInterlockedCount with std::atomic, ORowSet::m_nInAppendStephan Bergmann2017-08-288-13/+35
* loplugin:useuniqueptr in dbaccessNoel Grandin2017-08-254-17/+8
* dbaccess: avoid deadlock in ODatabaseContext::registerObject()Michael Stahl2017-08-241-5/+7
* convert message box style bits to scoped enumNoel Grandin2017-08-2316-49/+50
* convert WB_QUICK_SEARCH/WB_FORCE_MAKEVISIBLE to bool fieldsNoel Grandin2017-08-222-3/+3
* convert extended WinBits to scoped enumNoel Grandin2017-08-192-2/+2
* convert ExtendedWinBits to a single bool flagNoel Grandin2017-08-181-1/+1
* loplugin:unnecessaryparenNoel Grandin2017-08-181-1/+1
* remove unnecessary use of OUString::getStrNoel Grandin2017-08-172-2/+2
* tdf#39468 Translate German comments/termsJens Carl2017-08-161-1/+0
* convert std::map::insert to std::map::emplace IINoel Grandin2017-08-115-12/+9
* convert std::map::insert to std::map::emplaceNoel Grandin2017-08-1120-74/+74
* loplugin:constantparamNoel Grandin2017-08-082-2/+2
* loplugin:constparams in starmathNoel Grandin2017-08-031-8/+8
* normalize resource locale ctor construction mechanismsCaolán McNamara2017-08-0228-88/+5
* move resmgr to unotoolsCaolán McNamara2017-08-013-6/+4
* loplugin:checkunusedparamsNoel Grandin2017-08-013-16/+7
* loplugin:constparams in dbaccessNoel Grandin2017-07-3172-164/+164
* loplugin:oncevarNoel Grandin2017-07-311-1/+1
* janitorialLionel Elie Mamane2017-07-302-3/+3
* tdf#96370 rework filtering to be aware of WHERE vs HAVING clauseLionel Elie Mamane2017-07-304-21/+15
* loplugin:unusedfieldsNoel Grandin2017-07-261-31/+17
* use more comphelper::InitAnyPropertySequenceNoel Grandin2017-07-2510-126/+73
* Typo: tyoe->typeJulien Nabet2017-07-251-1/+1
* loplugin:unusedfields some untouched fieldsNoel Grandin2017-07-246-13/+6
* Removed duplicated includesAndrea Gelmini2017-07-2333-35/+3
* de-hrc various thingsCaolán McNamara2017-07-2145-46/+44
* migrate to boost::gettextCaolán McNamara2017-07-21409-5984/+2212
* Annotate some more Timers and IdlesJan-Marek Glogowski2017-07-201-0/+1
* dbaccess: introduce DATASOURCE_TYPE::DST_WRITERMiklos Vajna2017-07-1814-15/+41
* merge last entry of cntids.hrc into sfxsids.hrcCaolán McNamara2017-07-184-4/+0
* emfplus: create a wmf/emf/emf+ primitive based importerArmin Le Grand2017-07-152-2/+2
* m_pRowMarker is unusedNoel Grandin2017-07-133-76/+63