Searched refs:xCooSysModel (Results 1 – 4 of 4) sorted by relevance
58 , m_xCooSysModel( xCooSysModel ) in ExplicitCategoriesProvider()67 if( xCooSysModel.is() ) in ExplicitCategoriesProvider()69 uno::Reference< XAxis > xAxis( xCooSysModel->getAxisByDimension(0,0) ); in ExplicitCategoriesProvider()201 …Reference< XCoordinateSystem > xCooSysModel( ChartModelHelper::getFirstCoordinateSystem( xChartMod… in convertCategoryAnysToText() local202 if( xCooSysModel.is() ) in convertCategoryAnysToText()204 Reference< chart2::XAxis > xAxis( xCooSysModel->getAxisByDimension(0,0) ); in convertCategoryAnysToText()206 xAxis, xCooSysModel, xNumberFormatsSupplier, false ); in convertCategoryAnysToText()451 if( xChartDoc.is() && xCooSysModel.is() ) in lcl_fillDateCategories()580 const Reference< XCoordinateSystem >& xCooSysModel in getCategoryByIndex()584 if( xCooSysModel.is()) in getCategoryByIndex()[all …]
61 const Reference< XCoordinateSystem >& xCooSysModel ) in createCoordinateSystem()63 if( !xCooSysModel.is() ) in createCoordinateSystem()66 rtl::OUString aViewServiceName = xCooSysModel->getViewServiceName(); in createCoordinateSystem()71 pRet = new VCartesianCoordinateSystem(xCooSysModel); in createCoordinateSystem()73 pRet = new VPolarCoordinateSystem(xCooSysModel); in createCoordinateSystem()75 pRet = new VCoordinateSystem(xCooSysModel); in createCoordinateSystem()
79 ::com::sun::star::chart2::XCoordinateSystem >& xCooSysModel95 ::com::sun::star::chart2::XCoordinateSystem >& xCooSysModel
59 ::com::sun::star::chart2::XCoordinateSystem >& xCooSysModel );
Completed in 34 milliseconds