summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/reftokenhelper.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-09-24some places where ScDocument* is never passed a nullptrCaolán McNamara1-4/+4
2020-09-23some places where ScDocument* is never passed a nullptrCaolán McNamara1-4/+4
2020-09-17ScCompiler ctors never passed a null ScDocument*Caolán McNamara1-1/+1
2020-09-17compileRangeRepresentation never called with null ScDocument*Caolán McNamara1-6/+6
2020-09-13toAbs always dereferences its ScDocument*Caolán McNamara1-3/+3
2019-12-14sc: rowcol: tdf#50916 convert Valid* methodsNoel Grandin1-9/+11
2019-12-13sc: rowcol: tdf#50916 create ScSheetLimits to hold by rtl::ReferenceNoel Grandin1-4/+4
2019-12-12sc: rowcol: tdf#50916 pass ScDocument to the token classesNoel Grandin1-15/+15
2019-10-29sc: rowcol: tdf#50916 convert core/toolNoel Grandin1-4/+4
2019-01-31Simplify containers iterations in sc/source/core/[o-t]*Arkadiy Illarionov1-10/+4
2018-03-10don't use heap for elements in ScRangeListNoel Grandin1-7/+3
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin1-1/+1
2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin1-1/+1
2017-10-23loplugin:includeform: scStephan Bergmann1-5/+5
2017-09-12clang-tidy modernize-use-emplace in scNoel Grandin1-1/+1
2017-06-14Use FormulaTokenArray::FirstToken() in one more placeTor Lillqvist1-2/+1
2017-05-18Pass grammar to ScCompiler ctor instead of subsequent SetGrammar()Eike Rathke1-2/+1
2016-06-14explicit svl::SharedString(const OUString&) ctorEike Rathke1-2/+2
2015-09-18boost->stdCaolán McNamara1-2/+2
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara1-2/+2
2015-09-17boost->stdCaolán McNamara1-2/+2
2015-08-14loplugin: defaultparamsNoel Grandin1-3/+1
2014-10-23Remove ScToken from the formula::FormulaToken hierarchyStephan Bergmann1-10/+5
2014-10-23Make ScToken::GetSingleRef etc. return * instead of &Stephan Bergmann1-8/+8
2014-09-01Avoid invalid premature downcastsStephan Bergmann1-7/+14
2014-05-11fix-includes.pl: scThomas Arnhold1-3/+3
2014-02-24Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe1-2/+3
2013-10-11Formula tokens, formula cells and formula interpreters to use shared strings.Kohei Yoshida1-2/+2
2013-09-07iString to OUString in some calc core codeMarkus Mohrhard1-2/+2
2013-07-30Now nobody accesses reference members directly. Make them private.Kohei Yoshida1-2/+3
2013-07-30More on the ref object.Kohei Yoshida1-14/+2
2013-07-24More on this.Kohei Yoshida1-21/+30
2013-07-24More of the same.Kohei Yoshida1-21/+11
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-1/+0
2013-03-06prevent non-3D refs from being accepted in chart2, related fdo#61781Markus Mohrhard1-5/+15
2012-12-06bnc#792528: Import static data series labels from xlsx correctly.Kohei Yoshida1-52/+39
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-06-09Remove superfluous empty lines on topThomas Arnhold1-2/+0
2012-01-05simplify code a bitMarkus Mohrhard1-54/+0
2012-01-03Get the reference jump feature to work with relative references.Kohei Yoshida1-14/+3
2011-12-17Copy Absolute Formulas between documents: Part IMarkus Mohrhard1-0/+59
2011-11-27remove include of pch header from scNorbert Thiebaud1-2/+0
2011-10-03WaE: add bracesCaolán McNamara1-0/+2
2011-10-03n717290: Feature to allow string constants in chart ranges.Muthu Subramanian1-2/+20
2011-08-09Correctly import from Excel charts with multiple ranges.Kohei Yoshida1-2/+2
2011-03-18Charts' title reference is stored as relative reference. (fdo#35015)Kohei Yoshida1-9/+21
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida1-1/+1
2011-01-17removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko1-1/+1
2010-12-21Removed ScSharedTokenRef and replaced it with ScTokenRef.Kohei Yoshida1-25/+25
2010-12-09First cut on making ScRangeList not a child class of std::vector.Kohei Yoshida1-1/+1