summaryrefslogtreecommitdiffstats
path: root/dbaccess
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reorganize Scheduler priority classesJan-Marek Glogowski2017-07-131-1/+1
* use more OUString::operator== in dbaccess..filterNoel Grandin2017-07-1313-17/+17
* loplugin:oncevar: empty strings: dbaccessStephan Bergmann2017-07-135-10/+6
* simplify some OUString::concat usageNoel Grandin2017-07-111-2/+2
* drop TPropertyValueEqualFunctorNoel Grandin2017-07-111-2/+2
* simplify strip types from Sequence, related tdf#108782Jochen Nitschke2017-07-112-17/+9
* simplify calls OUString::copy in foo.copy(x, foo.getLength() - x)Noel Grandin2017-07-112-2/+2
* use more range-for on uno::SequenceNoel Grandin2017-07-114-40/+29
* simplify strip types from Sequence, related tdf#108782Jochen Nitschke2017-07-101-25/+5
* teach unnecessaryparen loplugin about identifiersNoel Grandin2017-07-104-9/+9
* remove nullptr checks on STL search result iteratorsJochen Nitschke2017-07-071-2/+2
* loplugin:unnecessaryparen handle parens inside call exprNoel Grandin2017-07-071-1/+1
* C++11 remove std::binary_function bases from functorsJochen Nitschke2017-07-074-4/+4
* use more begin()/end() for SequenceNoel Grandin2017-07-0620-127/+77
* tdf#108782 replace std::bind2nd with lambdaJochen Nitschke2017-07-065-14/+25
* new loplugin unnecessaryparenNoel Grandin2017-07-059-12/+17
* make binary functors unary, related tdf#108782Jochen Nitschke2017-07-041-5/+5
* tdf#105831 Add Donate entry on Help menuOlivier2017-07-045-0/+10