summaryrefslogtreecommitdiffstats
path: root/svl
Commit message (Expand)AuthorAgeFilesLines
* 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
* gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky2017-04-215-5/+0
* remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin2017-04-213-18/+18
* loplugin:inlinefields in FSStorage_ImplNoel Grandin2017-04-201-17/+3
* loplugin:useuniqueptr (clang-cl)Stephan Bergmann2017-04-191-5/+5
* coverity#1405221 silence Out-of-bounds readCaolán McNamara2017-04-191-0/+1
* Resolves: tdf#107012 follow date order of the target localeEike Rathke2017-04-182-0/+191
* convert DateFormat to scoped enum and rename to DateOrderNoel Grandin2017-04-134-49/+50
* tdf#106190 Tests of fraction formatsLaurent Balland-Poirier2017-04-101-1/+39
* loplugin:redundantcast find cstyle arithmetic castsNoel Grandin2017-04-071-2/+2
* tdf#39468 Translate German commentsJens Carl2017-04-071-1/+1
* make page size compile time constantJochen Nitschke2017-04-061-5/+1
* Improved loplugin:redundantcast, static_cast on arithmetic types: svlStephan Bergmann2017-04-061-2/+2
* tdf#106190 Fix (again) left alignment of denominatorLaurent Balland-Poirier2017-04-061-18/+11
* loplugin:constantparam part2Noel Grandin2017-04-055-12/+10
* Finally switch MSVC to sal_Unicode = char16_t, tooStephan Bergmann2017-04-041-2/+2
* loplugin:unusedmethodsNoel Grandin2017-04-041-7/+0
* tdf#39468 Translate German commentsJens Carl2017-04-032-2/+2
* tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna2017-03-311-2/+2
* remove type decorations on char literalsJochen Nitschke2017-03-303-12/+12
* loplugin:unusedmethodsNoel Grandin2017-03-293-41/+0
* convert SearchBehavior to scoped enumNoel Grandin2017-03-293-3/+3
* Fix typosAndrea Gelmini2017-03-253-3/+3
* convert ViewShellId to o3tl::strong_intNoel Grandin2017-03-241-9/+9
* Remove unused #include <ctype.h>Stephan Bergmann2017-03-233-3/+0
* Use rtl::isAscii* instead of ctype.h is* with sal_Unicode argStephan Bergmann2017-03-222-13/+4
* tdf#96505 - Get rid of cargo cult long integer literalsudaycoder2017-03-211-1/+1
* cleanup double includes and declarationsJochen Nitschke2017-03-171-1/+0
* remove unused defines from HRC files in svlNoel Grandin2017-03-171-25/+0
* drop GetId() from SfxUndoActionNoel Grandin2017-03-161-16/+0
* Following tdf#106190 Treat blank after fraction barLaurent Balland-Poirier2017-03-142-6/+7
* force SvNumberformat::FormatterPrivateAccess for Get/SetLastInsertKeyEike Rathke2017-03-131-8/+9
* Fix typosAndrea Gelmini2017-03-111-1/+1
* guard against a (theoretical?) endless loop of blanks onlyEike Rathke2017-03-101-1/+3
* prevent string access out of boundsEike Rathke2017-03-101-10/+13
* string access out of boundsEike Rathke2017-03-101-1/+5