summaryrefslogtreecommitdiff
path: root/sc/inc/cellsuno.hxx
AgeCommit message (Expand)AuthorFilesLines
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann1-10/+10
2021-04-15store ptr to the original entries in SfxItemPropertyMapNoel Grandin1-13/+14
2021-03-23tdf#124176 Use pragma once in s*Vincent LE GARREC1-4/+1
2021-03-03loplugin:refcounting in scNoel1-1/+1
2021-02-21loplugin:refcounting in scNoel1-2/+2
2020-10-30convert some tools::Long->sal_Int32Noel1-1/+1
2020-10-20use tools::Long in scNoel1-2/+2
2020-09-24ScCellFormat::GetString never called with a null ScDocument*Caolán McNamara1-1/+1
2020-07-19compact namespace: scNoel Grandin1-6/+1
2020-06-17inline typedefNoel Grandin1-5/+3
2020-05-09compact namespace in scNoel Grandin1-4/+4
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin1-3/+3
2020-03-09improve loplugin:unusedfieldsNoel Grandin1-1/+0
2020-01-03UBSan now needs RTTI of some Library_sc types in Library_scfiltStephan Bergmann1-1/+2
2019-11-01loplugin:finalclasses in sc/incNoel Grandin1-14/+11
2019-10-08use cppu::WeakImplHelper in ScCellRangesBaseNoel Grandin1-23/+15
2019-09-26loplugin:constmethod in scNoel Grandin1-1/+1
2019-06-03tdf#39593 use UNO3_GETIMPLEMENTATION* macrosArkadiy Illarionov1-9/+3
2018-10-15loplugin:constfields in scNoel Grandin1-4/+4
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen1-0/+1
2018-08-28return ScMemChart by std::unique_ptrNoel Grandin1-1/+1
2018-08-15pass ScPrintRangeSaver around by std::unique_ptrNoel Grandin1-1/+1
2018-07-10loplugin:useuniqueptr in ScCellFormatsEnumerationNoel Grandin1-1/+1
2018-07-04loplugin:useuniqueptr in ScCellsEnumerationNoel Grandin1-1/+1
2018-07-04loplugin:useuniqueptr in ScCellRangesBaseNoel Grandin1-6/+6
2018-06-06tdf#42949 Fix IWYU warnings in sc/inc/[a,c]*Gabor Kelemen1-7/+14
2018-03-22loplugin:useuniqueptr in ScDocumentNoel Grandin1-2/+2
2018-01-23offapi: Add properties FormulaResultType2 and CellContentTypeJens Carl1-1/+2
2017-08-25loplugin:constparam in sc part6Noel Grandin1-1/+1
2017-05-08teach loplugin:constantparam about simple constructor callsNoel Grandin1-1/+0
2017-04-04tdf#83257 [API-CHANGE] Pivot chart implementationTomaž Vajngerl1-0/+6
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-625/+296
2017-01-19New loplugin:dynexcspec: Add @throws documentation, scStephan Bergmann1-0/+7
2016-11-07loplugin:expandablemethods in scNoel Grandin1-3/+0
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-1/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-14/+14
2016-03-10loplugin:constantparam in scNoel Grandin1-1/+1
2015-10-28com::sun::star->css in scNoel Grandin1-734/+700
2015-10-21refactor out some com::sun::star typedefsNoel Grandin1-3/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-319/+319
2015-09-22convert Link<> to typedNoel Grandin1-3/+3
2015-09-18boost->stdCaolán McNamara1-2/+2
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara1-2/+2
2015-09-17boost->stdCaolán McNamara1-2/+2
2015-09-13replace boost::ptr_vector with std::vector<std::unique_ptr>Derrick Rocha1-2/+1
2015-09-03sc: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-8/+7
2015-04-30Gradually typed LinkStephan Bergmann1-2/+2
2015-03-06V801: Decreased performanceCaolán McNamara1-4/+2
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara1-7/+0
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin1-2/+2