summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2023-11-02tdf#157897 - Clear print ranges before adding additional onesAndreas Heinisch4-0/+21
2023-11-01tdf#100584, tdf#157784 - Arrange sheets depending on the RTL settingsAndreas Heinisch1-1/+2
2023-10-31sc: qa: add loadWithParams and SaveWithParamsHenry Castro1-2/+8
2023-10-31Make the reference resolver really available for orcusKohei Yoshida2-0/+18
2023-10-31sc: Test numeric conditional format text rule exports correctlyParis Oplopoios1-0/+31
2023-10-31sc: Export conditional formatting expression correctly for text rulesParis Oplopoios1-1/+16
2023-10-27null-deref seen in ScTabView::UpdateEditViewCaolán McNamara1-4/+30
2023-10-26Missing dependencyMike Kaganski1-0/+1
2023-10-23tdf#156525 Save as > HTML loses drawing object as invalid gifNoel Grandin3-0/+19
2023-10-21Resolves: tdf#157797 Let GetCellValue() propagate previous error, if anyEike Rathke1-1/+3
2023-10-21fix crash in ScInputHandler::ImplCreateEditEngine()Xisco Fauli1-17/+17
2023-10-17tdf#100034 tdf#157318 XLSX export: fix lost named ranges associated to sheetsRafael Lima8-7/+56
2023-10-17Resolves: tdf#157786 Use GetFloor32() for date days instead of GetInt32()Eike Rathke3-12/+31
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-11tdf#154142 null-deref in SfxUndoManager::SetMaxUndoActionCountCaolán McNamara1-1/+1
2023-10-10fix ScTabViewShell::HasAccessibilityObjectsNoel Grandin1-1/+1
2023-10-09Revert "tdf#149598 - Remember window state of the format cell dialog"Andreas Heinisch1-9/+0
2023-10-09crash copying text + chart to clipboard with InputOptions::TextWysiwygCaolán McNamara2-2/+5
2023-10-08tdf#157299 sc a11y: Limit amount of reported cell relationsMichael Weghorn1-0/+9
2023-10-08tdf#157568 After deleting the content of a cell by pressing the delete..Noel Grandin6-42/+64
2023-10-05ubsan error seen export to odsCaolán McNamara1-1/+1
2023-10-03tdf#157038 sc: avoid spell-check dialog from outside selectionJustin Luth1-1/+14
2023-09-28tdf#148959 cui: fix hiding semi-transparent UI for chart axis fontMiklos Vajna1-0/+13
2023-09-14fix "variable 'nRow' set but not used [-Werror,-Wunused-but-set-variable]"Christian Lohmaier1-0/+2
2023-09-13sc: row import - default style index is 0 and not -1Tomaž Vajngerl1-1/+1
2023-09-13tdf#157192: sc:pivot allow sort by selection in non-manual modeDennis Francis2-16/+3
2023-09-04Resolves: tdf#156985 Treat adding two KahanSum differentlyEike Rathke1-0/+11
2023-09-01UITest_function_wizard: use oneprocess modeMiklos Vajna4-0/+8
2023-09-01tdf#150815 sc: fix repainting sparklineTibor Nagy4-3/+45
2023-09-01sc: fix crash in ScAttrDlg::PageCreatedXisco Fauli1-2/+5
2023-09-01sc: fix crash in ScTransferObj::DragFinishedXisco Fauli1-1/+1
2023-08-30tdf#155495 sc: fix cursor positioning editing centered/right-aligned cellsCzeber László Ádám1-1/+2
2023-08-23fix bug inScGlobal::CheckWidthInvalidateNoel Grandin1-1/+1
2023-08-22Fix heap-use-after-freeTibor Nagy1-7/+5
2023-08-16Resolves: tdf#127334 Backport tools::Duration ScInterpreter::CalculateAddSub()Eike Rathke1-3/+19
2023-08-14tdf#156209 Font size increases when copying from cell in edit modeNoel Grandin1-9/+6
2023-08-09sc: fix tiledrenderin test execution issue with comment IDsTomaž Vajngerl1-0/+3
2023-08-04sc: theme color support for sparklines + ODF & OOXML import/exportTomaž Vajngerl21-226/+1212
2023-08-04sc: remove code duplication at OOXML export of ComplexColorTomaž Vajngerl2-75/+59
2023-08-04sc: rename oox::xls::Color to oox::xls::XlsColorTomaž Vajngerl4-24/+27
2023-08-04sc: Add import/export ODF support for border complex colorsTomaž Vajngerl3-21/+38
2023-08-04Resolves: tdf#155716 grab focus when context menu is activatedCaolán McNamara2-1/+9
2023-08-03xmloff: fix import of CharComplexColor - add StylePropertiesContextTomaž Vajngerl2-5/+10
2023-08-03tdf#155796 sc: fix select with merged cellsJaume Pujantell2-157/+245
2023-08-01Resolves: tdf#156462 ctrl+left in calc doesn't always jump to the correct cellCaolán McNamara1-5/+5
2023-08-01tdf#156174 sc DBData: fix regression of database rangesTünde Tóth2-6/+27
2023-07-30tdf#156506 Fix failure to draw copy border on WindowsPatrick Luby1-12/+0
2023-07-29tdf#142600 - External links dialog: list database rangesAndreas Heinisch1-0/+8
2023-07-28Resolves: tdf#156467 Let array ROW() and COLUMN() return a scalar valueEike Rathke1-12/+30