summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2017-06-16Resolves: tdf#71339 include selected top/left empty rows/columns in AutoSumEike Rathke1-20/+36
2017-06-15Ensure all cases push an error return, tdf#104989 related (not the cause)Eike Rathke1-0/+6
2017-06-15Resolves: tdf#104989 a matrix/array formula cell needs to have dimensionsEike Rathke1-0/+2
2017-06-15Resolves: tdf#104875 defer filter detection to first load/update of externalEike Rathke2-7/+8
2017-06-12tdf#106423: dbase file can have no recordsJulien Nabet1-1/+2
2017-06-10With reference lists there can be more than 255 queriesEike Rathke1-5/+5
2017-06-08Add '~' reference union/list operator to range finder delimitersEike Rathke1-1/+1
2017-06-08tdf#108098 Correct detection of MIXED state.Gulsah Kose2-10/+14
2017-06-07tdf#86119 Generalize number format control.Gulsah Kose1-20/+8
2017-06-07tdf#108259 Enable autofilter with many different valuesJean-Sebastien Bevilacqua2-4/+46
2017-06-07tdf#91820 Add cell style and spreadsheet theme commandYousuf Philips1-1/+20
2017-06-07tdf#85594 Add reset default formatting to standard toolbarYousuf Philips3-2/+4
2017-06-07fix some .src offsetsCaolán McNamara1-2/+2
2017-06-07Perf-sc: tdf#100709 Use a "one and a half" alloc strategy for ScMarkArrayEike Rathke1-1/+10
2017-06-07Eliminate dynamic_cast<const SfxVoidItem*>, use SfxPoolItem::IsVoidItem()Eike Rathke1-1/+1
2017-06-06tdf#108287 perf regression changing background colorJochen Nitschke1-2/+2
2017-06-04Perf-sc: tdf#100709 avoid segment tree with ScMultiSelIter where possibleEike Rathke6-40/+165
2017-06-03sc::ColRowSpan::mnEnd is inclusiveEike Rathke1-2/+2
2017-06-02tdf#95885 move cell protect command from toolbar to menuYousuf Philips2-1/+2
2017-06-01Resolves: tdf#108279 dimension rows are 32-bit and don't wrap at 64kEike Rathke1-1/+1
2017-06-01tdf#86119 Fix toggle behaviour of SID_NUMBER_STANDARD.Gulsah Kose3-2/+12
2017-06-01tdf#104219 Don't export color information when color is automaticBartosz Kosiorek2-5/+13
2017-05-31tdf#107389: Wrong positioning of AutoFilter buttons in tiledrendering modeTamás Zolnai1-1/+4
2017-05-30sc: work around MSVC 2017 ICE in AccessibleDocument.cxxMichael Stahl1-9/+11
2017-05-26tdf#108049 VBA exception avoided in ScVbaRange::setStyleJustin Luth1-1/+2
2017-05-26tdf#99856 xlsx export: limit dataValidation list to 255 charsJustin Luth3-0/+34
2017-05-26tdf#108017 xlsb import: protection settings were reversedJustin Luth3-26/+41
2017-05-24svRefList always needs to be in a loop to be eventually popped from stackEike Rathke1-228/+232
2017-05-23drop the SCsROW/SCsCOL/SCsTAB typedefsNoel Grandin99-675/+668
2017-05-23PushError() instead of SetError() so there's a result tokenEike Rathke1-5/+5
2017-05-21make string translation loading more uniformCaolán McNamara60-235/+233
2017-05-19tdf#107862 ignore subtotals in outline mode and empty rowsTomaž Vajngerl1-40/+63
2017-05-18New HintId and unit test for hidden rows and SUBTOTAL, tdf#93171 follow-upArul Michael6-6/+51
2017-05-18Pass grammar to ScCompiler ctor instead of subsequent SetGrammar()Eike Rathke40-140/+71
2017-05-18Always set a grammar when constructing ScCompilerEike Rathke2-4/+20
2017-05-18assert instead of OSL_ENSURE if grammar is GRAM_UNSPECIFIEDEike Rathke1-1/+1
2017-05-18tdf#107920: Crash when using ScCompiler in condformatJulien Nabet1-0/+2
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