Searched refs:TrendlineResources (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/chart2/source/controller/dialogs/ |
H A D | res_Trendline.cxx | 81 TrendlineResources::TrendlineResources( Window * pParent, const SfxItemSet& rInAttrs, bool bNoneAva… in TrendlineResources() function in chart::TrendlineResources 106 m_aRBNone.SetClickHdl( LINK(this, TrendlineResources, SelectTrendLine )); in TrendlineResources() 110 m_aRBLinear.SetClickHdl( LINK(this, TrendlineResources, SelectTrendLine )); in TrendlineResources() 113 m_aRBPower.SetClickHdl( LINK(this, TrendlineResources, SelectTrendLine )); in TrendlineResources() 119 TrendlineResources::~TrendlineResources() in ~TrendlineResources() 122 long TrendlineResources::adjustControlSizes() in adjustControlSizes() 159 IMPL_LINK( TrendlineResources, SelectTrendLine, RadioButton *, pRadioButton ) in IMPL_LINK() argument 181 void TrendlineResources::Reset( const SfxItemSet& rInAttrs ) in Reset() 245 sal_Bool TrendlineResources::FillItemSet(SfxItemSet& rOutAttrs) const in FillItemSet() 256 void TrendlineResources::FillValueSets() in FillValueSets() [all …]
|
H A D | res_Trendline.hxx | 36 class TrendlineResources class 39 TrendlineResources( Window* pParent, const SfxItemSet& rInAttrs, bool bNoneAvailable ); 40 virtual ~TrendlineResources();
|
H A D | tp_Trendline.hxx | 48 TrendlineResources m_aTrendlineResources;
|
H A D | dlg_InsertTrendline.cxx | 68 m_apTrendlineResources( new TrendlineResources( this, rInAttrs, true )) in InsertTrendlineDialog()
|
/aoo41x/main/chart2/source/controller/inc/ |
H A D | dlg_InsertTrendline.hxx | 36 class TrendlineResources; 57 ::std::auto_ptr< TrendlineResources > m_apTrendlineResources;
|
Completed in 20 milliseconds