summaryrefslogtreecommitdiffstats
path: root/codemaker/source/javamaker
Commit message (Expand)AuthorAgeFilesLines
* New loplugin:dataStephan Bergmann2019-05-221-1/+1
* loplugin:sequentialassign in codemaker..connectivityNoel Grandin2019-04-131-2/+1
* Revert "Get rid of b2u/u2b helpers; use OUString's toUtf8/fromUtf8 instead"Mike Kaganski2019-04-052-6/+6
* Get rid of b2u/u2b helpers; use OUString's toUtf8/fromUtf8 insteadMike Kaganski2019-04-042-6/+6
* Some uses of C++17 class template argument deductionStephan Bergmann2019-02-191-1/+1
* loplugin:indentation in codemaker..comphelperNoel Grandin2019-02-081-4/+3
* Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann2018-12-081-1/+1
* fix signatures of deleted copy/assign operatorsNoel Grandin2018-11-021-4/+4
* loplugin:useuniqueptr in codemakerNoel Grandin2018-10-313-11/+7
* remove more rtl::OUString and OString prefixesNoel Grandin2018-10-242-2/+2
* clang-tidy readability-redundant-smartptr-getNoel Grandin2018-10-171-12/+10
* Revert "clang bugprone-unused-return-value"Noel Grandin2018-09-111-2/+4
* clang bugprone-unused-return-valueNoel Grandin2018-09-081-4/+2
* tdf#96099 Remove trivial std::map typedefs in [cd]*Arkadiy Illarionov2018-06-291-31/+29
* Replace most lists by vectors in codemakerJulien Nabet2017-11-263-10/+8
* loplugin:includeform: codemakerStephan Bergmann2017-10-237-40/+40
* loplugin:constmethod in codemaker,registry,storeNoel Grandin2017-10-202-2/+2
* clang-tidy modernize-use-emplace in c*Noel Grandin2017-09-112-12/+9
* new loplugin:droplongNoel Grandin2017-08-141-1/+1
* convert std::map::insert to std::map::emplace IINoel Grandin2017-08-112-30/+13
* teach unnecessaryparen loplugin about identifiersNoel Grandin2017-07-101-4/+2
* loplugin:unnecessaryparen handle parens inside call exprNoel Grandin2017-07-071-1/+1
* Remove usage of OString("")Arnaud Versini2017-06-041-3/+3
* loplugin:loopvartoosmallStephan Bergmann2017-02-251-1/+1
* loplugin:useuniqueptr extend to check local varsNoel Grandin2017-02-011-2/+2
* Remove dynamic exception specificationsStephan Bergmann2017-01-262-3/+1
* loplugin: unnecessary destructor: basctl..codemakerNoel Grandin2017-01-241-2/+0
* Don't allow O[U]StringBuffer in string concatenationStephan Bergmann2016-10-121-1/+1
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-131-1/+1
* tdf#100726: Improve readability of OUString concatenationsArnold Dumas2016-07-111-11/+11
* clang-tidy performance-implicit-cast-in-loopStephan Bergmann2016-07-061-2/+2
* Silence -Werror,-Wimplicit-fallthrough under NDEBUGStephan Bergmann2016-05-121-6/+4
* Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann2016-05-101-1/+1
* convert codemaker::UnoType::Sort to scoped enumNoel Grandin2016-02-242-125/+124
* convert to range-based for loops in codemaker/Noel Grandin2016-02-093-170/+110
* Remove excess newlinesChris Sherlock2016-02-091-1/+0
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-103-84/+84
* coverity#1338267 Uncaught exceptionCaolán McNamara2015-11-061-0/+4
* tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni2015-11-021-6/+6
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-2/+2
* Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-4/+4
* cppcheck: noExplicitConstructorCaolán McNamara2015-06-081-1/+1
* loplugin:deletedspecialStephan Bergmann2015-02-071-4/+4
* convert all remaining BOOST_STATIC_ASSERT to static_assertCaolán McNamara2015-02-051-3/+2
* coverity#1019332 Unchecked dynamic_castCaolán McNamara2014-12-271-7/+6
* coverity#1019331 Unchecked dynamic_castCaolán McNamara2014-12-271-7/+6
* Fix generation of com.sun.star.uno.[Runtime]Exception classesStephan Bergmann2014-12-101-5/+9
* fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava2014-11-141-1/+1
* coverity#441732 Uncaught exceptionCaolán McNamara2014-10-241-5/+4
* coverity#1242375 Don't call fscanf without specifiersCaolán McNamara2014-10-071-1/+1