summaryrefslogtreecommitdiff
path: root/include/formula/token.hxx
AgeCommit message (Expand)Author
2024-04-15Related: tdf#160056 FormulaResult may ref an initial interpreter FormulaTokenCaolán McNamara
2024-04-13Related: tdf#160056 rename/rework GetDoubleAsReference to SetDoubleCaolán McNamara
2024-04-13Related: tdf#160056 elide ref counting for initial tokensCaolán McNamara
2024-03-26loplugin:finalmethodsNoel Grandin
2022-06-23clang-tidy modernize-pass-by-value in formulaNoel Grandin
2021-09-15loplugin:finalclassesNoel Grandin
2021-07-28Resolves: tdf#76310 Preserve whitespace TAB, CR, LF in formula expressionsEike Rathke
2021-01-25tdf#92456 improve VLOOKUP perfNoel Grandin
2020-10-14Derive FormulaExternalToken from FormulaByteToken, tdf#133260 follow-upEike Rathke
2019-10-29loplugin:finalclasses filter..frameworkNoel Grandin
2019-05-06tdf#42949 Fix IWYU warnings in include/formula/Gabor Kelemen
2019-02-27loplugin:unusedfields look for classes where we can make all the..Noel Grandin
2018-08-16remove mempoolNoel Grandin
2018-07-18loplugin:mergeclasses merge IFormulaToken into FormulaTokenNoel Grandin
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin
2017-11-24Mention that the StackVarEnumToString should really be an operator<<Tor Lillqvist
2017-11-21cache FormulaToken for doublesDennis Francis
2017-07-31loplugin:constparams in formula,xmlhelpNoel Grandin
2017-05-10Hold ParamClass at FormulaByteToken instead of bool, tdf#107724 prepEike Rathke
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-04-03remove hack for non DBG_UTIL buildsJochen Nitschke
2017-04-01There doesn't seem to be any reason for the svMissing = 0x70Tor Lillqvist
2017-03-29Add warning about intended use case of debug helperTor Lillqvist
2017-03-27No std::to_string in the silly C++ library we still use on AndroidTor Lillqvist
2017-03-27Move StackVarEnumToString to <formula/token.hxx> and use in a SAL_INFOTor Lillqvist
2017-03-21Bin noise commentTor Lillqvist
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2017-02-17remove unused svSubroutine from StackVarEnumNoel Grandin
2017-01-17new loplugin: useuniqueptr: forms..frameworkNoel Grandin
2016-11-16remove anything svHybridValueCell related, it's nowhere set anymoreEike Rathke
2016-09-23convert formula error codes to scoped enumNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-06-21tdf#42949: clean up includes in include/formula with iwyuJorenz Paragas
2016-06-08introduce FormulaTypedDoubleToken to carry type information of a doubleEike Rathke
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin
2016-04-23use FormulaToken::DeleteIfZeroRef() instead of Delete() at some placesEike Rathke
2016-03-18Resolves: tdf#96915 implement other-sheet-local named expressionsEike Rathke
2015-12-15Resolves: tdf#95440 SharedString are interned per document, re-internEike Rathke
2015-11-18cosmeticsEike Rathke
2015-11-18rename FormulaToken HasForceArray to IsInForceArrayEike Rathke
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-07-30loplugin:unusedmethodsNoel Grandin
2015-07-21loplugin:unusedmethods formulaNoel Grandin
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl
2014-10-23Move virtual ScToken members up to FormulaTokenStephan Bergmann
2014-10-22Remove unused FormulaToken::Is3DRefStephan Bergmann
2014-06-13resolved fdo#79957 propagate ForceArray through jump tokensEike Rathke
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann