Home
last modified time | relevance | path

Searched refs:SelectTrendLine (Results 1 – 2 of 2) sorted by relevance

/trunk/main/chart2/source/controller/dialogs/
H A Dres_Trendline.cxx106 m_aRBNone.SetClickHdl( LINK(this, TrendlineResources, SelectTrendLine )); in TrendlineResources()
110 m_aRBLinear.SetClickHdl( LINK(this, TrendlineResources, SelectTrendLine )); in TrendlineResources()
111 m_aRBLogarithmic.SetClickHdl( LINK(this, TrendlineResources, SelectTrendLine )); in TrendlineResources()
112 m_aRBExponential.SetClickHdl( LINK(this, TrendlineResources, SelectTrendLine )); in TrendlineResources()
113 m_aRBPower.SetClickHdl( LINK(this, TrendlineResources, SelectTrendLine )); in TrendlineResources()
159 IMPL_LINK( TrendlineResources, SelectTrendLine, RadioButton *, pRadioButton ) in IMPL_LINK() argument
H A Dres_Trendline.hxx73 DECL_LINK( SelectTrendLine, RadioButton * );

Completed in 15 milliseconds