summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/chartuno.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-09-15ScRangeList::Parse ScDocument* argument dereferenced on all used pathsCaolán McNamara1-1/+1
2020-08-09loplugin:flatten in sc/ui/unoobjNoel Grandin1-82/+82
2019-11-14cid#1455325 establish that pDoc cannot be null thereCaolán McNamara1-1/+1
2019-09-26drop unnecessary includes and update pchCaolán McNamara1-1/+1
2019-08-15loplugin:sequenceloop in scNoel Grandin1-1/+1
2019-08-12Mark Sequence const in scArkadiy Illarionov1-1/+1
2019-08-09Simplify Sequence iterations in scArkadiy Illarionov1-22/+9
2019-07-20loplugin:referencecasting in scNoel Grandin1-3/+2
2019-07-04tdf#42949 Fix IWYU warnings in sc/source/ui/unoobj/*Gabor Kelemen1-3/+0
2019-04-08tdf#42949 Fix IWYU warnings in include/sfx2/[t-z]*Gabor Kelemen1-0/+3
2019-01-29o3tl::make_unique -> std::make_unique in scGabor Kelemen1-4/+3
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen1-0/+1
2018-10-09use unique_ptr in SfxUndoManager::AddUndoActionNoel Grandin1-3/+3
2018-06-06Translate German comments and debug stringsJohnny_M1-3/+3
2018-05-25SOSAW080: Derive SdrObjGroup from SdrObjListArmin Le Grand1-3/+3
2018-04-07SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand1-1/+5
2018-04-06Revert "SOSAW080: Added first bunch of basic changes to helpers"Armin Le Grand1-5/+1
2018-04-06SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand1-1/+5
2018-03-10don't use heap for elements in ScRangeListNoel Grandin1-11/+11
2018-02-14loplugin:changetoolsgen in scNoel Grandin1-4/+4
2018-01-15More loplugin:cstylecast: scStephan Bergmann1-1/+1
2018-01-12More loplugin:cstylecast: scStephan Bergmann1-1/+1
2017-10-23loplugin:includeform: scStephan Bergmann1-10/+10
2017-09-22loplugin:flatten in pyuno..scNoel Grandin1-6/+6
2017-07-11use more range-for on uno::SequenceNoel Grandin1-4/+1
2017-05-11remove some unnecessary temporary OUStringsNoel Grandin1-1/+1
2017-04-05tdf#39468 Translate German commentsJens Carl1-14/+14
2017-04-04tdf#83257 [API-CHANGE] Pivot chart implementationTomaž Vajngerl1-39/+9
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-1/+1
2017-02-06Add missing #includesStephan Bergmann1-0/+1
2017-02-02convert method names in tools::SvRef to be more like our other..Noel Grandin1-3/+3
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin1-5/+5
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-25/+11
2016-12-08convert SFX_HINT to scoped enumNoel Grandin1-2/+2
2016-10-28update unnecessaryoverride plugin to find pure forwarding methodsNoel Grandin1-7/+0
2016-10-05convert MapUnit to scoped enumNoel Grandin1-1/+1
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke1-4/+2
2016-08-23convert SdrIterMode to scoped enumNoel Grandin1-4/+4
2016-06-17Simplify OPropertyContainerHelper::registerPropertyNoMember's _pInitialValueStephan Bergmann1-2/+2
2016-03-12tdf#84938 Change defines to typed_flagsJochen Nitschke1-1/+1
2016-01-05Make SotFactory private to sot/ and clean a bitMatúš Kukan1-0/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-8/+8
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-28com::sun::star->css in scNoel Grandin1-1/+1
2015-05-05loplugin:staticmethodsNoel Grandin1-4/+4
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-1/+1
2014-12-15sc: Use appropriate OUString functions on string constantsStephan Bergmann1-4/+4
2014-10-28loplugin: cstylecastNoel Grandin1-4/+4
2014-09-30sc: lock SolarMutex before calling ScDocument::RemoveUnoObject()Michael Stahl1-0/+4
2014-09-23fdo#82577: Handle WindowNoel Grandin1-1/+1