summaryrefslogtreecommitdiff
path: root/include/formula/tokenarray.hxx
AgeCommit message (Expand)Author
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
2015-01-14sc: rename ocChose et al. to ocChoose et al.Laurent Charrière
2015-01-09include is unused againStephan Bergmann
2015-01-09One more place to work around missing std::underlying_type for GCC 4.6Stephan Bergmann
2015-01-09type_traits for std::underlying_typeCaolán McNamara
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl
2015-01-04boost::unordered_set->std::unordered_setCaolán McNamara
2014-12-19The value of the nRefs field is not used anywhereTor Lillqvist
2014-11-28simplify RewriteMissing() and switch in Add...(), fdo#81596 relatedEike Rathke
2014-11-27fdo#81596 export to OOXML that need argument changesWinfried Donkers