Age | Commit message (Expand) | Author |
2017-05-15 | remove some unnecessary locking | Noel Grandin |
2017-05-14 | Remove more %20 from style commands | Maxim Monastirsky |
2017-05-14 | handle test that apparently depends on our additional fonts | Markus Mohrhard |
2017-05-13 | add basic universal content test, tdf#107828 | Markus Mohrhard |
2017-05-13 | use empty document in orcus gnumeric import, tdf#107828 | Markus Mohrhard |
2017-05-13 | import stream on the LibreOffice side, tdf#107827 | Markus Mohrhard |
2017-05-13 | Kill some code duplication, move shared code into private func | Katarina Behrens |
2017-05-12 | update comments and remove TODO | Jochen Nitschke |
2017-05-12 | tdf#106051 Notify listeners on top and bottom of split formula group | Arul Michael |
2017-05-12 | Use ScTokenArray::AssignXMLString() and ScTokenArray stack object | Eike Rathke |
2017-05-12 | Use ScTokenArray::AssignXMLString() and ScTokenArray stack object | Eike Rathke |
2017-05-12 | tdf#107238 VBA autofilter: list of strings | Szymon Kłos |
2017-05-12 | remove unused uno::Reference vars | Noel Grandin |
2017-05-12 | convert SdrLayerId to strong_int | Noel Grandin |
2017-05-12 | tdf#93171 Subtotal function with function indexes don't update | Arul Michael |
2017-05-11 | lok: sc: notify cell cursor position to address control in client | Marco Cecchetti |
2017-05-11 | tdf#107258 Create show/hide all comments toggle button. | Gulsah Kose |
2017-05-11 | Get string also for external reference to double for operands of '&' | Katarina Behrens |
2017-05-11 | remove some unnecessary temporary OUStrings | Noel Grandin |
2017-05-10 | tdf#107572: retrieve Default autoformat | Julien Nabet |
2017-05-10 | Add unit test for non-propagation of array context, tdf#107724 | Eike Rathke |
2017-05-10 | ParamClass::Reference return for range creating OpCodes, tdf#107724 related | Eike Rathke |
2017-05-10 | partial revert of "loplugin:checkunusedparams in sc(part4)" | Noel Grandin |
2017-05-10 | fix build | Noel Grandin |
2017-05-10 | Resolves: tdf#107724 INDIRECT and OFFSET return ParamClass::Reference | Eike Rathke |
2017-05-10 | GetParameterType: SAL_MAX_UINT16 for return ParamClass, tdf#107724 prep | Eike Rathke |
2017-05-10 | Add ParamClass ScParameterClassification::CommonData::eReturn, tdf#107724 prep | Eike Rathke |
2017-05-10 | loplugin:checkunusedparams in sc(part4) | Noel Grandin |
2017-05-10 | loplugin:checkunusedparams in sc(part3) | Noel Grandin |
2017-05-10 | loplugin:checkunusedparams in sc(part2) | Noel Grandin |
2017-05-10 | loplugin:checkunusedparams in sc(part1) | Noel Grandin |
2017-05-10 | Hold ParamClass at FormulaByteToken instead of bool, tdf#107724 prep | Eike Rathke |
2017-05-10 | Disambiguate Reference -> uno::Reference (tdf#107724 prep rel) | Eike Rathke |
2017-05-10 | Change IsForceArrayParameter() to GetForceArrayParameter(), tdf#107724 prep | Eike Rathke |
2017-05-10 | Disambiguate Reference -> uno::Reference (tdf#107724 prep rel) | Eike Rathke |
2017-05-09 | Move ScParameterClassification::Type to formula::ParamClass, tdf#107724 prep | Eike Rathke |
2017-05-09 | cleanup osl/diagnose.h includes | Jochen Nitschke |
2017-05-09 | Fix typos | Andrea Gelmini |
2017-05-09 | Guard against a failure when compiled with optimization using g++ 4.8.2 | Eike Rathke |
2017-05-09 | make loplugin constantparam smarter about string params | Noel Grandin |
2017-05-09 | remove unnecessary empty OUString fields and vars | Noel Grandin |
2017-05-09 | Avoid adding unnecessary overhead to formula calculation. | Kohei Yoshida |
2017-05-08 | Removed duplicated include | Andrea Gelmini |
2017-05-08 | cleanup tools/debug.hxx includes | Jochen Nitschke |
2017-05-08 | loplugin:checkunusedparams in xmloff | Noel Grandin |
2017-05-08 | teach loplugin:constantparam about simple constructor calls | Noel Grandin |
2017-05-07 | break circular include | Jochen Nitschke |
2017-05-07 | revert OSL_ASSERT changes | Chris Sherlock |
2017-05-07 | tdf#43157: convert sc module away from OSL_ASSERT to assert | Chris Sherlock |
2017-05-06 | coverity#1403661 try to silence 'Mixing enum types' | Caolán McNamara |