summaryrefslogtreecommitdiff
path: root/formula
AgeCommit message (Expand)Author
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
2016-01-05tdf#96198 detect old ISO/WEEKNUM usage with two arguments, tdf#50950 follow-upEike Rathke
2015-12-18Formula Wizard: evaluating expressions always in matrix context is wrongEike Rathke
2015-12-18Resolves: tdf#96366 replace Edit...() calls with actually working codeEike Rathke
2015-12-18tdf#96366 disable treeview results until fix availableEike Rathke
2015-12-18Function Wizard shoots itself in the footEike Rathke
2015-12-17out-of-bounds arg mapping access, this was always wrong but never hit it seemsEike Rathke
2015-12-17handle varargs with first required and subsequent optional, tdf#71459 relatedEike Rathke
2015-12-17add RAWSUBTRACT spreadsheet function, tdf#71459Eike Rathke
2015-12-15Resolves: tdf#95440 SharedString are interned per document, re-internEike Rathke
2015-11-20loplugin:unusedfields forms,formula,fpicker,frameworkNoel Grandin
2015-11-18cosmeticsEike Rathke
2015-11-18rename FormulaToken HasForceArray to IsInForceArrayEike Rathke
2015-11-16prevent ForceArray propagation on the same token, tdf#95670 follow-upEike Rathke
2015-11-16Resolves: tdf#95670 propagate ForceArray per parameterEike Rathke
2015-11-15tdf#95798: CRASH: when finish Function wizard on Report builderJulien Nabet
2015-11-15use initialiser for Sequence<OUString>Noel Grandin
2015-11-13cppcheck: noExplicitConstructorCaolán McNamara
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-09Replace a local functor and bind2nd by a lambda in formula.Mario J. Rugiero
2015-10-26Revert "tdf#90695: In function Wizard Array box cannot be unchecked"Eike Rathke
2015-10-26tdf#90695: In function Wizard Array box cannot be uncheckedJulien Nabet
2015-10-19loplugin:defaultparamsStephan Bergmann
2015-10-16convert Link<> to typedNoel Grandin
2015-10-14com::sun::star->css in fpicker/Noel Grandin