summaryrefslogtreecommitdiffstats
path: root/include/connectivity
Commit message (Expand)AuthorAgeFilesLines
* tdf#100866: Don't let exception pass connectivity::releaseStephan Bergmann2016-07-121-2/+2
* clang-tidy misc-assign-operator-signatureNoel Grandin2016-05-201-5/+5
* update unusedmethods plugin to deal with constructorsNoel Grandin2016-05-183-8/+0
* teach passstuffbyref plugin to check for..Noel Grandin2016-05-061-11/+11
* No need to explicitly delete ctor the compiler wouldn't implicitly declareStephan Bergmann2016-05-041-1/+0
* C++11: disable ctors with delete in include/Jochen Nitschke2016-05-031-3/+1
* loplugin:passstuffbyref in connectivityNoel Grandin2016-04-135-8/+8
* cleanup: remove unused com/sun/star/uno includesJochen Nitschke2016-04-121-1/+0
* clang-tidy performance-unnecessary-value-param in connectivityNoel Grandin2016-04-111-5/+5
* Avoid reserved identifiersStephan Bergmann2016-04-0614-97/+97
* tdf#91794 Remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar2016-03-081-1/+1
* loplugin:unuseddefaultparamsNoel Grandin2016-03-071-22/+3
* loplugin:unuseddefaultparam in variousNoel Grandin2016-03-072-24/+4
* loplugin:unuseddefaultparams in include/filterNoel Grandin2016-03-034-48/+11
* convert StandardSQLState to scoped enumNoel Grandin2016-02-252-24/+24
* convert SQLNodeType to scoped enumNoel Grandin2016-02-251-8/+8
* convert TraversalParts to scoped enumNoel Grandin2016-02-251-16/+25
* convert OSQLStatementType to scoped enumNoel Grandin2016-02-251-8/+8
* convert ParameterClassification to scoped enumNoel Grandin2016-02-251-6/+6
* convert FilterComponent to scoped enumNoel Grandin2016-02-251-17/+9
* convert EComposeRule to scoped enumNoel Grandin2016-02-251-7/+7
* convert SQLExceptionInfo::TYPE to scoped enumNoel Grandin2016-02-251-3/+3
* convert InternationalKeyCode to scoped enumNoel Grandin2016-02-251-26/+26
* convert ErrorCode to scoped enumNoel Grandin2016-02-251-14/+14
* use consistent #define checks for the Windows platformNoel Grandin2016-02-171-1/+1
* Remove excess newlinesChris Sherlock2016-02-0914-17/+0
* sequence->vector in ParameterManagerNoel Grandin2016-02-091-2/+2
* loplugin:unusedmethodsNoel Grandin2016-02-083-11/+0
* InterfaceContainer2 with vector instead of SequenceNoel Grandin2016-01-252-5/+5
* Fix typosAndrea Gelmini2016-01-101-3/+3
* loplugin:unusedfields in /includeNoel Grandin2015-12-231-1/+0
* use initialiser list for Sequence<OUString>Noel Grandin2015-11-161-2/+1
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-107-41/+41
* loplugin:unusedmethodsNoel Grandin2015-10-302-3/+0
* loplugin:unusedmethodsNoel Grandin2015-10-271-2/+0
* fix includes that are not stand-aloneNorbert Thiebaud2015-10-262-5/+5
* com::sun::star->css in include/connectivityNoel Grandin2015-10-2042-663/+663
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-1228-210/+210
* Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-125-10/+10
* loplugin:unusedmethodsNoel Grandin2015-10-061-4/+0
* Fix typosAndrea Gelmini2015-09-302-2/+2
* error C2039: ´getCreateColumns´ used in mozab/MStatement.cxxCaolán McNamara2015-08-071-0/+1
* loplugin:unusedmethodsNoel Grandin2015-08-056-17/+0
* tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2015-07-179-37/+36
* loplugin:unusedmethods connectivityNoel Grandin2015-07-155-16/+0
* remove some unnecessary typedefs around uno::ReferenceNoel Grandin2015-07-061-1/+1
* Fix typosAndrea Gelmini2015-06-181-1/+1
* parameter handling: fix confusion between column name and realnameLionel Elie Mamane2015-06-171-1/+2
* loplugin:staticmethodsStephan Bergmann2015-06-081-6/+6
* loplugin:unnecessarysuperclass, merge IWarningsContainer..Noel Grandin2015-05-291-34/+12