summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2019-08-05ofz#10189 check container sizeCaolán McNamara1-2/+6
2019-08-02forcepoint#55 invalid iterator incrementCaolán McNamara1-0/+2
2019-08-02forcepoint#64 null derefCaolán McNamara1-1/+1
2019-08-02ofz#9431 don't check attribs of Invalid columnCaolán McNamara1-1/+1
2019-08-02forcepoint#40 null derefCaolán McNamara2-4/+4
2019-08-02Prevent out-of-bounds access, tdf#114228 relatedEike Rathke1-1/+1
2019-08-01ofz#7121 NamedDBs::insert takes ownership of its argumentEike Rathke4-11/+8
2019-08-01ofz#4484 another stab at mnRangeOpPosInSymbolEike Rathke1-2/+2
2019-08-01ofz#4484 don't set mnRangeOpPosInSymbol on StringOverflow caseCaolán McNamara1-1/+3
2019-08-01ofz: special case max index for cSymbolCaolán McNamara1-0/+2
2019-08-01ofz#4123 do not read past end of fileEike Rathke1-5/+25
2019-08-01ofz: bad mnRangeOpPosInSymbolCaolán McNamara1-0/+2
2019-08-01crash on loading tdf77861-3.rtf in calc rtf filterCaolán McNamara1-0/+2
2019-08-01ofz#3412 SYLK import: check ;X;Y;C;R col/row validity earlyCaolán McNamara1-0/+10
2019-08-01SYLK import: init nRefCol,nRefRow with start col,row instead of 1,1Eike Rathke1-2/+2
2019-08-01ofz#3362 SYLK import: check ;X;Y;C;R col/row validity earlyEike Rathke1-0/+20
2019-08-01ofz#2867 null derefCaolán McNamara1-0/+1
2019-08-01Resolves: ofz#2833 null derefCaolán McNamara1-0/+2
2019-05-29sc: fix WaEThorsten Behrens2-2/+3
2019-05-22tdf#124565: calc: copy/paste manual row heightVasily Melenchuk2-0/+76
2019-05-22tdf#123762 Cell anchored object is deleted if cell is deletedIlhan Yesil6-10/+52
2019-05-17tdf#124829 sc: fix crash during progress updateSerge Krot1-7/+0
2019-05-10tdf#89139: list all items in pivot table definition, incl. hiddenMike Kaganski3-20/+150
2019-04-24calc: extra unittest for f8506d395206df122bdf9df2ac988c98103be344Vasily Melenchuk2-0/+19
2019-04-24calc: reset stored row heights between iterationsVasily Melenchuk1-0/+2
2019-02-06Revert "sc: set default charset for CSV export to UTF-16"Michael Stahl1-1/+0
2019-02-03tdf#122260 sc: Autofilters not properly clearedZdeněk Crhonek5-0/+218
2019-01-30sc: set default charset for CSV export to UTF-16Michael Stahl1-0/+1
2019-01-24Revert "tdf#121612: update pivot caches during saving to XLSX"Thorsten Behrens4-33/+3
2019-01-21tdf#89139: pivotCache: output sharedItems children only for string fieldsMike Kaganski1-37/+65
2018-12-11crashtesting: ooo55266-3.ods some members are nullptrKatarina Behrens1-1/+5
2018-12-06Revert "Partial revert of allow row height recalculation on document load"Thorsten Behrens1-0/+21
2018-12-06Revert "Partial revert for some tdf#62268 unit tests"Thorsten Behrens2-35/+52
2018-12-02tdf#121612: update pivot caches during saving to XLSXVasily Melenchuk3-2/+28
2018-11-26tdf#121052 sc: avoid multiple empty value lookups in rangesSerge Krot3-1/+76
2018-11-23tdf#116931 Fix scale when calc cells move indirectlyArmin Le Grand1-30/+82
2018-11-20ScTabViewShell::InnerResizePixel must not mark document as modified...Stephan Bergmann4-5/+8
2018-11-15tdf#119178: use current range as a range for conditional formatVasily Melenchuk3-2/+24
2018-11-14tdf#118747 sc: use manual height for previous rows in TransferObjVasily Melenchuk1-0/+6
2018-11-01sc: fix: range/step calculation for progress barSerge Krot6-25/+88
2018-11-01sc: speed-up: avoid usage of svl::SharedString where it is possibleSerge Krot1-33/+71
2018-11-01sc: Enhance binary search for ScAttrArraySerge Krot1-19/+43
2018-11-01sc: speed-up: no usage of temp strings objectsSerge Krot1-12/+10
2018-11-01sc: Enhance binary search for ScMarkArraySerge Krot3-25/+129
2018-10-30Partial revert for some tdf#62268 unit testsThorsten Behrens2-52/+35
2018-10-30Partial revert of allow row height recalculation on document loadThorsten Behrens1-21/+0
2018-09-13Fix duplicate string identifierSamuel Mehrbrodt1-2/+3
2018-09-01tdf#115582 Correct coordinate usage for sc's ::ArrayArmin Le Grand1-6/+15
2018-08-06handle date autofilter entries correctly, tdf#106214Markus Mohrhard4-26/+35
2018-08-06add test for tdf#106214Markus Mohrhard4-0/+69