summaryrefslogtreecommitdiff
path: root/unotools
AgeCommit message (Expand)Author
2016-10-10Remove NumberFormatCodeWrapperMaarten Bosmans
2016-07-20convert more DBG_ASSERT(false to SAL_WARNNoel Grandin
2016-07-20Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann
2016-07-20Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-07-20unnecessary use of OUString constructorNoel Grandin
2016-07-20Fix typosAndrea Gelmini
2016-07-20new loplugin rangedforcopy - use reference in range based forAndrzej Hunt
2016-07-07unotools: handle classification path in SvtDefaultOptionsMiklos Vajna
2016-07-07sfx2 classification: use SvtPathOptionsMiklos Vajna
2016-06-26don't allocate and destroy a LocaleDataItem for each cell, tdf#97989Markus Mohrhard
2016-06-11Resolves: tdf#89394 revert attempt to ditch missing file from recent filesCaolán McNamara
2016-05-17Silence warning C4334 under --enble-64-bit MSVCStephan Bergmann
2016-05-10tdf#81833: form protection can be modified as compatibility optionOliver Specht
2016-01-06let us try to use the pid as well on windowsMarkus Mohrhard
2015-11-20Seems more natural to pass a homogenous list by initializer_listStephan Bergmann
2015-11-20attempt to fix tdf#95935 - CRASH on startup in o3tl vcl codeNoel Grandin
2015-11-20loplugin:sallogareasStephan Bergmann
2015-11-19use comphelper::containerToSequenceNoel Grandin
2015-11-18remove unused typedefs and inline use-once typedefsNoel Grandin
2015-11-18com::sun::star->css in unotools/Noel Grandin
2015-11-17use unique_ptr for pImpl in unotools/Noel Grandin
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin
2015-11-15Fast PCH generator and optimized PCH filesAshod Nakashian
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-12Namespace cleanup and disambiguationAshod Nakashian
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-05java: combine nested if statementsNoel Grandin
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin
2015-11-05complete initial compiler plugin for the ServiceDocumenterBjoern Michaelsen
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-19convert remaing DBG_WARNING to SAL_INFONoel Grandin
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-10-05tdf#82744: fix WebDAV lock/unlock behaviour - part 3Giuseppe Castagno
2015-10-05clang-analyzer-deadcode.DeadStoresStephan Bergmann
2015-09-30Fix typosAndrea Gelmini
2015-09-30Fix typosAndrea Gelmini
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann
2015-09-19Fix C2695: overriding virtual function differs only by calling conventionTor Lillqvist