summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2018-05-18Resolves: tdf#117093 sanitize the active grid window valueEike Rathke2-13/+33
2018-05-16Related: tdf#116939 Disable <cols><col> overflow detection due to excess ...Eike Rathke1-4/+6
2018-05-11tdf#117433 count empty cells properly with COUNTIF.Winfried Donkers2-6/+18
2018-05-08Resolves: tdf#117005 undo/redo skips comment when switching sheetsCaolán McNamara1-1/+2
2018-05-04tdf#117017 Make modifier keys not trigger the InputChanged handlerMaxim Monastirsky3-2/+21
2018-05-02Resolves: tdf#116939 cater for the last cols col incremented by ExcelEike Rathke1-0/+7
2018-04-24Related: tdf#116274 ignore the one excess cols definition's last columnEike Rathke1-0/+7
2018-04-24tdf#116821 Keep row/column buttons enabled even when insert impossibleMaxim Monastirsky2-4/+0
2018-04-17Resolves: tdf#116003 check presence of subtotal in group, tdf#107267 follow-upEike Rathke1-3/+11
2018-04-13Related: tdf#100925 background not getting set under X sometimesCaolán McNamara1-1/+6
2018-04-13Resolves: tdf#116813 Height/Width swappedCaolán McNamara1-2/+2
2018-04-09tdf#116706 fix for AGGREGATE with hidden rows and single references.Winfried Donkers2-4/+42
2018-04-07tdf#114168 If minor axis unit is automatic, then set it to 5Bartosz Kosiorek2-12/+19
2018-04-05forcepoint #32 survive missing value rangeCaolán McNamara1-4/+14
2018-04-05forcepoint #34 survive missing autostylesCaolán McNamara1-0/+2
2018-04-05forcepoint #31 check validity of another group rangeCaolán McNamara1-0/+2
2018-04-05forcepoint #30 check validity of group rangeCaolán McNamara2-0/+2
2018-04-05forcepoint #29 detect illegal self series addCaolán McNamara2-0/+5
2018-04-04tdf#112997 multiple animated gif only one frameNoel Grandin1-1/+1
2018-03-28tdf#106667 Hang when trying to open a dialog and the whole sheet is selectedNoel Grandin3-5/+6
2018-03-27ofz#7121 NamedDBs::insert takes ownership of its argumentEike Rathke4-11/+8
2018-03-26Enable binary search for numeric values againEike Rathke1-2/+3
2018-03-21Resolves: tdf#116324 treat jump empty path as 0 when nestedEike Rathke1-2/+4
2018-03-21Resolves: tdf#116215 separate column sums and row sums, tdf#71339 relatedEike Rathke1-7/+16
2018-03-21Resolves: tdf#116100 fewer array of references cases, tdf#58874 relatedEike Rathke1-1/+8
2018-03-16Resolves: tdf#115923 try a different approach to solving tdf#46637Caolán McNamara1-5/+20
2018-03-16Resolves: tdf#114555 check .xlsx col/row/tab overflow and display warningEike Rathke4-8/+96
2018-03-15Resolves: tdf#115351 convert boolean equivalent format codes to proper BooleanEike Rathke1-2/+3
2018-03-15Resolves: tdf#54197 update input line with new cell content after Ctrl+D fillEike Rathke1-0/+26
2018-03-15Resolves: tdf#116149 handle external references in VAR* and STDEV* functionsEike Rathke1-1/+3
2018-03-15copy multiple single row cond formats correctly, tdf#115835Markus Mohrhard1-2/+2
2018-03-13forcepoint #26 check input against max valid enum valuesCaolán McNamara2-8/+8
2018-03-13tdf#103175: Initialize DrawLayer if requiredMike Kaganski1-2/+3
2018-03-07Resolves: tdf#113805 insert special character fails in insert footnote...Caolán McNamara3-3/+3
2018-03-06tdf#116171: Tunnel arbitrary rtl_TextEncoding from sc to sdbc:dbase connectionStephan Bergmann1-22/+5
2018-03-04Related tdf#116171: don't try to convert empty value in timestampJulien Nabet1-8/+11
2018-02-26Resolves: tdf#115493 use matrix as result of jump command, tdf#58874 relatedEike Rathke4-8/+17
2018-02-26Limit ScColumnsRange::Iterator to available columns within boundsEike Rathke1-3/+22
2018-02-23fix crash while trying to access icon set image fileMarkus Mohrhard1-1/+1
2018-02-23Update orcus to 0.13.3 and make necessary adjustments.Kohei Yoshida1-7/+13
2018-02-22Pass ScColumnsRange::Iterator as const& and use pre-increment/decrementEike Rathke1-6/+6
2018-02-21Resolves: tdf#115710 let css::sheet::FunctionAccess execute WEBSERVICEEike Rathke4-5/+37
2018-02-20for listeners the range needs to be set before the formula, tdf#115530Aron Budea1-1/+1
2018-02-16Resolves: tdf#115046 don't restore a sheet-local DBData from temporaryEike Rathke2-3/+19
2018-02-16ofz#6311 still problems with SdrEdgeObj listening to same obj at start as endCaolán McNamara5-9/+9
2018-02-15tdf#115483 svl xmloff sc sw: verify all ODF 1.2 protection-key hashesMichael Stahl11-2/+276
2018-02-15ScSetStringParam::mbCheckLinkFormula for HTML and RTF importEike Rathke4-4/+17
2018-02-15CheckLinkFormulaNeedingCheck() for ScDocumentImport::setFormulaCell()Eike Rathke1-2/+18
2018-02-14it does not make sense to check for nullptr and then access anywayMarkus Mohrhard1-3/+5
2018-02-13CheckLinkFormulaNeedingCheck() for .slk importEike Rathke1-0/+1