Searched refs:lcl_getAxis (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/xmloff/source/chart/ |
H A D | SchXMLAxisContext.cxx | 346 Reference< chart2::XAxis > lcl_getAxis( const Reference< frame::XModel >& xChartModel, in lcl_getAxis() function 511 Reference< chart2::XAxis > xAxis( lcl_getAxis( GetImport().GetModel(), in CreateAxis() 533 Reference< chart2::XAxis > xAxis( lcl_getAxis( GetImport().GetModel(), in CreateAxis() 727 …Reference< chart2::XAxis > xAxis( lcl_getAxis( GetImport().GetModel(), m_aCurrentAxis.eDimension, … in EndElement() 744 Reference< chart2::XAxis > lcl_getAxis( const Reference< chart2::XCoordinateSystem > xCooSys, sal_I… in lcl_getAxis() function 777 Reference< chart2::XAxis > xMainXAxis = lcl_getAxis( xCooSys, 0, 0 ); in CorrectAxisPositions() 778 Reference< chart2::XAxis > xMainYAxis = lcl_getAxis( xCooSys, 1, 0 ); in CorrectAxisPositions() 780 Reference< chart2::XAxis > xSecondaryXAxis = lcl_getAxis( xCooSys, 0, 1 ); in CorrectAxisPositions() 781 Reference< chart2::XAxis > xSecondaryYAxis = lcl_getAxis( xCooSys, 1, 1 ); in CorrectAxisPositions()
|
H A D | SchXMLExport.cxx | 1923 Reference< chart2::XAxis > lcl_getAxis( const Reference< chart2::XCoordinateSystem >& xCooSys, in lcl_getAxis() function 2130 …Reference< chart2::XAxis > xSecondYAxis = lcl_getAxis( lcl_getCooSys( xNewDiagram ), XML_Y, false … in exportPlotArea() 2589 Reference< ::com::sun::star::chart2::XAxis > xNewAxis = lcl_getAxis( xCooSys, XML_X ); in exportAxes() 2614 xNewAxis = lcl_getAxis( xCooSys, XML_X, false ); in exportAxes() 2623 xNewAxis = lcl_getAxis( xCooSys, XML_Y ); in exportAxes() 2632 xNewAxis = lcl_getAxis( xCooSys, XML_Y, false ); in exportAxes() 2641 xNewAxis = lcl_getAxis( xCooSys, XML_Z ); in exportAxes()
|
Completed in 118 milliseconds