Home
last modified time | relevance | path

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

/trunk/main/chart2/source/controller/dialogs/
H A Dtp_DataSource.cxx517 SeriesEntry * pSeriesEntry = dynamic_cast< SeriesEntry * >( m_apLB_SERIES->FirstSelected()); in fillRoleListBox() local
518 bool bHasSelectedEntry = (pSeriesEntry != 0); in fillRoleListBox()
529 pSeriesEntry->m_xDataSeries, in fillRoleListBox()
530 lcl_GetSequenceNameForLabel( pSeriesEntry ), in fillRoleListBox()
531 pSeriesEntry->m_xChartType )); in fillRoleListBox()
558 SvLBoxEntry * pSeriesEntry = m_apLB_SERIES->FirstSelected(); in updateControlState() local
559 bool bHasSelectedSeries = (pSeriesEntry != 0); in updateControlState()
572 m_aBTN_UP.Enable( bHasSelectedSeries && (pSeriesEntry != m_apLB_SERIES->First())); in updateControlState()
573 m_aBTN_DOWN.Enable( bHasSelectedSeries && (pSeriesEntry != m_apLB_SERIES->Last())); in updateControlState()
934 bool bHasSelectedEntry = (pSeriesEntry != 0); in updateModelFromControl()
[all …]

Completed in 10 milliseconds