Home
last modified time | relevance | path

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

/trunk/main/chart2/source/view/main/
H A DVDataSeries.cxx168 , m_aValues_Y() in VDataSeries()
255 m_nPointCount = m_aValues_Y.getLength(); in VDataSeries()
307 …aSinglePoint.push_back( (nPointIndex < m_aValues_Y.Doubles.getLength()) ? m_aValues_Y.Doubles[nPoi… in doSortByXValues()
316 m_aValues_Y.Doubles.realloc( m_nPointCount ); in doSortByXValues()
504 if(m_aValues_Y.is()) in getYValue()
507 fRet = m_aValues_Y.Doubles[index]; in getYValue()
635 if( !m_aValues_Y.is() && in getMinimumofAllDifferentYValues()
671 if( !m_aValues_Y.is() && in getMaximumofAllDifferentYValues()
717 if(!m_aValues_Y.is() && !m_aValues_Y.getLength() && m_nPointCount) in getAllY()
723 m_aValues_Y.Doubles[nN] = nN+1; in getAllY()
[all …]
/trunk/main/chart2/source/view/inc/
H A DVDataSeries.hxx204 VDataSequence m_aValues_Y; member in chart::VDataSeries

Completed in 17 milliseconds