Age | Commit message (Expand) | Author |
2022-06-23 | clang-tidy modernize-pass-by-value in formula | Noel Grandin |
2021-09-15 | loplugin:finalclasses | Noel Grandin |
2021-07-28 | Resolves: tdf#76310 Preserve whitespace TAB, CR, LF in formula expressions | Eike Rathke |
2021-01-25 | tdf#92456 improve VLOOKUP perf | Noel Grandin |
2020-10-14 | Derive FormulaExternalToken from FormulaByteToken, tdf#133260 follow-up | Eike Rathke |
2019-10-29 | loplugin:finalclasses filter..framework | Noel Grandin |
2019-05-06 | tdf#42949 Fix IWYU warnings in include/formula/ | Gabor Kelemen |
2019-02-27 | loplugin:unusedfields look for classes where we can make all the.. | Noel Grandin |
2018-08-16 | remove mempool | Noel Grandin |
2018-07-18 | loplugin:mergeclasses merge IFormulaToken into FormulaToken | Noel Grandin |
2017-12-19 | wrap scoped enum around css::util::NumberFormat | Noel Grandin |
2017-11-24 | Mention that the StackVarEnumToString should really be an operator<< | Tor Lillqvist |
2017-11-21 | cache FormulaToken for doubles | Dennis Francis |
2017-07-31 | loplugin:constparams in formula,xmlhelp | Noel Grandin |
2017-05-10 | Hold ParamClass at FormulaByteToken instead of bool, tdf#107724 prep | Eike Rathke |
2017-04-25 | tools: svstream.hxx needs only errcode.hxx & not errinf.hxx | Chris Sherlock |
2017-04-03 | remove hack for non DBG_UTIL builds | Jochen Nitschke |
2017-04-01 | There doesn't seem to be any reason for the svMissing = 0x70 | Tor Lillqvist |
2017-03-29 | Add warning about intended use case of debug helper | Tor Lillqvist |
2017-03-27 | No std::to_string in the silly C++ library we still use on Android | Tor Lillqvist |
2017-03-27 | Move StackVarEnumToString to <formula/token.hxx> and use in a SAL_INFO | Tor Lillqvist |
2017-03-21 | Bin noise comment | Tor Lillqvist |
2017-03-03 | Remove redundant 'inline' keyword | Stephan Bergmann |
2017-02-17 | remove unused svSubroutine from StackVarEnum | Noel Grandin |
2017-01-17 | new loplugin: useuniqueptr: forms..framework | Noel Grandin |
2016-11-16 | remove anything svHybridValueCell related, it's nowhere set anymore | Eike Rathke |
2016-09-23 | convert formula error codes to scoped enum | Noel Grandin |
2016-09-13 | loplugin:override: No more need for the "MSVC dtor override" workaround | Stephan Bergmann |
2016-06-21 | tdf#42949: clean up includes in include/formula with iwyu | Jorenz Paragas |
2016-06-08 | introduce FormulaTypedDoubleToken to carry type information of a double | Eike Rathke |
2016-05-18 | update unusedmethods plugin to deal with constructors | Noel Grandin |
2016-04-23 | use FormulaToken::DeleteIfZeroRef() instead of Delete() at some places | Eike Rathke |
2016-03-18 | Resolves: tdf#96915 implement other-sheet-local named expressions | Eike Rathke |
2015-12-15 | Resolves: tdf#95440 SharedString are interned per document, re-intern | Eike Rathke |
2015-11-18 | cosmetics | Eike Rathke |
2015-11-18 | rename FormulaToken HasForceArray to IsInForceArray | Eike Rathke |
2015-10-12 | Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code | Stephan Bergmann |
2015-10-12 | Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY code | Stephan Bergmann |
2015-07-30 | loplugin:unusedmethods | Noel Grandin |
2015-07-21 | loplugin:unusedmethods formula | Noel Grandin |
2015-02-07 | loplugin:deletedspecial | Stephan Bergmann |
2015-01-09 | override the overloading of "overload" to decrease cognitive (over-)load | Michael Stahl |
2014-10-23 | Move virtual ScToken members up to FormulaToken | Stephan Bergmann |
2014-10-22 | Remove unused FormulaToken::Is3DRef | Stephan Bergmann |
2014-06-13 | resolved fdo#79957 propagate ForceArray through jump tokens | Eike Rathke |
2014-03-26 | First batch of adding SAL_OVERRRIDE to overriding function declarations | Stephan Bergmann |
2014-03-06 | Make these non inline. | Kohei Yoshida |
2014-03-01 | Remove visual noise from include | Alexander Wilms |
2014-02-18 | Drop unnecessary #include | Takeshi Abe |
2014-02-03 | xub_StrLen and tools/string.hxx final straw | Norbert Thiebaud |