summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/chartuno.cxx
AgeCommit message (Expand)Author
2024-05-28loplugin:ostr in sc/../unoobjNoel Grandin
2024-03-27convert ScChartObj to comphelper::WeakComponentImplHelperNoel Grandin
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski
2023-06-18Use getXWeak in scMike Kaganski
2023-01-12override GetModel in ScDocShellNoel Grandin
2022-08-29ref-count SdrObjectNoel Grandin
2022-08-07clang-tidy modernize-pass-by-value in scNoel Grandin
2022-05-22cid#1504532 Dereference after null checkCaolán McNamara
2022-05-20new loplugin:unnecessary lockingNoel Grandin
2022-05-18no need to take a lock when returning static dataNoel Grandin
2022-05-04Just use Any ctor instead of makeAny in scStephan Bergmann
2022-01-07remove E3D_INVENTOR_FLAG and convert SdrObjKind to scoped enumNoel Grandin
2021-10-30Prepare for removal of non-const operator[] from Sequence in scMike Kaganski
2021-10-06Resolves: tdf#144970 Chart CellRangeRepresentation expects UI representationEike Rathke
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin
2021-06-11Simplify Sequences initializations (sc)Julien Nabet
2021-04-20tdf#141537: UNO Object Inspector: Crash while inspecting fileJulien Nabet
2021-03-03loplugin:refcounting in scNoel
2020-10-20use tools::Long in scNoel
2020-09-23some places where ScDocument* is never passed a nullptrCaolán McNamara
2020-09-15ScRangeList::Parse ScDocument* argument dereferenced on all used pathsCaolán McNamara
2020-08-09loplugin:flatten in sc/ui/unoobjNoel Grandin
2019-11-14cid#1455325 establish that pDoc cannot be null thereCaolán McNamara
2019-09-26drop unnecessary includes and update pchCaolán McNamara
2019-08-15loplugin:sequenceloop in scNoel Grandin
2019-08-12Mark Sequence const in scArkadiy Illarionov
2019-08-09Simplify Sequence iterations in scArkadiy Illarionov
2019-07-20loplugin:referencecasting in scNoel Grandin
2019-07-04tdf#42949 Fix IWYU warnings in sc/source/ui/unoobj/*Gabor Kelemen
2019-04-08tdf#42949 Fix IWYU warnings in include/sfx2/[t-z]*Gabor Kelemen
2019-01-29o3tl::make_unique -> std::make_unique in scGabor Kelemen
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen
2018-10-09use unique_ptr in SfxUndoManager::AddUndoActionNoel Grandin
2018-06-06Translate German comments and debug stringsJohnny_M
2018-05-25SOSAW080: Derive SdrObjGroup from SdrObjListArmin Le Grand
2018-04-07SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand
2018-04-06Revert "SOSAW080: Added first bunch of basic changes to helpers"Armin Le Grand
2018-04-06SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand
2018-03-10don't use heap for elements in ScRangeListNoel Grandin
2018-02-14loplugin:changetoolsgen in scNoel Grandin
2018-01-15More loplugin:cstylecast: scStephan Bergmann
2018-01-12More loplugin:cstylecast: scStephan Bergmann
2017-10-23loplugin:includeform: scStephan Bergmann
2017-09-22loplugin:flatten in pyuno..scNoel Grandin
2017-07-11use more range-for on uno::SequenceNoel Grandin
2017-05-11remove some unnecessary temporary OUStringsNoel Grandin
2017-04-05tdf#39468 Translate German commentsJens Carl
2017-04-04tdf#83257 [API-CHANGE] Pivot chart implementationTomaž Vajngerl
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-02-06Add missing #includesStephan Bergmann