summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
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
2023-07-27Resolves: tdf#147955 Recalculate OOXML for bad generators with all 0.0 resultsEike Rathke4-13/+59
2023-07-26tdf#99808 sc: fix background of conditional formatting in merged cellTibor Nagy2-1/+55
2023-07-26tdf#155322 sc: fix conditional format color scale in merged cellsTibor Nagy2-0/+72
2023-07-26tdf#142905 XLSX import: don't trim leading spaces in formula cellCzeber László Ádám3-1/+15
2023-07-25tdf#131471 sc: fix background color of conditional formatting styleTibor Nagy3-3/+24
2023-07-25tdf#117307 sc: Comments are duplicated after Row delete and UndoCzeber László Ádám1-0/+3
2023-07-24tdf#155414 include system "reduce animation" preferencesPatrick Luby2-1/+17
2023-07-23Related: tdf#155708 Clean-up - Fix validity dialog closesBalazs Varga1-0/+2
2023-07-22tdf#152992: for Impress/Draw add horizontal hit tolerance for quick text editSarper Akdemir3-9/+6
2023-07-21Resolves tdf#112876 - Make use of scroll lock configurableHeiko Tietze1-4/+8
2023-07-19sc: ODF import/export of background cell complex colorTomaž Vajngerl3-12/+60
2023-07-17tdf#156286 sc: fix crash with column deletionLászló Németh1-1/+1
2023-07-17Fix typoAndrea Gelmini1-1/+1
2023-07-16tdf#155708 Fix validity dialog closes when moving focus to another windowBalazs Varga2-0/+8
2023-07-13sc: add test for changing theme colors and undo/redoTomaž Vajngerl3-3/+129
2023-07-12sc: Theme color change undo/redo - styles and direct formatTomaž Vajngerl5-30/+293
2023-07-11Fix build on Win64, where int != sal_Int32Mike Kaganski1-13/+13
2023-07-06tdf#138504 svx,etc.: decorative flag on SdrObject shapesMichael Stahl1-1/+4
2023-07-05sc: fix crash in ScInputHandler::ShowArgumentsTipXisco Fauli1-0/+3
2023-07-05sc: test export of model::Theme into theme1.xml with xpathTomaž Vajngerl1-23/+38
2023-07-04sc: fix crash in ScVbaWorksheet::CellsXisco Fauli1-2/+3
2023-07-04sc: add border export and enable round-trip testTomaž Vajngerl4-43/+85
2023-07-04sc: change theme color for SdrObjectsTomaž Vajngerl1-1/+12
2023-07-04sc: fix failed assert in when setting a color on a shapeTomaž Vajngerl1-3/+3
2023-07-04sc: OOXML export of theme colors for text and backgroundTomaž Vajngerl4-28/+65
2023-07-03sc: improve import tests for text, background, border theme colorsTomaž Vajngerl2-5/+208
2023-07-03crashtesting: assert/crash on export of fdo66241-1.ods to xlsCaolán McNamara2-0/+38
2023-07-03sc: OOXML import and export the model::Theme properlyTomaž Vajngerl2-0/+34
2023-06-30sc: Add import tests for text, background, border theme colorsTomaž Vajngerl3-13/+45
2023-06-30sc: use ComplexColor for font color (+others) in OOXML exportTomaž Vajngerl18-129/+171
2023-06-30convert ScAutoFontColorMode to scoped enumNoel Grandin8-29/+29
2023-06-29tdf#73537 - sc: show author and creation date in calc commentsBalazs Varga1-23/+61
2023-06-29sc: qa: filter: add import excel unit testHenry Castro3-0/+33
2023-06-28tdf#54768 sc: fix resizing of cropped images to original sizeTibor Nagy3-12/+36