summaryrefslogtreecommitdiff
path: root/sc/source
AgeCommit message (Expand)AuthorFilesLines
2021-05-23Resolves: tdf#136794 Unlimit decimals for ROUND()Eike Rathke1-3/+1
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#68976 cut paste transposed: fix wrong position in clipdocscito3-25/+32
2021-05-21tdf#116413 after Paste Special with ADD and As Link attach dest cellsscito1-0/+6
2021-05-21tdf#71058 cut paste transposed: use correct clipdocscito1-1/+1
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 Mehrbrodt6-12/+163
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-18loplugin:unusedfieldsNoel Grandin1-3/+1
2021-05-18loplugin:unusedmethodsNoel Grandin3-46/+0
2021-05-18tdf#104169 - Change mouse cursor to FatCross in calc spreadsheetSarabjot Singh3-4/+4
2021-05-17small perf improvement in checking for noteNoel Grandin3-5/+47
2021-05-17split OutputDevice from WindowNoel Grandin27-142/+142
2021-05-17cid#1484878 Uninitialized scalar fieldCaolán McNamara1-0/+1
2021-05-16fix leak in ScSubTotalParamNoel Grandin5-35/+28
2021-05-15Use less memory for ScMatrix::Collectdante3-78/+55
2021-05-15tdf#137679 Use KahanSum for Taylor seriesdante1-3/+3
2021-05-14Improve loplugin:stringviewStephan Bergmann1-1/+2
2021-05-14sc_ucalc: move shared formula tests to their own moduleXisco Fauli3-5/+6
2021-05-13Use double to iterate products in scmatrix.dante4-21/+21
2021-05-13tdf#112559 sc: Expose font height via the Defaults UNO APIMaxim Monastirsky1-0/+3
2021-05-13inline some typedefsNoel Grandin3-8/+4
2021-05-13tdf#142214: autoinput: remove search/entry count limitsDennis Francis5-45/+25
2021-05-13tdf#142214: autocomplete: do not search across empty blocksDennis Francis1-8/+20
2021-05-13tdf#142214: show autocompletion only if there is...Dennis Francis1-3/+14
2021-05-13lok: Enable the "AutoInput" again.Dennis Francis2-5/+1
2021-05-13Revert "simplify the vcl<->toolkit connection"Noel Grandin1-1/+1
2021-05-12simplify the vcl<->toolkit connectionNoel Grandin1-1/+1
2021-05-11tdf#139241: partially revert 059f07f9f33460c809a93e0fda1165f5c6f6d805Mike Kaganski1-2/+8
2021-05-11do not leak on error pathNoel Grandin1-0/+3
2021-05-11tdf#76258 Skip color items in filter dialog for nowSamuel Mehrbrodt2-0/+29
2021-05-11change usage of boost::hash_combine to o3tl::hash_combineTomaž Vajngerl2-6/+6
2021-05-11tdf#76258 Add OOXML import for color filterSamuel Mehrbrodt4-5/+125
2021-05-11tdf#76258 Various fixes for color filterSamuel Mehrbrodt5-26/+43
2021-05-10tdf#138209 ODF export: work around forms problem in LO < 7.0Michael Stahl1-10/+10
2021-05-10tdf#127301 XLSX import: hide hidden named range of autofilterBalazs Varga3-18/+22