Searched refs:aCoordSys (Results 1 – 4 of 4) sorted by relevance
498 const uno::Reference< chart2::XCoordinateSystem >& aCoordSys ) in addCoordinateSystem()504 if( ::std::find( m_aCoordSystems.begin(), m_aCoordSystems.end(), aCoordSys ) in addCoordinateSystem()513 m_aCoordSystems.push_back( aCoordSys ); in addCoordinateSystem()515 ModifyListenerHelper::addListener( aCoordSys, m_xModifyEventForwarder ); in addCoordinateSystem()520 const uno::Reference< chart2::XCoordinateSystem >& aCoordSys ) in removeCoordinateSystem()527 aIt( ::std::find( m_aCoordSystems.begin(), m_aCoordSystems.end(), aCoordSys )); in removeCoordinateSystem()534 ModifyListenerHelper::removeListener( aCoordSys, m_xModifyEventForwarder ); in removeCoordinateSystem()
369 Rectangle aCoordSys = getCoordSystem(); in implConvertAndInsert() local370 if( !maShapeModel.maPoints.empty() && (aCoordSys.Width > 0) && (aCoordSys.Height > 0) ) in implConvertAndInsert()374 aAbsPoints.push_back( lclGetAbsPoint( *aIt, rShapeRect, aCoordSys ) ); in implConvertAndInsert()
53 void addCoordinateSystem( [in] XCoordinateSystem aCoordSys )58 void removeCoordinateSystem( [in] XCoordinateSystem aCoordSys )
143 ::com::sun::star::chart2::XCoordinateSystem >& aCoordSys )148 ::com::sun::star::chart2::XCoordinateSystem >& aCoordSys )
Completed in 18 milliseconds