summaryrefslogtreecommitdiff
path: root/chart2/source/controller/main/ChartController.cxx
AgeCommit message (Expand)Author
2016-01-06Fix typosAndrea Gelmini
2015-12-24loplugin:unusedfieldsNoel Grandin
2015-12-23loplugin:unusedfields in chart2Noel Grandin
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-27Replace boost::bind by lambdas in chart2 tree.Mario J. Rugiero
2015-10-17coverity#1327446 Unchecked dynamic_castCaolán McNamara
2015-10-10use trendline context for trendlines, tdf#94931, tdf#94934Markus Mohrhard
2015-10-09correctly dispose the chart sidebar when leaving chart, tdf#94292Markus Mohrhard
2015-10-07remove another custom refcounting base classNoel Grandin
2015-10-03don't show area and line panel in pie chart Chart selection, tdf#94320Markus Mohrhard
2015-09-30Fix typosAndrea Gelmini
2015-09-27gcc3 is not supported anymore, so remove thatMarkus Mohrhard
2015-09-15remove chart sidebar when leaving chart edit modeMarkus Mohrhard
2015-09-09convert Link<> to typedNoel Grandin
2015-07-30small fix to reduce UnknownPropertyException in chart2Markus Mohrhard
2015-07-26update gradients in sidebar as wellMarkus Mohrhard
2015-07-26handle more than one chart with chart sidebarMarkus Mohrhard
2015-07-17add chart sidebar axis panelMarkus Mohrhard
2015-07-16generate correct sidebar context strings for chartsMarkus Mohrhard
2015-07-16enable the chart sidebar againMarkus Mohrhard
2015-07-16remove my accidently committed debug messagesMarkus Mohrhard
2015-07-13disable newly unused code since last disableCaolán McNamara
2015-07-13disable that code for nowMarkus Mohrhard
2015-07-13loplugin:staticmethodsStephan Bergmann
2015-07-12finally manage to register chart2 in the ChartControllerMarkus Mohrhard
2015-07-12add SidebarChangeHandler to chart2Markus Mohrhard
2015-05-19fix old GCC buildNoel Grandin
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-28Rephrase comparisons between bool and sal_BoolStephan Bergmann
2015-04-17chart2: convert new to ::Create.Michael Meeks
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin
2015-03-11V668 no sense in testing the result of new against nullCaolán McNamara
2015-02-08Typo: relaese->releaseJulien Nabet
2014-12-09inline UNO helper macrosNoel Grandin
2014-11-28chart2: ChartController: fix CommandDispatchContainer access lockingMichael Stahl
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-09-30chart2: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-123D charts: Update the 3D charts when a value changes.Jan Holesovsky
2014-08-29opengl charts: Move the init from sc to chart2, to have the right parent.Jan Holesovsky
2014-07-23Revert "opengl charts: Move the init from sc to chart2 ...Markus Mohrhard
2014-07-20opengl charts: Move the init from sc to chart2, to have the right parent.Jan Holesovsky
2014-07-02remove whitespacesMarkus Mohrhard
2014-06-21fix windows buildMarkus Mohrhard
2014-06-21remove unneeded code for 3D charts in controllerMarkus Mohrhard
2014-05-18Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part16Julien Nabet