summaryrefslogtreecommitdiff
path: root/include/connectivity
AgeCommit message (Expand)AuthorFilesLines
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
2016-03-07loplugin:unuseddefaultparam in variousNoel Grandin2-24/+4
2016-03-03loplugin:unuseddefaultparams in include/filterNoel Grandin4-48/+11
2016-02-25convert StandardSQLState to scoped enumNoel Grandin2-24/+24
2016-02-25convert SQLNodeType to scoped enumNoel Grandin1-8/+8
2016-02-25convert TraversalParts to scoped enumNoel Grandin1-16/+25
2016-02-25convert OSQLStatementType to scoped enumNoel Grandin1-8/+8
2016-02-25convert ParameterClassification to scoped enumNoel Grandin1-6/+6
2016-02-25convert FilterComponent to scoped enumNoel Grandin1-17/+9
2016-02-25convert EComposeRule to scoped enumNoel Grandin1-7/+7
2016-02-25convert SQLExceptionInfo::TYPE to scoped enumNoel Grandin1-3/+3
2016-02-25convert InternationalKeyCode to scoped enumNoel Grandin1-26/+26
2016-02-25convert ErrorCode to scoped enumNoel Grandin1-14/+14
2016-02-17use consistent #define checks for the Windows platformNoel Grandin1-1/+1
2016-02-09Remove excess newlinesChris Sherlock14-17/+0
2016-02-09sequence->vector in ParameterManagerNoel Grandin1-2/+2
2016-02-08loplugin:unusedmethodsNoel Grandin3-11/+0
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin2-5/+5
2016-01-10Fix typosAndrea Gelmini1-3/+3
2015-12-23loplugin:unusedfields in /includeNoel Grandin1-1/+0
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin1-2/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann7-41/+41
2015-10-30loplugin:unusedmethodsNoel Grandin2-3/+0
2015-10-27loplugin:unusedmethodsNoel Grandin1-2/+0
2015-10-26fix includes that are not stand-aloneNorbert Thiebaud2-5/+5
2015-10-20com::sun::star->css in include/connectivityNoel Grandin42-663/+663
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann28-210/+210
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann5-10/+10
2015-10-06loplugin:unusedmethodsNoel Grandin1-4/+0
2015-09-30Fix typosAndrea Gelmini2-2/+2
2015-08-07error C2039: ´getCreateColumns´ used in mozab/MStatement.cxxCaolán McNamara1-0/+1
2015-08-05loplugin:unusedmethodsNoel Grandin6-17/+0
2015-07-17tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe9-37/+36
2015-07-15loplugin:unusedmethods connectivityNoel Grandin5-16/+0
2015-07-06remove some unnecessary typedefs around uno::ReferenceNoel Grandin1-1/+1