summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2023-06-09tdf#151987: clean default list before using non-default oneMike Kaganski1-0/+2
2023-06-09tdf#155321 sc: fix color of the highest value on percentile color scaleTibor Nagy4-3/+20
2023-06-08sc: perf: speedup sheets with lots of repetitive...Dennis Francis6-9/+124
2023-06-08lok: a11y: get focused paragraph notified on document loadMarco Cecchetti1-0/+3
2023-06-04tdf#153972 Fix color filter when cells have no contentSamuel Mehrbrodt1-11/+12
2023-06-04tdf#154174 sc: fix input line to update to the repeated contentCzeber László Ádám2-0/+37
2023-06-04tdf#152037 XLSX import: fix false alarm data validation errorCzeber László Ádám1-0/+2
2023-06-04sc: avoid crash in ScHorizontalCellIteratorXisco Fauli1-1/+5
2023-06-03remove unnecessary ScPatternAttr copyNoel Grandin1-2/+1
2023-06-02set default aDocCol in ctor to avoid white text on white bg in calcCaolán McNamara1-0/+4
2023-06-01svx: change NamedColor be a struct instead of std::pairTomaž Vajngerl1-9/+9
2023-06-01use ComplexColor instead of ThemeColor for better OOXML compat.Tomaž Vajngerl1-6/+7
2023-06-01Add Calc view separation for tiled renderingParis Oplopoios8-7/+130
2023-05-28tdf#155319 sc: fix conditional format data bar after copyingTibor Nagy3-0/+90
2023-05-28tdf#155368 Can't toggle Wrap Text on all cells if cell already hasNoel Grandin1-9/+20
2023-05-25CppunitTest_sc_dataprovider: fix sanitizers failureMiklos Vajna1-1/+1
2023-05-23sc: filter: oox: only insert conditional format if has itemsHenry Castro2-3/+16
2023-05-22lok: sc: disable Value HighlightingHenry Castro1-1/+1
2023-05-22sc: filter: oxx: insert more rules same rangeHenry Castro3-5/+5
2023-05-21MCGR: consolidations/cleanups for changes so farArmin Le Grand (allotropia)3-4/+3
2023-05-21sc: filter: oox: fix conditional color scale same rangeHenry Castro3-1/+32
2023-05-21lok: sc: fix layout RTL mouse selectionHenry Castro1-3/+71
2023-05-21sc: check excel::getDocShellXisco Fauli4-63/+85
2023-05-21Resolves: tdf#153790 Suppress duplicated end part sheet reference, tdf#103890Eike Rathke1-7/+28
2023-05-21lok: sc: fix layout RTLHenry Castro1-0/+4
2023-05-20lok: sc: restore edit output areaHenry Castro1-0/+6
2023-05-20tdf#155369 ScIndirect: handle names that resolve to...Dennis Francis3-10/+50
2023-05-19sc: filter: oox: fix conditional color scale empty value \"\"Henry Castro1-8/+11
2023-05-19sc: filter: oox: do not insert rule too earlyHenry Castro3-2/+7
2023-05-19sc: fix freeze row/column panesHenry Castro2-4/+7
2023-05-18JSDialog: Validity message dialog is tunneled #6327shehr1-1/+1
2023-05-18sc: qa: add databar unit testHenry Castro2-0/+23
2023-05-17sc: filter: oox: insert a new entry ScDataBarFormat if Id attribute...Henry Castro1-3/+15
2023-05-17sc: filter: oox: update databar format before cloneHenry Castro2-0/+14
2023-05-17sc: filter: oox: add missing formula if it is a text ...Henry Castro1-0/+6
2023-05-17tdf#154477: sc: filter: html: fix missing color scale conditional formatHenry Castro1-1/+22
2023-05-16tdf#154477: sc: copy cache values when clone color conditional formatHenry Castro2-0/+17
2023-05-16tdf#154477: sc: add "updateValues" method to conditional format listHenry Castro5-0/+35
2023-05-16sc: filter: oox: Add a missing tag child of the parent tag "cfvo"Henry Castro4-1/+45
2023-05-15MCGR: Make MCGR default for oox im/export, cleanupArmin Le Grand (allotropia)1-10/+18
2023-05-15MCGR: Reduce diverse GradientStyle enums to single UNO API oneArmin Le Grand (allotropia)2-2/+2
2023-05-15MCGR: Model data changes for ColorStepsArmin Le Grand (allotropia)1-4/+12
2023-05-15sc: filter: oox: add missing attribute "indexed"Henry Castro1-0/+76
2023-05-15sc: filter: oox: add missing tag "fillcolor"Henry Castro3-0/+24
2023-05-13tdf#152980 CSV import: Fix control character length in XLSX saveCzeber László Ádám3-111/+39
2023-05-13Resolves: tdf#41304 Add percent operator % to reference delimitersEike Rathke1-1/+1
2023-05-13Resolves: tdf#144547 ScRangeFindList: handle references in multi-line formulaEike Rathke2-31/+53
2023-05-13tdf#155037: check source code name existsXisco Fauli1-1/+2
2023-05-13Resolves: tdf#119659 Check found position for result vectorEike Rathke1-1/+8
2023-05-13tdf#152577 sc DBData: fix regression of database rangesTünde Tóth2-2/+24