summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2017-05-16lok: sc: fix for row/col header updating on changing tabMarco Cecchetti
2017-05-16lok: sc: misplaced comment mark on inserting/deleting/resizing row/colMarco Cecchetti
2017-05-16lok: sc: address and formula text field empty on creating a new viewMarco Cecchetti
2017-05-16loplugin:unusedfields improve write-only analysisNoel Grandin
2017-05-16loplugin:checkunusedparams in sc(part5)Noel Grandin
2017-05-15Fix typosAndrea Gelmini
2017-05-15SAL_WARN_IF is more appropriate hereEike Rathke
2017-05-15replace 'if ( ) SAL_INFO' with 'SAL_INFO_IF'Jochen Nitschke
2017-05-15tdf#82326 calc 32bits unable to open files with a lot of cond formattingfrederic vroman
2017-05-15tdf#39468 translate German commentsThomas Beck
2017-05-15Typo: s/threashold/thresholdTor Lillqvist
2017-05-15remove some unnecessary lockingNoel Grandin
2017-05-14Remove more %20 from style commandsMaxim Monastirsky
2017-05-14handle test that apparently depends on our additional fontsMarkus Mohrhard
2017-05-13add basic universal content test, tdf#107828Markus Mohrhard
2017-05-13use empty document in orcus gnumeric import, tdf#107828Markus Mohrhard
2017-05-13import stream on the LibreOffice side, tdf#107827Markus Mohrhard
2017-05-13Kill some code duplication, move shared code into private funcKatarina Behrens
2017-05-12update comments and remove TODOJochen Nitschke
2017-05-12tdf#106051 Notify listeners on top and bottom of split formula groupArul Michael
2017-05-12Use ScTokenArray::AssignXMLString() and ScTokenArray stack objectEike Rathke
2017-05-12Use ScTokenArray::AssignXMLString() and ScTokenArray stack objectEike Rathke
2017-05-12tdf#107238 VBA autofilter: list of stringsSzymon Kłos
2017-05-12remove unused uno::Reference varsNoel Grandin
2017-05-12convert SdrLayerId to strong_intNoel Grandin
2017-05-12tdf#93171 Subtotal function with function indexes don't updateArul Michael
2017-05-11lok: sc: notify cell cursor position to address control in clientMarco Cecchetti
2017-05-11tdf#107258 Create show/hide all comments toggle button.Gulsah Kose
2017-05-11Get string also for external reference to double for operands of '&'Katarina Behrens
2017-05-11remove some unnecessary temporary OUStringsNoel Grandin
2017-05-10tdf#107572: retrieve Default autoformatJulien Nabet
2017-05-10Add unit test for non-propagation of array context, tdf#107724Eike Rathke
2017-05-10ParamClass::Reference return for range creating OpCodes, tdf#107724 relatedEike Rathke
2017-05-10partial revert of "loplugin:checkunusedparams in sc(part4)"Noel Grandin
2017-05-10fix buildNoel Grandin
2017-05-10Resolves: tdf#107724 INDIRECT and OFFSET return ParamClass::ReferenceEike Rathke
2017-05-10GetParameterType: SAL_MAX_UINT16 for return ParamClass, tdf#107724 prepEike Rathke
2017-05-10Add ParamClass ScParameterClassification::CommonData::eReturn, tdf#107724 prepEike Rathke
2017-05-10loplugin:checkunusedparams in sc(part4)Noel Grandin
2017-05-10loplugin:checkunusedparams in sc(part3)Noel Grandin
2017-05-10loplugin:checkunusedparams in sc(part2)Noel Grandin
2017-05-10loplugin:checkunusedparams in sc(part1)Noel Grandin
2017-05-10Hold ParamClass at FormulaByteToken instead of bool, tdf#107724 prepEike Rathke
2017-05-10Disambiguate Reference -> uno::Reference (tdf#107724 prep rel)Eike Rathke
2017-05-10Change IsForceArrayParameter() to GetForceArrayParameter(), tdf#107724 prepEike Rathke
2017-05-10Disambiguate Reference -> uno::Reference (tdf#107724 prep rel)Eike Rathke
2017-05-09Move ScParameterClassification::Type to formula::ParamClass, tdf#107724 prepEike Rathke
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke
2017-05-09Fix typosAndrea Gelmini
2017-05-09Guard against a failure when compiled with optimization using g++ 4.8.2Eike Rathke