summaryrefslogtreecommitdiff
path: root/chart2/source/controller/sidebar/ChartSeriesPanel.hxx
AgeCommit message (Expand)AuthorFilesLines
2023-12-08cid#1546501 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2022-01-20use more concrete types in chart2, ChartModelNoel Grandin1-2/+2
2021-05-21add Toggleable as a separate thing to a ButtonCaolán McNamara1-2/+2
2021-05-19tdf#142364 exception thrown during destructionCaolán McNamara1-0/+1
2021-03-11remove intermediate containers in sidebarsCaolán McNamara1-6/+3
2021-03-04SidebarPanelBase is always created with a PanelLayoutCaolán McNamara1-1/+1
2020-09-04tdf#124176 Use #pragma once in chart2George Bateman1-4/+1
2020-05-08compact namespace in canvas..cuiNoel Grandin1-2/+2
2020-04-26move PanelLayout to sfx2Caolán McNamara1-1/+1
2020-04-06lok: introduce QueryControlState functionHenry Castro1-0/+4
2019-12-21weld ChartSeriesPanelCaolán McNamara1-16/+13
2019-10-21loplugin:deadvirtual unused param in ItemUpdateReceiverInterfaceNoel Grandin1-2/+1
2019-09-28loplugin:virtualdead in chart2Noel Grandin1-1/+0
2018-09-12tdf#42949 Fix IWYU warnings in chart2/source/controller/[a,i,m,s]*/*hxxGabor Kelemen1-4/+2
2017-03-19TyposJulien Nabet1-1/+1
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-3/+3
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-06-27GSoC notebookbar: switching tabs depending on contextSzymon Kłos1-1/+1
2015-12-23loplugin:unusedfields in chart2Noel Grandin1-2/+0
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-9/+9
2015-10-12convert Link<> to typedNoel Grandin1-1/+1
2015-09-10convert Link<> to typedNoel Grandin1-1/+1
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin1-1/+1
2015-07-31avoid crash when chart model is disposedMarkus Mohrhard1-0/+2
2015-07-29Some (mostly HIG) tweaks to chart data series panelKatarina Behrens1-0/+3
2015-07-26add selection change listenerMarkus Mohrhard1-1/+8
2015-07-26handle more than one chart with chart sidebarMarkus Mohrhard1-0/+4
2015-07-17last item in series panelMarkus Mohrhard1-0/+2
2015-07-17remove unnecessary parts in chart sidebar codeMarkus Mohrhard1-6/+2
2015-07-17add data label handling to series panelMarkus Mohrhard1-0/+3
2015-07-17also handle primary vs secondary axis in series panelMarkus Mohrhard1-0/+4
2015-07-16let the series panel also listen to chart changesMarkus Mohrhard1-3/+6
2015-07-16first parts in data series panelMarkus Mohrhard1-0/+6
2015-07-16add skeleton for chart series panelMarkus Mohrhard1-0/+90