summaryrefslogtreecommitdiff
path: root/include/formula/tokenarray.hxx
AgeCommit message (Expand)AuthorFilesLines
2018-07-14Resolves: tdf#94925 do not unset dirty if formula cell must be recalculatedEike Rathke1-2/+6
2018-07-13Rework FormulaTokenArray ScRecalcMode in preparation for tdf#94925Eike Rathke1-34/+30
2018-05-17disable also ocStyle for Calc's threadingLuboš Luňák1-0/+5
2018-05-14loplugin:useuniqueptr in FormulaTokenArrayNoel Grandin1-3/+3
2017-12-29loplugin:passstuffbyref improved return in variousNoel Grandin1-1/+1
2017-09-25FormulaTokenArray::Clear() virtual, ScTokenArray::Clear() overridesEike Rathke1-1/+2
2017-09-25Clarify comment of "copy"-ctor and operator=()Eike Rathke1-2/+4
2017-06-22Introduce a range-based iterator for 'references' in a FormulaTokenArrayTor Lillqvist1-0/+106
2017-06-19s/FormulaTokenArrayStandardIterator/FormulaTokenArrayStandardRangeTor Lillqvist1-6/+6
2017-06-19Add yet another kind of iterator for the two arrays in FormulaTokenArrayTor Lillqvist1-0/+36
2017-06-19Drop another friend declarationTor Lillqvist1-6/+7
2017-06-19Drop an unnecessary friend declarationTor Lillqvist1-1/+0
2017-06-19Drop one friend declaration and instead add some useful member functionsTor Lillqvist1-4/+28
2017-06-16Get rid of the index inside FormulaTokenArrayTor Lillqvist1-19/+18
2017-06-14Use pointer instead of referenceTor Lillqvist1-3/+3
2017-06-13FormulaTokenArray::FirstRPN() can go away nowTor Lillqvist1-1/+0
2017-06-13Add FirstToken() and FirstRPNToken() functions that don't touch nIndexTor Lillqvist1-0/+2
2017-06-06Partial start of separating the iterator out from FormulaTokenArrayTor Lillqvist1-0/+69
2017-05-12Introduce and check FormulaTokenArray::mbFinalized to not add further tokensEike Rathke1-3/+4
2017-03-03Remove redundant 'inline' keywordStephan Bergmann1-21/+21
2016-10-21rename RECALCMODE_EMASK to ScRecalcMode::EMaskNoel Grandin1-3/+3
2016-10-18tdf#93894: Prohibit grouping when certain token types are present.Kohei Yoshida1-0/+11
2016-09-23convert formula error codes to scoped enumNoel Grandin1-6/+6
2016-07-14let FormulaTokenArray::RemoveToken() return the actual count of tokens removedEike Rathke1-1/+3
2016-07-14re-add FormulaTokenArray::ReplaceToken() that was removed as unused, grml..Eike Rathke1-0/+14
2016-06-21tdf#42949: clean up includes in include/formula with iwyuJorenz Paragas1-7/+16
2016-05-27omit DCOUNT or DCOUNTA 2nd argument if 0 when writing ODFF or OOXML, tdf#70806Eike Rathke1-0/+2
2016-05-26loplugin:unusedmethodsNoel Grandin1-1/+0
2016-04-23simplify the ReplaceToken() offset logic to absolute offsetsEike Rathke1-11/+7
2016-04-23alignmentEike Rathke1-4/+4
2016-01-20loplugin:unusedmethodsNoel Grandin1-14/+0
2016-01-12loplugin:unusedmethods unused return value in include/formulaNoel Grandin1-4/+2
2016-01-05use new'ed FormulaToken and FormulaTokenArray::Add()Eike Rathke1-0/+5
2016-01-05tdf#96198 detect old ISO/WEEKNUM usage with two arguments, tdf#50950 follow-upEike Rathke1-0/+16
2015-12-15Resolves: tdf#95440 SharedString are interned per document, re-internEike Rathke1-0/+3
2015-10-03no need to allocate that vector on the heapMarkus Mohrhard1-3/+3
2015-07-21loplugin:unusedmethods formulaNoel Grandin1-5/+0
2015-06-26Remove workarounds for no longer supported GCC 4.6Stephan Bergmann1-2/+2
2015-06-23in OOXML save references of named expressions with col,row=0,0 base positionEike Rathke1-0/+4
2015-06-15Fix previous commitStephan Bergmann1-6/+8
2015-06-15Make ReplaceMode accessible from ScCompiler::CompileStringStephan Bergmann1-6/+6
2015-06-15prepare ReplaceToken() to replace also in RPNEike Rathke1-2/+21
2015-05-05loplugin:staticmethodsNoel Grandin1-2/+2
2015-04-08convert RECALCMODE_ constants to scoped enumNoel Grandin1-26/+33
2015-03-07add FormulaTokenArray::ReplaceToken()Eike Rathke1-0/+4
2015-01-14sc: rename ocChose et al. to ocChoose et al.Laurent Charrière1-1/+1
2015-01-09include is unused againStephan Bergmann1-1/+0
2015-01-09One more place to work around missing std::underlying_type for GCC 4.6Stephan Bergmann1-1/+3
2015-01-09type_traits for std::underlying_typeCaolán McNamara1-1/+1
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl1-1/+1