Age | Commit message (Expand) | Author |
2016-07-14 | let FormulaTokenArray::RemoveToken() return the actual count of tokens removed | Eike Rathke |
2016-07-14 | re-add FormulaTokenArray::ReplaceToken() that was removed as unused, grml.. | Eike Rathke |
2016-06-27 | rename *effective to *effect, tdf#100641 related | Eike Rathke |
2016-06-21 | tdf#42949: clean up includes in include/formula with iwyu | Jorenz Paragas |
2016-06-08 | introduce FormulaTypedDoubleToken to carry type information of a double | Eike Rathke |
2016-05-30 | loplugin:unusedmethods | Noel Grandin |
2016-05-27 | omit DCOUNT or DCOUNTA 2nd argument if 0 when writing ODFF or OOXML, tdf#70806 | Eike Rathke |
2016-05-26 | loplugin:unusedmethods | Noel Grandin |
2016-05-25 | (nearly) nothing uses GetUniqueId anymore, so remove it. | Caolán McNamara |
2016-05-20 | clang-tidy misc-assign-operator-signature | Noel Grandin |
2016-05-18 | update unusedmethods plugin to deal with constructors | Noel Grandin |
2016-05-04 | tdf#97831 [part] Add Excel 2016 functions to Calc | Winfried Donkers |
2016-05-04 | Replace namespace ScErrorCodes with formula... | Kohei Yoshida |
2016-05-03 | tdf#97831 [part] Add Excel 2016 functions to Calc | Winfried Donkers |
2016-04-26 | tdf#97831 [part] Add Excel 2016-Office 365 functions to Calc | Winfried Donkers |
2016-04-23 | use FormulaToken::DeleteIfZeroRef() instead of Delete() at some places | Eike Rathke |
2016-04-23 | Resolves: tdf#96426 significant whitespace as intersection in Excel syntax | Eike Rathke |
2016-04-23 | simplify the ReplaceToken() offset logic to absolute offsets | Eike Rathke |
2016-04-23 | alignment | Eike Rathke |
2016-04-13 | loplugin:passstuffbyref in formula | Noel Grandin |
2016-04-11 | clang-tidy performance-unnecessary-value-param in formula | Noel Grandin |
2016-04-04 | tdf#97499 Fixed containers parameters clearing #4 | tymyjan |
2016-03-18 | Resolves: tdf#96915 implement other-sheet-local named expressions | Eike Rathke |
2016-03-18 | loplugin:constantparam in formula | Noel Grandin |
2016-03-10 | loplugin:constantparam in formula | Noel Grandin |
2016-03-07 | remove unused errInterpOverflow | Eike Rathke |
2016-03-07 | introduce a dedicated errMatrixSize | Eike Rathke |
2016-03-03 | tdf#94635 Add FORECAST.ETS functions to Calc | Winfried Donkers |
2016-03-03 | loplugin:unuseddefaultparams in formula | Noel Grandin |
2016-02-09 | Remove excess newlines | Chris Sherlock |
2016-01-20 | loplugin:unusedmethods | Noel Grandin |
2016-01-19 | tdf#88737 handle temporary array formula matrix circular reference | Eike Rathke |
2016-01-18 | sal_math_Double is already a union containing a double member | Eike Rathke |
2016-01-12 | loplugin:unusedmethods unused return value in include/formula | Noel Grandin |
2016-01-09 | Function Wizard: don't overwrite an unlisted function | Eike Rathke |
2016-01-09 | prepare for hidden flag in function description for Function Wizard | Eike Rathke |
2016-01-05 | use new'ed FormulaToken and FormulaTokenArray::Add() | Eike Rathke |
2016-01-05 | tdf#96198 add WEEKNUM_OOO compatibility function, tdf#50950 follow-up | Eike Rathke |
2016-01-05 | tdf#96198 detect old ISO/WEEKNUM usage with two arguments, tdf#50950 follow-up | Eike Rathke |
2015-12-18 | Formula Wizard: evaluating expressions always in matrix context is wrong | Eike Rathke |
2015-12-17 | handle varargs with first required and subsequent optional, tdf#71459 related | Eike Rathke |
2015-12-17 | add RAWSUBTRACT spreadsheet function, tdf#71459 | Eike Rathke |
2015-12-15 | Resolves: tdf#95440 SharedString are interned per document, re-intern | Eike Rathke |
2015-11-26 | formula: fix build, undef Idle | Michael Stahl |
2015-11-18 | cosmetics | Eike Rathke |
2015-11-18 | rename FormulaToken HasForceArray to IsInForceArray | Eike Rathke |
2015-11-16 | Resolves: tdf#95670 propagate ForceArray per parameter | Eike Rathke |
2015-11-10 | loplugin:nullptr (automatic rewrite) | Stephan Bergmann |
2015-10-29 | remove boost::noncopyable from /include | Noel Grandin |
2015-10-26 | fix includes that are not stand-alone | Norbert Thiebaud |