summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2017-07-09tdf#79304 - Handle CrossedOutItems in HTML export.Sean Stangl1-4/+11
2017-07-06tdf#108923 : Use display string for generating chart labelsDennis Francis1-5/+2
2017-07-06Display string results in the Function Wizard quotedEike Rathke1-3/+11
2017-07-04tdf#108789: branch 5.4 onlyLionel Elie Mamane4-44/+90
2017-07-03handle SID_ENCRYPTIONDATA for shared password protected docs, tdf#56173Markus Mohrhard1-0/+7
2017-07-03always import page scaling, tdf#65848Markus Mohrhard1-1/+1
2017-07-03pBASM can be nullptr in copy docs, e.g. during insert sheet from docMarkus Mohrhard1-0/+3
2017-07-02Resolves: tdf#108796 let ScViewData::InsertTabs() insert the correct amountEike Rathke1-1/+1
2017-06-28Resolves: tdf#108708 set a min width for calc dropdown combobox buttonCaolán McNamara1-3/+2
2017-06-24Related tdf#40713, use DecodeMechanism::UnambiguousJulien Nabet1-1/+1
2017-06-24tdf#40713: dBASE, don't lose dbt fileJulien Nabet1-0/+6
2017-06-22Resolves: tdf#108292 WalkAndMatchElements: really limit the matchEike Rathke1-4/+9
2017-06-22Resolves: tdf#108671 mark named expression single reference #REF! if deletedEike Rathke1-0/+59
2017-06-21Resolves: tdf#108654 check nTabNo against maTabData sizeEike Rathke1-0/+10
2017-06-21Assert that nTabNo fits maTabData, tdf#108654 relatedEike Rathke1-0/+1
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