Home
last modified time | relevance | path

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

/trunk/main/chart2/source/model/template/
H A DChartTypeTemplate.cxx582 Sequence< Reference< XCoordinateSystem > > aCoordinateSystems( in createCoordinateSystems() local
585 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 …]
/trunk/main/chart2/source/model/main/
H A DDiagram.cxx546 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()
/trunk/main/chart2/source/view/main/
H A DChartView.cxx475 tCoordinateSystemMap aCoordinateSystems; member
486 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()
/trunk/main/offapi/com/sun/star/chart2/
H A DXCoordinateSystemContainer.idl67 void setCoordinateSystems( [in] sequence< XCoordinateSystem > aCoordinateSystems )
/trunk/main/chart2/source/model/inc/
H A DDiagram.hxx158 ::com::sun::star::chart2::XCoordinateSystem > >& aCoordinateSystems )

Completed in 45 milliseconds