summaryrefslogtreecommitdiffstats
path: root/include/connectivity
Commit message (Expand)AuthorAgeFilesLines
* check for unnecessary DLLPUBLIC annotationsNoel Grandin2017-09-291-2/+2
* Use even more WIN32_LEAN_AND_MEANMike Kaganski2017-09-181-0/+3
* tdf#96370 rework filtering to be aware of WHERE vs HAVING clauseLionel Elie Mamane2017-07-303-4/+55
* loplugin:unusedfields some untouched fieldsNoel Grandin2017-07-242-6/+1
* loplugin:constparams in connectivityNoel Grandin2017-07-194-9/+9
* C++11 remove std::unary_function bases from functorsJochen Nitschke2017-07-031-4/+4
* looks like namespace syntax does not work like I think it doesLionel Elie Mamane2017-07-021-1/+5
* tdf#108789 and others: overhaul DBase files encoding handlingLionel Elie Mamane2017-07-021-1/+44
* improve refcounting lopluginNoel Grandin2017-06-294-4/+4
* tdf#39468 Translate German comments and dbg strings (leftovers in h.. to i..)Johnny_M2017-06-061-1/+1
* Improved loplugin:cstylecast to reference types: connectivityStephan Bergmann2017-06-051-1/+1
* tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock2017-04-256-0/+6
* Fix typosAndrea Gelmini2017-03-252-2/+2
* Fix typos + some German translationsAndrea Gelmini2017-03-191-1/+1
* Remove redundant 'inline' keywordStephan Bergmann2017-03-0311-34/+34
* remove unused None from ErrorCodeNoel Grandin2017-02-171-1/+0
* remove unused enumerators from SQLNodeTypeNoel Grandin2017-02-171-2/+2
* remove unused enumerators from StandardSQLStateNoel Grandin2017-02-171-11/+0
* Add missing #includesStephan Bergmann2017-02-061-0/+1
* Remove dynamic exception specificationsStephan Bergmann2017-01-2626-153/+142
* New loplugin:dynexcspec: Add @throws documentation, connectivityStephan Bergmann2017-01-196-2/+27
* new loplugin: useuniqueptr: connectivityNoel Grandin2017-01-174-4/+4
* Clean up a usage of OUStringBufferStephan Bergmann2017-01-051-1/+1
* Prevent use of ORowSetValue with sal_Bool as TINYINTStephan Bergmann2016-12-121-12/+3
* tdf#88206 replace cppu::WeakImplHelper* miscJochen Nitschke2016-12-071-2/+2
* cleanup unused includes (related to tdf#88206)Jochen Nitschke2016-12-061-1/+0
* includes should be at the top of the fileNoel Grandin2016-11-181-2/+2
* loplugin:constantparamNoel Grandin2016-11-152-5/+2
* loplugin:expandablemethods in comphelper..cppuhelperNoel Grandin2016-11-103-13/+1
* loplugin:unnecessaryvirtual in comphelper..formsNoel Grandin2016-11-081-2/+2
* coverity#1371275 Missing move assignment operatorCaolán McNamara2016-10-281-0/+2
* loplugin:expandablemethodds in include/connectivity..drawinglayerNoel Grandin2016-10-233-15/+0
* loplugin:unnecessaryoverrideNoel Grandin2016-10-131-1/+0
* loplugin:constantparam in chart2..connectivityNoel Grandin2016-09-143-7/+0
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-1317-19/+19
* coverity#1372406 Uncaught exceptionCaolán McNamara2016-09-011-1/+1
* coverity#1372402 Uncaught exceptionCaolán McNamara2016-09-011-1/+1
* fix move operator= and add move constructorsNoel Grandin2016-08-251-0/+11
* cid#1371320 Missing move assignment operatorNoel Grandin2016-08-251-0/+1
* new loplugin: countusersofdefaultparamsNoel Grandin2016-08-251-5/+5
* Some clang-tidy misc-move-constructor-initStephan Bergmann2016-08-191-1/+1
* improve passstuffbyref return analysisNoel Grandin2016-07-271-1/+1
* new loplugin unnecessary overrideNoel Grandin2016-07-151-3/+0
* Fix typo relase_ChildImpl -> release_ChildImplStephan Bergmann2016-07-121-1/+1
* tdf#100866: Don't let exception pass connectivity::releaseStephan Bergmann2016-07-121-2/+2
* comphelper::OBaseMutex -> cppu::BaseMutexNoel Grandin2016-07-046-12/+12
* connectivity: disable connectivity::release() for nowMichael Stahl2016-06-211-0/+2
* Let loplugin:passstuffbyref also look at fn defn not preceded by any declStephan Bergmann2016-06-081-10/+10
* tdf#96099 Remove various smart pointer typedefsMark Page2016-06-083-7/+6
* Normalize on using @throws instead of @raise[s]Stephan Bergmann2016-06-061-1/+1