summaryrefslogtreecommitdiffstats
path: root/chart2/source/controller/main/ChartController.cxx
Commit message (Expand)AuthorAgeFilesLines
* Missing break in switchStephan Bergmann2016-05-101-0/+1
* no need to copy the list of available commands on every callNoel Grandin2016-04-251-2/+3
* Kill comphelper::MakeSetStephan Bergmann2016-04-251-54/+56
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-201-9/+9
* tdf#91794 removed OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar2016-04-141-5/+1
* clang-tidy performance-unnecessary-value-param in chart2Noel Grandin2016-04-121-2/+2
* cleanup: remove unused com/sun/star/uno includesJochen Nitschke2016-04-121-1/+0
* loplugin:constantparam in chart2Noel Grandin2016-04-051-1/+1
* com::sun::star->css in chart2Noel Grandin2016-03-141-2/+2
* Fix typosAndrea Gelmini2016-01-061-3/+3
* loplugin:unusedfieldsNoel Grandin2015-12-241-1/+1
* loplugin:unusedfields in chart2Noel Grandin2015-12-231-1/+1
* use initialiser syntax for Sequence<OUString>Noel Grandin2015-11-151-2/+1
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-19/+19
* use uno::Reference::set method instead of assignmentNoel Grandin2015-10-301-2/+2
* Replace boost::bind by lambdas in chart2 tree.Mario J. Rugiero2015-10-271-3/+1
* coverity#1327446 Unchecked dynamic_castCaolán McNamara2015-10-171-2/+1
* use trendline context for trendlines, tdf#94931, tdf#94934Markus Mohrhard2015-10-101-0/+3
* correctly dispose the chart sidebar when leaving chart, tdf#94292Markus Mohrhard2015-10-091-2/+2
* remove another custom refcounting base classNoel Grandin2015-10-071-18/+0
* don't show area and line panel in pie chart Chart selection, tdf#94320Markus Mohrhard2015-10-031-0/+27
* Fix typosAndrea Gelmini2015-09-301-1/+1
* gcc3 is not supported anymore, so remove thatMarkus Mohrhard2015-09-271-2/+1
* remove chart sidebar when leaving chart edit modeMarkus Mohrhard2015-09-151-0/+8
* convert Link<> to typedNoel Grandin2015-09-091-3/+2
* small fix to reduce UnknownPropertyException in chart2Markus Mohrhard2015-07-301-0/+2
* update gradients in sidebar as wellMarkus Mohrhard2015-07-261-0/+6
* handle more than one chart with chart sidebarMarkus Mohrhard2015-07-261-0/+1
* add chart sidebar axis panelMarkus Mohrhard2015-07-171-0/+2
* generate correct sidebar context strings for chartsMarkus Mohrhard2015-07-161-2/+28
* enable the chart sidebar againMarkus Mohrhard2015-07-161-11/+23
* remove my accidently committed debug messagesMarkus Mohrhard2015-07-161-3/+0
* disable newly unused code since last disableCaolán McNamara2015-07-131-0/+2
* disable that code for nowMarkus Mohrhard2015-07-131-0/+4
* loplugin:staticmethodsStephan Bergmann2015-07-131-3/+1
* finally manage to register chart2 in the ChartControllerMarkus Mohrhard2015-07-121-0/+31
* add SidebarChangeHandler to chart2Markus Mohrhard2015-07-121-1/+18
* fix old GCC buildNoel Grandin2015-05-191-1/+1
* Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks2015-04-281-5/+5
|\
| * chart2: convert new to ::Create.Michael Meeks2015-04-171-1/+1
| * Automated conversion of VclPtr construction to use Instance template.Michael Meeks2015-04-101-2/+2
| * vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin2015-04-101-2/+2
| * vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin2015-04-091-4/+4
* | Rephrase comparisons between bool and sal_BoolStephan Bergmann2015-04-281-1/+1
|/
* V668 no sense in testing the result of new against nullCaolán McNamara2015-03-111-10/+4
* Typo: relaese->releaseJulien Nabet2015-02-081-1/+1
* inline UNO helper macrosNoel Grandin2014-12-091-1/+23
* chart2: ChartController: fix CommandDispatchContainer access lockingMichael Stahl2014-11-281-3/+13
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-121-1/+1
* chart2: std::auto_ptr -> std::unique_ptrStephan Bergmann2014-09-301-1/+1