Lines Matching refs:pSeriesEntry
517 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()
933 SeriesEntry * pSeriesEntry = dynamic_cast< SeriesEntry * >( m_apLB_SERIES->FirstSelected()); in updateModelFromControl() local
934 bool bHasSelectedEntry = (pSeriesEntry != 0); in updateModelFromControl()
946 OUString aSequenceNameForLabel( lcl_GetSequenceNameForLabel( pSeriesEntry )); in updateModelFromControl()
951 … Reference< data::XDataSource > xSource( pSeriesEntry->m_xDataSeries, uno::UNO_QUERY_THROW ); in updateModelFromControl()