summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2017-06-20Resolves: tdf#104875 defer filter detection to first load/update of externalEike Rathke2-7/+8
2017-06-15Resolves: tdf#104989 a matrix/array formula cell needs to have dimensionsEike Rathke2-0/+8
2017-06-12tdf#106423: dbase file can have no recordsJulien Nabet1-1/+2
2017-06-03sc::ColRowSpan::mnEnd is inclusiveEike Rathke1-2/+2
2017-06-01Resolves: tdf#108279 dimension rows are 32-bit and don't wrap at 64kEike Rathke1-1/+1
2017-05-29tdf#107389: Wrong positioning of AutoFilter buttons in tiledrendering modeTamás Zolnai1-1/+4
2017-05-29import stream on the LibreOffice side, tdf#107827Markus Mohrhard1-3/+13
2017-05-29use empty document in orcus gnumeric import, tdf#107828Markus Mohrhard3-0/+11
2017-05-29PushError() instead of SetError() so there's a result tokenEike Rathke1-5/+5
2017-05-26tdf#108049 VBA exception avoided in ScVbaRange::setStyleJustin Luth1-1/+2
2017-05-26tdf#108017 xlsb import: protection settings were reversedJustin Luth3-26/+41
2017-05-18tdf#107920: Crash when using ScCompiler in condformatJulien Nabet1-0/+2
2017-05-17tdf#107892: fix negative values case with maxifsJulien Nabet2-2/+2
2017-05-15tdf#82326 calc 32bits unable to open files with a lot of cond formattingfrederic vroman1-2/+2
2017-05-12tdf#106051 Notify listeners on top and bottom of split formula groupArul Michael1-0/+6
2017-05-12tdf#93171 Subtotal function with function indexes don't updateArul Michael3-0/+15
2017-05-11tdf#107572: retrieve Default autoformatJulien Nabet1-0/+2
2017-05-11tdf#86001: Pass on the language info from the cell to the engine.Kohei Yoshida2-6/+25
2017-05-02Resolves: tdf#99625 add parameter classification for TEXTJOIN and CONCATEike Rathke1-0/+2
2017-04-27Resolves: tdf#107241 don't let floating function description grow infinitelyCaolán McNamara1-0/+1
2017-04-27Resolves: tdf#102525 handle array/matrix formula in cycle cell reference typesEike Rathke1-1/+11
2017-04-27mark all new styles as default styles, tdf#103380, tdf#103330Markus Mohrhard4-0/+18
2017-04-25tdf#107310: hybrid cell is a value cell as well as a string cell.Kohei Yoshida1-0/+3
2017-04-20Resolves: tdf#106838 icon set not visible in conditional formattingCaolán McNamara3-11/+27
2017-04-19call UpdateReference also for single cell copying, tdf#105245Markus Mohrhard1-0/+9
2017-04-18tdf#92650: handle overwritten references correctly in undo.Kohei Yoshida3-2/+12
2017-04-18actually show the newly selected cell, tdf#106194Markus Mohrhard1-0/+1
2017-04-12don't replace content of formula field when selecting range, tdf#58635Markus Mohrhard1-1/+4
2017-04-11out-of-bounds tab access when deleting second last sheetEike Rathke1-2/+2
2017-04-10tdf#106253 Precision as shown for thousand dividorLaurent Balland-Poirier1-0/+6
2017-04-10tdf#106252 Engineering notation for Precision as shownLaurent Balland-Poirier2-29/+96
2017-04-10Tests for "Precision as shown" following tdf#105657 tdf#106052Laurent Balland-Poirier2-0/+107
2017-04-10tdf#106052 Treat SubFormat for "Precision as shown"Laurent Balland-Poirier1-1/+1
2017-04-10don't obtain the underlying SvNumberformat thrice, tdf#105657 follow-upEike Rathke1-4/+6
2017-04-10tdf#105657 Treat "Precision as shown" for fractionsLaurent Balland-Poirier1-0/+4
2017-04-07Resolves: tdf#100011 (re-)add ocCeil and ocFloor .xls(x) export mappingsEike Rathke2-2/+7
2017-04-06tdf#105908: restore previously deleted range references upon undo.Kohei Yoshida5-2/+49
2017-04-06tdf#106868: fix crash when modify external linkNoel Grandin6-64/+57
2017-03-30handle date autofilter entries correctly, tdf#106214Markus Mohrhard4-26/+35
2017-03-23tdf#106047 Fix case-insensitive search in autofilterVitaliy Anderson1-4/+4
2017-03-22tdf#104383: prevent crash during file load.Kohei Yoshida1-2/+14
2017-03-17the range should be updated after the references, tdf#104026Markus Mohrhard1-3/+3
2017-03-17Resolves: tdf#102777 broadcast SC_TAB_INSERTED when inserting scenarioEike Rathke1-0/+3
2017-03-14don't forget to set the managed flag, tdf#105544Markus Mohrhard1-0/+1
2017-03-14fix conditional format import from XLSB, tdf#105486Markus Mohrhard1-1/+3
2017-03-14tdf#106456, don't try to use invalid ranges in external ref codeMarkus Mohrhard1-0/+6
2017-03-14Resolves: tdf#106459 3D reference can't be handled as vector referenceEike Rathke1-0/+4
2017-03-10tdf#95612: Print preview: page numbering starts with 1 (not 0)Katarina Behrens1-3/+3
2017-03-07tdf#101904 Fix Date deleting in SCalcJean-Sebastien Bevilacqua1-4/+65
2017-03-07tdf#104117 set template parameter sal_Int64 for randomTomaž Vajngerl1-1/+1