#include <res_ErrorBar.hxx>
#include <bitmaps.hlst>
#include <RangeSelectionHelper.hxx>
#include <helpids.h>
#include <chartview/ChartSfxItemIds.hxx>
#include <vcl/weld.hxx>
#include <ChartModel.hxx>
#include <rtl/math.hxx>
#include <comphelper/diagnose_ex.hxx>
#include <osl/diagnose.h>
#include <svl/stritem.hxx>
Go to the source code of this file.
|
| chart::IMPL_LINK_NOARG (ErrorBarResources, CategoryChosen2, weld::ComboBox &, void) |
|
| chart::IMPL_LINK_NOARG (ErrorBarResources, CategoryChosen, weld::Toggleable &, void) |
|
| chart::IMPL_LINK_NOARG (ErrorBarResources, SynchronizePosAndNeg, weld::Toggleable &, void) |
|
| chart::IMPL_LINK_NOARG (ErrorBarResources, PosValueChanged, weld::MetricSpinButton &, void) |
|
| chart::IMPL_LINK_NOARG (ErrorBarResources, IndicatorChanged, weld::Toggleable &, void) |
|
| chart::IMPL_LINK (ErrorBarResources, ChooseRange, weld::Button &, rButton, void) |
|
| chart::IMPL_LINK (ErrorBarResources, RangeChanged, weld::Entry &, rEdit, void) |
|
◆ CHART_LB_FUNCTION_ERROR_MARGIN
#define CHART_LB_FUNCTION_ERROR_MARGIN 3 |
◆ CHART_LB_FUNCTION_STD_DEV
#define CHART_LB_FUNCTION_STD_DEV 1 |
◆ CHART_LB_FUNCTION_STD_ERROR
#define CHART_LB_FUNCTION_STD_ERROR 0 |
◆ CHART_LB_FUNCTION_VARIANCE
#define CHART_LB_FUNCTION_VARIANCE 2 |