summaryrefslogtreecommitdiff
path: root/unotools/source/config
AgeCommit message (Expand)Author
2016-02-29loplugin:unuseddefaultparam in unotoolsNoel Grandin
2016-02-26add missing commaEike Rathke
2016-02-25prepare SearchOptions config with IsUseWildcardEike Rathke
2016-02-24convert EConfigurationModes to scoped enumNoel Grandin
2016-02-23new loplugin: commaoperatorNoel Grandin
2016-01-31unnecessary use of OUString constructorNoel Grandin
2016-01-18loplugin: unused return valuesNoel Grandin
2016-01-15loplugin:unusedmethods unused return value in include/unotoolsNoel Grandin
2016-01-13loplugin:unusedmethods unused return value unotools/Noel Grandin
2015-12-21loplugin:unusedmethodsNoel Grandin
2015-12-14Silence warning C4334 under --enble-64-bit MSVCStephan Bergmann
2015-11-26loplugin:unusedfields variousNoel Grandin
2015-11-25add const in ranged forAndrzej Hunt
2015-11-20attempt to fix tdf#95935 - CRASH on startup in o3tl vcl codeNoel Grandin
2015-11-18com::sun::star->css in unotools/Noel Grandin
2015-11-17use unique_ptr for pImpl in unotools/Noel Grandin
2015-11-15use initialiser for Sequence<OUString>Noel Grandin
2015-11-15use initialiser for Sequence<OUString>Noel Grandin
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-09new loplugin: oncevarNoel Grandin
2015-11-06loplugin:stringconstant: elide explicit ctor usage (manually due to macros)Stephan Bergmann
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin
2015-11-04yyyyyNoel Grandin
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin
2015-10-23tdf#48456 : when searching for a number, consider formattingDennis Francis
2015-10-15calling IsSet() before Call() on Link<> is unnecessaryNoel Grandin
2015-10-15cppcheck:variableScopeNoel Grandin
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-10-09Move SolarMutex down from tools to comphelper/ to make life easier.Michael Meeks
2015-10-06loplugin:unusedmethodsNoel Grandin
2015-09-30Fix typosAndrea Gelmini
2015-09-30Fix typosAndrea Gelmini
2015-09-10convert Link<> to typedNoel Grandin
2015-09-09unotools: tdf#88206 replace cppu::WeakImplHelper*Takeshi Abe
2015-09-03loplugin:stringconstant also for cases using char const v[] = "..."Stephan Bergmann
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann
2015-08-29SYSLOCALEOPTIONS_HINTs are sal_uInt32, not sal_uLongMatteo Casalin
2015-08-27Clean up sEmptyStephan Bergmann
2015-08-20tweak config-less sysconfig pathCaolán McNamara
2015-08-20more config skipping stuff and a tester toolCaolán McNamara
2015-08-19Clean up remaining utl::LocalFileHelper::Convert...Stephan Bergmann
2015-08-19for testing allow disabling configmgr for time critical pathsCaolán McNamara
2015-07-21Miscellaneous typosAdolfo Jayme Barrientos
2015-07-16WaE: -Wmaybe-uninitializedCaolán McNamara
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann
2015-07-01tdf#92431 Keep thumbnail for modified but unsaved docMaxim Monastirsky
2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann