Searched refs:DataLabelResources (Results 1 – 5 of 5) sorted by relevance
| /trunk/main/chart2/source/controller/dialogs/ |
| H A D | res_DataLabel.cxx | 108 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 D | res_DataLabel.hxx | 42 class DataLabelResources class 45 DataLabelResources( Window* pParent, const SfxItemSet& rInAttrs ); 46 virtual ~DataLabelResources();
|
| H A D | tp_DataLabel.hxx | 54 DataLabelResources m_aDataLabelResources;
|
| H A D | dlg_InsertDataLabel.cxx | 43 m_apDataLabelResources( new DataLabelResources(this,rInAttrs) ), in DataLabelsDialog()
|
| /trunk/main/chart2/source/controller/inc/ |
| H A D | dlg_InsertDataLabel.hxx | 44 class DataLabelResources; 51 ::std::auto_ptr< DataLabelResources > m_apDataLabelResources;
|