summaryrefslogtreecommitdiff
path: root/include/connectivity
AgeCommit message (Expand)AuthorFilesLines
2017-03-25Fix typosAndrea Gelmini2-2/+2
2017-03-19Fix typos + some German translationsAndrea Gelmini1-1/+1
2017-03-03Remove redundant 'inline' keywordStephan Bergmann11-34/+34
2017-02-17remove unused None from ErrorCodeNoel Grandin1-1/+0
2017-02-17remove unused enumerators from SQLNodeTypeNoel Grandin1-2/+2
2017-02-17remove unused enumerators from StandardSQLStateNoel Grandin1-11/+0
2017-02-06Add missing #includesStephan Bergmann1-0/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann26-153/+142
2017-01-19New loplugin:dynexcspec: Add @throws documentation, connectivityStephan Bergmann6-2/+27
2017-01-17new loplugin: useuniqueptr: connectivityNoel Grandin4-4/+4
2017-01-05Clean up a usage of OUStringBufferStephan Bergmann1-1/+1
2016-12-12Prevent use of ORowSetValue with sal_Bool as TINYINTStephan Bergmann1-12/+3
2016-12-07tdf#88206 replace cppu::WeakImplHelper* miscJochen Nitschke1-2/+2
2016-12-06cleanup unused includes (related to tdf#88206)Jochen Nitschke1-1/+0
2016-11-18includes should be at the top of the fileNoel Grandin1-2/+2
2016-11-15loplugin:constantparamNoel Grandin2-5/+2
2016-11-10loplugin:expandablemethods in comphelper..cppuhelperNoel Grandin3-13/+1
2016-11-08loplugin:unnecessaryvirtual in comphelper..formsNoel Grandin1-2/+2
2016-10-28coverity#1371275 Missing move assignment operatorCaolán McNamara1-0/+2
2016-10-23loplugin:expandablemethodds in include/connectivity..drawinglayerNoel Grandin3-15/+0
2016-10-13loplugin:unnecessaryoverrideNoel Grandin1-1/+0
2016-09-14loplugin:constantparam in chart2..connectivityNoel Grandin3-7/+0
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann17-19/+19
2016-09-01coverity#1372406 Uncaught exceptionCaolán McNamara1-1/+1
2016-09-01coverity#1372402 Uncaught exceptionCaolán McNamara1-1/+1
2016-08-25fix move operator= and add move constructorsNoel Grandin1-0/+11
2016-08-25cid#1371320 Missing move assignment operatorNoel Grandin1-0/+1
2016-08-25new loplugin: countusersofdefaultparamsNoel Grandin1-5/+5
2016-08-19Some clang-tidy misc-move-constructor-initStephan Bergmann1-1/+1
2016-07-27improve passstuffbyref return analysisNoel Grandin1-1/+1
2016-07-15new loplugin unnecessary overrideNoel Grandin1-3/+0
2016-07-12Fix typo relase_ChildImpl -> release_ChildImplStephan Bergmann1-1/+1
2016-07-12tdf#100866: Don't let exception pass connectivity::releaseStephan Bergmann1-2/+2
2016-07-04comphelper::OBaseMutex -> cppu::BaseMutexNoel Grandin6-12/+12
2016-06-21connectivity: disable connectivity::release() for nowMichael Stahl1-0/+2
2016-06-08Let loplugin:passstuffbyref also look at fn defn not preceded by any declStephan Bergmann1-10/+10
2016-06-08tdf#96099 Remove various smart pointer typedefsMark Page3-7/+6
2016-06-06Normalize on using @throws instead of @raise[s]Stephan Bergmann1-1/+1
2016-06-06tdf#89329: use unique_ptr for pImpl in TColumnHelperXisco Fauli1-1/+1
2016-05-20clang-tidy misc-assign-operator-signatureNoel Grandin1-5/+5
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin3-8/+0
2016-05-06teach passstuffbyref plugin to check for..Noel Grandin1-11/+11
2016-05-04No need to explicitly delete ctor the compiler wouldn't implicitly declareStephan Bergmann1-1/+0
2016-05-03C++11: disable ctors with delete in include/Jochen Nitschke1-3/+1
2016-04-13loplugin:passstuffbyref in connectivityNoel Grandin5-8/+8
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke1-1/+0
2016-04-11clang-tidy performance-unnecessary-value-param in connectivityNoel Grandin1-5/+5
2016-04-06Avoid reserved identifiersStephan Bergmann14-97/+97
2016-03-08tdf#91794 Remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar1-1/+1
2016-03-07loplugin:unuseddefaultparamsNoel Grandin1-22/+3