summaryrefslogtreecommitdiff
path: root/chart2/source/controller/main/ChartController.cxx
AgeCommit message (Expand)Author
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
2012-07-18Various Clang 3.1 -Wunsued-variable, -Wconstant-conversionStephan Bergmann
2012-06-01targeted string re-workNorbert Thiebaud
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-03-23Update DeleteYErrorbar function to handle X and Y bars.Rafael Dominguez
2012-03-23Add FormatXErrorBar, DeleteXErrorBar menu entries in chart.Rafael Dominguez
2012-03-23Add chart insert X errorbar toolbar and popup menu entries.Rafael Dominguez
2012-03-23Make executeDispatch_InsertYErrorBars a generic function.Rafael Dominguez
2012-03-23Merge InsertMenu_YErrorBar and InsertYErrorBar commands in chart controller.Rafael Dominguez
2012-03-12remove C2U usage, string literal OUString ctors will do the jobLuboš Luňák
2011-12-13Fix for fdo43460 Part V getLength to isEmptyOlivier Hallot
2011-11-29catch by const referenceTakeshi Abe
2011-11-27remove include of pch header in chart2Norbert Thiebaud
2011-06-21catch by const referenceCaolán McNamara
2011-06-01overly staticCaolán McNamara
2011-05-27Replace DBG_* with OSL_* in calc/chart2Jacek Wolszczak
2011-03-19Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)Thomas Arnhold
2011-03-14Various, mostly mutex-related build breakage fixes & warning removals.Kohei Yoshida
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida