LibreOffice Module chart2 (master) 1
|
#include <res_Trendline.hxx>
Public Member Functions | |
TrendlineResources (weld::Builder &rParent, const SfxItemSet &rInAttrs) | |
~TrendlineResources () | |
void | Reset (const SfxItemSet &rInAttrs) |
void | FillItemSet (SfxItemSet *rOutAttrs) const |
void | FillValueSets () |
void | SetNumFormatter (SvNumberFormatter *pFormatter) |
void | SetNbPoints (sal_Int32 nNbPoints) |
Private Member Functions | |
void | UpdateControlStates () |
DECL_LINK (SelectTrendLine, weld::Toggleable &, void) | |
DECL_LINK (ChangeSpinValue, weld::SpinButton &, void) | |
DECL_LINK (ChangeFormattedValue, weld::FormattedSpinButton &, void) | |
DECL_LINK (ShowEquation, weld::Toggleable &, void) | |
Definition at line 40 of file res_Trendline.hxx.
chart::TrendlineResources::TrendlineResources | ( | weld::Builder & | rParent, |
const SfxItemSet & | rInAttrs | ||
) |
Definition at line 44 of file res_Trendline.cxx.
References Formatter::ClearMaxValue(), Formatter::ClearMinValue(), FillValueSets(), Linear, LINK, m_xCB_ShowEquation, m_xFmtFld_ExtrapolateBackward, m_xFmtFld_ExtrapolateForward, m_xFmtFld_InterceptValue, m_xNF_Degree, m_xNF_Period, m_xRB_Exponential, m_xRB_Linear, m_xRB_Logarithmic, m_xRB_MovingAverage, m_xRB_Polynomial, m_xRB_Power, Reset(), and UpdateControlStates().
chart::TrendlineResources::~TrendlineResources | ( | ) |
Definition at line 105 of file res_Trendline.cxx.
|
private |
|
private |
|
private |
|
private |
void chart::TrendlineResources::FillItemSet | ( | SfxItemSet * | rOutAttrs | ) | const |
Definition at line 290 of file res_Trendline.cxx.
References aName, SvNumberFormatter::IsNumberFormat(), m_bTrendLineUnique, m_eTrendLineType, m_pNumFormatter, m_xCB_RegressionMovingType, m_xCB_SetIntercept, m_xCB_ShowCorrelationCoeff, m_xCB_ShowEquation, m_xEE_Name, m_xEE_XName, m_xEE_YName, m_xFmtFld_ExtrapolateBackward, m_xFmtFld_ExtrapolateForward, m_xFmtFld_InterceptValue, m_xNF_Degree, m_xNF_Period, nIndex, nType, SfxItemSet::Put(), SCHATTR_REGRESSION_CURVE_NAME(), SCHATTR_REGRESSION_DEGREE(), SCHATTR_REGRESSION_EXTRAPOLATE_BACKWARD(), SCHATTR_REGRESSION_EXTRAPOLATE_FORWARD(), SCHATTR_REGRESSION_INTERCEPT_VALUE(), SCHATTR_REGRESSION_MOVING_TYPE(), SCHATTR_REGRESSION_PERIOD(), SCHATTR_REGRESSION_SET_INTERCEPT(), SCHATTR_REGRESSION_SHOW_COEFF(), SCHATTR_REGRESSION_SHOW_EQUATION(), SCHATTR_REGRESSION_TYPE(), SCHATTR_REGRESSION_XNAME(), SCHATTR_REGRESSION_YNAME(), and TRISTATE_INDET.
Referenced by chart::TrendlineTabPage::FillItemSet().
void chart::TrendlineResources::FillValueSets | ( | ) |
Definition at line 346 of file res_Trendline.cxx.
References m_xFI_Exponential, m_xFI_Linear, m_xFI_Logarithmic, m_xFI_MovingAverage, m_xFI_Polynomial, and m_xFI_Power.
Referenced by TrendlineResources().
void chart::TrendlineResources::Reset | ( | const SfxItemSet & | rInAttrs | ) |
Definition at line 127 of file res_Trendline.cxx.
References aName, SfxItemSet::GetItemIfSet(), SfxItemSet::GetItemState(), GetValue, chart::lcl_setValue(), m_bTrendLineUnique, m_eTrendLineType, m_xCB_RegressionMovingType, m_xCB_SetIntercept, m_xCB_ShowCorrelationCoeff, m_xCB_ShowEquation, m_xEE_Name, m_xEE_XName, m_xEE_YName, m_xFmtFld_ExtrapolateBackward, m_xFmtFld_ExtrapolateForward, m_xFmtFld_InterceptValue, m_xNF_Degree, m_xNF_Period, m_xRB_Exponential, m_xRB_Linear, m_xRB_Logarithmic, m_xRB_MovingAverage, m_xRB_Polynomial, m_xRB_Power, nValue, SCHATTR_REGRESSION_CURVE_NAME(), SCHATTR_REGRESSION_DEGREE(), SCHATTR_REGRESSION_EXTRAPOLATE_BACKWARD(), SCHATTR_REGRESSION_EXTRAPOLATE_FORWARD(), SCHATTR_REGRESSION_INTERCEPT_VALUE(), SCHATTR_REGRESSION_MOVING_TYPE(), SCHATTR_REGRESSION_PERIOD(), SCHATTR_REGRESSION_SET_INTERCEPT(), SCHATTR_REGRESSION_SHOW_COEFF(), SCHATTR_REGRESSION_SHOW_EQUATION(), SCHATTR_REGRESSION_TYPE(), SCHATTR_REGRESSION_XNAME(), SCHATTR_REGRESSION_YNAME(), and TRISTATE_INDET.
Referenced by chart::TrendlineTabPage::Reset(), and TrendlineResources().
void chart::TrendlineResources::SetNbPoints | ( | sal_Int32 | nNbPoints | ) |
Definition at line 421 of file res_Trendline.cxx.
References m_nNbPoints, and UpdateControlStates().
Referenced by chart::TrendlineTabPage::SetNbPoints().
void chart::TrendlineResources::SetNumFormatter | ( | SvNumberFormatter * | pFormatter | ) |
Definition at line 413 of file res_Trendline.cxx.
References m_pNumFormatter, m_xFmtFld_ExtrapolateBackward, m_xFmtFld_ExtrapolateForward, and m_xFmtFld_InterceptValue.
Referenced by chart::TrendlineTabPage::SetNumFormatter().
|
private |
Definition at line 356 of file res_Trendline.cxx.
References m_eTrendLineType, m_nNbPoints, m_xCB_RegressionMovingType, m_xCB_SetIntercept, m_xCB_ShowCorrelationCoeff, m_xCB_ShowEquation, m_xEE_XName, m_xEE_YName, m_xFmtFld_ExtrapolateBackward, m_xFmtFld_ExtrapolateForward, m_xFmtFld_InterceptValue, m_xNF_Degree, m_xNF_Period, and TRISTATE_FALSE.
Referenced by SetNbPoints(), and TrendlineResources().
|
private |
Definition at line 57 of file res_Trendline.hxx.
Referenced by FillItemSet(), and Reset().
|
private |
Definition at line 55 of file res_Trendline.hxx.
Referenced by FillItemSet(), Reset(), and UpdateControlStates().
|
private |
Definition at line 60 of file res_Trendline.hxx.
Referenced by SetNbPoints(), and UpdateControlStates().
|
private |
Definition at line 59 of file res_Trendline.hxx.
Referenced by FillItemSet(), and SetNumFormatter().
|
private |
Definition at line 87 of file res_Trendline.hxx.
Referenced by FillItemSet(), Reset(), and UpdateControlStates().
|
private |
Definition at line 81 of file res_Trendline.hxx.
Referenced by FillItemSet(), Reset(), and UpdateControlStates().
|
private |
Definition at line 86 of file res_Trendline.hxx.
Referenced by FillItemSet(), Reset(), and UpdateControlStates().
|
private |
Definition at line 83 of file res_Trendline.hxx.
Referenced by FillItemSet(), Reset(), TrendlineResources(), and UpdateControlStates().
|
private |
Definition at line 78 of file res_Trendline.hxx.
Referenced by FillItemSet(), and Reset().
|
private |
Definition at line 84 of file res_Trendline.hxx.
Referenced by FillItemSet(), Reset(), and UpdateControlStates().
|
private |
Definition at line 85 of file res_Trendline.hxx.
Referenced by FillItemSet(), Reset(), and UpdateControlStates().
|
private |
Definition at line 71 of file res_Trendline.hxx.
Referenced by FillValueSets().
|
private |
Definition at line 69 of file res_Trendline.hxx.
Referenced by FillValueSets().
|
private |
Definition at line 70 of file res_Trendline.hxx.
Referenced by FillValueSets().
|
private |
Definition at line 74 of file res_Trendline.hxx.
Referenced by FillValueSets().
|
private |
Definition at line 73 of file res_Trendline.hxx.
Referenced by FillValueSets().
|
private |
Definition at line 72 of file res_Trendline.hxx.
Referenced by FillValueSets().
|
private |
Definition at line 80 of file res_Trendline.hxx.
Referenced by FillItemSet(), Reset(), SetNumFormatter(), TrendlineResources(), and UpdateControlStates().
|
private |
Definition at line 79 of file res_Trendline.hxx.
Referenced by FillItemSet(), Reset(), SetNumFormatter(), TrendlineResources(), and UpdateControlStates().
|
private |
Definition at line 82 of file res_Trendline.hxx.
Referenced by FillItemSet(), Reset(), SetNumFormatter(), TrendlineResources(), and UpdateControlStates().
|
private |
Definition at line 76 of file res_Trendline.hxx.
Referenced by FillItemSet(), Reset(), TrendlineResources(), and UpdateControlStates().
|
private |
Definition at line 77 of file res_Trendline.hxx.
Referenced by FillItemSet(), Reset(), TrendlineResources(), and UpdateControlStates().
|
private |
Definition at line 64 of file res_Trendline.hxx.
Referenced by Reset(), and TrendlineResources().
|
private |
Definition at line 62 of file res_Trendline.hxx.
Referenced by Reset(), and TrendlineResources().
|
private |
Definition at line 63 of file res_Trendline.hxx.
Referenced by Reset(), and TrendlineResources().
|
private |
Definition at line 67 of file res_Trendline.hxx.
Referenced by Reset(), and TrendlineResources().
|
private |
Definition at line 66 of file res_Trendline.hxx.
Referenced by Reset(), and TrendlineResources().
|
private |
Definition at line 65 of file res_Trendline.hxx.
Referenced by Reset(), and TrendlineResources().