Home
last modified time | relevance | path

Searched refs:DataLabelResources (Results 1 – 5 of 5) sorted by relevance

/aoo4110/main/chart2/source/controller/dialogs/
H A Dres_DataLabel.cxx108 DataLabelResources::DataLabelResources( Window* pWindow, const SfxItemSet& rInAttrs ) in DataLabelResources() function in chart::DataLabelResources
203 m_aCBNumber.SetClickHdl( LINK( this, DataLabelResources, CheckHdl )); in DataLabelResources()
204 m_aCBPercent.SetClickHdl( LINK( this, DataLabelResources, CheckHdl )); in DataLabelResources()
205 m_aCBCategory.SetClickHdl( LINK( this, DataLabelResources, CheckHdl )); in DataLabelResources()
206 m_aCBSymbol.SetClickHdl( LINK( this, DataLabelResources, CheckHdl )); in DataLabelResources()
221 DataLabelResources::~DataLabelResources() in ~DataLabelResources()
225 void DataLabelResources::SetNumberFormatter( SvNumberFormatter* pFormatter ) in SetNumberFormatter()
279 IMPL_LINK( DataLabelResources, CheckHdl, CheckBox*, pBox ) in IMPL_LINK() argument
287 void DataLabelResources::EnableControls() in EnableControls()
319 sal_Bool DataLabelResources::FillItemSet( SfxItemSet& rOutAttrs ) const in FillItemSet()
[all …]
H A Dres_DataLabel.hxx42 class DataLabelResources class
45 DataLabelResources( Window* pParent, const SfxItemSet& rInAttrs );
46 virtual ~DataLabelResources();
H A Dtp_DataLabel.hxx54 DataLabelResources m_aDataLabelResources;
H A Ddlg_InsertDataLabel.cxx43 m_apDataLabelResources( new DataLabelResources(this,rInAttrs) ), in DataLabelsDialog()
/aoo4110/main/chart2/source/controller/inc/
H A Ddlg_InsertDataLabel.hxx44 class DataLabelResources;
51 ::std::auto_ptr< DataLabelResources > m_apDataLabelResources;

Completed in 33 milliseconds