Searched refs:pSeriesEntry (Results 1 – 1 of 1) sorted by relevance
517 SeriesEntry * pSeriesEntry = dynamic_cast< SeriesEntry * >( m_apLB_SERIES->FirstSelected()); in fillRoleListBox() local518 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() local559 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 17 milliseconds