summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2023-10-16tdf#141457 sc notebookbar_compact: fix empty Statistics menuJustin Luth1-1/+1
2023-10-16Follow-up: tdf#156985 Use SC_USE_SSE2 to determine which KahanSum::add() to useEike Rathke4-75/+50
2023-10-06ubsan error seen export to odsCaolán McNamara1-1/+1
2023-10-05tdf#157038 sc: avoid spell-check dialog from outside selectionJustin Luth1-1/+14
2023-09-12Resolves: tdf#156985 Treat adding two KahanSum differentlyEike Rathke1-0/+11
2023-08-30sc: fix crash in ScTransferObj::DragFinishedXisco Fauli1-1/+1
2023-08-30sc: fix crash in ScAttrDlg::PageCreatedXisco Fauli1-2/+5
2023-08-04Resolves: tdf#155716 grab focus when context menu is activatedCaolán McNamara2-1/+9
2023-08-01Resolves: tdf#156462 ctrl+left in calc doesn't always jump to the correct cellCaolán McNamara1-5/+5
2023-07-29tdf#142600 - External links dialog: list database rangesAndreas Heinisch1-0/+8
2023-07-18tdf#156286 sc: fix crash with column deletionLászló Németh1-1/+1
2023-07-15Fix typoAndrea Gelmini1-1/+1
2023-07-12Resolves: tdf#153517 Use tools::Duration for FillSeries with (date+)timeEike Rathke3-47/+81
2023-07-07tdf#155452 problem pasting to calc an image copied from firefox (windows)Luigi Iucci1-0/+2
2023-07-05sc: fix crash in ScVbaWorksheet::CellsXisco Fauli1-2/+3
2023-07-05sc: fix crash in ScInputHandler::ShowArgumentsTipXisco Fauli1-0/+3
2023-06-29tdf#154477: sc: filter: html: fix missing color scale conditional formatHenry Castro1-1/+22
2023-06-29tdf#154477: sc: add "updateValues" method to conditional format listHenry Castro5-0/+35
2023-06-29tdf#154477: sc: copy cache values when clone color conditional formatHenry Castro2-0/+17
2023-06-29tdf#122676 sc: fix format with * (filling) and NBSP thousand separatorCzeber László Ádám1-0/+5
2023-06-27crashtesting: crash in ReadQsiforum-mso-en4-30276.xlsCaolán McNamara1-1/+8
2023-06-27tdf#153437 sc: fix broken formatting without performance regressionCzeber László Ádám3-7/+14
2023-06-27tdf#153437 sc: fix broken formatting at Undo of row/column insertionCzeber László Ádám2-2/+52
2023-06-12tdf#155244 filter: XHTML export: Making ODF style IDs unique for ...Svante Schubert3-0/+30
2023-06-05tdf#151987: clean default list before using non-default oneMike Kaganski1-0/+2
2023-06-05tdf#155321 sc: fix color of the highest value on percentile color scaleTibor Nagy4-3/+20
2023-06-02tdf#153972 Fix color filter when cells have no contentSamuel Mehrbrodt1-11/+12
2023-06-01tdf#154174 sc: fix input line to update to the repeated contentCzeber László Ádám2-0/+37
2023-05-31tdf#152037 XLSX import: fix false alarm data validation errorCzeber László Ádám1-0/+2
2023-05-31sc: avoid crash in ScHorizontalCellIteratorXisco Fauli1-1/+5
2023-05-25tdf#155369 ScIndirect: handle names that resolve to...Dennis Francis3-10/+50
2023-05-25tdf#155319 sc: fix conditional format data bar after copyingTibor Nagy3-0/+90
2023-05-22tdf#155368 Can't toggle Wrap Text on all cells if cell already hasNoel Grandin1-9/+20
2023-05-19sc: check excel::getDocShellXisco Fauli4-63/+85
2023-05-17Resolves: tdf#153790 Suppress duplicated end part sheet reference, tdf#103890Eike Rathke1-7/+28
2023-05-09tdf#152980 CSV import: Fix control character length in XLSX saveCzeber László Ádám3-111/+39
2023-05-08Resolves: tdf#41304 Add percent operator % to reference delimitersEike Rathke1-1/+1
2023-05-07Resolves: tdf#144547 ScRangeFindList: handle references in multi-line formulaEike Rathke2-31/+53
2023-05-05tdf#155037: check source code name existsXisco Fauli1-1/+2
2023-05-02Resolves: tdf#119659 Check found position for result vectorEike Rathke1-1/+8
2023-04-28tdf#152577 sc DBData: fix regression of database rangesTünde Tóth2-2/+24
2023-04-28Resolves: tdf#155046 Accept true and false as 1 and 0 for OOXML boolean cellsEike Rathke1-1/+10
2023-04-28tdf#154906 tdf#129813 tdf#129814 sc: fix conditional format color scaleTibor Nagy3-0/+72
2023-04-28tdf#119565 XLSX export: fix lost line properties inherited from themeTünde Tóth2-0/+28
2023-04-27Resolves: tdf#151958 Disable binary search on sorted cache for current releasesEike Rathke1-3/+15
2023-04-26tdf#91332 XLSX export: fix missing solidFillTünde Tóth2-0/+21
2023-04-21put floating frames under managed links controlCaolán McNamara1-1/+8
2023-04-20ROUNDSIG() Avoid inaccuracy of pow(10,negative) tdf#138220, tdf#105931 followEike Rathke1-2/+15
2023-04-20Resolves: tdf#138220 tdf#154792 Avoid double rounding; tdf#124286 follow-upEike Rathke1-7/+42
2023-04-19tdf#154803 - Check if range is entirely mergedAndreas Heinisch2-5/+47