summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
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
2017-02-25xPoolHelper is empty in a clipboard docMarkus Mohrhard1-1/+1
2017-02-24Resolves: tdf#105854 retain popover if it has the same pos, size and settingsCaolán McNamara3-4/+28
2017-02-23Resolves: tdf#105667 forget target area's caption pointer in Merge UndoEike Rathke1-1/+7
2017-02-21Resolves: tdf#106089 generate range string with current address conventionEike Rathke1-2/+15
2017-02-18Resolves: tdf#105858 check SC_DPOUT_MAXLEVELS to prevent crashEike Rathke1-47/+71
2017-02-16tdf#95306: Be sure to specify the entire range.Kohei Yoshida1-2/+2
2017-02-15tdf#105840 EXCEL export: fixes for hidden defaultRowJustin Luth4-8/+29
2017-02-15Optimize Excel GetOrCreateRow: compare to previous map entryJustin Luth1-2/+5
2017-02-15Optimize Excel GetOrCreateRow: reduce loopsJustin Luth1-10/+27
2017-02-14tdf#103890: Fix the logic on setting 3D flag on reference.Kohei Yoshida1-6/+7
2017-02-12tdf#86470: Let's not forget to move onto the next column.Kohei Yoshida1-2/+2
2017-02-08tdf#105629: Let's move the advanced-filter specific stuff ...Kohei Yoshida1-15/+14
2017-01-31Resolves: tdf#105410 do not crash on a deleted formatEike Rathke1-2/+5
2017-01-30tdf#105548 fix incorrect DATEDIF result.Winfried Donkers2-9/+33
2017-01-27Resolves: tdf#105450 calc navigator gets 0 height on toggle off/on when dockedCaolán McNamara3-11/+10
2017-01-27dissolve LinkUpdateMode confusion, document::Settings vs XGlobalSheetSettingsEike Rathke2-17/+53
2017-01-27Resolves: tdf#105558 accept numeric BASIC return types as numericEike Rathke1-6/+45
2017-01-27Resolves: tdf#104153 crash on drag and drop pivot table fieldCaolán McNamara5-36/+19
2017-01-26tdf#101828 handle rtf/richtext correctlyOliver Specht10-15/+45
2017-01-25Resolves: tdf#104675 ScConditionalFormat ranges needed to start listeningEike Rathke1-1/+1
2017-01-25Resolves: tdf#105351 pass matching index key to conditional format dialogEike Rathke1-0/+1
2017-01-25ScFormulaListener: do not start listening to clipboard or Undo docsEike Rathke1-1/+4
2017-01-25tdf#104967 preserve isolated notes data in clipboard when closing documentEike Rathke10-26/+60
2017-01-24tdf#105348 add check for divide by zero situation.Winfried Donkers1-2/+8
2017-01-23Resolves: tdf#105466 crash when changing conditional formatting conditionCaolán McNamara1-8/+12
2017-01-23Resolves: tdf#105411 remove from entries before disposeCaolán McNamara1-2/+3
2017-01-23coverity#1399031 golden, Out-of-bounds readCaolán McNamara1-1/+1
2017-01-22tdf#104967 prevent crash when pasting notes originating from a closed documentEike Rathke1-0/+15
2017-01-22Resolves: tdf#105158 set date or time return type for DATEVALUE TIMEVALUEEike Rathke2-5/+28
2017-01-13fix interchanged parametersJochen Nitschke1-2/+2
2017-01-11tdf#97598 xlsx import: do not apply any scenariosJustin Luth4-17/+24