summaryrefslogtreecommitdiffstats
path: root/sc
Commit message (Expand)AuthorAgeFilesLines
* Revert "Fix typos"Stephan Bergmann2017-05-182-2/+2
* Fix typosAndrea Gelmini2017-05-182-2/+2
* tdf#107862 ignore subtotals in outline mode and empty rowsTomaž Vajngerl2017-05-181-40/+63
* Replace macro with functionStephan Bergmann2017-05-181-1/+7
* Pass grammar to ScCompiler ctor instead of subsequent SetGrammar()Eike Rathke2017-05-1840-140/+71
* Always set a grammar when constructing ScCompilerEike Rathke2017-05-182-4/+20
* assert instead of OSL_ENSURE if grammar is GRAM_UNSPECIFIEDEike Rathke2017-05-181-1/+1
* tdf#107920: Crash when using ScCompiler in condformatJulien Nabet2017-05-181-0/+2
* Add comment about precedence of Wildcards over RegexEike Rathke2017-05-181-0/+3
* New HintId and unit test for hidden rows and SUBTOTAL, tdf#93171 follow-upArul Michael2017-05-186-6/+51
* Respect read-only config items in Options/Calc/Calculate dialogAron Budea2017-05-182-0/+19
* sc lok: fix wrong assignment aEnd.X()Henry Castro2017-05-181-2/+3
* loplugin:unusedmethodsNoel Grandin2017-05-181-1/+0
* Clean up a set of RTL-related commentsTor Lillqvist2017-05-182-2/+2
* sc lok: Don't crash on comment undo.Jan Holesovsky2017-05-172-1/+3
* tdf#107892: fix negative values case with maxifsJulien Nabet2017-05-172-2/+2
* Unit test to ensure that calculating with the intersection works, tdf#96426Eike Rathke2017-05-171-0/+6
* add unit test for Excel whitespace operator intersection, tdf#96426Eike Rathke2017-05-172-0/+30
* tdf#43535: add unit test for this.Kohei Yoshida2017-05-172-0/+157
* tdf#43535: support additional sheet protection options.Kohei Yoshida2017-05-1718-10/+357
* ExternalZoom and ExternalScroll are unusedCaolán McNamara2017-05-161-12/+5
* lok: sc: invalidate col/row header on undo row/col operationsMarco Cecchetti2017-05-162-1/+23
* lok: sc: make row/col header updating, on row/col operations, tab-awareMarco Cecchetti2017-05-163-9/+34
* Revert "lok: sc: invalidate col/row header on undo row/col operations"Stephan Bergmann2017-05-162-23/+1
* lok: sc: selection overlay was not updated on document size changedMarco Cecchetti2017-05-161-0/+2
* lok: sc: invalidate col/row header on undo row/col operationsMarco Cecchetti2017-05-162-1/+23
* lok: sc: fix for row/col header updating on changing tabMarco Cecchetti2017-05-161-0/+2
* lok: sc: misplaced comment mark on inserting/deleting/resizing row/colMarco Cecchetti2017-05-168-44/+125
* lok: sc: address and formula text field empty on creating a new viewMarco Cecchetti2017-05-162-0/+7
* loplugin:unusedfields improve write-only analysisNoel Grandin2017-05-165-21/+5
* loplugin:checkunusedparams in sc(part5)Noel Grandin2017-05-1621-72/+63
* Fix typosAndrea Gelmini2017-05-152-2/+2
* SAL_WARN_IF is more appropriate hereEike Rathke2017-05-151-1/+1
* replace 'if ( ) SAL_INFO' with 'SAL_INFO_IF'Jochen Nitschke2017-05-151-5/+1
* tdf#82326 calc 32bits unable to open files with a lot of cond formattingfrederic vroman2017-05-151-2/+2
* tdf#39468 translate German commentsThomas Beck2017-05-1512-100/+38
* Typo: s/threashold/thresholdTor Lillqvist2017-05-153-4/+4
* remove some unnecessary lockingNoel Grandin2017-05-153-5/+0
* Remove more %20 from style commandsMaxim Monastirsky2017-05-141-5/+5
* handle test that apparently depends on our additional fontsMarkus Mohrhard2017-05-141-0/+3
* add basic universal content test, tdf#107828Markus Mohrhard2017-05-134-2/+18
* use empty document in orcus gnumeric import, tdf#107828Markus Mohrhard2017-05-133-0/+11
* import stream on the LibreOffice side, tdf#107827Markus Mohrhard2017-05-131-3/+13
* Kill some code duplication, move shared code into private funcKatarina Behrens2017-05-132-28/+15
* update comments and remove TODOJochen Nitschke2017-05-122-3/+2
* tdf#106051 Notify listeners on top and bottom of split formula groupArul Michael2017-05-121-0/+6
* Use ScTokenArray::AssignXMLString() and ScTokenArray stack objectEike Rathke2017-05-121-5/+4
* Use ScTokenArray::AssignXMLString() and ScTokenArray stack objectEike Rathke2017-05-121-12/+4
* tdf#107238 VBA autofilter: list of stringsSzymon Kłos2017-05-122-5/+40
* remove unused uno::Reference varsNoel Grandin2017-05-1217-68/+36