Age | Commit message (Expand) | Author |
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 |
2015-10-22 | com::sun::star->css in include/formula | Noel Grandin |
2015-10-12 | Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code | Stephan Bergmann |
2015-10-12 | Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY code | Stephan Bergmann |
2015-10-12 | loplugin:mergeclasses | Noel Grandin |
2015-10-06 | tdf#50950 Add ODFF1.2 Calc function ISOWEEKNUM, | Winfried Donkers |
2015-10-03 | no need to allocate that vector on the heap | Markus Mohrhard |
2015-07-30 | loplugin:unusedmethods | Noel Grandin |
2015-07-21 | tdf#92256: Introducing CONV_A1_XL_A1 address pseudoconvention | Katarina Behrens |
2015-07-21 | loplugin:unusedmethods formula | Noel Grandin |
2015-07-10 | add a SAL_RAND_REPEATABLE for repeatable random nums | Caolán McNamara |
2015-07-03 | Fix typos | Andrea Gelmini |
2015-06-26 | Remove workarounds for no longer supported GCC 4.6 | Stephan Bergmann |
2015-06-23 | in OOXML save references of named expressions with col,row=0,0 base position | Eike Rathke |
2015-06-15 | Fix previous commit | Stephan Bergmann |
2015-06-15 | Make ReplaceMode accessible from ScCompiler::CompileString | Stephan Bergmann |
2015-06-15 | prepare ReplaceToken() to replace also in RPN | Eike Rathke |
2015-06-11 | Resolves: tdf#89643 report builder function wizard segfaults | Caolán McNamara |
2015-06-11 | keep old CEILING opcode, tdf#69552 follow-up | Eike Rathke |
2015-06-11 | tdf#69552 [part 2] support all ODFF1.2 and Excel2013 variations | Winfried Donkers |