summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)AuthorFilesLines
2021-05-10ofz#10879 stay inside sSecStr boundsCaolán McNamara1-2/+2
2018-02-28Resolves: tdf#114833 do not officiously force Y-M-D if D-M-Y is applicableEike Rathke1-1/+3
2018-01-27ofz#5535 max decimal places for rtl_math_round is 20Caolán McNamara1-2/+4
2018-01-25Add to nPos once instead of in each iterationEike Rathke1-5/+3
2017-11-21Resolves: tdf#113889 no date particle reordering when exporting to ExcelEike Rathke3-5/+12
2017-10-17Resolves: tdf#112933 correct number of one decimal in fraction of secondsEike Rathke1-22/+16
2017-10-02Number scanner: accept fractional separators in an ISO 8601 date+time stringEike Rathke2-0/+17
2017-10-01Number scanner: accept negative year ISO 8601 input with 'T' time separatorEike Rathke1-2/+3
2017-09-15Resolves: tdf#52510 handle trailing ';' specifying empty following subformatEike Rathke1-2/+20
2017-09-11Resolves: tdf#91758 more stringent check for ISO date like looking inputEike Rathke3-38/+48
2017-08-07ofz#2867 null derefCaolán McNamara1-8/+11
2017-08-07Resolves: ofz#2833 null derefCaolán McNamara1-8/+11
2017-06-07Eliminate dynamic_cast<const SfxVoidItem*>, use SfxPoolItem::IsVoidItem()Eike Rathke1-1/+1
2017-06-07Perf-sc: tdf#100709 SfxPoolItem::IsVoidItem() instead of dynamic_castEike Rathke2-1/+10
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
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: svlStephan Bergmann1-2/+2
2017-04-06tdf#106190 Fix (again) left alignment of denominatorLaurent Balland-Poirier1-18/+11
2017-04-05loplugin:constantparam part2Noel Grandin5-12/+10
2017-04-04Finally switch MSVC to sal_Unicode = char16_t, tooStephan Bergmann1-2/+2
2017-04-04loplugin:unusedmethodsNoel Grandin1-7/+0
2017-04-03tdf#39468 Translate German commentsJens Carl2-2/+2
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-2/+2
2017-03-30remove type decorations on char literalsJochen Nitschke3-12/+12
2017-03-29loplugin:unusedmethodsNoel Grandin3-41/+0