summaryrefslogtreecommitdiff
path: root/chart2/source/controller/main/ChartController.cxx
AgeCommit message (Expand)Author
2017-01-23Change all Idle* LINKs to be Timer*Jan-Marek Glogowski
2017-01-20use rtl::Reference in TheModelRefNoel Grandin
2016-12-21convert EnumContext::Context to scoped enumNoel Grandin
2016-11-29loplugin:vclwidgets check for assigning from VclPt<T> to T*Noel Grandin
2016-11-11loplugin:expandablemethods in chart2Noel Grandin
2016-10-21Only call getChartType when the return value is actually usedStephan Bergmann
2016-10-21Minor improvement of previous commitStephan Bergmann
2016-10-21Avoid crash with empty Chart documentStephan Bergmann
2016-10-11avoid crashes on broken charts, related tdf#98690Markus Mohrhard
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-09-22loplugin:unusedmethods in chart2..svxNoel Grandin
2016-08-30convert ActionDescriptionProvider::ActionType to scoped enumNoel Grandin
2016-08-19convert SdrDragMode to scoped enumNoel Grandin
2016-07-16no need for this temporary OStringMarkus Mohrhard
2016-07-13chart2: cleanup local var assignmentsJochen Nitschke
2016-06-28loplugin:singlevalfields in chart2Noel Grandin
2016-06-27GSoC notebookbar: switching tabs depending on contextSzymon Kłos
2016-05-10Missing break in switchStephan Bergmann
2016-04-25no need to copy the list of available commands on every callNoel Grandin
2016-04-25Kill comphelper::MakeSetStephan Bergmann
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-14tdf#91794 removed OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar
2016-04-12clang-tidy performance-unnecessary-value-param in chart2Noel Grandin
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke
2016-04-05loplugin:constantparam in chart2Noel Grandin
2016-03-14com::sun::star->css in chart2Noel Grandin
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