summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2020-05-15Resolves: tdf#126928 allow link updates in an intermediate linked documentEike Rathke4-28/+57
2019-11-27tdf#128894: unit test for the bugfixDennis Francis2-0/+31
2019-11-27tdf#128894: xlsx-import : Do not share tokens between cells...Dennis Francis3-7/+54
2019-11-13tdf#128466: Accept also JPEGTor Lillqvist1-1/+1
2019-09-28sc lok: Optimize invalidation triggered by ScTabView::TabChanged() methodTamás Zolnai2-3/+16
2019-09-28lok: deduplicate code related to notifyDocumentSizeChanged() callTamás Zolnai2-35/+10
2019-09-28sc lok: Optimize invalidation triggered by ScTabView::SetCursor() methodTamás Zolnai2-14/+12
2019-09-28sc lok: Test invalidation triggered by jumping to the last row on the sheetTamás Zolnai1-0/+27
2019-09-28sc lok: Test invalidation triggered by jumping horizontally on the sheetTamás Zolnai1-0/+30
2019-09-28sc lok: Optimize invalidation triggered by getRowColumnHeaders() methodTamás Zolnai2-28/+25
2019-09-28sc lok: Test invalidation triggered by getRowColumnHeaders() methodTamás Zolnai1-0/+46
2019-09-28sc lok: Test invalidation after adding\removing sheetTamás Zolnai2-0/+46
2019-09-28lok: send an invalidation by document size changeTamás Zolnai6-14/+24
2019-09-28sc lok tests: Store all invalidation rectangles.Tamás Zolnai1-18/+21
2019-09-28sc lok: Test invalidation after sheet changeTamás Zolnai2-0/+25
2019-09-28sc lok: Test also the invalidation rectangle in case of row/column insertionTamás Zolnai1-0/+4
2019-09-28sc lok: Test invalidation triggered by PageDownTamás Zolnai1-0/+36
2019-08-26Add AutoRedactDoc command to the Tools menuMuhammet Kara1-0/+2
2019-08-24sc: LOK: commit cell edits before saveasAshod Nakashian2-0/+8
2019-08-22Postpone loading of all external references, including INDIRECT()Eike Rathke1-18/+36
2019-08-08tdf#126748: temporary hack to avoid crash when several pivot tables ...Mike Kaganski1-0/+10
2019-07-31tdf#125800: accessing cond format props in UNO throws errorAron Budea2-2/+2
2019-07-30lok: send cell selection rectangle and cell area fill rectangleTomaž Vajngerl1-10/+34
2019-07-30calc: simplify getDocumentSize calculation.Michael Meeks1-9/+1
2019-07-24LOK: Emit the doc. modified state even when changing the cell inline.Jan Holesovsky2-6/+21
2019-07-15LOK: emit modified status on entering cell dataAshod Nakashian1-0/+12
2019-07-10Postpone filter detection until link update is allowedMike Kaganski1-7/+16
2019-06-29lokdialog: Convert the Format -> Position and Size... to async exec for scMuhammet Kara1-51/+65
2019-06-29lokdialog: Convert the Format -> ... -> Line... to async execMuhammet Kara1-10/+15
2019-06-29lokdialog: Convert the Format -> ... -> Area... to async exec.Muhammet Kara1-10/+15
2019-06-07lok: re-factor getTextSelection.Michael Meeks3-71/+12
2019-05-14LOK: sc: Issue DOCUMENT_SIZE_CHANGED only when size changesAshod Nakashian1-6/+10
2019-05-10CppunitTest_sc_tiledrendering: close the document while LOK is still activeMiklos Vajna1-84/+77
2019-05-10crashtesting: crash on importing tdf#123420-2.xlsxDennis Francis1-4/+2
2019-05-10lok: avoid locking table when ScSpecialFilterDlg is destroyedHenry Castro1-1/+1
2019-05-10tdf#124953: Use rangelist's combined range top-left address...Dennis Francis4-7/+29
2019-05-10related tdf#117816, the dxf ID is a global and not a sheet propertyMarkus Mohrhard2-2/+2
2019-05-10related tdf#117816, only export cond format formula to xlsx when requiredMarkus Mohrhard1-3/+24
2019-05-10related tdf#117816, add more work arounds for MS Excel bugsMarkus Mohrhard1-11/+53
2019-05-10add test for tdf#117816Markus Mohrhard2-0/+13
2019-05-10tdf#117816, work around MS Excel bug with containsText cond formatMarkus Mohrhard1-0/+10
2019-05-10tdf#122590: follow-up : import x14:cfRule prioritiesDennis Francis7-11/+162
2019-05-10tdf#122590 Import and export xlsx x14:cfRule element for type = cellis.Gülşah Köse22-35/+429
2019-05-06lok sc: Fix the formula input bar and address bar notifications.Jan Holesovsky1-8/+5
2019-05-02tdf#125086: Write dataField attribute for fields that also appear in DataMike Kaganski3-0/+35
2019-05-02sfx2: Re-enable the sidebars for LOKAshod Nakashian1-1/+6
2019-05-01tdf#125055: properly round fractions of secondsMike Kaganski3-2/+46
2019-04-30tdf#125046: export longText attribute for sharedItems elementMike Kaganski3-0/+29
2019-04-25sc lok: avoid save incorrect data, whether the pane has ...Henry Castro2-11/+16
2019-04-24Unit test deleting shared formula group top cell, tdf#119623Eike Rathke2-0/+44