Age | Commit message (Expand) | Author |
2023-01-17 | XUnoTunnel->dynamic_cast in ScHeaderFooterContentObj | Noel Grandin |
2022-08-07 | clang-tidy modernize-pass-by-value in sc | Noel Grandin |
2021-06-21 | loplugin:finalclasses in sc/inc | Noel Grandin |
2021-05-02 | throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewrite | Stephan Bergmann |
2021-03-23 | tdf#124176 Use pragma once in s* | Vincent LE GARREC |
2020-04-08 | cid#1461387 Uncaught exception | Caolán McNamara |
2020-03-12 | Revert "loplugin:constfields in sc" | Noel Grandin |
2019-11-01 | loplugin:finalclasses in sc/inc | Noel Grandin |
2019-08-24 | loplugin:returnconstval in sal..sc | Noel Grandin |
2019-06-03 | tdf#39593 use UNO3_GETIMPLEMENTATION* macros | Arkadiy Illarionov |
2018-10-15 | loplugin:constfields in sc | Noel Grandin |
2018-10-02 | Silence new Clang trunk -Wdefaulted-function-deleted | Stephan Bergmann |
2018-07-27 | sc: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9) | Stephan Bergmann |
2018-07-04 | loplugin:useuniqueptr in ScCellTextData | Noel Grandin |
2018-07-04 | loplugin:useuniqueptr in ScSimpleEditSourceHelper | Noel Grandin |
2018-07-03 | loplugin:useuniqueptr in ScHeaderFooterTextData | Noel Grandin |
2018-06-18 | tdf#42949 Fix IWYU warnings in sc/inc/[Tt]* | Gabor Kelemen |
2018-04-11 | pass EditTextObject around using std::unique_ptr | Noel Grandin |
2018-03-22 | loplugin:useuniqueptr in ScDocument | Noel Grandin |
2017-12-08 | clang-tidy modernize-use-equals-default in sc/source/ui | Jochen Nitschke |
2017-10-18 | use rtl::Reference in sc/../uno/* | Noel Grandin |
2017-06-05 | clang-tidy performance-unnecessary-value-param | Noel Grandin |
2017-01-26 | Remove dynamic exception specifications | Stephan Bergmann |
2016-12-08 | Replace manual acquire/release calls with rtl::Reference | Stephan Bergmann |
2016-09-13 | loplugin:override: No more need for the "MSVC dtor override" workaround | Stephan Bergmann |
2016-08-23 | Remaining clang-tidy misc-move-constructor-init | Stephan Bergmann |
2016-05-24 | loplugin:unusedmethods in sc | Noel Grandin |
2016-05-18 | better fix for memory leak around calc header-footer UNO objects | Markus Mohrhard |
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-04-11 | tdf#84938 replace #defined constants with enum class | Jochen Nitschke |
2016-04-07 | ScHeaderFooterTextData default ctor had been added in error | Stephan Bergmann |
2016-04-05 | tdf#94306 Replace boost::noncopyable with plain C++11 deleted copy ctors | Steven Guo |
2016-03-14 | use unique_ptr for memory owning ptr | Markus Mohrhard |
2016-01-11 | loplugin:privatebase: Make derivation from noncopyable explicitly private | Stephan Bergmann |
2015-12-01 | fix memory leaks on loading and saving an ods file | Dennis Francis |
2015-10-28 | com::sun::star->css in sc | Noel Grandin |
2015-10-12 | Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code | Stephan Bergmann |
2015-09-03 | sc: tdf#88206 replace cppu::WeakImplHelper* etc. | Takeshi Abe |
2015-07-22 | loplugin:unusedmethods scripting,sc | Noel Grandin |
2015-03-06 | V801: Decreased performance | Caolán McNamara |
2015-01-23 | Hold ScHeaderFooterContentObj by rtl::Reference | Stephan Bergmann |
2014-06-25 | remove whitespace | Markus Mohrhard |
2014-06-17 | improve the inlinesimplememberfunctions clang plugin | Noel Grandin |
2014-05-24 | Remove unused headers | Matteo Casalin |
2014-05-11 | fix-includes.pl: sc | Thomas Arnhold |
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-26 | cppuhelper: retrofit std::exception into overriding exception specs | Stephan Bergmann |
2014-02-14 | sal_Bool->bool | Noel Grandin |