summaryrefslogtreecommitdiff
path: root/helpcompiler
ModeNameSize
-rw-r--r--Executable_helpindexer.mk709logplain
-rw-r--r--Executable_helplinker.mk831logplain
-rw-r--r--Library_helplinker.mk1271logplain
-rw-r--r--Makefile478logplain
-rw-r--r--Module_helpcompiler.mk530logplain
d---------inc131logplain
d---------source399logplain
it/lo/core/commit/codemaker?h=libreoffice-5-4-0&id=be729e772196f33543e21cb9bac21add87726b20'>tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni 2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin 2015-10-20loplugin:defaultparamsStephan Bergmann 2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-08-11new loplugin: defaultparamsNoel Grandin 2015-07-24loplugin:unusedmethodsNoel Grandin 2015-06-08cppcheck: noExplicitConstructorCaolán McNamara 2015-04-01Deprecate getCppuType et al in favor of cppu::UnoTypeStephan Bergmann 2015-03-27loplugin:staticfunctionNoel Grandin 2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann 2015-02-07loplugin:deletedspecialStephan Bergmann 2015-02-05convert all remaining BOOST_STATIC_ASSERT to static_assertCaolán McNamara 2015-01-22SAL_DLLPUBLIC_RTTI for proper RTTI visibility for LLVMStephan Bergmann 2014-12-27coverity#1019332 Unchecked dynamic_castCaolán McNamara 2014-12-27coverity#1019331 Unchecked dynamic_castCaolán McNamara 2014-12-27coverity#1019327 Unchecked dynamic_castCaolán McNamara 2014-12-27coverity#1019325 Unchecked dynamic_castCaolán McNamara 2014-12-10Fix generation of com.sun.star.uno.[Runtime]Exception classesStephan Bergmann 2014-12-08protected -> privateStephan Bergmann 2014-11-18cppumaker: only include rtl/instance.hxx and mutex.hxx when necessaryMichael Stahl 2014-11-18More iwyu suggested headers removalRiccardo Magliocchetti 2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava 2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann 2014-11-06use the new OUString::fromUtf8 methodNoel Grandin 2014-10-31Removed duplicated includesAndrea Gelmini 2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin 2014-10-24coverity#441989 Uncaught exceptionCaolán McNamara 2014-10-24coverity#441732 Uncaught exceptionCaolán McNamara 2014-10-07coverity#1242375 Don't call fscanf without specifiersCaolán McNamara 2014-09-30codemaker: std::auto_ptr -> std::unique_ptrStephan Bergmann 2014-09-25java: when rethrowing exceptions, store the original causeNoel Grandin 2014-08-20java: avoid unnecessary comparisons in boolean expressionsNoel Grandin 2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin