LibreOffice Module chart2 (master) 1
Namespaces | Macros | Functions
res_ErrorBar.cxx File Reference
#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>
Include dependency graph for res_ErrorBar.cxx:

Go to the source code of this file.

Namespaces

namespace  chart
 

Macros

#define CHART_LB_FUNCTION_STD_ERROR   0
 
#define CHART_LB_FUNCTION_STD_DEV   1
 
#define CHART_LB_FUNCTION_VARIANCE   2
 
#define CHART_LB_FUNCTION_ERROR_MARGIN   3
 

Functions

 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)
 

Macro Definition Documentation

◆ CHART_LB_FUNCTION_ERROR_MARGIN

#define CHART_LB_FUNCTION_ERROR_MARGIN   3

Definition at line 36 of file res_ErrorBar.cxx.

◆ CHART_LB_FUNCTION_STD_DEV

#define CHART_LB_FUNCTION_STD_DEV   1

Definition at line 34 of file res_ErrorBar.cxx.

◆ CHART_LB_FUNCTION_STD_ERROR

#define CHART_LB_FUNCTION_STD_ERROR   0

Definition at line 33 of file res_ErrorBar.cxx.

◆ CHART_LB_FUNCTION_VARIANCE

#define CHART_LB_FUNCTION_VARIANCE   2

Definition at line 35 of file res_ErrorBar.cxx.