summaryrefslogtreecommitdiff
path: root/sc/inc/dociter.hxx
AgeCommit message (Expand)Author
2021-03-23tdf#124176 Use pragma once in s*Vincent LE GARREC
2020-09-25change pointers to references where never possible to be nullptrsCaolán McNamara
2020-09-24some places where ScDocument* is never passed a nullptrCaolán McNamara
2020-09-18ScCellValue::getString never called with a null ScDocument*Caolán McNamara
2020-09-18ScCellIterator never passed a null ScDocument*Caolán McNamara
2020-09-13ScDBQueryDataIterator is never passed a null ScDocumentCaolán McNamara
2020-09-13establish ScValueIterator::pDoc is never nullCaolán McNamara
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin
2019-11-25sc: rowcol: tdf#50916 convert segmenttreeNoel Grandin
2019-11-21ScQueryParam can be allocated inline in ScQueryCellIteratorNoel Grandin
2019-11-20tdf#128812 speed up loading calc doc with lots of countifNoel Grandin
2019-11-01loplugin:finalclasses in sc/incNoel Grandin
2019-09-26loplugin:constmethod in scNoel Grandin
2019-07-09tdf#42949 Fix IWYU warnings in sc/incGabor Kelemen
2019-04-05tdf#50916 Makes numbers of columns dynamic.Noel Grandin
2019-03-26flatten TabRangesNoel Grandin
2018-10-15loplugin:constfields in scNoel Grandin
2018-08-22loplugin:useuniqueptr in ScDBQueryDataIteratorNoel Grandin
2018-08-07tdf#42949 Fix remaining IWYU warnings in sc/incGabor Kelemen
2018-06-22use ScInterpreterContext in ScValueIteratorLuboš Luňák
2018-06-14Remove now unused ScCellIterator::hasEmptyData()Eike Rathke
2018-05-25tdf#42949 Fix IWYU warnings in sc/inc/[gh]*Gabor Kelemen
2018-05-10tdf#42949 Fix IWYU warnings in sc/inc/d*Gabor Kelemen
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin
2017-11-24consistently use sal_uInt32 for number formats in scNoel Grandin
2017-11-21Introduce ScInterpreterContextTor Lillqvist
2017-08-23loplugin:constparam in sc part2Noel Grandin
2017-08-01Bin default value for a bool parameter that was defaulted in only one placeTor Lillqvist
2017-07-13loplugin:useuniqueptr in scNoel Grandin
2017-07-04loplugin:unusedfields in sc part3Noel Grandin
2017-06-29ScRowBreakIterator::NOT_FOUND can be constexprTor Lillqvist
2017-01-13new loplugin: useuniqueptr: sc part 1Noel Grandin
2016-11-11loplugin:countusersofdefaultparams in sc(part2)Noel Grandin
2016-11-07loplugin:expandablemethods in scNoel Grandin
2016-09-26convert SUBTOTAL constants to typed_flags_setNoel Grandin
2016-09-23convert formula error codes to scoped enumNoel Grandin
2016-09-15loplugin:singlevalfields in sc..vclNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-07-27loplugin:singlevalfields in sc(part4)Noel Grandin
2016-03-23loplugin:constantparam in scNoel Grandin
2016-03-04loplugin:unuseddefaultparam in scNoel Grandin
2016-03-03loplugin:unuseddefaultparams in sc (part2)Noel Grandin
2015-11-23loplugin:unusedfields in scNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-18boost->stdCaolán McNamara
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara
2015-09-17boost->stdCaolán McNamara
2015-05-30Implemented formula group count statisticBenjamin Ni
2015-04-10VclPtr: unfortunate includes needed for inlining ref/unref.Michael Meeks