summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/refdata.cxx
AgeCommit message (Expand)Author
2020-10-06loplugin:const* make some params and methods constNoel
2020-09-23some places where ScDocument* is never passed a nullptrCaolán McNamara
2020-09-23ScRefAddress::GetRefString never passed a null ScDocument*Caolán McNamara
2020-09-23some places where ScDocument* is never passed a nullptrCaolán McNamara
2020-09-13toAbs always dereferences its ScDocument*Caolán McNamara
2019-12-14sc: rowcol: tdf#50916 convert Valid* methodsNoel Grandin
2019-12-13sc: rowcol: tdf#50916 pass ScDocument* around in filter/Noel Grandin
2019-10-29sc: rowcol: tdf#50916 convert core/toolNoel Grandin
2019-10-03Resolves: tdf#122011 fix ValidExternal() checkEike Rathke
2019-09-01Fix '..'Andrea Gelmini
2017-10-23loplugin:includeform: scStephan Bergmann
2017-03-24tdf#105908: restore previously deleted range references upon undo.Kohei Yoshida
2017-01-10Resolves: tdf#104711 adjust range reference constructed of named anchorsEike Rathke
2015-12-11geez, how about actually checking the Move() error return? tdf#92779 relatedEike Rathke
2015-12-10Missing includeStephan Bergmann
2015-12-09sticky end col/row anchor for range references, tdf#92779Eike Rathke
2015-09-10use constants instead of hard coded numbers for better readabilityEike Rathke
2015-07-07(re-)introduce ScComplexRefData::PutInOrder(), tdf#92468Eike Rathke
2015-06-18Resolves: tdf#83365 push proper references in INDIRECTEike Rathke
2015-06-18properly inherit relative and 3D flags when extending, tdf#83365 relatedEike Rathke
2014-06-25remove whitespaceMarkus Mohrhard
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-02-27remove unused data ScComplexRefData::IsDeleted()Noel Grandin
2014-01-24resolved fdo#73235 initialize reference flagsEike Rathke
2013-07-30Now the reference object no longer stores both absolute and relative.Kohei Yoshida
2013-07-30Now nobody accesses reference members directly. Make them private.Kohei Yoshida
2013-07-30Organize the reference dumping code a bit.Kohei Yoshida
2013-07-30More on avoiding direct access to data members.Kohei Yoshida
2013-07-24Work on remving direct access to ScSingleRefData's data members.Kohei Yoshida
2013-07-24Make these non-inline.Kohei Yoshida
2013-07-24CalcRelFromAbs() is no more.Kohei Yoshida
2013-07-24More on removing CalcRelFromAbs().Kohei Yoshida
2013-07-24Remove CalcAbsIfRel() since nobody uses this anymore.Kohei Yoshida
2013-07-24Remove CalcAbsIfRel() from ScComplexRefData::Extend().Kohei Yoshida
2013-07-24Don't mark all of column, row, and sheet indices to be invalid in toAbs().Kohei Yoshida
2013-07-24Handle reference adjustment in response to sheet deletion.Kohei Yoshida
2013-07-24More on this.Kohei Yoshida
2013-07-24Add methods to avoid accessing data members directly.Kohei Yoshida
2013-07-24Start replacing CalcAbsIfRel() with toAbs().Kohei Yoshida
2013-07-24SmartRelAbs() is no more.Kohei Yoshida
2013-07-24Bool cleanup in refdata.?xx.Kohei Yoshida
2013-07-09These header inline methods cause linkage error on Windows.Kohei Yoshida
2013-05-20Collect all empty broadcasters and remove them in one go later.Kohei Yoshida
2013-02-13Remove VALIDTAB and other similar macrosJulien Nabet
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
2012-06-09Remove superfluous empty lines on topThomas Arnhold
2011-11-27remove include of pch header from scNorbert Thiebaud
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida
2011-01-17removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth