summaryrefslogtreecommitdiffstats
path: root/connectivity/source/commontools
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant 'inline' keywordStephan Bergmann2017-03-032-2/+2
* loplugin:subtlezeroinit: connectivityStephan Bergmann2017-02-211-1/+1
* remove unused enumerators from StandardSQLStateNoel Grandin2017-02-171-12/+1
* Drop :: prefix from std in c*/Tor Lillqvist2017-02-1517-90/+90
* BOOST_SPIRIT_SINGLE_GRAMMAR_INSTANCE has been defined forever in these filesTor Lillqvist2017-02-141-6/+2
* Add missing #includesStephan Bergmann2017-02-063-0/+4
* loplugin:unusedenumconstants in connectivity..cuiNoel Grandin2017-02-061-7/+7
* teach lolugin:stringconstant about calling constructorsNoel Grandin2017-01-312-3/+3
* Remove dynamic exception specificationsStephan Bergmann2017-01-2620-177/+171
* loplugin: unnecessary destructor: comphelper..desktopNoel Grandin2017-01-231-6/+0
* New loplugin:dynexcspec: Add @throws documentation, connectivityStephan Bergmann2017-01-191-0/+1
* new loplugin: useuniqueptr: connectivityNoel Grandin2017-01-172-4/+4
* Clean up a usage of OUStringBufferStephan Bergmann2017-01-051-11/+11
* Replace side-effect--only uses of makeStringAndClear() with setLength(0)Stephan Bergmann2017-01-051-2/+2
* Prevent use of ORowSetValue with sal_Bool as TINYINTStephan Bergmann2016-12-122-15/+1
* includes should be at the top of the fileNoel Grandin2016-11-181-1/+1
* loplugin:expandablemethods in comphelper..cppuhelperNoel Grandin2016-11-103-16/+4
* loplugin:oncevar in cui..connectivityNoel Grandin2016-11-073-11/+6
* coverity#1371275 Missing move assignment operatorCaolán McNamara2016-10-281-2/+9
* loplugin:expandablemethodds in include/connectivity..drawinglayerNoel Grandin2016-10-232-2/+2
* '>>=' with rhs Any is a copy assignmentJochen Nitschke2016-10-191-6/+2
* loplugin:constantparam in chart2..connectivityNoel Grandin2016-09-142-4/+1
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-131-1/+1
* coverity#1372406 Uncaught exceptionCaolán McNamara2016-09-011-1/+1
* coverity#1372402 Uncaught exceptionCaolán McNamara2016-09-011-1/+1
* cid#1371320 Missing move assignment operatorNoel Grandin2016-08-251-0/+17
* Some clang-tidy misc-move-constructor-initStephan Bergmann2016-08-191-1/+1
* tdf#100726: Improve readability of OUString concatenationnadith2016-08-011-2/+1
* improve passstuffbyref return analysisNoel Grandin2016-07-272-14/+14
* new loplugin unnecessary overrideNoel Grandin2016-07-151-10/+0
* tdf#100866: Don't let exception pass connectivity::releaseStephan Bergmann2016-07-121-2/+8
* loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann2016-07-071-1/+1
* o3tl::tryGet on a temporary is dangerousStephan Bergmann2016-06-103-32/+32
* tdf#96099 Remove various smart pointer typedefsMark Page2016-06-084-23/+23
* Use o3tl/any.hxx in connectivityStephan Bergmann2016-06-063-46/+47
* tdf#89329: use unique_ptr for pImpl in TColumnHelperXisco Fauli2016-06-061-4/+1
* com::sun::star->css in connectivityNoel Grandin2016-05-3015-133/+133
* Convert OKeyType to scoped enumNoel Grandin2016-05-241-4/+4
* convert TAscendingOrder to scoped enumNoel Grandin2016-05-221-1/+1
* clang-tidy misc-assign-operator-signatureNoel Grandin2016-05-201-5/+5
* clang-tidy modernize-make-sharedNoel Grandin2016-05-181-1/+1
* Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann2016-05-103-6/+8
* connectivity: replace boost::remove_reference with std::remove_referenceMichael Stahl2016-05-061-1/+0
* teach passstuffbyref plugin to check for..Noel Grandin2016-05-062-14/+14
* teach stylepolice plugin about ref-counted-pointer namingNoel Grandin2016-04-281-23/+23
* -Werror=maybe-uninitializedStephan Bergmann2016-04-251-2/+3
* Cannot extract Any to sal_uInt32Stephan Bergmann2016-04-251-1/+4
* fix Windows buildNoel Grandin2016-04-251-2/+3
* simplify OPropertyMap initNoel Grandin2016-04-251-77/+69
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-2010-38/+38