summaryrefslogtreecommitdiffstats
path: root/include/formula/tokenarray.hxx
Commit message (Expand)AuthorAgeFilesLines
* FormulaTokenArray::Clear() virtual, ScTokenArray::Clear() overridesEike Rathke2017-09-251-1/+2
* Clarify comment of "copy"-ctor and operator=()Eike Rathke2017-09-251-2/+4
* Introduce a range-based iterator for 'references' in a FormulaTokenArrayTor Lillqvist2017-06-221-0/+106
* s/FormulaTokenArrayStandardIterator/FormulaTokenArrayStandardRangeTor Lillqvist2017-06-191-6/+6
* Add yet another kind of iterator for the two arrays in FormulaTokenArrayTor Lillqvist2017-06-191-0/+36
* Drop another friend declarationTor Lillqvist2017-06-191-6/+7
* Drop an unnecessary friend declarationTor Lillqvist2017-06-191-1/+0
* Drop one friend declaration and instead add some useful member functionsTor Lillqvist2017-06-191-4/+28
* Get rid of the index inside FormulaTokenArrayTor Lillqvist2017-06-161-19/+18
* Use pointer instead of referenceTor Lillqvist2017-06-141-3/+3
* FormulaTokenArray::FirstRPN() can go away nowTor Lillqvist2017-06-131-1/+0
* Add FirstToken() and FirstRPNToken() functions that don't touch nIndexTor Lillqvist2017-06-131-0/+2
* Partial start of separating the iterator out from FormulaTokenArrayTor Lillqvist2017-06-061-0/+69
* Introduce and check FormulaTokenArray::mbFinalized to not add further tokensEike Rathke2017-05-121-3/+4
* Remove redundant 'inline' keywordStephan Bergmann2017-03-031-21/+21
* rename RECALCMODE_EMASK to ScRecalcMode::EMaskNoel Grandin2016-10-211-3/+3
* tdf#93894: Prohibit grouping when certain token types are present.Kohei Yoshida2016-10-181-0/+11
* convert formula error codes to scoped enumNoel Grandin2016-09-231-6/+6
* let FormulaTokenArray::RemoveToken() return the actual count of tokens removedEike Rathke2016-07-141-1/+3
* re-add FormulaTokenArray::ReplaceToken() that was removed as unused, grml..Eike Rathke2016-07-141-0/+14
* tdf#42949: clean up includes in include/formula with iwyuJorenz Paragas2016-06-211-7/+16
* omit DCOUNT or DCOUNTA 2nd argument if 0 when writing ODFF or OOXML, tdf#70806Eike Rathke2016-05-271-0/+2
* loplugin:unusedmethodsNoel Grandin2016-05-261-1/+0
* simplify the ReplaceToken() offset logic to absolute offsetsEike Rathke2016-04-231-11/+7
* alignmentEike Rathke2016-04-231-4/+4
* loplugin:unusedmethodsNoel Grandin2016-01-201-14/+0
* loplugin:unusedmethods unused return value in include/formulaNoel Grandin2016-01-121-4/+2
* use new'ed FormulaToken and FormulaTokenArray::Add()Eike Rathke2016-01-051-0/+5
* tdf#96198 detect old ISO/WEEKNUM usage with two arguments, tdf#50950 follow-upEike Rathke2016-01-051-0/+16
* Resolves: tdf#95440 SharedString are interned per document, re-internEike Rathke2015-12-151-0/+3
* no need to allocate that vector on the heapMarkus Mohrhard2015-10-031-3/+3
* loplugin:unusedmethods formulaNoel Grandin2015-07-211-5/+0
* Remove workarounds for no longer supported GCC 4.6Stephan Bergmann2015-06-261-2/+2
* in OOXML save references of named expressions with col,row=0,0 base positionEike Rathke2015-06-231-0/+4
* Fix previous commitStephan Bergmann2015-06-151-6/+8
* Make ReplaceMode accessible from ScCompiler::CompileStringStephan Bergmann2015-06-151-6/+6
* prepare ReplaceToken() to replace also in RPNEike Rathke2015-06-151-2/+21
* loplugin:staticmethodsNoel Grandin2015-05-051-2/+2
* convert RECALCMODE_ constants to scoped enumNoel Grandin2015-04-081-26/+33
* add FormulaTokenArray::ReplaceToken()Eike Rathke2015-03-071-0/+4
* sc: rename ocChose et al. to ocChoose et al.Laurent Charrière2015-01-141-1/+1
* include is unused againStephan Bergmann2015-01-091-1/+0
* One more place to work around missing std::underlying_type for GCC 4.6Stephan Bergmann2015-01-091-1/+3
* type_traits for std::underlying_typeCaolán McNamara2015-01-091-1/+1
* override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl2015-01-091-1/+1
* boost::unordered_set->std::unordered_setCaolán McNamara2015-01-041-2/+4
* The value of the nRefs field is not used anywhereTor Lillqvist2014-12-191-3/+0
* simplify RewriteMissing() and switch in Add...(), fdo#81596 relatedEike Rathke2014-11-281-10/+38
* fdo#81596 export to OOXML that need argument changesWinfried Donkers2014-11-271-5/+8
* Remove some unused codeMarcos Paulo de Souza2014-07-291-1/+0