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