summaryrefslogtreecommitdiff
path: root/chart2/source/view
AgeCommit message (Expand)AuthorFilesLines
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann32-34/+34
2016-09-04remove reimplementations of SfxItemPool::ReleaseDefaults()Jochen Nitschke2-12/+4
2016-09-01std::list<float> -> std::dequeNoel Grandin2-5/+5
2016-08-30no point in these dtors being virtualCaolán McNamara2-4/+0
2016-08-30loplugin:stringconstant: adapt to improved OUStringLiteral1 (chart2)Stephan Bergmann1-1/+1
2016-08-25convert SvxChartStyle to scoped enumNoel Grandin1-1/+1
2016-08-25convert SvxChartTextOrder to scoped enumNoel Grandin1-1/+1
2016-08-25convert SvxChartKindError to scoped enumNoel Grandin1-1/+1
2016-08-25convert SvxChartIndicate to scoped enumNoel Grandin1-1/+1
2016-08-25convert SvxChartRegress to scoped enumNoel Grandin1-1/+1
2016-08-22convert SdrHintKind to scoped enumNoel Grandin1-5/+5
2016-08-19Resolves: coverity#705366 Mixing enum typesCaolán McNamara3-4/+4
2016-08-17loplugin:unusedenumconstants in basctl..editengNoel Grandin1-1/+0
2016-08-16Start tdf#100547 Trendline equation: customize X, Y namesLaurent Balland-Poirier2-0/+11
2016-08-05tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMuhammet Kara2-6/+3
2016-08-05loplugin:countusersofdefaultparams in chart2..desktopNoel Grandin1-1/+1
2016-08-05loplugin:countusersofdefaultparams in canvas,chart2Noel Grandin19-37/+37
2016-07-27improve passstuffbyref return analysisNoel Grandin4-7/+7
2016-07-19improve unnecessaryoverride pluginNoel Grandin2-6/+0
2016-07-14chart2: avoid use of reallocJochen Nitschke7-51/+30
2016-07-13chart2: inline local macrosJochen Nitschke1-17/+7
2016-07-13chart2: remove unused ContainerHelper.hxx includesJochen Nitschke3-3/+0
2016-07-13no need to create temporary OUString for comparisonNoel Grandin1-1/+1
2016-07-08Resolves: tdf#100452 class Date full (BCE,CE) proleptic Gregorian calendarEike Rathke2-16/+6
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann4-4/+4
2016-07-01clang-analyzer-deadcode.DeadStoresStephan Bergmann1-4/+2
2016-06-28loplugin:singlevalfields in chart2Noel Grandin7-34/+3
2016-06-11try auto rotate tick labels only when useful tdf#99883Jochen Nitschke2-17/+24
2016-06-07only init the OpenGL context if we need itMarkus Mohrhard1-0/+4
2016-06-06follow up fix: initialise PointSequenceSequence directlyJochen Nitschke1-2/+3
2016-06-04initialise PointSequenceSequence directlyJochen Nitschke1-12/+3
2016-06-02replace simple macros in chart2Jochen Nitschke3-14/+12
2016-05-25Fix typosAndrea Gelmini1-2/+2
2016-05-22tdf#94004 Trendline: wrap equation to fit in chart areaLaurent Balland-Poirier1-75/+114
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin3-10/+2
2016-05-18clang-tidy modernize-make-sharedNoel Grandin1-1/+1
2016-05-17avoid assertDavid Tardon1-2/+7
2016-05-16stop right away if there are no pointsDavid Tardon1-0/+2
2016-05-16Give unique, comprehensible names to idles tdf#97087Muhammet Kara1-0/+1
2016-05-13tdf#35957 check for preconditions earlierDavid Tardon1-2/+7
2016-05-04use Any constructor instead of temporariesNoel Grandin1-3/+1
2016-04-25Kill comphelper::MakeMapStephan Bergmann5-172/+180
2016-04-24C++11: disable ctors instead of not implementing them (chart2)Jochen Nitschke5-13/+5
2016-04-22Fix typosAndrea Gelmini1-1/+1
2016-04-21clang-tidy modernize-loop-convert in c*Noel Grandin5-93/+72
2016-04-21new plugin stylepoliceNoel Grandin3-22/+22
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann5-12/+12
2016-04-18Avoid reserved identifierStephan Bergmann1-2/+2
2016-04-18clean-up: unused using declarations and includesJochen Nitschke4-5/+0
2016-04-14loplugin:passstuffbyref in chart2Noel Grandin8-19/+18