Age | Commit message (Expand) | Author | Files | Lines |
2016-10-19 | tdf#93894: Prohibit grouping when certain token types are present. | Kohei Yoshida | 1 | -1/+4 |
2016-06-27 | correct OOXML function name is EFFECT instead of EFFECTIVE | Eike Rathke | 1 | -1/+1 |
2016-06-10 | check for svDouble when stripping DCOUNT/A argument, tdf#70806 follow-up | Eike Rathke | 1 | -1/+2 |
2016-05-30 | cid#1362174, 1362177: USE_AFTER_FREE+resource leak due to copypasta | Julien Nabet | 1 | -1/+1 |
2016-05-27 | strip 0 argument only if not part of an expression, tdf#70806 | Eike Rathke | 1 | -1/+10 |
2016-05-27 | omit DCOUNT or DCOUNTA 2nd argument if 0 when writing ODFF or OOXML, tdf#70806 | Eike Rathke | 1 | -6/+44 |
2016-05-25 | (nearly) nothing uses GetUniqueId anymore, so remove it. | Caolán McNamara | 3 | -96/+30 |
2016-05-20 | clang-tidy misc-assign-operator-signature | Noel Grandin | 1 | -1/+1 |
2016-05-19 | clang-tidy modernize-make-unique | Noel Grandin | 1 | -1/+2 |
2016-05-18 | update unusedmethods plugin to deal with constructors | Noel Grandin | 2 | -18/+1 |
2016-05-04 | tdf#97831 [part] Add Excel 2016 functions to Calc | Winfried Donkers | 1 | -0/+14 |
2016-05-03 | tdf#97831 [part] Add Excel 2016 functions to Calc | Winfried Donkers | 1 | -0/+14 |
2016-05-02 | check presence of token, tdf#96426 follow-up | Eike Rathke | 1 | -0/+4 |
2016-05-02 | Revert "crashtesting: fix ooo123540-1.xlsx etc" | Eike Rathke | 1 | -3/+0 |
2016-04-30 | crashtesting: fix ooo123540-1.xlsx etc | Caolán McNamara | 1 | -0/+3 |
2016-04-30 | Fix typos | Andrea Gelmini | 1 | -1/+1 |
2016-04-28 | tdf#97087 Give comprehensible, unique names to idles | Muhammet Kara | 1 | -0/+2 |
2016-04-27 | clang-tidy modernize-loop-convert in f* | Noel Grandin | 1 | -3/+3 |
2016-04-26 | tdf#97831 [part] Add Excel 2016-Office 365 functions to Calc | Winfried Donkers | 1 | -0/+14 |
2016-04-26 | update loplugin stylepolice to check local pointers vars | Noel Grandin | 1 | -2/+2 |
2016-04-24 | first range can be anywhere before second at RPN end, tdf#96426 follow-up | Eike Rathke | 1 | -1/+11 |
2016-04-23 | more differentiated significant whitespace recognition, tdf#96426 follow-up | Eike Rathke | 1 | -7/+30 |
2016-04-23 | narrow down where a space could be an intersection, tdf#96426 follow-up | Eike Rathke | 1 | -73/+72 |
2016-04-23 | fully check for adjacent RPN end, tdf#96426 follow-up | Eike Rathke | 1 | -5/+13 |
2016-04-23 | use FormulaToken::DeleteIfZeroRef() instead of Delete() at some places | Eike Rathke | 1 | -2/+2 |
2016-04-23 | Resolves: tdf#96426 significant whitespace as intersection in Excel syntax | Eike Rathke | 2 | -4/+124 |
2016-04-23 | simplify the ReplaceToken() offset logic to absolute offsets | Eike Rathke | 1 | -4/+1 |
2016-04-23 | newline shortage | Eike Rathke | 1 | -0/+1 |
2016-04-23 | change multiple ifs to switch case | Eike Rathke | 1 | -17/+19 |
2016-04-23 | join two lines that cause an annoying debugger step over experience | Eike Rathke | 1 | -4/+2 |
2016-04-18 | clang-tidy performance-unnecessary-copy-initialization | Noel Grandin | 2 | -5/+2 |
2016-04-12 | Avoid reserved identifier | Stephan Bergmann | 1 | -3/+3 |
2016-04-11 | clang-tidy performance-unnecessary-value-param in formula | Noel Grandin | 1 | -5/+5 |
2016-04-04 | get rid of a TODO comment | Winfried Donkers | 1 | -1/+1 |
2016-03-31 | use SAL_N_ELEMENTS more widely | Noel Grandin | 1 | -4/+4 |
2016-03-23 | missing nullptr check, tdf#98427 | Markus Mohrhard | 1 | -1/+1 |
2016-03-18 | Resolves: tdf#96915 implement other-sheet-local named expressions | Eike Rathke | 1 | -8/+8 |
2016-03-18 | loplugin:constantparam in formula | Noel Grandin | 2 | -17/+10 |
2016-03-14 | prefix domain namespace to FORECAST.* functions for ODFF, tdf#94635 follow-up | Eike Rathke | 1 | -8/+8 |
2016-03-10 | loplugin:constantparam in formula | Noel Grandin | 3 | -10/+10 |
2016-03-03 | tdf#94635 Add FORECAST.ETS functions to Calc | Winfried Donkers | 1 | -0/+56 |
2016-03-03 | loplugin:unuseddefaultparams in formula | Noel Grandin | 1 | -3/+2 |
2016-02-23 | new loplugin: commaoperator | Noel Grandin | 2 | -2/+6 |
2016-02-18 | tdf#43157 Cleanup DBG_ASSERT for formula module. | aybuke | 2 | -2/+5 |
2016-02-09 | Remove excess newlines | Chris Sherlock | 9 | -22/+0 |
2016-02-04 | vcl: take into account the font width is the average font width | Chris Sherlock | 1 | -2/+2 |
2016-01-20 | loplugin:unusedmethods | Noel Grandin | 1 | -54/+0 |
2016-01-12 | loplugin:unusedmethods unused return value in include/formula | Noel Grandin | 2 | -8/+5 |
2016-01-10 | Fix typos | Andrea Gelmini | 2 | -2/+2 |
2016-01-09 | Function Wizard: exclude functions with hidden flag from lists | Eike Rathke | 1 | -2/+3 |