summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2021-02-27lok: mark calc document as modified when adjusting split-panes (2)Andras Timar1-0/+2
2021-02-27lok: mark calc document as modified when adjusting split-panes.Michael Meeks1-0/+2
2021-02-25avoid LOK text selection update when reference cell is in different tabPranam Lashkari1-2/+5
2021-02-25show reference range specific to only selected calc sheetPranam Lashkari1-1/+4
2021-02-18online: fixed freeze pane not writing correct data on file savePranam Lashkari1-0/+6
2021-02-11Don't shrink row height when deleting cell contents interactively eitherTor Lillqvist4-7/+11
2021-02-10autofilter: handle click for scaled dropdown buttonSzymon Kłos1-1/+1
2021-02-09pivot table: avoid crash on drag n dropSzymon Kłos1-0/+3
2021-02-09autofilter: scale dropdown button according to zoom levelSzymon Kłos2-5/+16
2021-02-09fontwork: insert in the center of LOK viewSzymon Kłos2-0/+7
2021-02-08jsdialog autofilter: show submenu on demadSzymon Kłos1-8/+1
2021-02-05prevent reference range resetting on panning in mobilePranam Lashkari3-3/+29
2021-02-04lok: sc - suppress LOK editengine events for the calc input bar.Michael Meeks2-5/+4
2021-02-03lok: Take indent and margins into accountDennis Francis3-20/+93
2021-02-01Don't bother shrinking row height when changing just one row interactivelyTor Lillqvist18-74/+82
2021-02-01Probably this LOK invalidation should be done only if something changedTor Lillqvist1-14/+15
2021-01-25fixed range text not being updated on dragging reference markerPranam Lashkari1-0/+5
2021-01-24sc: GetRowForHeight performance improvement.Michael Meeks1-5/+18
2021-01-22tdf#139830: keep the right sidebar context for chart after view switch (calc).Tamás Zolnai3-3/+70
2021-01-21unit test: check for row height invalidations on sortDennis Francis1-39/+54
2021-01-21unit test for row-height invalidations on pastingDennis Francis1-0/+57
2021-01-19LOK: stop range selection with mouse/touch move in mobilePranam Lashkari1-1/+4
2021-01-19Added uno command for formula range selectionPranam Lashkari4-1/+53
2021-01-19fix location of change tracking boxes in OnlineNoel Grandin1-2/+2
2021-01-19lok: Send rows heights invalidation on pasteDennis Francis1-2/+16
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