summaryrefslogtreecommitdiff
path: root/svx/source/items/numfmtsh.cxx
AgeCommit message (Expand)Author
2021-10-04loplugin:constmethodNoel Grandin
2021-09-23Add not-quite-ISO date+time with space and milliseconds and locale's separatorEike Rathke
2021-09-21Add ISO 8601 date+time with milliseconds formatEike Rathke
2021-08-13split SvNumberFormatter into it's own headerNoel Grandin
2021-03-26loplugin:flattenNoel
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel
2020-11-16tdf#123936 Formatting files in module svx with clang-formatPhilipp Hofer
2020-10-26switching long to a 64-bit type on 64-bit windowsNoel
2020-09-30loplugin:reducevarscope in svxNoel
2020-09-03Make ImpSvNumberformatScan::GetColor constMike Kaganski
2020-08-06loplugin:flatten in svxNoel Grandin
2020-02-22Factor out FillEListWithOneFormat_Impl()Eike Rathke
2020-02-22Resolves: tdf#130563 Add predefined 4-digit year date+time formatEike Rathke
2020-01-28New loplugin:unsignedcompareStephan Bergmann
2020-01-14tdf#75280: Convert inappropriate use of sal_uIntPtr to better integer typesMesut Çifci
2019-08-19Resolves: tdf#72040 add predefined ISO 8601 date+time format with "T"Eike Rathke
2019-02-09Resolves: tdf#123122 category is just one bit, date+time is two bits setEike Rathke
2019-01-16Resolves: tdf#122509 we have a second list with generated currency formatsEike Rathke
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
2018-11-19Simplify containers iterations in svx/source/[f-i]*Arkadiy Illarionov
2018-11-05tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski
2018-10-18clang-tidy readability-simplify-boolean-exprNoel Grandin
2018-10-09loplugin:unusedmethodsNoel Grandin
2018-10-04Reformat this eye-cancer causing messEike Rathke
2018-10-04Select the current format if multiple instead of first matching format codeEike Rathke
2018-10-03Related: tdf#119613 tdf#118127 suppress duplicated builtins, rework All catEike Rathke
2018-10-02Omit deprecated old currency entries for ALL category unless usedEike Rathke
2018-08-24pass DelFormats around using std::vectorNoel Grandin
2018-07-31loplugin:returnconstant in svxNoel Grandin
2018-04-11new loplugin:unusedvariablemoreNoel Grandin
2018-01-15More loplugin:cstylecast: svxStephan Bergmann
2018-01-12More loplugin:cstylecast: svxStephan Bergmann
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin
2017-06-27loplugin:oncevar in svxNoel Grandin
2017-05-12Translate German comments (rest of svx/)Johnny_M
2017-04-27Translate German comments (rest of svx/ except svx/source/form/)Johnny_M
2017-04-26clang-tidy readability-simplify-boolean-expr in svxNoel Grandin
2017-02-20use SvNumberformat::GetMaskedType()Eike Rathke
2016-10-27loplugin:expandablemethods in svxNoel Grandin
2016-10-07loplugin:staticmethods: svxStephan Bergmann
2016-08-30Translate some German comments and messagesMaarten Bosmans
2016-08-25convert SvxNumValCategory to scoped enumNoel Grandin
2016-08-24convert SvxNumberValueType to scoped enumNoel Grandin
2016-06-29tdf#100592 Add extra number formats for fractionLaurent Balland-Poirier
2016-06-29loplugin:staticmethodsStephan Bergmann
2016-06-29tdf#100413 Use same default values for preview string and format listLaurent Balland-Poirier
2016-06-02add NF_DATETIME_ISO_YYYYMMDD_HHMMSS YYYY-MM-DD HH:MM:SS builtin format codeEike Rathke
2016-06-02actually list additional builtin formats NF_FRACTION_3, NF_FRACTION_4Eike Rathke
2016-05-12clang-tidy modernize-loop-convert in svxNoel Grandin
2016-04-18Use const_iterator when possible (svx/gallery2,items,sdr,stbctrls)Julien Nabet