summaryrefslogtreecommitdiff
path: root/formula
AgeCommit message (Expand)AuthorFilesLines
2016-04-24first range can be anywhere before second at RPN end, tdf#96426 follow-upEike Rathke1-1/+11
2016-04-23more differentiated significant whitespace recognition, tdf#96426 follow-upEike Rathke1-7/+30
2016-04-23narrow down where a space could be an intersection, tdf#96426 follow-upEike Rathke1-73/+72
2016-04-23fully check for adjacent RPN end, tdf#96426 follow-upEike Rathke1-5/+13
2016-04-23use FormulaToken::DeleteIfZeroRef() instead of Delete() at some placesEike Rathke1-2/+2
2016-04-23Resolves: tdf#96426 significant whitespace as intersection in Excel syntaxEike Rathke2-4/+124
2016-04-23simplify the ReplaceToken() offset logic to absolute offsetsEike Rathke1-4/+1
2016-04-23newline shortageEike Rathke1-0/+1
2016-04-23change multiple ifs to switch caseEike Rathke1-17/+19
2016-04-23join two lines that cause an annoying debugger step over experienceEike Rathke1-4/+2
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin2-5/+2
2016-04-12Avoid reserved identifierStephan Bergmann1-3/+3
2016-04-11clang-tidy performance-unnecessary-value-param in formulaNoel Grandin1-5/+5
2016-04-04get rid of a TODO commentWinfried Donkers1-1/+1
2016-03-31use SAL_N_ELEMENTS more widelyNoel Grandin1-4/+4
2016-03-23missing nullptr check, tdf#98427Markus Mohrhard1-1/+1
2016-03-18Resolves: tdf#96915 implement other-sheet-local named expressionsEike Rathke1-8/+8
2016-03-18loplugin:constantparam in formulaNoel Grandin2-17/+10
2016-03-14prefix domain namespace to FORECAST.* functions for ODFF, tdf#94635 follow-upEike Rathke1-8/+8
2016-03-10loplugin:constantparam in formulaNoel Grandin3-10/+10
2016-03-03tdf#94635 Add FORECAST.ETS functions to CalcWinfried Donkers1-0/+56
2016-03-03loplugin:unuseddefaultparams in formulaNoel Grandin1-3/+2
2016-02-23new loplugin: commaoperatorNoel Grandin2-2/+6
2016-02-18tdf#43157 Cleanup DBG_ASSERT for formula module.aybuke2-2/+5
2016-02-09Remove excess newlinesChris Sherlock9-22/+0
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock1-2/+2
2016-01-20loplugin:unusedmethodsNoel Grandin1-54/+0
2016-01-12loplugin:unusedmethods unused return value in include/formulaNoel Grandin2-8/+5
2016-01-10Fix typosAndrea Gelmini2-2/+2
2016-01-09Function Wizard: exclude functions with hidden flag from listsEike Rathke1-2/+3
2016-01-09Function Wizard: don't overwrite an unlisted functionEike Rathke2-4/+18
2016-01-09prepare for hidden flag in function description for Function WizardEike Rathke1-0/+1
2016-01-07tdf#96198 postpone conversion from WEEKNUM to ISOWEEKNUM, tdf#50950 follow-upEike Rathke1-0/+11
2016-01-05use new'ed FormulaToken and FormulaTokenArray::Add()Eike Rathke1-4/+4
2016-01-05for new'ed FormulaToken use FormulaTokenArray::Add()Eike Rathke1-2/+2
2016-01-05tdf#96198 add WEEKNUM_OOO compatibility function, tdf#50950 follow-upEike Rathke3-6/+30
2016-01-05formula: add missing algorithm include for std::min.Michael Meeks1-0/+1
2016-01-05tdf#96198 detect old ISO/WEEKNUM usage with two arguments, tdf#50950 follow-upEike Rathke2-1/+82
2015-12-18Formula Wizard: evaluating expressions always in matrix context is wrongEike Rathke1-12/+20
2015-12-18Resolves: tdf#96366 replace Edit...() calls with actually working codeEike Rathke1-17/+38
2015-12-18tdf#96366 disable treeview results until fix availableEike Rathke1-0/+3
2015-12-18Function Wizard shoots itself in the footEike Rathke2-3/+21
2015-12-17out-of-bounds arg mapping access, this was always wrong but never hit it seemsEike Rathke1-1/+1
2015-12-17handle varargs with first required and subsequent optional, tdf#71459 relatedEike Rathke2-8/+13
2015-12-17add RAWSUBTRACT spreadsheet function, tdf#71459Eike Rathke1-0/+7
2015-12-15Resolves: tdf#95440 SharedString are interned per document, re-internEike Rathke1-0/+30
2015-11-20loplugin:unusedfields forms,formula,fpicker,frameworkNoel Grandin1-4/+0
2015-11-18cosmeticsEike Rathke1-13/+13
2015-11-18rename FormulaToken HasForceArray to IsInForceArrayEike Rathke2-12/+12
2015-11-16prevent ForceArray propagation on the same token, tdf#95670 follow-upEike Rathke1-1/+1