summaryrefslogtreecommitdiff
path: root/sc/inc/textuno.hxx
AgeCommit message (Expand)Author
2023-01-17XUnoTunnel->dynamic_cast in ScHeaderFooterContentObjNoel Grandin
2022-08-07clang-tidy modernize-pass-by-value in scNoel Grandin
2021-06-21loplugin:finalclasses in sc/incNoel Grandin
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-03-23tdf#124176 Use pragma once in s*Vincent LE GARREC
2020-04-08cid#1461387 Uncaught exceptionCaolán McNamara
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin
2019-11-01loplugin:finalclasses in sc/incNoel Grandin
2019-08-24loplugin:returnconstval in sal..scNoel Grandin
2019-06-03tdf#39593 use UNO3_GETIMPLEMENTATION* macrosArkadiy Illarionov
2018-10-15loplugin:constfields in scNoel Grandin
2018-10-02Silence new Clang trunk -Wdefaulted-function-deletedStephan Bergmann
2018-07-27sc: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann
2018-07-04loplugin:useuniqueptr in ScCellTextDataNoel Grandin
2018-07-04loplugin:useuniqueptr in ScSimpleEditSourceHelperNoel Grandin
2018-07-03loplugin:useuniqueptr in ScHeaderFooterTextDataNoel Grandin
2018-06-18tdf#42949 Fix IWYU warnings in sc/inc/[Tt]*Gabor Kelemen
2018-04-11pass EditTextObject around using std::unique_ptrNoel Grandin
2018-03-22loplugin:useuniqueptr in ScDocumentNoel Grandin
2017-12-08clang-tidy modernize-use-equals-default in sc/source/uiJochen Nitschke
2017-10-18use rtl::Reference in sc/../uno/*Noel Grandin
2017-06-05clang-tidy performance-unnecessary-value-paramNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-12-08Replace manual acquire/release calls with rtl::ReferenceStephan Bergmann
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-08-23Remaining clang-tidy misc-move-constructor-initStephan Bergmann
2016-05-24loplugin:unusedmethods in scNoel Grandin
2016-05-18better fix for memory leak around calc header-footer UNO objectsMarkus Mohrhard
2016-04-26C++11: disable ctors instead of not implementing them (sc)Jochen Nitschke
2016-04-14loplugin:passstuffbyref in scNoel Grandin
2016-04-11tdf#84938 replace #defined constants with enum classJochen Nitschke
2016-04-07ScHeaderFooterTextData default ctor had been added in errorStephan Bergmann
2016-04-05tdf#94306 Replace boost::noncopyable with plain C++11 deleted copy ctorsSteven Guo
2016-03-14use unique_ptr for memory owning ptrMarkus Mohrhard
2016-01-11loplugin:privatebase: Make derivation from noncopyable explicitly privateStephan Bergmann
2015-12-01fix memory leaks on loading and saving an ods fileDennis Francis
2015-10-28com::sun::star->css in scNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-03sc: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-07-22loplugin:unusedmethods scripting,scNoel Grandin
2015-03-06V801: Decreased performanceCaolán McNamara
2015-01-23Hold ScHeaderFooterContentObj by rtl::ReferenceStephan Bergmann
2014-06-25remove whitespaceMarkus Mohrhard
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-05-24Remove unused headersMatteo Casalin
2014-05-11fix-includes.pl: scThomas Arnhold
2014-04-19fixincludeguards.sh: scThomas Arnhold
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-14sal_Bool->boolNoel Grandin