summaryrefslogtreecommitdiffstats
path: root/formula
Commit message (Expand)AuthorAgeFilesLines
* tdf#93894: Prohibit grouping when certain token types are present.Kohei Yoshida2016-10-191-1/+4
* correct OOXML function name is EFFECT instead of EFFECTIVEEike Rathke2016-06-271-1/+1
* check for svDouble when stripping DCOUNT/A argument, tdf#70806 follow-upEike Rathke2016-06-101-1/+2
* cid#1362174, 1362177: USE_AFTER_FREE+resource leak due to copypastaJulien Nabet2016-05-301-1/+1
* strip 0 argument only if not part of an expression, tdf#70806Eike Rathke2016-05-271-1/+10
* omit DCOUNT or DCOUNTA 2nd argument if 0 when writing ODFF or OOXML, tdf#70806Eike Rathke2016-05-271-6/+44
* (nearly) nothing uses GetUniqueId anymore, so remove it.Caolán McNamara2016-05-253-96/+30
* clang-tidy misc-assign-operator-signatureNoel Grandin2016-05-201-1/+1
* clang-tidy modernize-make-uniqueNoel Grandin2016-05-191-1/+2
* update unusedmethods plugin to deal with constructorsNoel Grandin2016-05-182-18/+1
* tdf#97831 [part] Add Excel 2016 functions to CalcWinfried Donkers2016-05-041-0/+14
* tdf#97831 [part] Add Excel 2016 functions to CalcWinfried Donkers2016-05-031-0/+14
* check presence of token, tdf#96426 follow-upEike Rathke2016-05-021-0/+4
* Revert "crashtesting: fix ooo123540-1.xlsx etc"Eike Rathke2016-05-021-3/+0
* crashtesting: fix ooo123540-1.xlsx etcCaolán McNamara2016-04-301-0/+3
* Fix typosAndrea Gelmini2016-04-301-1/+1
* tdf#97087 Give comprehensible, unique names to idlesMuhammet Kara2016-04-281-0/+2
* clang-tidy modernize-loop-convert in f*Noel Grandin2016-04-271-3/+3
* tdf#97831 [part] Add Excel 2016-Office 365 functions to CalcWinfried Donkers2016-04-261-0/+14
* update loplugin stylepolice to check local pointers varsNoel Grandin2016-04-261-2/+2
* first range can be anywhere before second at RPN end, tdf#96426 follow-upEike Rathke2016-04-241-1/+11
* more differentiated significant whitespace recognition, tdf#96426 follow-upEike Rathke2016-04-231-7/+30
* narrow down where a space could be an intersection, tdf#96426 follow-upEike Rathke2016-04-231-73/+72
* fully check for adjacent RPN end, tdf#96426 follow-upEike Rathke2016-04-231-5/+13
* use FormulaToken::DeleteIfZeroRef() instead of Delete() at some placesEike Rathke2016-04-231-2/+2
* Resolves: tdf#96426 significant whitespace as intersection in Excel syntaxEike Rathke2016-04-232-4/+124
* simplify the ReplaceToken() offset logic to absolute offsetsEike Rathke2016-04-231-4/+1
* newline shortageEike Rathke2016-04-231-0/+1
* change multiple ifs to switch caseEike Rathke2016-04-231-17/+19
* join two lines that cause an annoying debugger step over experienceEike Rathke2016-04-231-4/+2
* clang-tidy performance-unnecessary-copy-initializationNoel Grandin2016-04-182-5/+2
* Avoid reserved identifierStephan Bergmann2016-04-121-3/+3
* clang-tidy performance-unnecessary-value-param in formulaNoel Grandin2016-04-111-5/+5
* get rid of a TODO commentWinfried Donkers2016-04-041-1/+1
* use SAL_N_ELEMENTS more widelyNoel Grandin2016-03-311-4/+4
* missing nullptr check, tdf#98427Markus Mohrhard2016-03-231-1/+1
* Resolves: tdf#96915 implement other-sheet-local named expressionsEike Rathke2016-03-181-8/+8
* loplugin:constantparam in formulaNoel Grandin2016-03-182-17/+10
* prefix domain namespace to FORECAST.* functions for ODFF, tdf#94635 follow-upEike Rathke2016-03-141-8/+8
* loplugin:constantparam in formulaNoel Grandin2016-03-103-10/+10
* tdf#94635 Add FORECAST.ETS functions to CalcWinfried Donkers2016-03-031-0/+56
* loplugin:unuseddefaultparams in formulaNoel Grandin2016-03-031-3/+2
* new loplugin: commaoperatorNoel Grandin2016-02-232-2/+6
* tdf#43157 Cleanup DBG_ASSERT for formula module.aybuke2016-02-182-2/+5
* Remove excess newlinesChris Sherlock2016-02-099-22/+0
* vcl: take into account the font width is the average font widthChris Sherlock2016-02-041-2/+2
* loplugin:unusedmethodsNoel Grandin2016-01-201-54/+0
* loplugin:unusedmethods unused return value in include/formulaNoel Grandin2016-01-122-8/+5
* Fix typosAndrea Gelmini2016-01-102-2/+2
* Function Wizard: exclude functions with hidden flag from listsEike Rathke2016-01-091-2/+3