summaryrefslogtreecommitdiff
path: root/sc/source/core/data/documen5.cxx
AgeCommit message (Expand)Author
2021-10-30Prepare for removal of non-const operator[] from Sequence in scMike Kaganski
2021-10-14use std::vector::insert instead of push_backNoel Grandin
2021-10-07Related: tdf#144970 Make Drag&Drop of Chart range work with UI representationEike Rathke
2021-09-20clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel
2020-09-16GetChartRanges never passed a null ScDocument*Caolán McNamara
2020-09-15ScRangeList::ParseAny ScDocument* argument dereferenced on all used pathsCaolán McNamara
2020-09-15ScRangeList::Parse ScDocument* argument dereferenced on all used pathsCaolán McNamara
2020-08-14loplugin:simplifybool moreNoel Grandin
2020-07-30loplugin:flatten in sc/core/dataNoel Grandin
2020-07-20tdf#31231: don't set charts modified state when !IsEnableSetModifiedMike Kaganski
2020-01-26remove some unused local varsNoel Grandin
2019-11-14cid#1455325 establish that pDoc cannot be null thereCaolán McNamara
2019-08-12Mark Sequence const in scArkadiy Illarionov
2019-08-09Simplify Sequence iterations in scArkadiy Illarionov
2019-07-20loplugin:referencecasting in scNoel Grandin
2019-04-24tdf#124896 CRASH: deleting sheetNoel Grandin
2018-11-08tdf#42949 Fix IWYU warnings in sc/source/core/data/*cxxGabor Kelemen
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin
2018-05-25SOSAW080: Derive SdrObjGroup from SdrObjListArmin Le Grand
2018-03-10don't use heap for elements in ScRangeListNoel Grandin
2018-01-15More loplugin:cstylecast: scStephan Bergmann
2017-11-10loplugin:unusedmethodsNoel Grandin
2017-10-23loplugin:includeform: scStephan Bergmann
2017-10-03new loplugin:blockblockNoel Grandin
2017-09-12Prefix one more member of ScDocument: pDrawLayerTor Lillqvist
2017-09-05Prefix one more member of ScDocument: pShellTor Lillqvist
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin
2017-08-24loplugin:constparam in sc part3Noel Grandin
2017-06-28fdo#43157 convert OSL_ASSERT to assert in sc/source/coreBernhard Widl
2017-06-26loplugin:oncevar in scNoel Grandin
2017-05-23drop the SCsROW/SCsCOL/SCsTAB typedefsNoel Grandin
2017-05-19loplugin:stringcopy: scStephan Bergmann
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert sc module away from OSL_ASSERT to assertChris Sherlock
2017-04-12tag ScAddress and friends with SAL_WARN_UNUSEDNoel Grandin
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin
2016-11-21tdf#42949 Remove not needed uno headers from sc/source/coreBartosz Kosiorek
2016-09-10loplugin:constantparam in scNoel Grandin
2016-08-23convert SdrIterMode to scoped enumNoel Grandin
2016-05-07clang-tidy modernize-loop-convert in scNoel Grandin
2016-04-01sequence->vector in scNoel Grandin
2016-03-12tdf#84938 Change defines to typed_flagsJochen Nitschke
2015-11-06sc: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl
2015-10-28com::sun::star->css in scNoel Grandin
2015-01-14fdo#39468 Translate German Comments - replace '//!' with '//TODO:'Christian M. Heller
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava
2014-11-04fdo#39468 Translate German Comments - sc/source/core/data/documen{4,5}.cxxChristian M. Heller
2014-10-23loplugin: cstylecastNoel Grandin
2014-09-10callcatcher: update unused codeCaolán McNamara