summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)AuthorFilesLines
2017-06-19fix regression, some mutexes need to live longerJochen Nitschke1-2/+2
2017-06-19Make SfxItemSet ranges correct by construction: Fix static casesStephan Bergmann1-3/+3
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke1-1/+0
2017-06-17replace misc double checked locking patternsJochen Nitschke1-13/+6
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann1-91/+49
2017-06-14use more SAL_N_ELEMENTS part 2Noel Grandin1-1/+1
2017-06-13Let SfxSetItem ctor take SfxItemSet by unique_ptrStephan Bergmann1-3/+7
2017-06-09use comphelper::InitPropertySequence in more placesNoel Grandin1-29/+16
2017-06-09Avoid overflow in subtractionStephan Bergmann1-1/+2
2017-06-06Eliminate dynamic_cast<const SfxVoidItem*>, use SfxPoolItem::IsVoidItem()Eike Rathke1-1/+1
2017-06-06Perf-sc: tdf#100709 SfxPoolItem::IsVoidItem() instead of dynamic_castEike Rathke2-1/+10
2017-06-06tdf#106942 Wrong message when lock file is empty or corruptJuergen Funk1-0/+7
2017-06-06add COVERITY_NOEXCEPT_FALSECaolán McNamara5-5/+5
2017-06-06replace SVSTREAM_OK with ERRCODE_NONENoel Grandin1-1/+1
2017-06-05Improved loplugin:cstylecast to reference types: svlStephan Bergmann1-2/+1
2017-05-31clang-tidy readability-redundant-control-flowNoel Grandin1-1/+0
2017-05-30remove duplicate 'using namespace'Jochen Nitschke1-6/+0
2017-05-30teach redundantcast plugin about functional castsNoel Grandin1-4/+4
2017-05-28remove unnecessary use of OString::getStrNoel Grandin2-11/+8
2017-05-25Revert "tdf#107945: Perhaps this will make this method thread-safe..."Kohei Yoshida1-1/+1
2017-05-25tdf#107945: Perhaps this will make this method thread-safe...Kohei Yoshida1-1/+1
2017-05-23enhance useuniqueptr lopluginNoel Grandin1-1/+0
2017-05-19loplugin:stringcopy: svlStephan Bergmann3-6/+6
2017-05-17Remove old cruft #if 0 debugger test casesEike Rathke1-25/+0
2017-05-12remove unused uno::Reference varsNoel Grandin1-2/+0
2017-05-11Clean up uses of SAL_U/SAL_W: svlStephan Bergmann2-9/+1
2017-05-11remove some unnecessary temporary OUStringsNoel Grandin1-3/+2
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke4-4/+0
2017-05-08cleanup tools/debug.hxx includesJochen Nitschke1-1/+0
2017-05-07revert OSL_ASSERT changesChris Sherlock3-5/+5
2017-05-07tdf#43157: convert ucb and svl from OSL_ASSERT to assertChris Sherlock3-5/+5
2017-05-06Plausible fix for timezone offset issue in Repair Document.Michael Meeks1-0/+1
2017-05-04Number formatter: handle negative signed year date as BCEEike Rathke3-8/+153
2017-05-04Bail out early for just a sign as start stringEike Rathke1-0/+4
2017-05-04Make SvNumberformat::ImpIsIso8601() constEike Rathke1-1/+1
2017-04-28loplugin:salunicodeliteral: svlStephan Bergmann4-6/+6
2017-04-28clang-tidy readability-simplify-boolean-exprNoel Grandin2-14/+3
2017-04-26use strong_int for LanguageTypeNoel Grandin6-269/+212
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock4-0/+4
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky5-5/+0
2017-04-21remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin3-18/+18
2017-04-20loplugin:inlinefields in FSStorage_ImplNoel Grandin1-17/+3
2017-04-19loplugin:useuniqueptr (clang-cl)Stephan Bergmann1-5/+5
2017-04-19coverity#1405221 silence Out-of-bounds readCaolán McNamara1-0/+1
2017-04-18Resolves: tdf#107012 follow date order of the target localeEike Rathke2-0/+191
2017-04-13convert DateFormat to scoped enum and rename to DateOrderNoel Grandin4-49/+50
2017-04-10tdf#106190 Tests of fraction formatsLaurent Balland-Poirier1-1/+39
2017-04-07loplugin:redundantcast find cstyle arithmetic castsNoel Grandin1-2/+2
2017-04-07tdf#39468 Translate German commentsJens Carl1-1/+1
2017-04-06make page size compile time constantJochen Nitschke1-5/+1