Searched refs:xCoordSystemCont (Results 1 – 2 of 2) sorted by relevance
146 Reference< XCoordinateSystemContainer > xCoordSystemCont( rxDiagram, UNO_QUERY_THROW ); in convertFromModel() local147 …Sequence< Reference< XCoordinateSystem > > aCoordSystems = xCoordSystemCont->getCoordinateSystems(… in convertFromModel()158 xCoordSystemCont->addCoordinateSystem( xCoordSystem ); in convertFromModel()
3529 … Reference< XCoordinateSystemContainer > xCoordSystemCont( xDiagram, UNO_QUERY_THROW ); in Convert() local3530 …Sequence< Reference< XCoordinateSystem > > aCoordSystems = xCoordSystemCont->getCoordinateSystems(… in Convert()3532 xCoordSystemCont->addCoordinateSystem( xCoordSystem ); in Convert()3606 Reference< XCoordinateSystemContainer > xCoordSystemCont( xDiagram, UNO_QUERY ); in CreateCoordSystem() local3607 if( xCoordSystemCont.is() ) in CreateCoordSystem()3609 …Sequence< Reference< XCoordinateSystem > > aCoordSystems = xCoordSystemCont->getCoordinateSystems(… in CreateCoordSystem()
Completed in 44 milliseconds