Home
last modified time | relevance | path

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

/aoo4110/main/chart2/source/model/main/
H A DDiagram.cxx312 lcl_CloneCoordinateSystems( rOther.m_aCoordSystems, m_aCoordSystems ); in Diagram()
504 if( ::std::find( m_aCoordSystems.begin(), m_aCoordSystems.end(), aCoordSys ) in addCoordinateSystem()
505 != m_aCoordSystems.end()) in addCoordinateSystem()
508 if( m_aCoordSystems.size()>=1 ) in addCoordinateSystem()
513 m_aCoordSystems.push_back( aCoordSys ); in addCoordinateSystem()
527 aIt( ::std::find( m_aCoordSystems.begin(), m_aCoordSystems.end(), aCoordSys )); in removeCoordinateSystem()
528 if( aIt == m_aCoordSystems.end()) in removeCoordinateSystem()
532 m_aCoordSystems.erase( aIt ); in removeCoordinateSystem()
542 return ContainerHelper::ContainerToSequence( m_aCoordSystems ); in getCoordinateSystems()
559 std::swap( aOld, m_aCoordSystems ); in setCoordinateSystems()
[all …]
/aoo4110/main/chart2/source/model/inc/
H A DDiagram.hxx212 tCoordinateSystemContainerType m_aCoordSystems; member in chart::Diagram

Completed in 18 milliseconds