Age | Commit message (Expand) | Author | Files | Lines |
2017-05-16 | loplugin:unusedfields improve write-only analysis | Noel Grandin | 5 | -21/+5 |
2017-05-16 | loplugin:checkunusedparams in sc(part5) | Noel Grandin | 21 | -72/+63 |
2017-05-15 | Fix typos | Andrea Gelmini | 2 | -2/+2 |
2017-05-15 | SAL_WARN_IF is more appropriate here | Eike Rathke | 1 | -1/+1 |
2017-05-15 | replace 'if ( ) SAL_INFO' with 'SAL_INFO_IF' | Jochen Nitschke | 1 | -5/+1 |
2017-05-15 | tdf#82326 calc 32bits unable to open files with a lot of cond formatting | frederic vroman | 1 | -2/+2 |
2017-05-15 | tdf#39468 translate German comments | Thomas Beck | 12 | -100/+38 |
2017-05-15 | Typo: s/threashold/threshold | Tor Lillqvist | 3 | -4/+4 |
2017-05-15 | remove some unnecessary locking | Noel Grandin | 3 | -5/+0 |
2017-05-14 | Remove more %20 from style commands | Maxim Monastirsky | 1 | -5/+5 |
2017-05-14 | handle test that apparently depends on our additional fonts | Markus Mohrhard | 1 | -0/+3 |
2017-05-13 | add basic universal content test, tdf#107828 | Markus Mohrhard | 4 | -2/+18 |
2017-05-13 | use empty document in orcus gnumeric import, tdf#107828 | Markus Mohrhard | 3 | -0/+11 |
2017-05-13 | import stream on the LibreOffice side, tdf#107827 | Markus Mohrhard | 1 | -3/+13 |
2017-05-13 | Kill some code duplication, move shared code into private func | Katarina Behrens | 2 | -28/+15 |
2017-05-12 | update comments and remove TODO | Jochen Nitschke | 2 | -3/+2 |
2017-05-12 | tdf#106051 Notify listeners on top and bottom of split formula group | Arul Michael | 1 | -0/+6 |
2017-05-12 | Use ScTokenArray::AssignXMLString() and ScTokenArray stack object | Eike Rathke | 1 | -5/+4 |
2017-05-12 | Use ScTokenArray::AssignXMLString() and ScTokenArray stack object | Eike Rathke | 1 | -12/+4 |
2017-05-12 | tdf#107238 VBA autofilter: list of strings | Szymon Kłos | 2 | -5/+40 |
2017-05-12 | remove unused uno::Reference vars | Noel Grandin | 17 | -68/+36 |
2017-05-12 | convert SdrLayerId to strong_int | Noel Grandin | 15 | -64/+60 |
2017-05-12 | tdf#93171 Subtotal function with function indexes don't update | Arul Michael | 3 | -0/+15 |
2017-05-11 | lok: sc: notify cell cursor position to address control in client | Marco Cecchetti | 1 | -7/+14 |
2017-05-11 | tdf#107258 Create show/hide all comments toggle button. | Gulsah Kose | 8 | -2/+138 |
2017-05-11 | Get string also for external reference to double for operands of '&' | Katarina Behrens | 2 | -1/+29 |
2017-05-11 | remove some unnecessary temporary OUStrings | Noel Grandin | 17 | -24/+23 |
2017-05-10 | tdf#107572: retrieve Default autoformat | Julien Nabet | 1 | -0/+2 |
2017-05-10 | Add unit test for non-propagation of array context, tdf#107724 | Eike Rathke | 2 | -0/+28 |
2017-05-10 | ParamClass::Reference return for range creating OpCodes, tdf#107724 related | Eike Rathke | 1 | -4/+4 |
2017-05-10 | partial revert of "loplugin:checkunusedparams in sc(part4)" | Noel Grandin | 4 | -9/+10 |
2017-05-10 | fix build | Noel Grandin | 1 | -6/+6 |
2017-05-10 | Resolves: tdf#107724 INDIRECT and OFFSET return ParamClass::Reference | Eike Rathke | 1 | -1/+2 |
2017-05-10 | GetParameterType: SAL_MAX_UINT16 for return ParamClass, tdf#107724 prep | Eike Rathke | 2 | -3/+10 |
2017-05-10 | Add ParamClass ScParameterClassification::CommonData::eReturn, tdf#107724 prep | Eike Rathke | 2 | -170/+171 |
2017-05-10 | loplugin:checkunusedparams in sc(part4) | Noel Grandin | 31 | -89/+82 |
2017-05-10 | loplugin:checkunusedparams in sc(part3) | Noel Grandin | 22 | -76/+55 |
2017-05-10 | loplugin:checkunusedparams in sc(part2) | Noel Grandin | 17 | -40/+19 |
2017-05-10 | loplugin:checkunusedparams in sc(part1) | Noel Grandin | 21 | -31/+28 |
2017-05-10 | Hold ParamClass at FormulaByteToken instead of bool, tdf#107724 prep | Eike Rathke | 2 | -4/+4 |
2017-05-10 | Disambiguate Reference -> uno::Reference (tdf#107724 prep rel) | Eike Rathke | 1 | -13/+12 |
2017-05-10 | Change IsForceArrayParameter() to GetForceArrayParameter(), tdf#107724 prep | Eike Rathke | 2 | -6/+3 |
2017-05-10 | Disambiguate Reference -> uno::Reference (tdf#107724 prep rel) | Eike Rathke | 3 | -67/+65 |
2017-05-09 | Move ScParameterClassification::Type to formula::ParamClass, tdf#107724 prep | Eike Rathke | 4 | -67/+27 |
2017-05-09 | cleanup osl/diagnose.h includes | Jochen Nitschke | 4 | -4/+0 |
2017-05-09 | Fix typos | Andrea Gelmini | 1 | -2/+2 |
2017-05-09 | Guard against a failure when compiled with optimization using g++ 4.8.2 | Eike Rathke | 1 | -1/+8 |
2017-05-09 | make loplugin constantparam smarter about string params | Noel Grandin | 1 | -1/+1 |
2017-05-09 | remove unnecessary empty OUString fields and vars | Noel Grandin | 5 | -11/+5 |
2017-05-09 | Avoid adding unnecessary overhead to formula calculation. | Kohei Yoshida | 3 | -7/+20 |