Searched refs:m_nNumberOfColors (Results 1 – 2 of 2) sorted by relevance
123 m_nNumberOfColors( 0 ), in ConfigColorScheme()151 m_nNumberOfColors = m_aColorSequence.getLength(); in retrieveConfigColors()162 if( m_nNumberOfColors > 0 ) in getColorByIndex()163 return static_cast< sal_Int32 >( m_aColorSequence[ nIndex % m_nNumberOfColors ] ); in getColorByIndex()
83 mutable sal_Int32 m_nNumberOfColors; member in chart::ConfigColorScheme
Completed in 21 milliseconds