summaryrefslogtreecommitdiff
path: root/sc/source/core/data/table7.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-12-14sc: rowcol: tdf#50916 convert Valid* methodsNoel Grandin1-1/+1
2019-11-12sc: rowcol: tdf#50916 convert core/data/table*Noel Grandin1-8/+8
2019-10-29sc: rowcol: tdf#50916 convert core/toolNoel Grandin1-1/+1
2019-07-20cid#1448415 Pointer to local outside scopeCaolán McNamara1-5/+5
2019-06-07tdf#42949 Fix IWYU warnings in svl/Gabor Kelemen1-0/+2
2019-05-09loplugin:unusedmethodsNoel Grandin1-12/+0
2019-05-03tdf#124565: calc: copy/paste manual row heightVasily Melenchuk1-0/+10
2019-04-08ofz#14120 another batch of oss-fuzz failuresCaolán McNamara1-2/+2
2019-04-05tdf#50916 Makes numbers of columns dynamic.Noel Grandin1-6/+4
2019-02-05Allow computing spans of formula-groupsDennis Francis1-3/+10
2018-11-08tdf#42949 Fix IWYU warnings in sc/source/core/data/*cxxGabor Kelemen1-1/+0
2018-06-25loplugin:useuniqueptr in ScDocumentNoel Grandin1-1/+1
2018-04-04tdf#116510 Copy graphics too when copying cells/rowsSamuel Mehrbrodt1-0/+22
2018-03-15tdf#50916 Refactor of the table7.cxx to allow dynamic column sizeBartosz Kosiorek1-32/+42
2018-02-23copy multiple single row cond formats correctly, tdf#115835Markus Mohrhard1-2/+2
2018-01-24loplugin:constparamsNoel Grandin1-1/+1
2017-10-23loplugin:includeform: scStephan Bergmann1-1/+1
2017-08-16add a way to restore from our new cache formatMarkus Mohrhard1-0/+10
2017-08-16introduce a way to write a simple data representation to a streamMarkus Mohrhard1-0/+16
2017-07-06loplugin:unusedfields in scNoel Grandin1-4/+3
2017-05-24tdf#107945: properly iterate over mtv during pivot cache loading.Kohei Yoshida1-0/+18
2017-05-17tdf#43535: support additional sheet protection options.Kohei Yoshida1-0/+82
2017-05-03tdf#107255: detect whether the range has only one data cell.Kohei Yoshida1-0/+64
2017-03-17CopyOneCellFromClip also copies one row ranges, tdf#106242Markus Mohrhard1-2/+2
2017-01-12tdf#50916 Use aCol.size() instead of MAXCOL to increase max number of columnBartosz Kosiorek1-3/+3
2016-09-25tdf#91312, don't forget to delete the old cond format indicesMarkus Mohrhard1-0/+7
2016-03-23loplugin:constantparam in scNoel Grandin1-1/+1
2016-02-15tdf#94858, avoid O(n^2) algorithm during outline importMarkus Mohrhard1-0/+9
2016-02-03tdf#89140:Calc row paste doesn't keep row heightArul1-1/+4
2015-01-15fdo#88398: Handle group listeners correctly when splitting formula group.Kohei Yoshida1-0/+9
2014-11-21Use group area listeners when deleting rows.Kohei Yoshida1-0/+8
2014-11-20Adjust InsertRow() for group area listeners.Kohei Yoshida1-0/+19
2014-11-18Avoid unnecessary broadcasting when deleting cells prior to pasting.Kohei Yoshida1-4/+3
2014-11-18Speed up pasting of single row onto multiple destination rows.Kohei Yoshida1-1/+9
2014-10-04Add menu entry for the "formula to value" feature.Kohei Yoshida1-0/+12
2014-10-02New feature to allow converting formula cells to static values.Kohei Yoshida1-0/+21
2014-07-30fdo#80501: Ensure that we notify each listener only once.Kohei Yoshida1-0/+10
2014-07-28fdo#79578: Properly update formulas upon change in db collection.Kohei Yoshida1-2/+9
2014-07-27fdo#81617: Split formula groups at sort range boundaries.Kohei Yoshida1-0/+8
2014-07-13fdo#81309: Adjust references during sort.Kohei Yoshida1-0/+17
2014-05-13remove dead codeNoel Grandin1-8/+0
2014-04-25fdo#77728: Don't forget to start listening after the named range update.Kohei Yoshida1-2/+3
2014-04-23Skip adjustment of row height when all rows have the same height.Kohei Yoshida1-0/+14
2014-04-23Update script types of all cells in sort range ahead of time.Kohei Yoshida1-0/+9
2014-04-23Avoid using SwapRow() when sorting.Kohei Yoshida1-0/+8
2014-04-07fdo#75741: Share the context objects to avoid poor performance.Kohei Yoshida1-4/+5
2014-04-07fdo#75741: Re-implement CompileNameFormula for formula groups.Kohei Yoshida1-0/+12
2014-02-18fdo#74573: Delete ranges that are non-empty before pasting from clipboard.Kohei Yoshida1-0/+32
2014-01-30Speed up filling of random number generation over entire column.Kohei Yoshida1-0/+24
2014-01-24Optimize copy-n-pasting of single cell replicated over a range.Kohei Yoshida1-0/+27