Searched refs:aCoordinateSystems (Results 1 – 5 of 5) sorted by relevance
582 Sequence< Reference< XCoordinateSystem > > aCoordinateSystems( in createCoordinateSystems() local585 if( aCoordinateSystems.getLength()) in createCoordinateSystems()588 for( sal_Int32 i=0; bOk && i<aCoordinateSystems.getLength(); ++i ) in createCoordinateSystems()598 if( aCoordinateSystems.getLength() ) in createCoordinateSystems()600 Reference< XCoordinateSystem > xOldCooSys( aCoordinateSystems[0] ); in createCoordinateSystems()618 aCoordinateSystems.realloc( 1 ); in createCoordinateSystems()619 aCoordinateSystems[0] = xCooSys; in createCoordinateSystems()621 xOutCooSysCnt->setCoordinateSystems( aCoordinateSystems ); in createCoordinateSystems()804 createAxes( aCoordinateSystems ); in FillDiagram()805 adaptAxes( aCoordinateSystems ); in FillDiagram()[all …]
546 const Sequence< Reference< chart2::XCoordinateSystem > >& aCoordinateSystems ) in setCoordinateSystems()552 if( aCoordinateSystems.getLength()>0 ) in setCoordinateSystems()554 …OSL_ENSURE( aCoordinateSystems.getLength()<=1, "more than one coordinatesystem is not supported ye… in setCoordinateSystems()555 aNew.push_back( aCoordinateSystems[0] ); in setCoordinateSystems()
475 tCoordinateSystemMap aCoordinateSystems; member486 aCoordinateSystems.clear(); in ~AxisUsage()508 tCoordinateSystemMap::const_iterator aFound( aCoordinateSystems.find(pCooSys) ); in addCoordinateSystem()513 if(aFound!=aCoordinateSystems.end()) in addCoordinateSystem()524 aCoordinateSystems[pCooSys] = aFullAxisIndex; in addCoordinateSystem()542 for( aIter = aCoordinateSystems.begin(); aIter!=aCoordinateSystems.end();++aIter ) in getCoordinateSystems()
67 void setCoordinateSystems( [in] sequence< XCoordinateSystem > aCoordinateSystems )
158 ::com::sun::star::chart2::XCoordinateSystem > >& aCoordinateSystems )
Completed in 54 milliseconds