summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2023-06-23Speed up scrolling through large document with lots of patternsNoel Grandin2-1/+17
2023-06-21crashtesting: crash in ReadQsiforum-mso-en4-30276.xlsCaolán McNamara1-1/+8
2023-06-21crashtesting: crash in ScInterpreter::ScCountIfsCaolán McNamara1-2/+8
2023-06-20lok: sc: reset RTL if it is changedHenry Castro1-2/+2
2023-06-19sc: filter: oox: fix setting value to color scaleHenry Castro1-8/+9
2023-06-19fix crash on LOKIT spelling dialogJaume Pujantell Traserra1-0/+1
2023-06-18tdf#155244 filter: XHTML export: Making ODF style IDs unique for ...Svante Schubert3-0/+30
2023-06-16cid#1532384 Out-of-bounds readCaolán McNamara1-1/+1
2023-06-14online: speed up scrolling large excel documentNoel Grandin4-15/+34
2023-06-14Add editengine view separation in tiled renderingParis Oplopoios2-0/+24
2023-06-14tdf#91265 Use same plot area distance as used in MSOGülşah Köse1-4/+4
2023-06-11Related: tdf#155507 don't broadcast UI Theme change unless it did changeCaolán McNamara1-1/+2
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