# C++ Wrappers for UCB C++ wrappers to help make using content providers easy. ' href='/favicon.ico'/>
summaryrefslogtreecommitdiff
path: root/sc/inc/markdata.hxx
AgeCommit message (Expand)Author
2024-03-07make more symbols private in calcNoel Grandin
2022-03-29do not provide non-const iterators for ScMarkData internalsLuboš Luňák
2022-03-05introduce ScColumnData for ScColumn/ScTable code sharingLuboš Luňák
2022-03-03improve ScMark* classes a bitLuboš Luňák
2022-02-18Revert tdf#64345: EDITING: Selected area looses selection when switching sheetAhmet Hakan Çelik
2022-02-01tdf#64345: EDITING: Selected area looses selection when switching sheetAhmet Hakan Çelik
2021-03-23tdf#124176 Use pragma once in s*Vincent LE GARREC
2020-10-30convert some tools::Long->sal_Int32Noel
2020-10-20use tools::Long in scNoel
2020-09-23ScRefAddress::GetRefString never passed a null ScDocument*Caolán McNamara
2020-05-30pass ScSheetLimits aroundNoel Grandin
2019-12-03cid#1456145 Missing move assignment operatorCaolán McNamara
2019-12-02cid#1456145 Missing move assignment operatorCaolán McNamara
2019-12-02use initializer listCaolán McNamara
2019-11-11sc: rowcol: tdf#50916 convert mark data structuresNoel Grandin
2019-10-29sc: rowcol: tdf#50916 convert core/toolNoel Grandin
2019-05-18tdf#125254 Performance: A spreadsheet opens too slow, part2Noel Grandin
2018-10-31tdf#42949 Fix IWYU warnings in sc/inc; sc/source/filter/inc/Gabor Kelemen
2018-05-29tdf#42949 Fix IWYU warnings in sc/inc/m*Gabor Kelemen
2017-10-02lok: sc: overlays and edit view misplaced by other view actionsMarco Cecchetti
2017-05-23drop the SCsROW/SCsCOL/SCsTAB typedefsNoel Grandin
2017-03-25Fix typosAndrea Gelmini
2016-11-03Resolves: tdf#103684 calculate status bar functions across sheetsEike Rathke
2016-10-26Resolves: tdf#92117 create only one Undo for all UnmergeCells() callsEike Rathke
2016-02-10Refactor ScMarkData for tdf#50916Dennis Francis
2015-12-07tdf#34449 : ability of deleting borders of a cell from adjacent cellDennis Francis
2015-10-27move SvRefMemberList into idlNoel Grandin
2014-06-25remove whitespaceMarkus Mohrhard
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-04-19fixincludeguards.sh: scThomas Arnhold
2014-02-27Remove all uses of GetMarkRowRanges() and use GetMarkedRowSpans().Kohei Yoshida
2014-02-15fdo#63154 Remove unused solar.h reference in scAlexandre Vicenzi
2014-02-05Actually these methods shouldn't be taking a sheet index.Kohei Yoshida
2014-02-05Implement GetMarkedColSpans() counterpart.Kohei Yoshida
2014-02-05Reimplement ScMarkData::GetMarkedRowSpans() to use flat_segment_tree directly.Kohei Yoshida
2014-01-14fdo#73606: Avoid excessive and unnecessary heap allocation of array objects.Kohei Yoshida
2013-06-24Switch to using multi_type_vector for cell storage.Kohei Yoshida