summaryrefslogtreecommitdiff
path: root/chart2/source/controller/main/ChartController.cxx
AgeCommit message (Expand)Author
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
2014-05-12m_bOwnershipIsWellKnown is unusedCaolán McNamara
2014-05-08coverity#736136 Dereference null return valueCaolán McNamara
2014-05-03chart::ChartController::queryGL3DChart(): crash on concurrent model closeMichael Stahl
2014-04-25chart2: use constructor feature for ChartControllerMiklos Vajna
2014-04-21remove comments why a file gets includedThomas Arnhold
2014-04-15chart2: sal_Bool->boolNoel Grandin
2014-04-14typo: paramter -> parameterThomas Arnhold
2014-04-11Several more Window events to intercept for the GL3D chart.Kohei Yoshida
2014-04-11Separate mouse event handlers for GL3D bar chart.Kohei Yoshida
2014-04-06whitespace cleanup in chart2Markus Mohrhard
2014-03-28Remove remaining DBG_CTOR etc. remnants from chart2Stephan Bergmann
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-13coverity#737027 Uncaught exceptionCaolán McNamara
2014-02-13coverity#737024 Uncaught exceptionCaolán McNamara
2014-01-28bool improvementsStephan Bergmann
2013-11-19use ChartModel instead of XModel in a few placesMarkus Mohrhard
2013-07-29fdo#62475 removed pointless commentsJelle van der Waa
2013-07-28reduce use of UniString from ResID ctorCaolán McNamara
2013-07-04fdo#66422 Vertical grid toolbar button - choice major/minor/offTomaž Vajngerl
2013-07-03Change series and trendline pop-up to support more trendlines.Tomaž Vajngerl
2013-07-03Cleanup ChartControllerTomaž Vajngerl
2013-05-11Resolves: #i119999# Single ESC to leave Chart OLE mode after creationArmin Le Grand
2013-03-25There are many ships in the port of Hamburg but "ownership" is not oneTor Lillqvist
2013-02-25loplugin: improve indentationThomas Arnhold
2012-12-03fixes for where fast string operator+ is not perfectly source compatibleLuboš Luňák
2012-10-08OUString cleanup in Chart2Olivier Hallot
2012-07-18re-base on ALv2 code. Includes:Michael Meeks