summaryrefslogtreecommitdiff
path: root/sc/source
AgeCommit message (Expand)AuthorFilesLines
2020-05-15Resolves: tdf#126928 allow link updates in an intermediate linked documentEike Rathke4-28/+57
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 Zolnai1-1/+7
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 Zolnai1-8/+8
2019-09-28sc lok: Optimize invalidation triggered by getRowColumnHeaders() methodTamás Zolnai1-19/+19
2019-09-28lok: send an invalidation by document size changeTamás Zolnai5-10/+20
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 Meeks1-59/+2
2019-05-14LOK: sc: Issue DOCUMENT_SIZE_CHANGED only when size changesAshod Nakashian1-6/+10
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 Francis2-7/+14
2019-05-10related tdf#117816, the dxf ID is a global and not a sheet propertyMarkus Mohrhard1-1/+1
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-10tdf#117816, work around MS Excel bug with containsText cond formatMarkus Mohrhard1-0/+10
2019-05-10tdf#122590: follow-up : import x14:cfRule prioritiesDennis Francis5-11/+114
2019-05-10tdf#122590 Import and export xlsx x14:cfRule element for type = cellis.Gülşah Köse18-31/+341
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 Kaganski1-0/+16
2019-05-02sfx2: Re-enable the sidebars for LOKAshod Nakashian1-1/+6
2019-05-01tdf#125055: properly round fractions of secondsMike Kaganski1-2/+4
2019-04-30tdf#125046: export longText attribute for sharedItems elementMike Kaganski1-0/+11
2019-04-25sc lok: avoid save incorrect data, whether the pane has ...Henry Castro2-11/+16
2019-04-24Resolves: tdf#119623 record group positions also for top cellsEike Rathke1-6/+10
2019-04-24Resolves: tdf#120013 tdf#123714 tdf#123736 shared formula group splitEike Rathke5-61/+326
2019-04-24tdf#124741: export default column width to XLSXMike Kaganski2-21/+31
2019-04-22tdf#124883: don't drop data field names on importMike Kaganski2-0/+11
2019-04-22tdf#124881: Provide a non-empty name for pivot table's data fieldMike Kaganski1-2/+6
2019-04-20tdf#124810: Roundtrip pivot table style info from XLSX.Mike Kaganski5-0/+67
2019-04-18sc: Get rid of the Idle hack in the Special Filter Dialog.Jan Holesovsky2-24/+16
2019-04-18tdf#124772: export data field number format to XLSXMike Kaganski1-10/+34
2019-04-16tdf#124736: Sort group field itemsMike Kaganski1-40/+59
2019-04-15LOK: getPartInfo now returns list of selected partsAshod Nakashian1-1/+5
2019-04-13tdf#113908: Implement exporting pivot tables' groups fields to XSLXMike Kaganski2-8/+117
2019-04-12tdf#124651: always write "name" attribute to dataField elementMike Kaganski1-2/+5
2019-04-12dpcache : use case-insensitive normalization of...Dennis Francis1-61/+36