summaryrefslogtreecommitdiffstats
path: root/sc/source/core/data/column4.cxx
Commit message (Expand)AuthorAgeFilesLines
* Resolves: tdf#119623 record group positions also for top cellsEike Rathke2018-10-191-6/+10
* pass EditTextObject around using std::unique_ptrNoel Grandin2018-04-111-1/+1
* tdf#50916 Refactor of the table7.cxx to allow dynamic column sizeBartosz Kosiorek2018-03-151-1/+1
* Improve performance when looking for draw objects anchored to cellsSamuel Mehrbrodt2018-01-311-8/+10
* Updating images should not depend on unrelated conditionSamuel Mehrbrodt2018-01-251-15/+17
* tdf#98931 Consider cell-anchored images when sortingSamuel Mehrbrodt2018-01-231-0/+16
* More loplugin:cstylecast: scStephan Bergmann2018-01-121-1/+1
* sc: compact ScColumnAshod Nakashian2017-12-241-8/+12
* consistently use sal_uInt32 for number formats in scNoel Grandin2017-11-241-1/+1
* TypedWhichId create custom get methods in ScPatternAttrNoel Grandin2017-11-231-4/+3
* clang-tidy modernize-use-emplace in scNoel Grandin2017-09-121-3/+3
* loplugin:constparam in sc part1Noel Grandin2017-08-221-1/+1
* Fix typosAndrea Gelmini2017-08-181-1/+1
* also import formula cells again from the cacheMarkus Mohrhard2017-08-161-0/+28
* add formula cells/groups to the cacheMarkus Mohrhard2017-08-161-1/+28
* add a way to restore from our new cache formatMarkus Mohrhard2017-08-161-0/+59
* introduce a way to write a simple data representation to a streamMarkus Mohrhard2017-08-161-0/+76
* loplugin:unusedfields in sc part3Noel Grandin2017-07-041-3/+1
* Prevent excess rows included in the resulting range list, tdf#95883 follow-upEike Rathke2017-06-151-5/+18
* tdf#95883 Select Unprotected Cells in CalcGulsah Kose2017-06-121-0/+18
* tdf#107945: properly iterate over mtv during pivot cache loading.Kohei Yoshida2017-05-241-0/+26
* loplugin:checkunusedparams in sc(part1)Noel Grandin2017-05-101-2/+2
* tdf#107255: detect whether the range has only one data cell.Kohei Yoshida2017-05-031-0/+48
* convert ScMatrixMode to scoped enumNoel Grandin2017-03-231-4/+4
* bail out early if there are no notesEike Rathke2017-01-181-0/+3
* tdf#104967 preserve isolated notes data in clipboard when closing documentEike Rathke2017-01-181-4/+8
* convert SFX_HINT to scoped enumNoel Grandin2016-12-081-3/+3
* tdf#91312, don't forget to delete the old cond format indicesMarkus Mohrhard2016-09-251-1/+7
* loplugin:constantparam in scNoel Grandin2016-09-101-12/+2
* Resolves: tdf#100582 SetMatColsRows() when constructing matrix ScFormulaCellEike Rathke2016-08-021-1/+13
* Use mdds' event callback to count formula blocks in each column.Kohei Yoshida2016-07-171-0/+17
* Related: tdf#100460 GetNotesInRange doesn't count last cell in rangeCaolán McNamara2016-06-231-1/+1
* loplugin:constantparamNoel Grandin2016-04-111-2/+2
* loplugin:constantparam in scNoel Grandin2016-03-241-2/+2
* loplugin:unuseddefaultparam in scNoel Grandin2016-03-041-10/+1
* loplugin:unuseddefaultparams in sc (part2)Noel Grandin2016-03-031-11/+1
* Fix typosAndrea Gelmini2016-01-101-1/+1
* cppcheck: noExplicitConstructorCaolán McNamara2015-11-131-7/+7
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-6/+6
* convert InsertDeleteFlags to use o3tl::typed_flagsNoel Grandin2015-10-261-9/+9
* boost->stdCaolán McNamara2015-09-181-2/+0
* revert for mac and win unit case crashes after boost->stdCaolán McNamara2015-09-171-0/+2
* boost->stdCaolán McNamara2015-09-171-2/+0
* Resolves: tdf#92995 do not delete caption objects that are held by UndoEike Rathke2015-09-101-1/+1
* convert SCRIPTTYPE_ constants to scoped enumNoel Grandin2015-04-171-1/+1
* Resolves tdf#80137 Paste array formula into range pastes as non-array formulaHenry Castro2015-03-091-1/+1
* handle ocTableRef same as ocDBAreaEike Rathke2015-03-051-0/+1
* replace decrementing loop with -=Eike Rathke2015-01-161-4/+6
* fdo#88398: Handle group listeners correctly when splitting formula group.Kohei Yoshida2015-01-151-0/+34
* boost::unordered_set->std::unordered_setCaolán McNamara2015-01-041-4/+4