Home
last modified time | relevance | path

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

/trunk/main/chart2/source/view/main/
H A DVDataSeries.cxx173 , m_aValues_Y_Last() in VDataSeries()
243 m_aValues_Y_Last.init( xDataSequence ); in VDataSeries()
265 if( m_nPointCount < m_aValues_Y_Last.getLength() ) in VDataSeries()
266 m_nPointCount = m_aValues_Y_Last.getLength(); in VDataSeries()
537 return m_aValues_Y_Last.getValue( index ); in getY_Last()
576 m_pValueSequenceForDataLabelNumberFormatDetection = &m_aValues_Y_Last; in setRoleOfSequenceForDataLabelNumberFormatDetection()
637 || m_aValues_Y_First.is() || m_aValues_Y_Last.is() ) ) in getMinimumofAllDifferentYValues()
673 || m_aValues_Y_First.is() || m_aValues_Y_Last.is() ) ) in getMaximumofAllDifferentYValues()
/trunk/main/chart2/source/view/inc/
H A DVDataSeries.hxx210 VDataSequence m_aValues_Y_Last; member in chart::VDataSeries

Completed in 24 milliseconds