Lines Matching refs:xCooSys
352 Reference< chart2::XCoordinateSystem > xCooSys( aCooSysSeq[i] ); in lcl_getCategories() local
353 OSL_ASSERT( xCooSys.is()); in lcl_getCategories()
354 for( sal_Int32 nN = xCooSys->getDimension(); nN--; ) in lcl_getCategories()
356 const sal_Int32 nMaxAxisIndex = xCooSys->getMaximumAxisIndexByDimension(nN); in lcl_getCategories()
359 Reference< chart2::XAxis > xAxis = xCooSys->getAxisByDimension( nN, nI ); in lcl_getCategories()
1912 Reference< chart2::XCoordinateSystem > xCooSys; in lcl_getCooSys() local
1918 xCooSys = aCooSysSeq[0]; in lcl_getCooSys()
1920 return xCooSys; in lcl_getCooSys()
1923 Reference< chart2::XAxis > lcl_getAxis( const Reference< chart2::XCoordinateSystem >& xCooSys, in lcl_getAxis() argument
1929 if( xCooSys.is() ) in lcl_getAxis()
1947 xNewAxis = xCooSys->getAxisByDimension( nDimensionIndex, bPrimary ? 0 : 1 ); in lcl_getAxis()
2580 Reference< chart2::XCoordinateSystem > xCooSys( lcl_getCooSys(xNewDiagram) ); in exportAxes() local
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()