Home
last modified time | relevance | path

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

/trunk/main/chart2/source/tools/
H A DExplicitCategoriesProvider.cxx58 , 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() local
202 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 …]
/trunk/main/chart2/source/view/axes/
H A DVCoordinateSystem.cxx61 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()
/trunk/main/chart2/source/inc/
H A DExplicitCategoriesProvider.hxx79 ::com::sun::star::chart2::XCoordinateSystem >& xCooSysModel
95 ::com::sun::star::chart2::XCoordinateSystem >& xCooSysModel
/trunk/main/chart2/source/view/inc/
H A DVCoordinateSystem.hxx59 ::com::sun::star::chart2::XCoordinateSystem >& xCooSysModel );

Completed in 30 milliseconds