summaryrefslogtreecommitdiff
path: root/include/formula/token.hxx
AgeCommit message (Expand)Author
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