summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2021-05-28no need to allocate these on the heapNoel Grandin1-32/+29
2021-05-28no need to allocate SfxStyleFamilies on the heapNoel Grandin2-6/+6
2021-05-28no need to allocate these SfxItemSet on the heapNoel Grandin4-46/+40
2021-05-28tdf#138438 sc: fix "Top 10" autoFilter in multiple columnsBalazs Varga3-51/+79
2021-05-28tdf#68113 sc autofilter: fix not empty button unchecks all entriesBalazs Varga2-2/+87
2021-05-27IsDisposed->isDisposed in scNoel Grandin2-2/+2
2021-05-27tdf#135332 Return MAXROW/MAXCOL for rows/columns out of range.tushar1-5/+5
2021-05-27tdf#141309 tdf#142215 OOXML import: fix double conversion in autofilterBalazs Varga4-15/+23
2021-05-27fix leaks in ScAcceptChgDlgNoel Grandin1-0/+4
2021-05-26tdf#126541 XLSX import: fix View grid linesAttila Szűcs5-1/+48
2021-05-26Refactor module media item handlingJan-Marek Glogowski2-78/+13
2021-05-26fix leak in ScAcceptChgDlgNoel Grandin1-0/+7
2021-05-26tdf#142231 sc odf: fix export of single date filter valueSzabolcs Toth3-0/+18
2021-05-25tdf#116413 keep AttachNewFormulaCell methods togetherscito1-3/+5
2021-05-25Related: tdf#81757 Do not even try to re-enter ScDocShell::Do*Recalc()Eike Rathke1-0/+10
2021-05-25tdf#141644 OOXML shape import: fix upright text rotate angleSzabolcs Toth3-2/+29
2021-05-25tdf#118129 - return only the caption property of the frameAndreas Heinisch1-32/+2
2021-05-24Teach ScOutlineCollection to return an iterator when calling erase, then use itJulien Nabet2-20/+6
2021-05-24tdf#94962 - Fixed german text:p of type booleanAndreas Heinisch1-1/+1
2021-05-24tdf#136794: sc_mathematical_functions: Add unittestXisco Fauli1-0/+17
2021-05-24tdf#137063: sc_ucalc: Add unittestXisco Fauli1-0/+18
2021-05-24fix leak in conditional formatNoel Grandin1-1/+1
2021-05-24tdf#134675: sc_uicalc: Add unittestXisco Fauli1-0/+30
2021-05-24Resolves: tdf#134675 Allow unrestricted pastes of same size in one dimensionEike Rathke4-8/+70
2021-05-23Resolves: tdf#136794 Unlimit decimals for ROUND()Eike Rathke1-3/+1
2021-05-23fix leak in ScRangeTestNoel Grandin1-0/+1
2021-05-22tdf#142395: sc: Add UItestXisco Fauli4-0/+67
2021-05-22fix shutdown leak in ScCreateDialogFactoryNoel Grandin1-10/+2
2021-05-22tdf#141559 sc UI: add Clear Filter to Autofilter widgetTünde Tóth4-1/+100
2021-05-21add Toggleable as a separate thing to a ButtonCaolán McNamara94-154/+153
2021-05-21tdf#142350 sc AutoFilter: fix (empty) entry checkingTünde Tóth2-1/+51
2021-05-21tdf#68976 cut paste transposed: fix wrong position in clipdocscito5-28/+82
2021-05-21tdf#116413 after Paste Special with ADD and As Link attach dest cellsscito3-3/+376
2021-05-21tdf#126342: sc_ucalc: Add unittestXisco Fauli1-0/+33
2021-05-21tdf#142186: sc_ucalc: Add unittestXisco Fauli1-0/+43
2021-05-21sc_ucalc: combine header and implementation filesXisco Fauli2-272/+244
2021-05-21tdf#71058 cut paste transposed: use correct clipdocscito2-1/+58
2021-05-21tdf#76441: sc_ucalc: Add unittestXisco Fauli2-0/+43
2021-05-21tdf#142395: properly handle "no string delimiter" caseMike Kaganski1-2/+2
2021-05-20tdf#57351 sc UI: fix disabled Insert Columns optionsTünde Tóth2-2/+4
2021-05-20use toggle instead of click for RadioButtonCaolán McNamara12-52/+78
2021-05-20use toggle instead of click for CheckButtonCaolán McNamara10-29/+29
2021-05-20use toggle instead of click for RadioButtonCaolán McNamara2-8/+11
2021-05-20tdf#76258 Skip automatic colors in color filter popupSamuel Mehrbrodt1-2/+4
2021-05-20Add FIXME for dxf importSamuel Mehrbrodt1-0/+3
2021-05-19use toggle instead of click for CheckButtonCaolán McNamara4-6/+6
2021-05-19use toggle instead of click for RadioButtonCaolán McNamara2-33/+27
2021-05-19use toggle instead of click for RadioButtonCaolán McNamara8-14/+14
2021-05-19fix leak in oox importNoel Grandin2-0/+9
2021-05-19tdf#76258 Add OOXML export for color filterSamuel Mehrbrodt8-12/+192