summaryrefslogtreecommitdiff
path: root/svl/source/numbers/zformat.cxx
AgeCommit message (Expand)Author
2018-03-02Resolves: tdf#115351 convert boolean equivalent format codes to proper BooleanEike Rathke
2018-01-25loplugin:flatten in svlNoel Grandin
2018-01-15More loplugin:cstylecast: svlStephan Bergmann
2018-01-12More loplugin:cstylecast: svlStephan Bergmann
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin
2017-12-14Move GetKeywords() and related from SvNumberformat to SvNumberFormatterEike Rathke
2017-11-27loplugin:unnecessaryparen check for (f1()).f2Noel Grandin
2017-11-23loplugin:simplifybool can't invert conditions involving float typesNoel Grandin
2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin
2017-11-03loplugin:constparam in vcl,svtoolsNoel Grandin
2017-11-01QA test of StandardColorLaurent BP
2017-11-01Make StandardColor and sErrStr staticLaurent BP
2017-10-31loplugin:constantparam in svl,svtoolsNoel Grandin
2017-10-26loplugin:constmethod in svlNoel Grandin
2017-10-23tdf#33689 Make sEnglishKeyword static memberLaurent BP
2017-10-05Resolves: tdf#102075 support system [$-F400] time and [$-F800] long dateEike Rathke
2017-09-04Resolves: tdf#52510 handle trailing ';' specifying empty following subformatEike Rathke
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin
2017-08-04rename Anz->Cnt in svlNoel Grandin
2017-08-03rename nAnzResStrings->nResultStringsCntNoel Grandin
2017-08-03rename nAnzStrings -> nStringsCntNoel Grandin
2017-07-28loplugin:constparams handle constructorsNoel Grandin
2017-07-18Change nonsense non-const Date* GetNullDate() to const Date&Eike Rathke
2017-07-18loplugin:constparams in i18npool,opencl,svlNoel Grandin
2017-06-27loplugin:useuniqueptr in variousNoel Grandin
2017-05-31clang-tidy readability-redundant-control-flowNoel Grandin
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-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-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-25Fix typosAndrea Gelmini
2017-03-23Remove unused #include <ctype.h>Stephan Bergmann
2017-03-14Following tdf#106190 Treat blank after fraction barLaurent Balland-Poirier
2017-03-10guard against a (theoretical?) endless loop of blanks onlyEike Rathke
2017-03-10string access out of boundsEike Rathke
2017-03-02tdf#106190 fix left alignment of denominatorLaurent Balland-Poirier
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
2016-10-24tdf#103060 Format "GGG" as the era name of a locale-dependent calendarTakeshi Abe
2016-10-10tdf#36038 Import extended LCID from ExcelLaurent Balland-Poirier
2016-10-10tdf#36038 Export to Excel extended LCIDLaurent Balland-Poirier
2016-10-07tdf#102370 Correctly export to Excel exponent without signLaurent Balland-Poirier
2016-10-07loplugin:staticmethods: svlStephan Bergmann