Age | Commit message (Expand) | Author |
2018-01-12 | move implementation of ScMatrixCellResultToken copy-constructor | Jochen Nitschke |
2018-01-09 | no matching function for call to 'intrusive_ptr_add_ref' | Stephan Bergmann |
2018-01-02 | clang-tidy modernize-use-equals-default in sc/source/core/tool | Jochen Nitschke |
2017-08-30 | fix ScJumpMatrixToken memory handling | Noel Grandin |
2017-08-24 | loplugin:constparam in sc part3 | Noel Grandin |
2017-05-22 | Introduce ScRefListToken::mbArrayResult for reference results, tdf#58874 | Eike Rathke |
2017-04-03 | remove hack for non DBG_UTIL builds | Jochen Nitschke |
2017-03-03 | Remove redundant 'inline' keyword | Stephan Bergmann |
2017-01-25 | loplugin: unnecessary destructor sc | Noel Grandin |
2016-11-16 | tdf#96475 restore the EmptyDisplayedAsString condition during load | Eike Rathke |
2016-09-13 | loplugin:override: No more need for the "MSVC dtor override" workaround | Stephan Bergmann |
2016-05-24 | loplugin:unusedmethods in sc | Noel Grandin |
2016-04-26 | C++11: disable ctors instead of not implementing them (sc) | Jochen Nitschke |
2016-04-14 | loplugin:passstuffbyref in sc | Noel Grandin |
2016-03-18 | Resolves: tdf#96915 implement other-sheet-local named expressions | Eike Rathke |
2015-11-10 | loplugin:nullptr (automatic rewrite) | Stephan Bergmann |
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-31 | TableRef: implement ScTableRefToken::IsGlobal() override | Eike Rathke |
2015-06-21 | TableRef: make ThisRow work in named expressions | Eike Rathke |
2015-06-17 | Resolves: tdf#86305 clone upper left of matrix result if double token | Eike Rathke |
2015-04-17 | TableRef: prepare ScTableRefToken to hold the resulting area in RPN | Eike Rathke |
2015-04-07 | TableRef: only #Headers,#Data or #Data,#Totals combinations allowed | Eike Rathke |
2015-03-13 | add ScTableRefToken::AddItem() | Eike Rathke |
2015-03-12 | TableRef: use existing ALL instead of yet another bit | Eike Rathke |
2015-03-11 | TableRef: possible item combinations | Eike Rathke |
2015-03-11 | TableRef: need to distinguish between entire table and All specified | Eike Rathke |
2015-03-10 | virtual ScTableRefToken::SetIndex(); of course.. | Eike Rathke |
2015-03-05 | add Item enum to ScTableRefToken | Eike Rathke |
2015-03-05 | introduce ScTableRefToken | Eike Rathke |
2015-02-07 | loplugin:deletedspecial | Stephan Bergmann |
2014-12-22 | Blind fix for MSVC build | Stephan Bergmann |
2014-12-22 | remove scmatrix.hxx include from a header file | Markus Mohrhard |
2014-10-31 | converity#1249470 Uninitialized scalar field | Eike Rathke |
2014-10-23 | Duplication of formula/token.hxx code | Stephan Bergmann |
2014-10-23 | Remove ScToken from the formula::FormulaToken hierarchy | Stephan Bergmann |
2014-10-23 | Turn ScToken::checkTextEqual into a free function | Stephan Bergmann |
2014-10-23 | Move virtual ScToken members up to FormulaToken | Stephan Bergmann |
2014-10-23 | Make ScToken::GetSingleRef etc. return * instead of & | Stephan Bergmann |
2014-10-23 | Turn virtual ScToken::Dump into a single free function DumpToken | Stephan Bergmann |
2014-10-23 | loplugin:saloverride | Stephan Bergmann |
2014-10-23 | Turn static ScToken::ExtendRangeReference into free function | Stephan Bergmann |
2014-10-23 | Move FormulaToken::TextEqual overrides down into specific subclasses | Stephan Bergmann |
2014-10-22 | Remove unused FormulaToken::Is3DRef | Stephan Bergmann |
2014-06-25 | remove whitespace | Markus Mohrhard |
2014-05-11 | fix-includes.pl: sc | Thomas Arnhold |
2014-05-06 | Let's make this non-inline... | Kohei Yoshida |
2014-04-19 | fixincludeguards.sh: sc | Thomas Arnhold |
2014-03-27 | Second batch of adding SAL_OVERRIDE to overriding function declarations | Stephan Bergmann |
2014-02-13 | Drop unnecessary #include | Takeshi Abe |