summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2018-06-11tdf#117522 Calc Column Width after Insert ColumnsNoel Grandin1-0/+3
2018-06-11Resolves: tdf#117879 preserve formula after inline array errorEike Rathke1-1/+8
2018-06-11tdf#114487 sc htmlimp: rangeNames should be 3DJustin Luth2-0/+18
2018-06-07lok: sc: scroll issueMarco Cecchetti3-43/+55
2018-06-01forcepoint#40 null derefCaolán McNamara2-4/+4
2018-06-01tdf#115582 Correct coordinate usage for sc's ::ArrayArmin Le Grand1-6/+15
2018-06-01tdf#96698 - calc: add support for custom validation (through a formula)Marco Cecchetti13-15/+130
2018-06-01Need oovbaapi here, tooTor Lillqvist1-1/+5
2018-05-31Implement NewWorkbook and WorkbookOpen Automation callbacks in CalcTor Lillqvist3-1/+40
2018-05-31Add Author property to ooo::vba::excel::XWorkbook and implement itTor Lillqvist2-0/+20
2018-05-31Initial steps to make also Calc usable from Automation clientsTor Lillqvist8-5/+162
2018-05-31SwModule is a convenient (?) place for passing events to Automation clientsTor Lillqvist27-15/+87
2018-05-23lok: sc: tunneling the ascii import dialog on paste actionMarco Cecchetti7-40/+63
2018-05-23Resolves: tdf#117093 sanitize the active grid window valueEike Rathke2-13/+33
2018-05-22Revert "lokdialog: Give non-programmatic name to autofilter"Jan Holesovsky2-4/+0
2018-05-17Related: tdf#116939 Disable <cols><col> overflow detection due to excess ...Eike Rathke1-4/+6
2018-05-15tdf#117433 count empty cells properly with COUNTIF.Winfried Donkers2-6/+18
2018-05-15Resolves: tdf#117005 undo/redo skips comment when switching sheetsCaolán McNamara1-1/+2
2018-05-15tdf#117017 Make modifier keys not trigger the InputChanged handlerMaxim Monastirsky3-2/+21
2018-05-15Resolves: tdf#116939 cater for the last cols col incremented by ExcelEike Rathke1-0/+7
2018-04-27fixing trivial clang errorsMarco Cecchetti1-1/+1
2018-04-26Related: tdf#116274 ignore the one excess cols definition's last columnEike Rathke1-0/+7
2018-04-26tdf#116821 Keep row/column buttons enabled even when insert impossibleMaxim Monastirsky2-4/+0
2018-04-19lok - calc: add support for show/hide tabs in onlineMarco Cecchetti2-0/+15
2018-04-17Remove Help - Restart in Safe Mode menu itemAndras Timar1-2/+0
2018-04-17Remove Help - Donate to LibreOffice menu itemAndras Timar1-2/+0
2018-04-17Resolves: tdf#116003 check presence of subtotal in group, tdf#107267 follow-upEike Rathke1-3/+11
2018-04-17Related: tdf#100925 background not getting set under X sometimesCaolán McNamara1-1/+6
2018-04-17Resolves: tdf#116813 Height/Width swappedCaolán McNamara1-2/+2
2018-04-17lok - sc: set a min width for valid list windowMarco Cecchetti1-0/+5
2018-04-17lok - sc - list validationMarco Cecchetti2-47/+102
2018-04-17lok - sc: validity list drop down button callbackMarco Cecchetti3-3/+36
2018-04-12tdf#116706 fix for AGGREGATE with hidden rows and single references.Winfried Donkers2-4/+42
2018-04-12tdf#114168 If minor axis unit is automatic, then set it to 5Bartosz Kosiorek2-12/+19
2018-04-12forcepoint #32 survive missing value rangeCaolán McNamara1-4/+14
2018-04-12forcepoint #34 survive missing autostylesCaolán McNamara1-0/+2
2018-04-12forcepoint #31 check validity of another group rangeCaolán McNamara1-0/+2
2018-04-12forcepoint #30 check validity of group rangeCaolán McNamara2-0/+2
2018-04-12forcepoint #29 detect illegal self series addCaolán McNamara2-0/+5
2018-04-12tdf#112997 multiple animated gif only one frameNoel Grandin1-1/+1
2018-04-03tdf#106667 Hang when trying to open a dialog and the whole sheet is selectedNoel Grandin3-5/+6
2018-04-03ofz#7121 NamedDBs::insert takes ownership of its argumentEike Rathke4-11/+8
2018-04-03Enable binary search for numeric values againEike Rathke1-2/+3
2018-04-03tdf#116241 Customizing value highlighting colorsSzymon Kłos3-13/+14
2018-03-31Avoid ambiguitiesStephan Bergmann1-3/+1
2018-03-27lokdialog: do not lock events when opened ScFilter DialogHenry Castro5-44/+73
2018-03-26Resolves: tdf#116324 treat jump empty path as 0 when nestedEike Rathke1-2/+4
2018-03-26Resolves: tdf#116215 separate column sums and row sums, tdf#71339 relatedEike Rathke1-7/+16
2018-03-26Resolves: tdf#116100 fewer array of references cases, tdf#58874 relatedEike Rathke1-1/+8
2018-03-26lokdialog: convert the show sheet dialog to async execHenry Castro1-11/+17