summaryrefslogtreecommitdiff
path: root/unotools/source/config
AgeCommit message (Expand)Author
2016-04-04loplugin:constantparam in unotoolsNoel Grandin
2016-04-04tdf#97499 Fixed containers parameters clearing #4tymyjan
2016-04-04tdf#97499 Fixed containers parameters clearing #3tymyjan
2016-03-16loplugin:constantparam in unotools/Noel Grandin
2016-03-15define ODFSVER_LATEST at a central placeEike Rathke
2016-03-13quieten debugging soffice startupCaolán McNamara
2016-03-08tdf#91794 Remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar
2016-03-02unotools: handle classification path in SvtDefaultOptionsMiklos Vajna
2016-03-02sfx2 classification: use SvtPathOptionsMiklos Vajna
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