summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2019-09-22crashtesting: crash on importing tdf#123420-2.xlsxDennis Francis1-4/+2
2019-09-22tdf#124953: Use rangelist's combined range top-left address...Dennis Francis4-7/+29
2019-09-22tdf#122590: follow-up : import x14:cfRule prioritiesDennis Francis7-12/+163
2019-09-22tdf#122590 Import and export xlsx x14:cfRule element for type = cellis.Gülşah Köse22-32/+431
2019-09-20Add Rows() method to ooo.vba.excel.XApplicationTor Lillqvist2-0/+10
2019-09-20Avoid "Text Import" dialog if invoking Paste() from OLE AutomationTor Lillqvist1-2/+4
2019-09-20tdf#127163: Add AutoRedactDoc command to the Tools menuMuhammet Kara1-0/+2
2019-09-19make insert->header/footer dialogs asyncNoel Grandin2-15/+21
2019-09-19make format->page dialog asyncNoel Grandin1-31/+35
2019-09-19make Format->Conditional Formatting->Manage dialog asyncNoel Grandin2-33/+36
2019-09-16sc: Get rid of the Idle hack in the Special Filter Dialog.Jan Holesovsky2-23/+15
2019-09-16lok: avoid locking table when ScSpecialFilterDlg is destroyedHenry Castro1-1/+1
2019-09-05Resolves: tdf#126928 allow link updates in an intermediate linked documentEike Rathke4-31/+49
2019-09-05warn on load when a document binds an event to a macroCaolán McNamara4-8/+56
2019-09-03LOK: per-view support for isMobile()Muhammet Kara2-2/+4
2019-09-03Added mobile friendly ui design for ConditionalFormattingDialogmerttumer5-2/+761
2019-09-03sc: LOK: commit cell edits before saveasAshod Nakashian2-0/+8
2019-09-03LOK: emit modified status on entering cell dataAshod Nakashian1-0/+12
2019-08-29Send Bcp47 codes with regionSzymon Kłos2-2/+2
2019-08-29Handle LANGUAGE_NONE caseSzymon Kłos1-2/+6
2019-08-29Send ISO language code on state changedSzymon Kłos2-2/+5
2019-08-29Resolves: tdf#108209 let auto fill handle double click stop at existing dataEike Rathke1-26/+37
2019-08-28lok: Insert shape at the positon of the selected cellTamás Zolnai1-5/+15
2019-08-28tdf#124293 add RedactDoc to writer, calc menubar in toolsandreas kainz1-0/+1
2019-08-19LOK: sc: Issue DOCUMENT_SIZE_CHANGED only when size changesAshod Nakashian1-6/+10
2019-08-16lok sc: Fix the formula input bar and address bar notifications.Jan Holesovsky1-8/+5
2019-08-08tdf#126748: temporary hack to avoid crash when several pivot tables ...Mike Kaganski1-0/+10
2019-08-08lok: send cell selection rectangle and cell area fill rectangleTomaž Vajngerl1-10/+34
2019-08-05lok: minimal implementation of isComplex for calc for now.Michael Meeks4-33/+64
2019-08-05LOK: re-factor async key & mouse event re-posting.Michael Meeks1-40/+2
2019-08-05sfx2: Re-enable the sidebars for LOKAshod Nakashian1-1/+6
2019-08-05Don't draw gridlines and document background in Online server processMike Kaganski1-3/+6
2019-08-05lok: re-factor getTextSelection.Michael Meeks3-71/+14
2019-08-05CppunitTest_sc_tiledrendering: close the document while LOK is still activeMiklos Vajna1-84/+77
2019-08-05tdf#122774 Make all ScCheckListMenuWindow items keyboard accessibleJim Raykowski1-5/+26
2019-08-05Resolves: tdf#126116 keep original date format if detected type is identicalEike Rathke1-5/+17
2019-08-04Postpone loading of all external references, including INDIRECT()Eike Rathke1-18/+34
2019-08-02LOK: getPartInfo now returns list of selected partsAshod Nakashian1-1/+5
2019-08-02lok: disable calc char-set dialog for HTML when pasting.Michael Meeks1-1/+2
2019-07-29calc: simplify getDocumentSize calculation.Michael Meeks1-9/+1
2019-07-10Postpone filter detection until link update is allowedMike Kaganski1-7/+16
2019-07-09lok: Insert shapes directly into the document.Mike Kaganski1-1/+8
2019-07-06Resolves: tdf#117899 update condition entries' source position on inter-copyEike Rathke1-3/+11
2019-06-29lokdialog: Convert the Format -> Position and Size... to async exec for scMuhammet Kara1-24/+42
2019-06-29lokdialog: Convert the Format -> Line... to async execMuhammet Kara1-10/+16
2019-06-29lokdialog: Convert the Format -> Area... to async exec.Muhammet Kara1-10/+16
2019-06-19tdf#125086: Write dataField attribute for fields that also appear in DataMike Kaganski3-0/+31
2019-06-19tdf#125055: properly round fractions of secondsMike Kaganski3-2/+42
2019-06-19tdf#125046: export longText attribute for sharedItems elementMike Kaganski3-0/+25
2019-06-19tdf#124741: export default column width to XLSXMike Kaganski3-87/+69