Lines Matching refs:m_aCoordSystems
312 lcl_CloneCoordinateSystems( rOther.m_aCoordSystems, m_aCoordSystems ); in Diagram()
313 ModifyListenerHelper::addListenerToAllElements( m_aCoordSystems, m_xModifyEventForwarder ); in Diagram()
330 … ModifyListenerHelper::removeListenerFromAllElements( m_aCoordSystems, m_xModifyEventForwarder ); 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()
560 m_aCoordSystems = aNew; in setCoordinateSystems()