Home
last modified time | relevance | path

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

/aoo4110/main/chart2/source/model/template/
H A DChartTypeTemplate.cxx250 Reference< XCoordinateSystemContainer > xCoordSysCnt( xDiagram, uno::UNO_QUERY ); in changeDiagram() local
251 OSL_ASSERT( xCoordSysCnt.is()); in changeDiagram()
252 if( xCoordSysCnt.is()) in changeDiagram()
255 xCoordSysCnt->getCoordinateSystems()); in changeDiagram()
801 Reference< XCoordinateSystemContainer > xCoordSysCnt( xDiagram, uno::UNO_QUERY_THROW ); in FillDiagram() local
802 createCoordinateSystems( xCoordSysCnt ); in FillDiagram()
803 …Sequence< Reference< XCoordinateSystem > > aCoordinateSystems( xCoordSysCnt->getCoordinateSystems(… in FillDiagram()

Completed in 36 milliseconds