summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/XclExpChangeTrack.hxx
AgeCommit message (Expand)AuthorFilesLines
2020-05-24inline some use-once typedefsNoel Grandin1-2/+2
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin1-15/+15
2018-10-15loplugin:constfields in scNoel Grandin1-15/+15
2018-09-17tdf#42949 Fix IWYU warnings in sc/source/filter/inc/[xX]*Gabor Kelemen1-4/+3
2018-09-10loplugin:simplifyconstruct in scNoel Grandin1-2/+1
2018-07-15use array version of unique_ptrJochen Nitschke1-1/+1
2018-07-13loplugin:useuniqueptr in XclExpChTrCellContentNoel Grandin1-4/+4
2018-07-13loplugin:useuniqueptr in XclExpChTrDataNoel Grandin1-1/+1
2018-07-12loplugin:useuniqueptr in XclExpChTrTabIdNoel Grandin1-2/+2
2018-06-26tdf#42949 Fix more IWYU warnings in sc/inc/d*Gabor Kelemen1-0/+1
2018-05-21loplugin:unusedfields in scNoel Grandin1-4/+0
2018-01-12More loplugin:cstylecast: scStephan Bergmann1-6/+6
2017-10-27loplugin:finalclasses in scNoel Grandin1-7/+3
2017-10-23loplugin:includeform: scStephan Bergmann1-3/+3
2017-10-21coverity#1401307 document checked 'Uncaught exception'Caolán McNamara1-1/+2
2017-08-29loplugin:constparam in sc part8Noel Grandin1-3/+3
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-03-03Remove redundant 'inline' keywordStephan Bergmann1-19/+19
2017-02-22use std::unique_ptrCaolán McNamara1-1/+1
2017-02-09replace pointers with objects in std::vectorsJochen Nitschke1-5/+4
2017-01-19new loplugin: useuniqueptr: sc part 2Noel Grandin1-5/+7
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl1-23/+23
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-14/+14
2016-03-12fix memory leak in change tracking exportMarkus Mohrhard1-2/+2
2016-01-14-Werror=misleading-indentation (GCC 6)Stephan Bergmann1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-2/+2
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-72/+72
2015-09-13replace boost::ptr_container with std::container<std::unique_ptr>Derrick Rocha1-4/+2
2015-07-22loplugin:unusedmethods scNoel Grandin1-5/+0
2015-05-05loplugin:staticmethodsNoel Grandin1-5/+5
2015-03-23loplugin:constantfunction: scNoel Grandin1-1/+1
2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin1-1/+1
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin1-1/+1
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl1-3/+3
2014-07-18bnc#885548: Adjust xlsx export of revisions to get it to work in Excel.Kohei Yoshida1-22/+48
2014-07-17And this too.Kohei Yoshida1-1/+2
2014-07-17We can use ptr_vector for this.Kohei Yoshida1-2/+4
2014-07-14Preserve the "end of list" flag for xls round-tripping.Kohei Yoshida1-2/+3
2014-06-25remove whitespaceMarkus Mohrhard1-23/+0
2014-04-19fixincludeguards.sh: scThomas Arnhold1-2/+2
2014-04-06whitespace cleanup in scMarkus Mohrhard1-2/+0
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-1/+1
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-69/+69
2014-03-03Remove visual noise from scAlexander Wilms1-24/+24
2014-02-14sal_Bool->boolNoel Grandin1-6/+6
2013-10-04convert sc/source/filter/inc/Xcl*.hxx from String to OUStringNoel Grandin1-5/+5
2013-03-26Get the whole change tracking code entirely ScBaseCell-free!Kohei Yoshida1-10/+3
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-09-11-Werror,-Wunused-private-field (various sc)Stephan Bergmann1-1/+0
2011-12-05Replace XclExpChTrActionStack with std::stack< XclExpChTrAction* >Marcel Metz1-19/+4