summaryrefslogtreecommitdiff
path: root/sc/source/ui
AgeCommit message (Expand)AuthorFilesLines
2021-06-11Simplify Sequences initializations (sc)Julien Nabet12-28/+24
2021-06-11tdf#130428 remove unnecessary usage of SfxItemState::UNKNOWNArmin Le Grand (Allotropia)1-2/+2
2021-06-10tdf#136766 Zoom slider in calc print preview has white backgroundNoel Grandin2-17/+30
2021-06-09drop unnecessary pWin arg to InitAccCaolán McNamara4-8/+6
2021-06-09ScTextWnd is set since the ctor now so drop from InitAccCaolán McNamara4-7/+6
2021-06-09-Werror,-Wunused-but-set-variable (Clang 13 trunk)Stephan Bergmann1-9/+1
2021-06-09tdf#141769 ScTextWnd has to be available before the editview is createdCaolán McNamara3-1/+18
2021-06-09autocomplete: allow cycling through possible matchesDennis Francis1-13/+12
2021-06-04lok: Hide file name from Text Import Dialog (csv)merttumer1-2/+6
2021-06-04tdf#141683 fix missing flag in multi sel pasted transposed as linksscito1-2/+4
2021-06-04lok: add global notifier to the "Text Import Dialog"merttumer2-0/+9
2021-06-01tdf#140745 sc AutoFilter: fix placing of "(empty)"Tünde Tóth1-10/+19
2021-06-01no need to allocate these on the heapNoel Grandin8-41/+40
2021-06-01tdf#126540 sc: toggling grid lines sets document as modifiedAttila Szűcs1-0/+2
2021-06-01no need to allocate these on the heapNoel Grandin1-2/+2
2021-05-31fix leak in JunitTest_sc_unoapi_2Noel Grandin2-14/+12
2021-05-31no need to allocate SvxNumRule separately in SvxNumBulletItemNoel Grandin1-1/+1
2021-05-31properly fix leak in ScAcceptChgDlgNoel Grandin1-1/+1
2021-05-31Related tdf#68113 sc autofilter: clean-up forBalazs Varga1-6/+5
2021-05-31tdf#142402 sc UI: store formatted values in standard filterBalazs Varga1-5/+2
2021-05-28no need to allocate SfxStyleFamilies on the heapNoel Grandin1-5/+5
2021-05-28no need to allocate these SfxItemSet on the heapNoel Grandin4-46/+40
2021-05-28tdf#68113 sc autofilter: fix not empty button unchecks all entriesBalazs Varga1-2/+10
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 Varga1-13/+0
2021-05-27fix leaks in ScAcceptChgDlgNoel Grandin1-0/+4
2021-05-26Refactor module media item handlingJan-Marek Glogowski2-78/+13
2021-05-26fix leak in ScAcceptChgDlgNoel Grandin1-0/+7
2021-05-25Related: tdf#81757 Do not even try to re-enter ScDocShell::Do*Recalc()Eike Rathke1-0/+10
2021-05-25tdf#118129 - return only the caption property of the frameAndreas Heinisch1-32/+2
2021-05-24Resolves: tdf#134675 Allow unrestricted pastes of same size in one dimensionEike Rathke4-8/+70
2021-05-22fix shutdown leak in ScCreateDialogFactoryNoel Grandin1-10/+2
2021-05-22tdf#141559 sc UI: add Clear Filter to Autofilter widgetTünde Tóth2-1/+6
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óth1-1/+8
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-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-19tdf#76258 Fix color filter popup positionSamuel Mehrbrodt1-2/+2
2021-05-19ImplPlayWithRenderer never checks its OutputDevice against nullptrCaolán McNamara5-28/+28
2021-05-18tdf#104169 - Change mouse cursor to FatCross in calc spreadsheetSarabjot Singh3-4/+4
2021-05-17small perf improvement in checking for noteNoel Grandin1-5/+1
2021-05-17split OutputDevice from WindowNoel Grandin27-142/+142
2021-05-16fix leak in ScSubTotalParamNoel Grandin2-12/+12