#include <com/sun/star/chart2/LegendPosition.hpp>
#include <com/sun/star/chart/ChartLegendExpansion.hpp>
#include <vcl/svapp.hxx>
#include "ChartElementsPanel.hxx"
#include <ChartController.hxx>
#include <comphelper/processfactory.hxx>
#include <Legend.hxx>
#include <LegendHelper.hxx>
#include <ChartModelHelper.hxx>
#include <AxisHelper.hxx>
#include <DiagramHelper.hxx>
#include <Diagram.hxx>
#include <ChartType.hxx>
#include <ChartTypeHelper.hxx>
#include <ChartModel.hxx>
#include <BaseCoordinateSystem.hxx>
Go to the source code of this file.
|
| chart::sidebar::IMPL_LINK (ChartElementsPanel, CheckBoxHdl, weld::Toggleable &, rCheckBox, void) |
|
| chart::sidebar::IMPL_LINK (ChartElementsPanel, EditHdl, weld::Entry &, rEdit, void) |
|
| chart::sidebar::IMPL_LINK_NOARG (ChartElementsPanel, LegendPosHdl, weld::ComboBox &, void) |
|