summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/interpr2.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-08-12Fix typosAndrea Gelmini1-1/+1
2019-07-25Fix typosAndrea Gelmini1-1/+1
2019-03-28tdf#124286 fix annoying rounding error.Winfried Donkers1-8/+29
2019-01-31Simplify containers iterations in sc/source/core/[o-t]*Arkadiy Illarionov1-15/+9
2019-01-10tdf#121978 use round again for Calc function SECOND.Winfried Donkers1-1/+4
2018-11-25tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski1-1/+1
2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen1-0/+1
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann1-1/+1
2018-08-28Move lcl_getHourMinuteSecond() to tools::Time::GetClock()Eike Rathke1-47/+9
2018-08-28Shortcut small negative values to 0:0:0, tdf#119533 tdf#118800 follow-upEike Rathke1-1/+4
2018-08-28Resolves: tdf#119533 reintroduce time rounding but cut, tdf#118800 follow-upEike Rathke1-12/+47
2018-08-15sc: Report #DIV/0! when MOD()'s divisor is 0Takeshi Abe1-1/+1
2018-08-01loplugin:stringloop in scNoel Grandin1-5/+4
2018-07-19tdf#118800 fix rounding error in Calc function HOUR, MINUTE, SECOND.Winfried Donkers1-3/+3
2018-07-13Rework FormulaTokenArray ScRecalcMode in preparation for tdf#94925Eike Rathke1-4/+2
2018-07-02sc: Replace DblMin() with std::min()Takeshi Abe1-6/+1
2018-05-21sc: Avoid looking up system clock twice to get current datetimeTakeshi Abe1-3/+2
2018-04-16tdf#42949 Remove unnecessary localization headers from scGabor Kelemen1-1/+0
2018-01-12More loplugin:cstylecast: scStephan Bergmann1-57/+57
2018-01-12Better handle ScDde formulas with missing dde-link entriesCaolán McNamara1-1/+7
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin1-33/+33
2017-11-13tdf#113768 Fix opposite argument description for Calc function VDB.Winfried Donkers1-4/+4
2017-11-05Correct German variables/functions names translation in Calc (financial)Johnny_M1-133/+133
2017-11-01Fix prefixes of "double" variables in Calc (financial)Johnny_M1-132/+132
2017-10-23loplugin:includeform: scStephan Bergmann1-19/+19
2017-10-23Translate German function names in Calc (financial)Johnny_M1-19/+19
2017-10-16Translate German variable names in Calc (financial)Johnny_M1-25/+25
2017-10-02Translate German variable names in Calc (financial)Johnny_M1-78/+78
2017-09-07tdf#112177 remove incorrect constraint for Calc function NPER.Winfried Donkers1-2/+0
2017-08-24loplugin:constparam in sc part3Noel Grandin1-1/+1
2017-07-21Eliminate Date::operator+=() and -=() and replace with Date::AddDays()Eike Rathke1-14/+14
2017-07-20Obtain days using GetInt32()Eike Rathke1-4/+4
2017-07-20Obtain days using GetInt32() instead of casting floorEike Rathke1-10/+10
2017-07-19Change the most obvious Date+=(long)... to Date+=static_cast<sal_Int32>(...)Eike Rathke1-9/+9
2017-07-18Eliminate some unnecessary temporary Date instancesEike Rathke1-4/+4
2017-07-18Change nonsense non-const Date* GetNullDate() to const Date&Eike Rathke1-16/+16
2017-07-07loplugin:unnecessaryparen handle parens inside call exprNoel Grandin1-1/+1
2017-07-04Remove artificial parameter count limit from NPV()Eike Rathke1-1/+1
2017-07-04Use ReverseStack() in NPV()Eike Rathke1-5/+2
2017-07-04Remove artificial parameter count limit from GRETPIVOTDATA()Eike Rathke1-1/+1
2017-07-03Translate German comments and debug strings (leftovers in dirs sal to sc)Johnny_M1-5/+5
2017-06-26loplugin:oncevar in scNoel Grandin1-2/+1
2017-05-15Fix typosAndrea Gelmini1-1/+1
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-04-10tdf#39468 Translate German commentsJens Carl1-1/+1
2017-04-07tdf#39468 Translate German commentsJens Carl1-1/+1
2017-04-06loplugin:redundantcast find cstyle double castsNoel Grandin1-7/+7
2017-03-30Translate German comments (leftovers)Johnny_M1-2/+2
2017-03-07Follow up of commit 055c8cc676921176e2b9df76bd0e09bacab1d80bWinfried Donkers1-8/+3
2017-03-06Check for divide by 0 in Calc function NPER.Winfried Donkers1-10/+16