summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/refdata.cxx
AgeCommit message (Expand)AuthorFilesLines
2022-06-06ScSingleRefData::TabValid: for absolute reference take sheets into accountEike Rathke1-3/+3
2022-06-06Resolves: tdf#148163 Preserve names of bad cell reference input againEike Rathke1-1/+1
2022-02-14remove use of MAXCOL/MAXROW from address.hxxLuboš Luňák1-0/+13
2020-10-06loplugin:const* make some params and methods constNoel1-6/+6
2020-09-23some places where ScDocument* is never passed a nullptrCaolán McNamara1-14/+14
2020-09-23ScRefAddress::GetRefString never passed a null ScDocument*Caolán McNamara1-6/+6
2020-09-23some places where ScDocument* is never passed a nullptrCaolán McNamara1-10/+10
2020-09-13toAbs always dereferences its ScDocument*Caolán McNamara1-4/+4
2019-12-14sc: rowcol: tdf#50916 convert Valid* methodsNoel Grandin1-69/+27
2019-12-13sc: rowcol: tdf#50916 pass ScDocument* around in filter/Noel Grandin1-0/+52
2019-10-29sc: rowcol: tdf#50916 convert core/toolNoel Grandin1-24/+25
2019-10-03Resolves: tdf#122011 fix ValidExternal() checkEike Rathke1-1/+1
2019-09-01Fix '..'Andrea Gelmini1-2/+2
2017-10-23loplugin:includeform: scStephan Bergmann1-1/+1
2017-03-24tdf#105908: restore previously deleted range references upon undo.Kohei Yoshida1-0/+5
2017-01-10Resolves: tdf#104711 adjust range reference constructed of named anchorsEike Rathke1-0/+4
2015-12-11geez, how about actually checking the Move() error return? tdf#92779 relatedEike Rathke1-0/+9
2015-12-10Missing includeStephan Bergmann1-0/+4
2015-12-09sticky end col/row anchor for range references, tdf#92779Eike Rathke1-0/+58
2015-09-10use constants instead of hard coded numbers for better readabilityEike Rathke1-18/+22
2015-07-07(re-)introduce ScComplexRefData::PutInOrder(), tdf#92468Eike Rathke1-0/+92
2015-06-18Resolves: tdf#83365 push proper references in INDIRECTEike Rathke1-0/+24
2015-06-18properly inherit relative and 3D flags when extending, tdf#83365 relatedEike Rathke1-1/+48
2014-06-25remove whitespaceMarkus Mohrhard1-5/+0
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-16/+0
2014-02-27remove unused data ScComplexRefData::IsDeleted()Noel Grandin1-5/+0
2014-01-24resolved fdo#73235 initialize reference flagsEike Rathke1-0/+1
2013-07-30Now the reference object no longer stores both absolute and relative.Kohei Yoshida1-49/+36
2013-07-30Now nobody accesses reference members directly. Make them private.Kohei Yoshida1-107/+56
2013-07-30Organize the reference dumping code a bit.Kohei Yoshida1-31/+25
2013-07-30More on avoiding direct access to data members.Kohei Yoshida1-0/+24
2013-07-24Work on remving direct access to ScSingleRefData's data members.Kohei Yoshida1-3/+39
2013-07-24Make these non-inline.Kohei Yoshida1-0/+32
2013-07-24CalcRelFromAbs() is no more.Kohei Yoshida1-7/+0
2013-07-24More on removing CalcRelFromAbs().Kohei Yoshida1-0/+21
2013-07-24Remove CalcAbsIfRel() since nobody uses this anymore.Kohei Yoshida1-24/+0
2013-07-24Remove CalcAbsIfRel() from ScComplexRefData::Extend().Kohei Yoshida1-61/+22
2013-07-24Don't mark all of column, row, and sheet indices to be invalid in toAbs().Kohei Yoshida1-3/+50
2013-07-24Handle reference adjustment in response to sheet deletion.Kohei Yoshida1-0/+30
2013-07-24More on this.Kohei Yoshida1-0/+6
2013-07-24Add methods to avoid accessing data members directly.Kohei Yoshida1-0/+21
2013-07-24Start replacing CalcAbsIfRel() with toAbs().Kohei Yoshida1-0/+18
2013-07-24SmartRelAbs() is no more.Kohei Yoshida1-19/+5
2013-07-24Bool cleanup in refdata.?xx.Kohei Yoshida1-4/+4
2013-07-09These header inline methods cause linkage error on Windows.Kohei Yoshida1-0/+4
2013-05-20Collect all empty broadcasters and remove them in one go later.Kohei Yoshida1-0/+11
2013-02-13Remove VALIDTAB and other similar macrosJulien Nabet1-3/+3
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-06-09Remove superfluous empty lines on topThomas Arnhold1-3/+0
2011-11-27remove include of pch header from scNorbert Thiebaud1-2/+0