summaryrefslogtreecommitdiffstats
path: root/chart2/source/controller/sidebar
Commit message (Expand)AuthorAgeFilesLines
* tdf#94306 replace boost::noncopyable in chart2Jochen Nitschke2016-04-081-3/+4
* tdf99069: lock the solar mutex before updating sidebarMarkus Mohrhard2016-04-041-0/+2
* Resolves: tdf#98390 ChartAreaPanel throw during ctorCaolán McNamara2016-03-111-46/+71
* loplugin:unusedfields in chart2Noel Grandin2015-12-238-11/+0
* use initialiser for Sequence<OUString>Noel Grandin2015-11-151-2/+1
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-107-26/+26
* implement text rotation for chart axis sidebar panel, tdf#94970Markus Mohrhard2015-10-232-2/+45
* make it harder to use the API wrongly, tdf#95056Markus Mohrhard2015-10-221-8/+14
* disable all error bar radion buttons in the beginning, tdf#95057Markus Mohrhard2015-10-221-0/+3
* convert Link<> to typedNoel Grandin2015-10-162-8/+7
* disable arrow heads in chart sidebar, tdf#94971Markus Mohrhard2015-10-121-0/+1
* update the line panel for data points, related tdf#94969Markus Mohrhard2015-10-121-3/+3
* update area panel for data points, tdf#94969Markus Mohrhard2015-10-121-1/+3
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-129-66/+66
* convert Link<> to typedNoel Grandin2015-10-128-15/+8
* also update line panel for axis, related tdf#94933Markus Mohrhard2015-10-101-1/+4
* also update line panel for average and trend line, tdf#94933Markus Mohrhard2015-10-101-1/+1
* we need to take the SolarMutex when we change the UIMarkus Mohrhard2015-10-101-0/+2
* remove whitespaceMarkus Mohrhard2015-10-091-2/+0
* hide grid and axes options in chart elements if not supported, tdf#94297Markus Mohrhard2015-10-032-1/+65
* enable z axis objects when changing chart type, tdf#94290Markus Mohrhard2015-09-271-1/+6
* fix regression with chart sidebar list positionMarkus Mohrhard2015-09-201-8/+8
* use localized string for title text, tdf#94294Markus Mohrhard2015-09-202-20/+37
* remove unnecessary base classMarkus Mohrhard2015-09-202-15/+2
* Resolves: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2015-09-152-4/+4
* boost->stdCaolán McNamara2015-09-142-2/+0
* convert Link<> to typedNoel Grandin2015-09-104-13/+9
* cppcheck: noExplicitConstructorCaolán McNamara2015-09-074-4/+4
* Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin2015-08-266-18/+15
* make color button work in chart line sidebar panelMarkus Mohrhard2015-08-205-5/+27
* WaE: -Werror=maybe-uninitializedMarkus Mohrhard2015-08-201-1/+1
* also need to call updateFillColor to get the UI in orderMarkus Mohrhard2015-08-201-0/+5
* update the color button when we select an objectMarkus Mohrhard2015-08-203-8/+43
* handle new color picker correctly in chart sidebarMarkus Mohrhard2015-08-204-1/+132
* loplugin: defaultparamsNoel Grandin2015-08-141-3/+3
* Explicit capture annotationsStephan Bergmann2015-08-081-1/+1
* avoid crash when chart model is disposedMarkus Mohrhard2015-07-3112-22/+78
* Some (mostly HIG) tweaks to chart axis panelKatarina Behrens2015-07-302-0/+8
* prevent panel update when updating values from panelMarkus Mohrhard2015-07-301-0/+5
* also handle line width correctlyMarkus Mohrhard2015-07-301-0/+1
* handle line dash in chart line panelMarkus Mohrhard2015-07-301-1/+43
* set some properties from chart line panelMarkus Mohrhard2015-07-301-5/+46
* provide structure for chart line panelMarkus Mohrhard2015-07-303-0/+318
* Some (mostly HIG) tweaks to chart data series panelKatarina Behrens2015-07-292-2/+11
* Some (mostly HIG) tweaks to chart elements panelKatarina Behrens2015-07-292-0/+9
* fix the last transparency gradient issues in the chart area panelMarkus Mohrhard2015-07-281-10/+26
* use common fill property names in chart2Markus Mohrhard2015-07-281-10/+10
* handle fill float transparence in chart area panelMarkus Mohrhard2015-07-281-2/+28
* -Werror,-Winconsistent-missing-overrideNoel Grandin2015-07-271-7/+7
* don't show the area sidebar for panels where it makes no senseMarkus Mohrhard2015-07-264-17/+22