Home
last modified time | relevance | path

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

/aoo42x/main/chart2/source/tools/
H A DConfigColorScheme.cxx123 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()
/aoo42x/main/chart2/source/inc/
H A DConfigColorScheme.hxx83 mutable sal_Int32 m_nNumberOfColors; member in chart::ConfigColorScheme

Completed in 21 milliseconds