Home
last modified time | relevance | path

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

/trunk/main/chart2/source/view/main/
H A DVDataSeries.cxx171 , m_aValues_Y_Max() in VDataSeries()
239 m_aValues_Y_Max.init( xDataSequence ); in VDataSeries()
261 if( m_nPointCount < m_aValues_Y_Max.getLength() ) in VDataSeries()
262 m_nPointCount = m_aValues_Y_Max.getLength(); in VDataSeries()
529 return m_aValues_Y_Max.getValue( index ); in getY_Max()
572 m_pValueSequenceForDataLabelNumberFormatDetection = &m_aValues_Y_Max; in setRoleOfSequenceForDataLabelNumberFormatDetection()
636 (m_aValues_Y_Min.is() || m_aValues_Y_Max.is() in getMinimumofAllDifferentYValues()
672 (m_aValues_Y_Min.is() || m_aValues_Y_Max.is() in getMaximumofAllDifferentYValues()
/trunk/main/chart2/source/view/inc/
H A DVDataSeries.hxx208 VDataSequence m_aValues_Y_Max; member in chart::VDataSeries

Completed in 22 milliseconds