Home
last modified time | relevance | path

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

/trunk/main/oox/source/drawingml/chart/
H A Dplotareaconverter.cxx147 …Sequence< Reference< XCoordinateSystem > > aCoordSystems = xCoordSystemCont->getCoordinateSystems(… in convertFromModel() local
148 if( aCoordSystems.hasElements() ) in convertFromModel()
150 …OSL_ENSURE( aCoordSystems.getLength() == 1, "AxesSetConverter::convertFromModel - too many coordin… in convertFromModel()
151 xCoordSystem = aCoordSystems[ 0 ]; in convertFromModel()
/trunk/main/sc/source/filter/excel/
H A Dxichart.cxx3530 …Sequence< Reference< XCoordinateSystem > > aCoordSystems = xCoordSystemCont->getCoordinateSystems(… in Convert() local
3531 if( aCoordSystems.getLength() == 0 ) in Convert()
3609 …Sequence< Reference< XCoordinateSystem > > aCoordSystems = xCoordSystemCont->getCoordinateSystems(… in CreateCoordSystem() local
3610 …DBG_ASSERT( aCoordSystems.getLength() <= 1, "XclImpChAxesSet::CreateCoordSystem - too many existin… in CreateCoordSystem()
3611 if( aCoordSystems.getLength() > 0 ) in CreateCoordSystem()
3612 xCoordSystem = aCoordSystems[ 0 ]; in CreateCoordSystem()

Completed in 37 milliseconds