summaryrefslogtreecommitdiffstats
path: root/svl
Commit message (Expand)AuthorAgeFilesLines
* teach unnecessaryparen loplugin about identifiersNoel Grandin2017-07-104-9/+9
* loplugin:unnecessaryparen handle parens inside call exprNoel Grandin2017-07-071-3/+3
* teach unnecessaryparen plugin about other kinds of statementsNoel Grandin2017-07-061-4/+4
* loplugin unnecessaryparan improvementsNoel Grandin2017-07-061-3/+3
* crash on exit of cppunit testsCaolán McNamara2017-07-051-1/+4
* loplugin:unusedfields in slideshow..svtoolsNoel Grandin2017-07-031-24/+8
* C++11 remove std::unary_function bases from functorsJochen Nitschke2017-07-031-1/+1
* loplugin:casttovoid: svlStephan Bergmann2017-07-026-12/+5
* loplugin:oncevar in starmath..svlNoel Grandin2017-06-274-25/+14
* loplugin:useuniqueptr in variousNoel Grandin2017-06-271-46/+31
* loplugin:unusedfields store..svlNoel Grandin2017-06-211-3/+0
* fix regression, some mutexes need to live longerJochen Nitschke2017-06-191-2/+2
* Make SfxItemSet ranges correct by construction: Fix static casesStephan Bergmann2017-06-191-3/+3
* remove unused osl/mutex.hxx includesJochen Nitschke2017-06-181-1/+0
* replace misc double checked locking patternsJochen Nitschke2017-06-171-13/+6
* Make SfxItemSet ranges correct by constructionStephan Bergmann2017-06-161-91/+49
* use more SAL_N_ELEMENTS part 2Noel Grandin2017-06-141-1/+1
* Let SfxSetItem ctor take SfxItemSet by unique_ptrStephan Bergmann2017-06-131-3/+7
* use comphelper::InitPropertySequence in more placesNoel Grandin2017-06-091-29/+16
* Avoid overflow in subtractionStephan Bergmann2017-06-091-1/+2
* Eliminate dynamic_cast<const SfxVoidItem*>, use SfxPoolItem::IsVoidItem()Eike Rathke2017-06-061-1/+1
* Perf-sc: tdf#100709 SfxPoolItem::IsVoidItem() instead of dynamic_castEike Rathke2017-06-062-1/+10
* tdf#106942 Wrong message when lock file is empty or corruptJuergen Funk2017-06-061-0/+7
* add COVERITY_NOEXCEPT_FALSECaolán McNamara2017-06-065-5/+5
* replace SVSTREAM_OK with ERRCODE_NONENoel Grandin2017-06-061-1/+1
* Improved loplugin:cstylecast to reference types: svlStephan Bergmann2017-06-051-2/+1
* clang-tidy readability-redundant-control-flowNoel Grandin2017-05-311-1/+0
* remove duplicate 'using namespace'Jochen Nitschke2017-05-301-6/+0
* teach redundantcast plugin about functional castsNoel Grandin2017-05-301-4/+4
* remove unnecessary use of OString::getStrNoel Grandin2017-05-282-11/+8
* Revert "tdf#107945: Perhaps this will make this method thread-safe..."Kohei Yoshida2017-05-251-1/+1
* tdf#107945: Perhaps this will make this method thread-safe...Kohei Yoshida2017-05-251-1/+1
* enhance useuniqueptr lopluginNoel Grandin2017-05-231-1/+0
* loplugin:stringcopy: svlStephan Bergmann2017-05-193-6/+6
* Remove old cruft #if 0 debugger test casesEike Rathke2017-05-171-25/+0
* remove unused uno::Reference varsNoel Grandin2017-05-121-2/+0
* Clean up uses of SAL_U/SAL_W: svlStephan Bergmann2017-05-112-9/+1
* remove some unnecessary temporary OUStringsNoel Grandin2017-05-111-3/+2
* cleanup osl/diagnose.h includesJochen Nitschke2017-05-094-4/+0
* cleanup tools/debug.hxx includesJochen Nitschke2017-05-081-1/+0
* revert OSL_ASSERT changesChris Sherlock2017-05-073-5/+5
* tdf#43157: convert ucb and svl from OSL_ASSERT to assertChris Sherlock2017-05-073-5/+5
* Plausible fix for timezone offset issue in Repair Document.Michael Meeks2017-05-061-0/+1
* Number formatter: handle negative signed year date as BCEEike Rathke2017-05-043-8/+153
* Bail out early for just a sign as start stringEike Rathke2017-05-041-0/+4
* Make SvNumberformat::ImpIsIso8601() constEike Rathke2017-05-041-1/+1
* loplugin:salunicodeliteral: svlStephan Bergmann2017-04-284-6/+6
* clang-tidy readability-simplify-boolean-exprNoel Grandin2017-04-282-14/+3
* use strong_int for LanguageTypeNoel Grandin2017-04-266-269/+212
* tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock2017-04-254-0/+4