Searched refs:xCoordSysCnt (Results 1 – 1 of 1) sorted by relevance
250 Reference< XCoordinateSystemContainer > xCoordSysCnt( xDiagram, uno::UNO_QUERY ); in changeDiagram() local251 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() local802 createCoordinateSystems( xCoordSysCnt ); in FillDiagram()803 …Sequence< Reference< XCoordinateSystem > > aCoordinateSystems( xCoordSysCnt->getCoordinateSystems(… in FillDiagram()
Completed in 21 milliseconds