/chart2/qa/

id' value='805adaae918d91cbde510aef6d7422cb345c41d4'/> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/formula
AgeCommit message (Expand)Author
2017-06-16Get rid of the index inside FormulaTokenArrayTor Lillqvist
2017-06-14Use pointer instead of referenceTor Lillqvist
2017-06-14Avoid use of FormulaTokenArray::First() and Next() in another placeTor Lillqvist
2017-06-14Avoid use of FormulaTokenArray::First() and Next() in another placeTor Lillqvist
2017-06-14Avoid use of FormulaTokenArray::First() and Next() in one placeTor Lillqvist
2017-06-13Add FirstToken() and FirstRPNToken() functions that don't touch nIndexTor Lillqvist
2017-06-08Forgot FormulaTokenArrayPlainIterator::GetNextName()Tor Lillqvist
2017-06-07Take new FormulaTokenArrayPlainIterator into use in one simple placeTor Lillqvist
2017-06-06Partial start of separating the iterator out from FormulaTokenArrayTor Lillqvist
2017-06-05clang-tidy performance-unnecessary-value-paramNoel Grandin