Age | Commit message (Expand) | Author | Files | Lines |
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 |
2016-01-09 | Function Wizard: don't overwrite an unlisted function | Eike Rathke | 2 | -4/+18 |
2016-01-09 | prepare for hidden flag in function description for Function Wizard | Eike Rathke | 1 | -0/+1 |
2016-01-07 | tdf#96198 postpone conversion from WEEKNUM to ISOWEEKNUM, tdf#50950 follow-up | Eike Rathke | 1 | -0/+11 |
2016-01-05 | use new'ed FormulaToken and FormulaTokenArray::Add() | Eike Rathke | 1 | -4/+4 |
2016-01-05 | for new'ed FormulaToken use FormulaTokenArray::Add() | Eike Rathke | 1 | -2/+2 |
2016-01-05 | tdf#96198 add WEEKNUM_OOO compatibility function, tdf#50950 follow-up | Eike Rathke | 3 | -6/+30 |
2016-01-05 | formula: add missing algorithm include for std::min. | Michael Meeks | 1 | -0/+1 |
2016-01-05 | tdf#96198 detect old ISO/WEEKNUM usage with two arguments, tdf#50950 follow-up | Eike Rathke | 2 | -1/+82 |
2015-12-18 | Formula Wizard: evaluating expressions always in matrix context is wrong | Eike Rathke | 1 | -12/+20 |
2015-12-18 | Resolves: tdf#96366 replace Edit...() calls with actually working code | Eike Rathke | 1 | -17/+38 |
2015-12-18 | tdf#96366 disable treeview results until fix available | Eike Rathke | 1 | -0/+3 |
2015-12-18 | Function Wizard shoots itself in the foot | Eike Rathke | 2 | -3/+21 |
2015-12-17 | out-of-bounds arg mapping access, this was always wrong but never hit it seems | Eike Rathke | 1 | -1/+1 |
2015-12-17 | handle varargs with first required and subsequent optional, tdf#71459 related | Eike Rathke | 2 | -8/+13 |
2015-12-17 | add RAWSUBTRACT spreadsheet function, tdf#71459 | Eike Rathke | 1 | -0/+7 |
2015-12-15 | Resolves: tdf#95440 SharedString are interned per document, re-intern | Eike Rathke | 1 | -0/+30 |
2015-11-20 | loplugin:unusedfields forms,formula,fpicker,framework | Noel Grandin | 1 | -4/+0 |
2015-11-18 | cosmetics | Eike Rathke | 1 | -13/+13 |
2015-11-18 | rename FormulaToken HasForceArray to IsInForceArray | Eike Rathke | 2 | -12/+12 |
2015-11-16 | prevent ForceArray propagation on the same token, tdf#95670 follow-up | Eike Rathke | 1 | -1/+1 |
2015-11-16 | Resolves: tdf#95670 propagate ForceArray per parameter | Eike Rathke | 1 | -3/+51 |
2015-11-15 | tdf#95798: CRASH: when finish Function wizard on Report builder | Julien Nabet | 1 | -1/+2 |
2015-11-15 | use initialiser for Sequence<OUString> | Noel Grandin | 1 | -2/+1 |
2015-11-13 | cppcheck: noExplicitConstructor | Caolán McNamara | 2 | -7/+7 |
2015-11-10 | loplugin:nullptr (automatic rewrite) | Stephan Bergmann | 13 | -124/+124 |
2015-11-09 | Replace a local functor and bind2nd by a lambda in formula. | Mario J. Rugiero | 1 | -13/+3 |
2015-10-26 | Revert "tdf#90695: In function Wizard Array box cannot be unchecked" | Eike Rathke | 1 | -0/+1 |
2015-10-26 | tdf#90695: In function Wizard Array box cannot be unchecked | Julien Nabet | 1 | -1/+0 |
2015-10-19 | loplugin:defaultparams | Stephan Bergmann | 1 | -4/+4 |
2015-10-16 | convert Link<> to typed | Noel Grandin | 3 | -11/+8 |
2015-10-14 | com::sun::star->css in fpicker/ | Noel Grandin | 1 | -9/+9 |
2015-10-13 | do not use white text on white background in control | Eike Rathke | 1 | -0/+6 |
2015-10-12 | Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code | Stephan Bergmann | 5 | -27/+27 |
2015-10-12 | Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY code | Stephan Bergmann | 1 | -1/+1 |
2015-10-12 | convert Link<> to typed | Noel Grandin | 2 | -5/+4 |
2015-10-12 | loplugin:mergeclasses | Noel Grandin | 2 | -8/+7 |
2015-10-08 | leave room for three lines of text in function description | Eike Rathke | 1 | -4/+8 |
2015-10-07 | clang-analyzer-deadcode.DeadStores | Stephan Bergmann | 1 | -9/+9 |
2015-10-07 | clang-analyzer-deadcode.DeadStores | Stephan Bergmann | 1 | -2/+1 |
2015-10-06 | tdf#50950 Add ODFF1.2 Calc function ISOWEEKNUM, | Winfried Donkers | 2 | -15/+65 |
2015-10-03 | no need to allocate that vector on the heap | Markus Mohrhard | 1 | -20/+18 |
2015-09-29 | Renamed wrongly prefixed boolean variables | Stefan Heinemann | 3 | -12/+12 |
2015-09-29 | i#126557# increase number of lines of dropdown of category listbox | Kay Schenk | 1 | -0/+1 |
2015-09-28 | tdf#94214 ODFF function FINV incorrectly saved as COM.MICROSOFT.F.INV | Winfried Donkers | 1 | -1/+1 |
2015-09-24 | convert Link<> to typed | Noel Grandin | 3 | -11/+7 |