Searched refs:xChartTypeCont (Results 1 – 3 of 3) sorted by relevance
427 Reference< XChartTypeContainer > xChartTypeCont( rxCoordSystem, UNO_QUERY_THROW ); in convertFromModel() local428 xChartTypeCont->addChartType( xChartType ); in convertFromModel()
3131 Reference< XChartTypeContainer > xChartTypeCont( xCoordSystem, UNO_QUERY ); in Convert() local3132 if( xChartTypeCont.is() ) in Convert()3134 Sequence< Reference< XChartType > > aChartTypeSeq = xChartTypeCont->getChartTypes(); in Convert()
3630 Reference< XChartTypeContainer > xChartTypeCont( xCoordSystem, UNO_QUERY ); in CreateCoordSystem() local3631 if( xChartTypeCont.is() ) in CreateCoordSystem()3640 xChartTypeCont->addChartType( xChartType ); in CreateCoordSystem()
Completed in 41 milliseconds