summaryrefslogtreecommitdiffstats
path: root/include/formula/token.hxx
Commit message (Expand)AuthorAgeFilesLines
* loplugin:finalclassesNoel Grandin2021-09-151-1/+1
* Resolves: tdf#76310 Preserve whitespace TAB, CR, LF in formula expressionsEike Rathke2021-07-281-0/+20
* tdf#92456 improve VLOOKUP perfNoel Grandin2021-01-251-4/+4
* Derive FormulaExternalToken from FormulaByteToken, tdf#133260 follow-upEike Rathke2020-10-141-12/+8
* loplugin:finalclasses filter..frameworkNoel Grandin2019-10-291-10/+10
* tdf#42949 Fix IWYU warnings in include/formula/Gabor Kelemen2019-05-061-1/+0
* loplugin:unusedfields look for classes where we can make all the..Noel Grandin2019-02-271-5/+3
* remove mempoolNoel Grandin2018-08-161-9/+0
* loplugin:mergeclasses merge IFormulaToken into FormulaTokenNoel Grandin2018-07-181-12/+2
* wrap scoped enum around css::util::NumberFormatNoel Grandin2017-12-191-8/+8
* Mention that the StackVarEnumToString should really be an operator<<Tor Lillqvist2017-11-241-0/+3
* cache FormulaToken for doublesDennis Francis2017-11-211-0/+2
* loplugin:constparams in formula,xmlhelpNoel Grandin2017-07-311-1/+1
* Hold ParamClass at FormulaByteToken instead of bool, tdf#107724 prepEike Rathke2017-05-101-20/+23
* tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock2017-04-251-0/+1
* remove hack for non DBG_UTIL buildsJochen Nitschke2017-04-031-9/+1
* There doesn't seem to be any reason for the svMissing = 0x70Tor Lillqvist2017-04-011-1/+1
* Add warning about intended use case of debug helperTor Lillqvist2017-03-291-0/+2
* No std::to_string in the silly C++ library we still use on AndroidTor Lillqvist2017-03-271-1/+3
* Move StackVarEnumToString to <formula/token.hxx> and use in a SAL_INFOTor Lillqvist2017-03-271-0/+32
* Bin noise commentTor Lillqvist2017-03-211-1/+1
* Remove redundant 'inline' keywordStephan Bergmann2017-03-031-8/+8
* remove unused svSubroutine from StackVarEnumNoel Grandin2017-02-171-1/+0
* new loplugin: useuniqueptr: forms..frameworkNoel Grandin2017-01-171-5/+6
* remove anything svHybridValueCell related, it's nowhere set anymoreEike Rathke2016-11-161-3/+0
* convert formula error codes to scoped enumNoel Grandin2016-09-231-6/+7
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-131-1/+1
* tdf#42949: clean up includes in include/formula with iwyuJorenz Paragas2016-06-211-7/+7
* introduce FormulaTypedDoubleToken to carry type information of a doubleEike Rathke2016-06-081-0/+22
* update unusedmethods plugin to deal with constructorsNoel Grandin2016-05-181-16/+0
* use FormulaToken::DeleteIfZeroRef() instead of Delete() at some placesEike Rathke2016-04-231-0/+1
* Resolves: tdf#96915 implement other-sheet-local named expressionsEike Rathke2016-03-181-8/+8
* Resolves: tdf#95440 SharedString are interned per document, re-internEike Rathke2015-12-151-0/+3
* cosmeticsEike Rathke2015-11-181-8/+8
* rename FormulaToken HasForceArray to IsInForceArrayEike Rathke2015-11-181-17/+17
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-49/+49
* Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-1/+1
* loplugin:unusedmethodsNoel Grandin2015-07-301-3/+0
* loplugin:unusedmethods formulaNoel Grandin2015-07-211-2/+0
* loplugin:deletedspecialStephan Bergmann2015-02-071-3/+1
* override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl2015-01-091-4/+4
* Move virtual ScToken members up to FormulaTokenStephan Bergmann2014-10-231-0/+21
* Remove unused FormulaToken::Is3DRefStephan Bergmann2014-10-221-1/+0
* resolved fdo#79957 propagate ForceArray through jump tokensEike Rathke2014-06-131-2/+7
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-261-47/+47
* Make these non inline.Kohei Yoshida2014-03-061-4/+2
* Remove visual noise from includeAlexander Wilms2014-03-011-2/+2
* Drop unnecessary #includeTakeshi Abe2014-02-181-2/+0
* xub_StrLen and tools/string.hxx final strawNorbert Thiebaud2014-02-031-2/+2
* Thread-safe way to check for presence of references in formula tokens.Kohei Yoshida2013-11-111-1/+4