summaryrefslogtreecommitdiff
path: root/unotools
AgeCommit message (Expand)AuthorFilesLines
2016-03-10Avoid reserved identifierStephan Bergmann1-3/+3
2016-03-08tdf#91794 Remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar4-41/+18
2016-03-07tdf#97703 removed empty setUp/tearDown methodsChirag Manwani1-5/+0
2016-03-02unotools: handle classification path in SvtDefaultOptionsMiklos Vajna1-4/+9
2016-03-02sfx2 classification: use SvtPathOptionsMiklos Vajna1-1/+15
2016-02-29loplugin:unuseddefaultparam in unotoolsNoel Grandin5-18/+14
2016-02-26add missing commaEike Rathke1-1/+1
2016-02-25prepare SearchOptions config with IsUseWildcardEike Rathke1-4/+31
2016-02-24convert EConfigurationModes to scoped enumNoel Grandin3-4/+4
2016-02-23SearchFlags::WILD_MATCH_SELECTION, SearchOptions2::WildcardEscapeCharacterEike Rathke1-3/+15
2016-02-23new loplugin: commaoperatorNoel Grandin2-2/+4
2016-02-11OTempFileService: avoid manually deleting mpTempFileMiklos Vajna2-11/+5
2016-02-05nitpick, mention function name in assertEike Rathke1-1/+1
2016-02-05interface to new XTextSearch2 with SearchOptions2, tdf#72196Eike Rathke1-15/+63
2016-01-31OSL_THIS_FUNC is a rip-off of BOOST_CURRENT_FUNCTION so we can use thatCaolán McNamara1-1/+0
2016-01-31unnecessary use of OUString constructorNoel Grandin1-2/+2
2016-01-18loplugin: unused return valuesNoel Grandin2-27/+10
2016-01-15loplugin:unusedmethods unused return value in include/unotoolsNoel Grandin3-26/+13
2016-01-14unotools: This list is constantTakeshi Abe1-1/+1
2016-01-13loplugin:unusedmethods unused return value unotools/Noel Grandin4-12/+6
2016-01-10Fix typosAndrea Gelmini1-1/+1
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