Searched refs:m_nCurrentIndex (Results 1 – 1 of 1) sorted by relevance
373 sal_Int32 m_nCurrentIndex; member in chart::MaxLabelTickIter379 , m_nCurrentIndex(0) in MaxLabelTickIter()402 m_nCurrentIndex = 0; in firstInfo()403 if( m_nCurrentIndex < static_cast<sal_Int32>(m_aValidIndices.size()) ) in firstInfo()404 return &m_rTickInfoVector[m_aValidIndices[m_nCurrentIndex]]; in firstInfo()410 m_nCurrentIndex++; in nextInfo()411 if( m_nCurrentIndex>=0 && m_nCurrentIndex<static_cast<sal_Int32>(m_aValidIndices.size()) ) in nextInfo()412 return &m_rTickInfoVector[m_aValidIndices[m_nCurrentIndex]]; in nextInfo()
Completed in 11 milliseconds