summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2021-01-18Revert "pivot table: make options cancel button working" + fix crash againJulien Nabet2-3/+3
2021-01-14lok: sort: invalidate the row-height cache tooDennis Francis1-0/+11
2021-01-14lok: send sheetGeometry invalidation after sortDennis Francis1-0/+9
2021-01-13lok: don't turn off online spelling by view change.Tamás Zolnai1-7/+8
2021-01-12tdf#133858 reduce the double-ref range to data contentDennis Francis6-0/+236
2021-01-07sc: ODF export: test new ODF 1.3 features exported to different versionsMichael Stahl2-0/+132
2021-01-07[API CHANGE] officecfg,xmloff: remove SaveBackwardCompatibleODFMichael Stahl1-5/+1
2021-01-07sc: ODF export: OFFICE-3665 table:name on source-cell-rangeMichael Stahl2-4/+2
2021-01-07convert XML_STYLE_FAMILY to scoped enumNoel Grandin15-116/+124
2021-01-07xmloff: ODF export: adapt all checks of ODFSVER_012 etc.Michael Stahl2-18/+18
2021-01-07sc,xmloff: ODF 1.3: adapt XMLPropertyMapEntryMichael Stahl1-3/+6
2021-01-07xmloff: ODF export: rework version checks in SvXMLExportPropertyMapperMichael Stahl1-2/+2
2021-01-07sc: ODF export: table:name extension element, step 1Michael Stahl2-0/+6
2021-01-07sc: ODF export: style:hyperlink extension element, step 1Michael Stahl2-2/+4
2021-01-07replace ODFDefaultVersion usage with ODFSaneDefaultVersion...Michael Stahl1-4/+4
2021-01-06Clear warning about shared ptrSzymon Kłos2-6/+6
2021-01-06autofilter: show menu only if has itemsSzymon Kłos1-0/+4
2021-01-06pivot table: make partial sum message box asyncSzymon Kłos1-36/+63
2021-01-04Related: tdf#130108 ensure we don't reuse the last SetSearchMask settingCaolán McNamara1-1/+1
2020-12-21replace ODFDefaultVersion usage with ODFSaneDefaultVersionMichael Stahl2-25/+25
2020-12-19Set correct interface domainAndras Timar1-1/+1
2020-12-16pivot table: properly close all subdialogsSzymon Kłos9-16/+58
2020-12-16pivot table: make options cancel button workingSzymon Kłos1-1/+1
2020-12-16jsdialog: make Data field dialog workingSzymon Kłos2-0/+46
2020-12-16pivot table: make subdialogs of pivot table dialog asyncSzymon Kłos7-30/+59
2020-12-15online: Don't lock new views if ref dialog is openedSzymon Kłos1-1/+1
2020-12-15online: make buttons work in statistics dialogsSzymon Kłos6-15/+39
2020-12-14sampling dialog: improve layoutSzymon Kłos1-100/+144
2020-12-10notebookbar: add named ranges managementSzymon Kłos1-0/+82
2020-12-10allow sorting buttons via weld::BoxCaolán McNamara1-1/+1
2020-12-10pivot table: add separator between list viewsSzymon Kłos1-1/+27
2020-12-04pivot table: fix interactions in onlineSzymon Kłos1-14/+13
2020-12-04Revert "Avoid crash while closing autofilter"Szymon Kłos2-5/+1
2020-12-04pivot table: hide database source in onlineSzymon Kłos1-0/+4
2020-12-04notebookbar: add pivot table section to tab dataSzymon Kłos1-27/+106
2020-12-03jsdialog: make source selector dialog buttons workSzymon Kłos2-0/+16
2020-12-02tdf#128135 update Pivot Table Layout to fit minimum heightandreas kainz1-28/+18
2020-12-01Make Pivot table db & external source dialogs asyncSzymon Kłos3-90/+126
2020-12-01Fix stack-use-after-returnStephan Bergmann1-1/+1
2020-12-01Make Pivot table data source dialog asyncSzymon Kłos3-109/+130
2020-12-01Avoid crash while closing autofilterSzymon Kłos2-1/+5
2020-12-01autofilter: fix submenu popup for onlineSzymon Kłos2-3/+41
2020-12-01autofilter: make working with multiple users in onlineSzymon Kłos3-5/+12
2020-12-01jsdialog: handle close for autofilter menuSzymon Kłos1-1/+4
2020-12-01jsdialog: notify about autofilter dropdown closeSzymon Kłos2-0/+36
2020-12-01Set height for autofilter dropdownSzymon Kłos1-0/+4
2020-11-30Fix uitests for autofilter menuSzymon Kłos2-3/+3
2020-11-30add get_row_area for TreeViewCaolán McNamara1-8/+8
2020-11-30tdf#136559 We can get a performance boost from using a ListStoreCaolán McNamara4-4/+12
2020-11-30Autofilter popup: sync code with masterSzymon Kłos5-333/+436