summaryrefslogtreecommitdiff
path: root/svl/source/numbers
AgeCommit message (Expand)Author
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin
2017-07-07loplugin:unnecessaryparen handle parens inside call exprNoel Grandin
2017-07-06teach unnecessaryparen plugin about other kinds of statementsNoel Grandin
2017-07-02loplugin:casttovoid: svlStephan Bergmann
2017-06-27loplugin:useuniqueptr in variousNoel Grandin
2017-06-19fix regression, some mutexes need to live longerJochen Nitschke
2017-06-17replace misc double checked locking patternsJochen Nitschke
2017-06-09use comphelper::InitPropertySequence in more placesNoel Grandin
2017-05-31clang-tidy readability-redundant-control-flowNoel Grandin
2017-05-30remove duplicate 'using namespace'Jochen Nitschke
2017-05-19loplugin:stringcopy: svlStephan Bergmann
2017-05-17Remove old cruft #if 0 debugger test casesEike Rathke
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke
2017-05-04Number formatter: handle negative signed year date as BCEEike Rathke
2017-05-04Bail out early for just a sign as start stringEike Rathke
2017-05-04Make SvNumberformat::ImpIsIso8601() constEike Rathke
2017-04-28loplugin:salunicodeliteral: svlStephan Bergmann
2017-04-28clang-tidy readability-simplify-boolean-exprNoel Grandin
2017-04-26use strong_int for LanguageTypeNoel Grandin
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-04-19coverity#1405221 silence Out-of-bounds readCaolán McNamara
2017-04-18Resolves: tdf#107012 follow date order of the target localeEike Rathke
2017-04-13convert DateFormat to scoped enum and rename to DateOrderNoel Grandin
2017-04-07loplugin:redundantcast find cstyle arithmetic castsNoel Grandin
2017-04-07tdf#39468 Translate German commentsJens Carl
2017-04-06tdf#106190 Fix (again) left alignment of denominatorLaurent Balland-Poirier
2017-03-30remove type decorations on char literalsJochen Nitschke
2017-03-29loplugin:unusedmethodsNoel Grandin
2017-03-25Fix typosAndrea Gelmini
2017-03-23Remove unused #include <ctype.h>Stephan Bergmann
2017-03-22Use rtl::isAscii* instead of ctype.h is* with sal_Unicode argStephan Bergmann
2017-03-14Following tdf#106190 Treat blank after fraction barLaurent Balland-Poirier
2017-03-13force SvNumberformat::FormatterPrivateAccess for Get/SetLastInsertKeyEike Rathke
2017-03-10guard against a (theoretical?) endless loop of blanks onlyEike Rathke
2017-03-10prevent string access out of boundsEike Rathke
2017-03-10string access out of boundsEike Rathke
2017-03-06tdf#106190 Move meber variable to localLaurent Balland-Poirier
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2017-03-02tdf#106190 fix left alignment of denominatorLaurent Balland-Poirier
2017-02-27loplugin:loopvartoosmallStephan Bergmann
2017-02-21Remove unused function. Following tdf#105657Laurent Balland-Poirier
2017-02-21tdf#106052 Treat SubFormat for "Precision as shown"Laurent Balland-Poirier
2017-02-20use SvNumberformat::GetMaskedType()Eike Rathke
2017-02-20tdf#105657 Treat "Precision as shown" for fractionsLaurent Balland-Poirier
2017-02-15Resolves: tdf#105968 handle engineering notation rounded into next magnitudeEike Rathke
2017-02-06Add missing #includesStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-12-17Adapt to no-longer explicit OUStringLiteral ctorStephan Bergmann
2016-11-24use o3tl::typed_flags in ConfigurationListener::ConfigurationChangedNoel Grandin
2016-10-31loplugin:oncevar in svl..svxNoel Grandin