summaryrefslogtreecommitdiff
path: root/sc/source/core/data/grouptokenconverter.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-12-14sc: rowcol: tdf#50916 convert Valid* methodsNoel Grandin1-2/+2
2018-12-03make sure FetchVectorRefArray() never triggers Interpret()Luboš Luňák1-0/+19
2018-11-08tdf#42949 Fix IWYU warnings in sc/source/core/data/*cxxGabor Kelemen1-1/+1
2018-10-10fix detection of self-referencesLuboš Luňák1-2/+2
2018-08-28tdf#42949 Fix IWYU warnings in sc/source/core/inc/*Gabor Kelemen1-0/+3
2018-07-31try to detect that a formula does not contain any implicit intersectionLuboš Luňák1-12/+5
2018-06-12don't use opencl with deleted cellsLuboš Luňák1-0/+4
2017-12-19Fix typoAndrea Gelmini1-1/+1
2017-12-17Related: tdf#114251 disable vectorization of svDoubleRefEike Rathke1-0/+13
2017-12-17Type svIndex does not necessarily mean range name, tdf#114251 relatedEike Rathke1-0/+7
2017-12-01loplugin:unusedfieldsNoel Grandin1-2/+2
2017-08-30loplugin:constparamNoel Grandin1-1/+1
2017-08-30This variable can be const, and calculated once before the loopTor Lillqvist1-1/+1
2017-08-23loplugin:constparam in sc part2Noel Grandin1-1/+1
2017-06-08Take FormulaTokenArrayPlainIterator into use in one more placeTor Lillqvist1-2/+2
2017-05-18Pass grammar to ScCompiler ctor instead of subsequent SetGrammar()Eike Rathke1-2/+1
2017-03-10Resolves: tdf#106459 3D reference can't be handled as vector referenceEike Rathke1-0/+4
2016-11-10Make sure we pass the top-left corner address.Kohei Yoshida1-1/+1
2016-11-05Pass the current cell position to conditionally display sheet name.Kohei Yoshida1-3/+3
2016-11-05Log cell range references.Kohei Yoshida1-0/+1
2016-11-05Log single cell references.Kohei Yoshida1-0/+1
2016-11-05Dump the single cell vector reference info to the log.Kohei Yoshida1-8/+12
2016-06-03Resolves: tdf#98880 ensure backing context of DoubleVectorRefToken...Caolán McNamara1-0/+18
2016-03-16Undo my poor mans recursion control in favour of the real thingCaolán McNamara1-11/+2
2015-04-02avoid endless recursion in fdo84763-2.odsCaolán McNamara1-2/+11
2015-03-06Don't return negative values from ScGroupTokenConverter::trimLength()Tor Lillqvist1-0/+12
2014-10-23Remove ScToken from the formula::FormulaToken hierarchyStephan Bergmann1-5/+4
2014-10-23Make ScToken::GetSingleRef etc. return * instead of &Stephan Bergmann1-2/+2
2014-05-14Bail out of group calculation in case the array fetching fails.Kohei Yoshida1-0/+6
2014-05-14Disable jump command reordering of RPN tokens for OpenCL interpreter.Kohei Yoshida1-4/+0
2014-02-27Store the length of originally requested array size prior to trimming.Kohei Yoshida1-6/+6
2013-11-27We shouldn't check isValid() here.Kohei Yoshida1-6/+6
2013-11-20WIP: Background ahead-of-time OpenCL compilationTor Lillqvist1-0/+236