summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
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
2017-01-10Resolves: tdf#104711 adjust range reference constructed of named anchorsEike Rathke4-10/+45
2017-01-06recognize the broken "Err:xxx" written by 5.2 and earlier, tdf#105024 relatedEike Rathke1-5/+16
2017-01-06read single error constant formula as such, tdf#105024 relatedEike Rathke4-10/+25
2017-01-06out of bounds string accessEike Rathke1-1/+1
2017-01-06Resolves: tdf#105061 Only one text box shown in case of 'between'Caolán McNamara2-0/+9
2017-01-06check token array code errors when testing for equality, tdf#105024 relatedEike Rathke2-0/+16
2017-01-05tdf#105024 use context to generate "error only" formula stringEike Rathke1-1/+4
2017-01-05Resolves: tdf#104919 crash with empty ScNavigatorDlg memberCaolán McNamara2-0/+10
2017-01-05handle paste special of single formula cell if IsEmptyDisplayedAsString()Eike Rathke1-0/+5
2017-01-05handle paste special of single formula cell with error resultEike Rathke1-0/+7