Home
last modified time | relevance | path

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

/trunk/main/chart2/source/tools/
H A DDiagramHelper.cxx149 Sequence< Reference< XCoordinateSystem > > aCooSys( in setVertical() local
153 for( sal_Int32 i=0; i<aCooSys.getLength(); ++i ) in setVertical()
155 uno::Reference< XCoordinateSystem > xCooSys( aCooSys[i] ); in setVertical()
227 Sequence< Reference< XCoordinateSystem > > aCooSys( in getVertical() local
229 for( sal_Int32 i=0; i<aCooSys.getLength(); ++i ) in getVertical()
231 Reference< beans::XPropertySet > xProp( aCooSys[i], uno::UNO_QUERY ); in getVertical()