summaryrefslogtreecommitdiff
path: root/include/formula/token.hxx
AgeCommit message (Expand)Author
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
2014-03-06Make these non inline.Kohei Yoshida
2014-03-01Remove visual noise from includeAlexander Wilms
2014-02-18Drop unnecessary #includeTakeshi Abe
2014-02-03xub_StrLen and tools/string.hxx final strawNorbert Thiebaud
2013-11-11Thread-safe way to check for presence of references in formula tokens.Kohei Yoshida
2013-11-09fdo#65108 inter-module includes <>Norbert Thiebaud
2013-11-06Correct reference count type.Kohei Yoshida
2013-11-06Use atomic increment and decrement for thread-safe reference count.Kohei Yoshida
2013-10-23fixincludeguards.sh: include - the restThomas Arnhold
2013-10-11Formula tokens, formula cells and formula interpreters to use shared strings.Kohei Yoshida
2013-09-07iString to OUString in some calc core codeMarkus Mohrhard
2013-04-30Initial cut on vector formula ref tokens. Not used yet.Kohei Yoshida
2013-04-30Handle invariant group with single references.Kohei Yoshida
2013-04-23execute move of global headersBjoern Michaelsen