Home
last modified time | relevance | path

Searched refs:m_pFT_NumberOfLines (Results 1 – 2 of 2) sorted by relevance

/trunk/main/chart2/source/controller/dialogs/
H A DChartTypeDialogController.cxx1100 : m_pFT_NumberOfLines(0) in CombiColumnLineChartDialogController()
1107 if(m_pFT_NumberOfLines) in ~CombiColumnLineChartDialogController()
1108 delete m_pFT_NumberOfLines; in ~CombiColumnLineChartDialogController()
1140 if(!m_pFT_NumberOfLines) in showExtraControls()
1142 m_pFT_NumberOfLines = new FixedText(pParent,pParent->GetStyle()); in showExtraControls()
1165 m_pFT_NumberOfLines->SetSizePixel(aFTSize); in showExtraControls()
1170 m_pFT_NumberOfLines->Show(); in showExtraControls()
1172 m_pMF_NumberOfLines->SetAccessibleName(m_pFT_NumberOfLines->GetText()); in showExtraControls()
1173 m_pMF_NumberOfLines->SetAccessibleRelationLabeledBy(m_pFT_NumberOfLines); in showExtraControls()
1177 if(m_pFT_NumberOfLines) in hideExtraControls()
[all …]
H A DChartTypeDialogController.hxx293 FixedText* m_pFT_NumberOfLines; member in chart::CombiColumnLineChartDialogController

Completed in 23 milliseconds