summaryrefslogtreecommitdiff
path: root/include/formula/tokenarray.hxx
AgeCommit message (Expand)Author
2019-10-17Pre-allocate an ScInterpreter object for each thread...Dennis Francis
2019-09-04loplugin:constmethod in formulaNoel Grandin
2019-05-06tdf#42949 Fix IWYU warnings in include/formula/Gabor Kelemen
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin
2018-10-10add ScTokenArray::Finalize() to explicitly reduce memory usageLuboš Luňák
2018-07-14Resolves: tdf#94925 do not unset dirty if formula cell must be recalculatedEike Rathke
2018-07-13Rework FormulaTokenArray ScRecalcMode in preparation for tdf#94925Eike Rathke
2018-05-17disable also ocStyle for Calc's threadingLuboš Luňák
2018-05-14loplugin:useuniqueptr in FormulaTokenArrayNoel Grandin
2017-12-29loplugin:passstuffbyref improved return in variousNoel Grandin
2017-09-25FormulaTokenArray::Clear() virtual, ScTokenArray::Clear() overridesEike Rathke
2017-09-25Clarify comment of "copy"-ctor and operator=()Eike Rathke
2017-06-22Introduce a range-based iterator for 'references' in a FormulaTokenArrayTor Lillqvist
2017-06-19s/FormulaTokenArrayStandardIterator/FormulaTokenArrayStandardRangeTor Lillqvist
2017-06-19Add yet another kind of iterator for the two arrays in FormulaTokenArrayTor Lillqvist
2017-06-19Drop another friend declarationTor Lillqvist
2017-06-19Drop an unnecessary friend declarationTor Lillqvist
2017-06-19Drop one friend declaration and instead add some useful member functionsTor Lillqvist
2017-06-16Get rid of the index inside FormulaTokenArrayTor Lillqvist
2017-06-14Use pointer instead of referenceTor Lillqvist
2017-06-13FormulaTokenArray::FirstRPN() can go away nowTor Lillqvist
2017-06-13Add FirstToken() and FirstRPNToken() functions that don't touch nIndexTor Lillqvist
2017-06-06Partial start of separating the iterator out from FormulaTokenArrayTor Lillqvist
2017-05-12Introduce and check FormulaTokenArray::mbFinalized to not add further tokensEike Rathke
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2016-10-21rename RECALCMODE_EMASK to ScRecalcMode::EMaskNoel Grandin
2016-10-18tdf#93894: Prohibit grouping when certain token types are present.Kohei Yoshida
2016-09-23convert formula error codes to scoped enumNoel Grandin
2016-07-14let FormulaTokenArray::RemoveToken() return the actual count of tokens removedEike Rathke
2016-07-14re-add FormulaTokenArray::ReplaceToken() that was removed as unused, grml..Eike Rathke
2016-06-21tdf#42949: clean up includes in include/formula with iwyuJorenz Paragas
2016-05-27omit DCOUNT or DCOUNTA 2nd argument if 0 when writing ODFF or OOXML, tdf#70806Eike Rathke
2016-05-26loplugin:unusedmethodsNoel Grandin
2016-04-23simplify the ReplaceToken() offset logic to absolute offsetsEike Rathke
2016-04-23alignmentEike Rathke
2016-01-20loplugin:unusedmethodsNoel Grandin
2016-01-12loplugin:unusedmethods unused return value in include/formulaNoel Grandin
2016-01-05use new'ed FormulaToken and FormulaTokenArray::Add()Eike Rathke
2016-01-05tdf#96198 detect old ISO/WEEKNUM usage with two arguments, tdf#50950 follow-upEike Rathke
2015-12-15Resolves: tdf#95440 SharedString are interned per document, re-internEike Rathke
2015-10-03no need to allocate that vector on the heapMarkus Mohrhard
2015-07-21loplugin:unusedmethods formulaNoel Grandin
2015-06-26Remove workarounds for no longer supported GCC 4.6Stephan Bergmann
2015-06-23in OOXML save references of named expressions with col,row=0,0 base positionEike Rathke
2015-06-15Fix previous commitStephan Bergmann
2015-06-15Make ReplaceMode accessible from ScCompiler::CompileStringStephan Bergmann
2015-06-15prepare ReplaceToken() to replace also in RPNEike Rathke
2015-05-05loplugin:staticmethodsNoel Grandin
2015-04-08convert RECALCMODE_ constants to scoped enumNoel Grandin
2015-03-07add FormulaTokenArray::ReplaceToken()Eike Rathke