summaryrefslogtreecommitdiff
path: root/chart2/source/controller/main/ChartController.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-04-25no need to copy the list of available commands on every callNoel Grandin1-2/+3
2016-04-25Kill comphelper::MakeSetStephan Bergmann1-54/+56
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-9/+9
2016-04-14tdf#91794 removed OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar1-5/+1
2016-04-12clang-tidy performance-unnecessary-value-param in chart2Noel Grandin1-2/+2
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke1-1/+0
2016-04-05loplugin:constantparam in chart2Noel Grandin1-1/+1
2016-03-14com::sun::star->css in chart2Noel Grandin1-2/+2
2016-01-06Fix typosAndrea Gelmini1-3/+3
2015-12-24loplugin:unusedfieldsNoel Grandin1-1/+1
2015-12-23loplugin:unusedfields in chart2Noel Grandin1-1/+1
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin1-2/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-19/+19
2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin1-2/+2
2015-10-27Replace boost::bind by lambdas in chart2 tree.Mario J. Rugiero1-3/+1
2015-10-17coverity#1327446 Unchecked dynamic_castCaolán McNamara1-2/+1
2015-10-10use trendline context for trendlines, tdf#94931, tdf#94934Markus Mohrhard1-0/+3
2015-10-09correctly dispose the chart sidebar when leaving chart, tdf#94292Markus Mohrhard1-2/+2
2015-10-07remove another custom refcounting base classNoel Grandin1-18/+0
2015-10-03don't show area and line panel in pie chart Chart selection, tdf#94320Markus Mohrhard1-0/+27
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-09-27gcc3 is not supported anymore, so remove thatMarkus Mohrhard1-2/+1
2015-09-15remove chart sidebar when leaving chart edit modeMarkus Mohrhard1-0/+8
2015-09-09convert Link<> to typedNoel Grandin1-3/+2
2015-07-30small fix to reduce UnknownPropertyException in chart2Markus Mohrhard1-0/+2
2015-07-26update gradients in sidebar as wellMarkus Mohrhard1-0/+6
2015-07-26handle more than one chart with chart sidebarMarkus Mohrhard1-0/+1
2015-07-17add chart sidebar axis panelMarkus Mohrhard1-0/+2
2015-07-16generate correct sidebar context strings for chartsMarkus Mohrhard1-2/+28
2015-07-16enable the chart sidebar againMarkus Mohrhard1-11/+23
2015-07-16remove my accidently committed debug messagesMarkus Mohrhard1-3/+0
2015-07-13disable newly unused code since last disableCaolán McNamara1-0/+2
2015-07-13disable that code for nowMarkus Mohrhard1-0/+4
2015-07-13loplugin:staticmethodsStephan Bergmann1-3/+1
2015-07-12finally manage to register chart2 in the ChartControllerMarkus Mohrhard1-0/+31
2015-07-12add SidebarChangeHandler to chart2Markus Mohrhard1-1/+18
2015-05-19fix old GCC buildNoel Grandin1-1/+1
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-5/+5
2015-04-28Rephrase comparisons between bool and sal_BoolStephan Bergmann1-1/+1
2015-04-17chart2: convert new to ::Create.Michael Meeks1-1/+1
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks1-2/+2
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin1-2/+2
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin1-4/+4
2015-03-11V668 no sense in testing the result of new against nullCaolán McNamara1-10/+4
2015-02-08Typo: relaese->releaseJulien Nabet1-1/+1
2014-12-09inline UNO helper macrosNoel Grandin1-1/+23
2014-11-28chart2: ChartController: fix CommandDispatchContainer access lockingMichael Stahl1-3/+13
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-09-30chart2: std::auto_ptr -> std::unique_ptrStephan Bergmann1-1/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin1-2/+2