Searched refs:SelectTrendLine (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/chart2/source/controller/dialogs/ |
H A D | res_Trendline.cxx | 106 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 D | res_Trendline.hxx | 73 DECL_LINK( SelectTrendLine, RadioButton * );
|
Completed in 22 milliseconds