summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2017-05-18Respect read-only config items in Options/Calc/Calculate dialogAron Budea2-0/+19
2017-05-18sc lok: fix wrong assignment aEnd.X()Henry Castro1-2/+3
2017-05-18loplugin:unusedmethodsNoel Grandin1-1/+0
2017-05-18Clean up a set of RTL-related commentsTor Lillqvist2-2/+2
2017-05-17sc lok: Don't crash on comment undo.Jan Holesovsky2-1/+3
2017-05-17tdf#107892: fix negative values case with maxifsJulien Nabet2-2/+2
2017-05-17Unit test to ensure that calculating with the intersection works, tdf#96426Eike Rathke1-0/+6
2017-05-17add unit test for Excel whitespace operator intersection, tdf#96426Eike Rathke2-0/+30
2017-05-17tdf#43535: add unit test for this.Kohei Yoshida2-0/+157
2017-05-17tdf#43535: support additional sheet protection options.Kohei Yoshida18-10/+357
2017-05-16ExternalZoom and ExternalScroll are unusedCaolán McNamara1-12/+5
2017-05-16lok: sc: invalidate col/row header on undo row/col operationsMarco Cecchetti2-1/+23
2017-05-16lok: sc: make row/col header updating, on row/col operations, tab-awareMarco Cecchetti3-9/+34
2017-05-16Revert "lok: sc: invalidate col/row header on undo row/col operations"Stephan Bergmann2-23/+1
2017-05-16lok: sc: selection overlay was not updated on document size changedMarco Cecchetti1-0/+2
2017-05-16lok: sc: invalidate col/row header on undo row/col operationsMarco Cecchetti2-1/+23
2017-05-16lok: sc: fix for row/col header updating on changing tabMarco Cecchetti1-0/+2
2017-05-16lok: sc: misplaced comment mark on inserting/deleting/resizing row/colMarco Cecchetti8-44/+125
2017-05-16lok: sc: address and formula text field empty on creating a new viewMarco Cecchetti2-0/+7
2017-05-16loplugin:unusedfields improve write-only analysisNoel Grandin5-21/+5
2017-05-16loplugin:checkunusedparams in sc(part5)Noel Grandin21-72/+63
2017-05-15Fix typosAndrea Gelmini2-2/+2
2017-05-15SAL_WARN_IF is more appropriate hereEike Rathke1-1/+1
2017-05-15replace 'if ( ) SAL_INFO' with 'SAL_INFO_IF'Jochen Nitschke1-5/+1
2017-05-15tdf#82326 calc 32bits unable to open files with a lot of cond formattingfrederic vroman1-2/+2
2017-05-15tdf#39468 translate German commentsThomas Beck12-100/+38
2017-05-15Typo: s/threashold/thresholdTor Lillqvist3-4/+4
2017-05-15remove some unnecessary lockingNoel Grandin3-5/+0
2017-05-14Remove more %20 from style commandsMaxim Monastirsky1-5/+5
2017-05-14handle test that apparently depends on our additional fontsMarkus Mohrhard1-0/+3
2017-05-13add basic universal content test, tdf#107828Markus Mohrhard4-2/+18
2017-05-13use empty document in orcus gnumeric import, tdf#107828Markus Mohrhard3-0/+11
2017-05-13import stream on the LibreOffice side, tdf#107827Markus Mohrhard1-3/+13
2017-05-13Kill some code duplication, move shared code into private funcKatarina Behrens2-28/+15
2017-05-12update comments and remove TODOJochen Nitschke2-3/+2
2017-05-12tdf#106051 Notify listeners on top and bottom of split formula groupArul Michael1-0/+6
2017-05-12Use ScTokenArray::AssignXMLString() and ScTokenArray stack objectEike Rathke1-5/+4
2017-05-12Use ScTokenArray::AssignXMLString() and ScTokenArray stack objectEike Rathke1-12/+4
2017-05-12tdf#107238 VBA autofilter: list of stringsSzymon Kłos2-5/+40
2017-05-12remove unused uno::Reference varsNoel Grandin17-68/+36
2017-05-12convert SdrLayerId to strong_intNoel Grandin15-64/+60
2017-05-12tdf#93171 Subtotal function with function indexes don't updateArul Michael3-0/+15
2017-05-11lok: sc: notify cell cursor position to address control in clientMarco Cecchetti1-7/+14
2017-05-11tdf#107258 Create show/hide all comments toggle button.Gulsah Kose8-2/+138
2017-05-11Get string also for external reference to double for operands of '&'Katarina Behrens2-1/+29
2017-05-11remove some unnecessary temporary OUStringsNoel Grandin17-24/+23
2017-05-10tdf#107572: retrieve Default autoformatJulien Nabet1-0/+2
2017-05-10Add unit test for non-propagation of array context, tdf#107724Eike Rathke2-0/+28
2017-05-10ParamClass::Reference return for range creating OpCodes, tdf#107724 relatedEike Rathke1-4/+4
2017-05-10partial revert of "loplugin:checkunusedparams in sc(part4)"Noel Grandin4-9/+10