summaryrefslogtreecommitdiffstats
path: root/chart2
Commit message (Expand)AuthorAgeFilesLines
* convert SdrHintKind to scoped enumNoel Grandin2016-08-222-7/+7
* convert SdrHitKind to scoped enumNoel Grandin2016-08-221-1/+1
* Resolves: coverity#705366 Mixing enum typesCaolán McNamara2016-08-194-5/+5
* convert SdrCreateCmd to scoped enumNoel Grandin2016-08-191-1/+1
* convert SdrDragMode to scoped enumNoel Grandin2016-08-192-9/+9
* Trend Line UI: R² was hiddenLaurent Balland-Poirier2016-08-181-9/+9
* cppcheck: passedByValueCaolán McNamara2016-08-1838-131/+134
* screenshots: add new global make targetArmin Le Grand2016-08-181-1/+2
* screenshots: unify dumping of dialog test batch fileArmin Le Grand2016-08-181-74/+2
* screenshots: add dialog test cases for chart2Armin Le Grand2016-08-184-0/+292
* loplugin:unusedenumconstants in basctl..editengNoel Grandin2016-08-173-6/+2
* convert SvxBreak to scoped enumNoel Grandin2016-08-171-1/+1
* Start tdf#100547 Trendline equation: customize X, Y namesLaurent Balland-Poirier2016-08-1620-27/+250
* new loplugin to check for static OUStringsNoel Grandin2016-08-162-5/+5
* tdf#100782 have XPropertyList hold unique_ptrJochen Nitschke2016-08-152-4/+4
* tdf#96015 (part) links to Askbot in the Help menuOlivier Hallot2016-08-111-0/+1
* tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMuhammet Kara2016-08-0516-49/+27
* loplugin:countusersofdefaultparams in chart2..desktopNoel Grandin2016-08-051-1/+1
* loplugin:countusersofdefaultparams in canvas,chart2Noel Grandin2016-08-0534-58/+57
* fix loplugin:cppunitassertequals in chart2Markus Mohrhard2016-08-032-14/+14
* Reduce ENABLE_OPENGL / ENABLE_HEADLESS confusionTor Lillqvist2016-08-032-5/+5
* tdf#100726: Improve readability of OUString concatenationnadith2016-08-013-25/+11
* Revert "temp tinderbox fix"Caolán McNamara2016-07-282-0/+2
* returning reference to local breaks crashtesting buildCaolán McNamara2016-07-281-4/+4
* add uui component to some other placesCaolán McNamara2016-07-271-0/+1
* improve passstuffbyref return analysisNoel Grandin2016-07-2716-20/+20
* masses of MessBoxes not being disposed promptlyCaolán McNamara2016-07-263-4/+4
* new loplugin overrideparamNoel Grandin2016-07-252-2/+2
* chart2: missing header <iterator> reportedly breaks MSVC2015Michael Stahl2016-07-221-0/+1
* improve unnecessaryoverride pluginNoel Grandin2016-07-194-28/+0
* loplugin:staticcallStephan Bergmann2016-07-171-1/+1
* loplugin:passstuffbyrefStephan Bergmann2016-07-172-2/+2
* tdf#100913 Remove tOID typedefs in ObjectHierarchy classkrishna keshav2016-07-175-52/+52
* uitest: provide wrapper for chart objectsMarkus Mohrhard2016-07-162-3/+107
* no need for this temporary OStringMarkus Mohrhard2016-07-161-3/+2
* uitest: provide all the children for chartsMarkus Mohrhard2016-07-163-9/+37
* uitest: some initial work on the chart selectionMarkus Mohrhard2016-07-163-2/+51
* uitest: add initial support for selecting chart elementsMarkus Mohrhard2016-07-165-0/+108
* new loplugin unnecessary overrideNoel Grandin2016-07-158-29/+1
* chart2: avoid use of reallocJochen Nitschke2016-07-149-64/+35
* chart2: inline local macrosJochen Nitschke2016-07-132-43/+16
* chart2: remove unused ContainerHelper.hxx includesJochen Nitschke2016-07-1360-66/+3
* no need to create temporary OUString for comparisonNoel Grandin2016-07-131-1/+1
* chart2: cleanup local var assignmentsJochen Nitschke2016-07-1310-31/+7
* Avoid global data with (non-constexpr) ctors/dtorsStephan Bergmann2016-07-121-4/+5
* chart2: make m_aEntryMap a non member constantJochen Nitschke2016-07-122-11/+8
* Resolves: tdf#100452 class Date full (BCE,CE) proleptic Gregorian calendarEike Rathke2016-07-083-17/+8
* loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann2016-07-0710-27/+27
* merge LineProperties with chart::ErrorBarNoel Grandin2016-07-057-161/+60
* clang-analyzer-deadcode.DeadStoresStephan Bergmann2016-07-011-4/+2