summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Expand)AuthorFilesLines
2017-09-10cppcheck: identicalConditionAfterEarlyExitJochen Nitschke1-2/+0
2017-09-08set parent for file dialog helperCaolán McNamara2-8/+12
2017-09-07unotest.py: refactor confusing mess of openDoc functionsMichael Stahl1-1/+1
2017-09-04new loplugin:redundantpointeropsNoel Grandin1-1/+1
2017-09-02tdf#96703: getDocumentStorage is called during initializationJulien Nabet1-1/+1
2017-09-01Fix typosAndrea Gelmini1-1/+1
2017-08-31loplugin:constparams: dbaccess (clang-cl)Stephan Bergmann2-2/+2
2017-08-29This should be ToolBoxItemBits::DROPDOWNONLYMaxim Monastirsky1-1/+1
2017-08-28Replace use of oslInterlockedCount with std::atomic, ORowSet::m_nInAppendStephan Bergmann8-13/+35
2017-08-25loplugin:useuniqueptr in dbaccessNoel Grandin4-17/+8
2017-08-24dbaccess: avoid deadlock in ODatabaseContext::registerObject()Michael Stahl1-5/+7
2017-08-23convert message box style bits to scoped enumNoel Grandin16-49/+50
2017-08-22convert WB_QUICK_SEARCH/WB_FORCE_MAKEVISIBLE to bool fieldsNoel Grandin2-3/+3
2017-08-19convert extended WinBits to scoped enumNoel Grandin2-2/+2
2017-08-18convert ExtendedWinBits to a single bool flagNoel Grandin1-1/+1
2017-08-18loplugin:unnecessaryparenNoel Grandin1-1/+1
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin2-2/+2
2017-08-16tdf#39468 Translate German comments/termsJens Carl1-1/+0
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin5-12/+9
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin20-74/+74
2017-08-08loplugin:constantparamNoel Grandin2-2/+2
2017-08-03loplugin:constparams in starmathNoel Grandin1-8/+8
2017-08-02normalize resource locale ctor construction mechanismsCaolán McNamara28-88/+5
2017-08-01move resmgr to unotoolsCaolán McNamara3-6/+4
2017-08-01loplugin:checkunusedparamsNoel Grandin3-16/+7
2017-07-31loplugin:constparams in dbaccessNoel Grandin72-164/+164
2017-07-31loplugin:oncevarNoel Grandin1-1/+1
2017-07-30janitorialLionel Elie Mamane2-3/+3
2017-07-30tdf#96370 rework filtering to be aware of WHERE vs HAVING clauseLionel Elie Mamane4-21/+15
2017-07-26loplugin:unusedfieldsNoel Grandin1-31/+17
2017-07-25use more comphelper::InitAnyPropertySequenceNoel Grandin10-126/+73
2017-07-25Typo: tyoe->typeJulien Nabet1-1/+1
2017-07-24loplugin:unusedfields some untouched fieldsNoel Grandin6-13/+6
2017-07-23Removed duplicated includesAndrea Gelmini33-35/+3
2017-07-21de-hrc various thingsCaolán McNamara45-46/+44
2017-07-21migrate to boost::gettextCaolán McNamara409-5984/+2212
2017-07-20Annotate some more Timers and IdlesJan-Marek Glogowski1-0/+1
2017-07-18dbaccess: introduce DATASOURCE_TYPE::DST_WRITERMiklos Vajna14-15/+41
2017-07-18merge last entry of cntids.hrc into sfxsids.hrcCaolán McNamara4-4/+0
2017-07-15emfplus: create a wmf/emf/emf+ primitive based importerArmin Le Grand2-2/+2
2017-07-13m_pRowMarker is unusedNoel Grandin3-76/+63
2017-07-13Reorganize Scheduler priority classesJan-Marek Glogowski1-1/+1
2017-07-13use more OUString::operator== in dbaccess..filterNoel Grandin13-17/+17
2017-07-13loplugin:oncevar: empty strings: dbaccessStephan Bergmann5-10/+6
2017-07-11simplify some OUString::concat usageNoel Grandin1-2/+2
2017-07-11drop TPropertyValueEqualFunctorNoel Grandin1-2/+2
2017-07-11simplify strip types from Sequence, related tdf#108782Jochen Nitschke2-17/+9
2017-07-11simplify calls OUString::copy in foo.copy(x, foo.getLength() - x)Noel Grandin2-2/+2
2017-07-11use more range-for on uno::SequenceNoel Grandin4-40/+29
2017-07-10simplify strip types from Sequence, related tdf#108782Jochen Nitschke1-25/+5