summaryrefslogtreecommitdiff
path: root/unotools
AgeCommit message (Expand)AuthorFilesLines
2016-01-05new loplugin rangedforcopy - use reference in range based forAndrzej Hunt1-2/+2
2016-01-05let us try to use the pid as well on windowsMarkus Mohrhard1-0/+6
2016-01-04remove unnecessary ;Markus Mohrhard1-1/+1
2015-12-24OModule::onFirstClient is unusedNoel Grandin1-5/+0
2015-12-21loplugin:unusedfields unotools,unoxmlNoel Grandin2-7/+5
2015-12-21loplugin:unusedmethodsNoel Grandin1-15/+0
2015-12-14Silence warning C4334 under --enble-64-bit MSVCStephan Bergmann1-1/+1
2015-11-26loplugin:unusedfields variousNoel Grandin1-1/+0
2015-11-25add const in ranged forAndrzej Hunt1-1/+1
2015-11-20Seems more natural to pass a homogenous list by initializer_listStephan Bergmann1-2/+2
2015-11-20attempt to fix tdf#95935 - CRASH on startup in o3tl vcl codeNoel Grandin1-15/+14
2015-11-20loplugin:sallogareasStephan Bergmann1-1/+1
2015-11-19use comphelper::containerToSequenceNoel Grandin1-4/+2
2015-11-18remove unused typedefs and inline use-once typedefsNoel Grandin1-3/+1
2015-11-18com::sun::star->css in unotools/Noel Grandin40-208/+194
2015-11-17use unique_ptr for pImpl in unotools/Noel Grandin3-21/+18
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin1-3/+1
2015-11-15Fast PCH generator and optimized PCH filesAshod Nakashian1-136/+98
2015-11-15use initialiser for Sequence<OUString>Noel Grandin3-6/+3
2015-11-15use initialiser for Sequence<OUString>Noel Grandin2-12/+6
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin1-4/+2
2015-11-12Namespace cleanup and disambiguationAshod Nakashian2-4/+4
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann46-183/+183
2015-11-09new loplugin: oncevarNoel Grandin1-3/+1
2015-11-06loplugin:stringconstant: elide explicit ctor usage (manually due to macros)Stephan Bergmann1-3/+3
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann5-26/+26
2015-11-05java: combine nested if statementsNoel Grandin1-10/+6
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin8-47/+44
2015-11-05complete initial compiler plugin for the ServiceDocumenterBjoern Michaelsen1-1/+1
2015-11-04yyyyyNoel Grandin2-8/+8
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin3-5/+5
2015-10-23tdf#48456 : when searching for a number, consider formattingDennis Francis1-2/+13
2015-10-19convert remaing DBG_WARNING to SAL_INFONoel Grandin1-1/+1
2015-10-15calling IsSet() before Call() on Link<> is unnecessaryNoel Grandin1-2/+1
2015-10-15cppcheck:variableScopeNoel Grandin1-2/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann33-121/+121
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann5-10/+10
2015-10-09Move SolarMutex down from tools to comphelper/ to make life easier.Michael Meeks1-3/+5
2015-10-06loplugin:unusedmethodsNoel Grandin1-17/+0
2015-10-05tdf#82744: fix WebDAV lock/unlock behaviour - part 3Giuseppe Castagno1-6/+2
2015-10-05clang-analyzer-deadcode.DeadStoresStephan Bergmann1-1/+0
2015-09-30Fix typosAndrea Gelmini3-4/+4
2015-09-30Fix typosAndrea Gelmini1-3/+3
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann1-6/+6
2015-09-19Fix C2695: overriding virtual function differs only by calling conventionTor Lillqvist1-3/+3
2015-09-19Fix error: exception specification of overriding function is more lax ...Tor Lillqvist2-7/+10
2015-09-19use the generated offapi signatureBjoern Michaelsen1-2/+2
2015-09-19use exact signatures from offapiBjoern Michaelsen1-4/+4
2015-09-19add implementation for theServiceDocumenter singletonBjoern Michaelsen7-102/+169
2015-09-11downgrade warning, exception on opening a missing file is an expected thingCaolán McNamara1-8/+10