summaryrefslogtreecommitdiff
path: root/formula
AgeCommit message (Expand)Author
2016-05-20clang-tidy misc-assign-operator-signatureNoel Grandin
2016-05-19clang-tidy modernize-make-uniqueNoel Grandin
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin
2016-05-04tdf#97831 [part] Add Excel 2016 functions to CalcWinfried Donkers
2016-05-03tdf#97831 [part] Add Excel 2016 functions to CalcWinfried Donkers
2016-05-02check presence of token, tdf#96426 follow-upEike Rathke
2016-05-02Revert "crashtesting: fix ooo123540-1.xlsx etc"Eike Rathke
2016-04-30crashtesting: fix ooo123540-1.xlsx etcCaolán McNamara
2016-04-30Fix typosAndrea Gelmini
2016-04-28tdf#97087 Give comprehensible, unique names to idlesMuhammet Kara
2016-04-27clang-tidy modernize-loop-convert in f*Noel Grandin
2016-04-26tdf#97831 [part] Add Excel 2016-Office 365 functions to CalcWinfried Donkers
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin
2016-04-24first range can be anywhere before second at RPN end, tdf#96426 follow-upEike Rathke
2016-04-23more differentiated significant whitespace recognition, tdf#96426 follow-upEike Rathke
2016-04-23narrow down where a space could be an intersection, tdf#96426 follow-upEike Rathke
2016-04-23fully check for adjacent RPN end, tdf#96426 follow-upEike Rathke
2016-04-23use FormulaToken::DeleteIfZeroRef() instead of Delete() at some placesEike Rathke
2016-04-23Resolves: tdf#96426 significant whitespace as intersection in Excel syntaxEike Rathke
2016-04-23simplify the ReplaceToken() offset logic to absolute offsetsEike Rathke
2016-04-23newline shortageEike Rathke
2016-04-23change multiple ifs to switch caseEike Rathke
2016-04-23join two lines that cause an annoying debugger step over experienceEike Rathke
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin
2016-04-12Avoid reserved identifierStephan Bergmann
2016-04-11clang-tidy performance-unnecessary-value-param in formulaNoel Grandin
2016-04-04get rid of a TODO commentWinfried Donkers
2016-03-31use SAL_N_ELEMENTS more widelyNoel Grandin
2016-03-23missing nullptr check, tdf#98427Markus Mohrhard
2016-03-18Resolves: tdf#96915 implement other-sheet-local named expressionsEike Rathke
2016-03-18loplugin:constantparam in formulaNoel Grandin
2016-03-14prefix domain namespace to FORECAST.* functions for ODFF, tdf#94635 follow-upEike Rathke
2016-03-10loplugin:constantparam in formulaNoel Grandin
2016-03-03tdf#94635 Add FORECAST.ETS functions to CalcWinfried Donkers
2016-03-03loplugin:unuseddefaultparams in formulaNoel Grandin
2016-02-23new loplugin: commaoperatorNoel Grandin
2016-02-18tdf#43157 Cleanup DBG_ASSERT for formula module.aybuke
2016-02-09Remove excess newlinesChris Sherlock
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock
2016-01-20loplugin:unusedmethodsNoel Grandin
2016-01-12loplugin:unusedmethods unused return value in include/formulaNoel Grandin
2016-01-10Fix typosAndrea Gelmini
2016-01-09Function Wizard: exclude functions with hidden flag from listsEike Rathke
2016-01-09Function Wizard: don't overwrite an unlisted functionEike Rathke
2016-01-09prepare for hidden flag in function description for Function WizardEike Rathke
2016-01-07tdf#96198 postpone conversion from WEEKNUM to ISOWEEKNUM, tdf#50950 follow-upEike Rathke
2016-01-05use new'ed FormulaToken and FormulaTokenArray::Add()Eike Rathke
2016-01-05for new'ed FormulaToken use FormulaTokenArray::Add()Eike Rathke
2016-01-05tdf#96198 add WEEKNUM_OOO compatibility function, tdf#50950 follow-upEike Rathke
2016-01-05formula: add missing algorithm include for std::min.Michael Meeks