Home
last modified time | relevance | path

Searched refs:aCoordSys (Results 1 – 4 of 4) sorted by relevance

/aoo41x/main/chart2/source/model/main/
H A DDiagram.cxx498 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()
/aoo41x/main/oox/source/vml/
H A Dvmlshape.cxx369 Rectangle aCoordSys = getCoordSystem(); in implConvertAndInsert() local
370 if( !maShapeModel.maPoints.empty() && (aCoordSys.Width > 0) && (aCoordSys.Height > 0) ) in implConvertAndInsert()
374 aAbsPoints.push_back( lclGetAbsPoint( *aIt, rShapeRect, aCoordSys ) ); in implConvertAndInsert()
/aoo41x/main/offapi/com/sun/star/chart2/
H A DXCoordinateSystemContainer.idl53 void addCoordinateSystem( [in] XCoordinateSystem aCoordSys )
58 void removeCoordinateSystem( [in] XCoordinateSystem aCoordSys )
/aoo41x/main/chart2/source/model/inc/
H A DDiagram.hxx143 ::com::sun::star::chart2::XCoordinateSystem >& aCoordSys )
148 ::com::sun::star::chart2::XCoordinateSystem >& aCoordSys )

Completed in 29 milliseconds