summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2024-01-31lok: calc: missing update of sheet geometry data on undo a drag and dropMarco Cecchetti1-0/+24
2024-01-31lok: calc: missing invalidation of cached positionsMarco Cecchetti2-2/+8
2024-01-30Implement Async AutoCorrectQuery Dialogs for Formula Check in calccodewithvk2-162/+245
2024-01-30sc: put used currencies on top of the currency pop-up listTomaž Vajngerl4-0/+113
2024-01-29lok: notebookbar: fix number format fieldSzymon Kłos1-1/+7
2024-01-29lok: notebookbar: enable currency dropdownSzymon Kłos1-1/+11
2024-01-25lok: calc: rtl - misplaced caretMarco Cecchetti1-1/+3
2024-01-25tdf#157363 add HTML format when pasting into draw textOliver Specht1-1/+2
2024-01-23complete filename isn't meaningful in this modeCaolán McNamara1-4/+7
2024-01-23produce non-overlapping invalidation rects on extending calc tiled areaCaolán McNamara2-6/+44
2024-01-23we seem to need three extra rows in ScTableInfoNoel Grandin1-3/+3
2024-01-23lok: sc: .uno:SetOptimalRowHeight does not work correctlyDennis Francis7-5/+37
2024-01-23lok: calc: GridWindow size not updated for some viewMarco Cecchetti3-7/+23
2024-01-22don't always invalidate the entire width of the calc windowCaolán McNamara11-45/+233
2024-01-22cool#6893 reduce allocation in ScGridWindow::PaintTileNoel Grandin7-14/+17
2024-01-22sc: make inactive sheets movable and copyableBayram Çiçek6-50/+188
2024-01-19calc doc with saved zoom in settings causes disjoint invalidations...Caolán McNamara6-25/+112
2024-01-19cool#7769 Reduce unnecessary invalidations on calc saveCaolán McNamara2-0/+32
2024-01-19lok: calc: fix for rendering issues on in place editingMarco Cecchetti2-283/+195
2024-01-17ofz#65809 Direct-leakCaolán McNamara2-4/+5
2024-01-16Readonly Hyperlink Info - normalize the clicked coordinates.Gökay Şatır1-1/+1
2024-01-16Use correct type when getting document colorsSzymon Kłos1-12/+5
2024-01-16Implement hyperlinkInfoAtPosition function for Calc.Gökay Şatır2-5/+16
2024-01-12sc: condfmt-perf: use a shared cache that...Dennis Francis4-20/+113
2024-01-12cid#1583748 Dereference after null checkCaolán McNamara1-2/+4
2024-01-12cid#1583748 Dereference after null checkCaolán McNamara1-2/+3
2024-01-12tdf#154044: Also store default column data, when copying to Undo documentMike Kaganski3-0/+98
2024-01-12cool#7492 sfx2 lok: set language/locale on async sidebar updateMiklos Vajna2-0/+28
2024-01-11sc lok: set the GridWindow size to the client area size + testTomaž Vajngerl4-6/+97
2024-01-11Prefer checked ptr to SdrPageView over uncheckedArmin Le Grand (allotropia)1-1/+1
2024-01-11Make ScOutputData::DrawSelectiveObjects compatibleArmin Le Grand (allotropia)1-1/+53
2024-01-11sc: don't stop if we can't cast one view to ScTabViewShellTomaž Vajngerl1-1/+1
2024-01-10WaE: unused variable 'pCondFormat' [-Werror,-Wunused-variable] with NDEBUGCaolán McNamara1-4/+2
2024-01-10CppunitTest_sc_tiledrendering: ignore non-json payload for STATE_CHANGEDMiklos Vajna1-0/+6
2024-01-10Send document colors with lok callbackSzymon Kłos1-1/+3
2024-01-10Resolves: tdf#158997 optimal col width too narrow to render textCaolán McNamara2-1/+5
2024-01-09cool#7492 sfx2 lok: fix bad view id / statusbar string on async binding updateMiklos Vajna1-0/+58
2024-01-09sc: announce theme colors with lok callbackSzymon Kłos3-3/+10
2024-01-08Related: cool#7951 don't invalidate when creating a new viewCaolán McNamara9-43/+62
2024-01-08uninitialized class membersCaolán McNamara2-0/+2
2024-01-08sc: LOK work-around for mouse click selecting the wrong cellTomaž Vajngerl1-2/+6
2024-01-08Resolves: tdf#159046 hang on export of math objects in cellsCaolán McNamara3-7/+7
2024-01-05Make format condition, chart delete and pivot table error asynccodewithvk1-63/+86
2024-01-05LOK: disallow entering multiple hyperlinks in spreadsheet cellsAndras Timar1-4/+7
2024-01-05context="stock" is not good for non-stock translatable stringsAndras Timar1-4/+4
2024-01-05tdf#158302 fix build against system-libxml-2.12Miklos Vajna4-5/+6
2024-01-05cool#7865 sfx2 lok: fix bad view id on async command dispatchMiklos Vajna1-10/+1
2024-01-04ONLINE: Exit cell edit mode before add a new sheetGülşah Köse1-0/+5
2023-12-31tdf#158254: don't shrink to data area when applying to entire sheetMike Kaganski2-1/+1
2023-12-31tdf#158254: generalize and use algorithm to apply with allocationMike Kaganski4-143/+81