summaryrefslogtreecommitdiff
path: root/sc/source/core/data/markdata.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-03-28simplify reset(nullptr) -> reset()Noel Grandin1-1/+1
2019-02-13Simplify containers iterations in sc/source/core/dataArkadiy Illarionov1-15/+12
2018-10-22pvs-studio: V1001 variable assigned but is not used by the end of the functionCaolán McNamara1-1/+1
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin1-2/+2
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-3/+8
2018-03-15Check return of ScFlatBoolRowSegments::ForwardIterator::getValue()Eike Rathke1-4/+8
2018-03-10don't use heap for elements in ScRangeListNoel Grandin1-19/+19
2017-10-23loplugin:includeform: scStephan Bergmann1-5/+5
2017-10-02lok: sc: overlays and edit view misplaced by other view actionsMarco Cecchetti1-0/+27
2017-09-12clang-tidy modernize-use-emplace in scNoel Grandin1-2/+2
2017-06-04Perf-sc: tdf#100709 avoid segment tree with ScMultiSelIter where possibleEike Rathke1-9/+76
2017-05-23drop the SCsROW/SCsCOL/SCsTAB typedefsNoel Grandin1-1/+1
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2016-11-04loplugin:defaultparamsJulien Nabet1-1/+1
2016-11-03Resolves: tdf#103684 calculate status bar functions across sheetsEike Rathke1-4/+21
2016-10-26Resolves: tdf#92117 create only one Undo for all UnmergeCells() callsEike Rathke1-0/+5
2016-08-05use std::move in a few placesNoel Grandin1-1/+1
2016-04-19cppcheck: silence known conditions warnings in scJochen Nitschke1-1/+1
2016-04-15fix InsertTab and DeleteTab in ScMarkData, tdf#72240Markus Mohrhard1-9/+18
2016-02-10Refactor ScMarkData for tdf#50916Dennis Francis1-73/+41
2015-12-15Bin silly 'STATIC DATA' commentsTor Lillqvist1-2/+0
2015-12-07tdf#34449 : ability of deleting borders of a cell from adjacent cellDennis Francis1-1/+266
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-4/+4
2015-09-12Typo: muliple->multipleJulien Nabet1-1/+1
2015-08-14loplugin: defaultparamsNoel Grandin1-2/+2
2015-07-08remove ScRange::Justify() and replace calls with PutInOrder()Eike Rathke1-1/+1
2015-02-12Translated german comments in sc/source/core/data/Albert Thuswaldner1-4/+4
2015-01-14fdo#39468 Translate German Comments - replace '//!' with '//TODO:'Christian M. Heller1-8/+8
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+2
2014-10-15speed up range list generation from multi marks, fdo#75486 relatedEike Rathke1-1/+16
2014-06-25remove whitespaceMarkus Mohrhard1-3/+0
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-4/+0
2014-04-06whitespace cleanup in scMarkus Mohrhard1-4/+0
2014-02-27Remove all uses of GetMarkRowRanges() and use GetMarkedRowSpans().Kohei Yoshida1-114/+0
2014-02-23Remove unneccessary commentsAlexander Wilms1-1/+1
2014-02-05Actually these methods shouldn't be taking a sheet index.Kohei Yoshida1-8/+2
2014-02-05Implement GetMarkedColSpans() counterpart.Kohei Yoshida1-0/+20
2014-02-05Reimplement ScMarkData::GetMarkedRowSpans() to use flat_segment_tree directly.Kohei Yoshida1-12/+15
2014-01-14fdo#73606: Avoid excessive and unnecessary heap allocation of array objects.Kohei Yoshida1-0/+21
2013-06-24Switch to using multi_type_vector for cell storage.Kohei Yoshida1-0/+7
2013-03-16sc: translate some debug messagesThomas Arnhold1-10/+10
2013-01-26remove unnecessary calls to copy c'torMarkus Mohrhard1-6/+6
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-06-09Remove superfluous include commentsThomas Arnhold1-5/+0
2011-11-29fdo#32826: Finally return the real selected sheets, and use it.Kohei Yoshida1-3/+8
2011-11-29Passed the selected sheet info to ScPreview.Kohei Yoshida1-4/+10
2011-11-27remove include of pch header from scNorbert Thiebaud1-2/+0
2011-11-23sal_Bool to bool.Kohei Yoshida1-27/+27
2011-09-19Removed an unnecessary anonymous temporary object.Kohei Yoshida1-1/+1
2011-07-05add iterator to ScMarkDataMarkus Mohrhard1-0/+21