Home
last modified time | relevance | path

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

/trunk/main/oox/source/drawingml/chart/
H A Dplotareaconverter.cxx146 Reference< XCoordinateSystemContainer > xCoordSystemCont( rxDiagram, UNO_QUERY_THROW ); in convertFromModel() local
147 …Sequence< Reference< XCoordinateSystem > > aCoordSystems = xCoordSystemCont->getCoordinateSystems(… in convertFromModel()
158 xCoordSystemCont->addCoordinateSystem( xCoordSystem ); in convertFromModel()
/trunk/main/sc/source/filter/excel/
H A Dxichart.cxx3529 … Reference< XCoordinateSystemContainer > xCoordSystemCont( xDiagram, UNO_QUERY_THROW ); in Convert() local
3530 …Sequence< Reference< XCoordinateSystem > > aCoordSystems = xCoordSystemCont->getCoordinateSystems(… in Convert()
3532 xCoordSystemCont->addCoordinateSystem( xCoordSystem ); in Convert()
3606 Reference< XCoordinateSystemContainer > xCoordSystemCont( xDiagram, UNO_QUERY ); in CreateCoordSystem() local
3607 if( xCoordSystemCont.is() ) in CreateCoordSystem()
3609 …Sequence< Reference< XCoordinateSystem > > aCoordSystems = xCoordSystemCont->getCoordinateSystems(… in CreateCoordSystem()

Completed in 41 milliseconds