Home
last modified time | relevance | path

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

/trunk/main/chart2/source/controller/dialogs/
H A Dres_DataLabel.cxx108 DataLabelResources::DataLabelResources( Window* pWindow, const SfxItemSet& rInAttrs ) in DataLabelResources() function in chart::DataLabelResources
201 … m_aPB_NumberFormatForValue.SetClickHdl( LINK( this, DataLabelResources, NumberFormatDialogHdl ) ); in DataLabelResources()
202 …m_aPB_NumberFormatForPercent.SetClickHdl( LINK( this, DataLabelResources, NumberFormatDialogHdl ) … in 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()
230 IMPL_LINK( DataLabelResources, NumberFormatDialogHdl, PushButton *, pButton ) in IMPL_LINK() argument
[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()
/trunk/main/chart2/source/controller/inc/
H A Ddlg_InsertDataLabel.hxx44 class DataLabelResources;
51 ::std::auto_ptr< DataLabelResources > m_apDataLabelResources;