Searched refs:m_aAttributedDataPoints (Results 1 – 2 of 2) sorted by relevance
211 if( ! rOther.m_aAttributedDataPoints.empty()) in Init()214 rOther.m_aAttributedDataPoints, m_aAttributedDataPoints, xThisInterface ); in Init()215 …ModifyListenerHelper::addListenerToAllMapElements( m_aAttributedDataPoints, m_xModifyEventForwarde… in Init()237 …ModifyListenerHelper::removeListenerFromAllMapElements( m_aAttributedDataPoints, m_xModifyEventFor… in ~DataSeries()315 uno::Sequence< sal_Int32 > aSeq( m_aAttributedDataPoints.size()); in getFastPropertyValue()319 for( tDataPointAttributeContainer::const_iterator aIt( m_aAttributedDataPoints.begin()); in getFastPropertyValue()320 aIt != m_aAttributedDataPoints.end(); ++aIt ) in getFastPropertyValue()383 … tDataPointAttributeContainer::iterator aIt( m_aAttributedDataPoints.find( nIndex ) ); in getDataPointByIndex()384 if( aIt != m_aAttributedDataPoints.end() ) in getDataPointByIndex()401 m_aAttributedDataPoints[ nIndex ] = xResult; in getDataPointByIndex()[all …]
208 tDataPointAttributeContainer m_aAttributedDataPoints; member in chart::DataSeries