Home
last modified time | relevance | path

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

/trunk/main/chart2/source/model/template/
H A DNetChartType.cxx65 NetChartType_Base::createCoordinateSystem( ::sal_Int32 DimensionCount ) in createCoordinateSystem() argument
69 if( DimensionCount != 2 ) in createCoordinateSystem()
76 GetComponentContext(), DimensionCount, /* bSwapXAndYAxis */ sal_False )); in createCoordinateSystem()
H A DBubbleChartType.cxx140 BubbleChartType::createCoordinateSystem( ::sal_Int32 DimensionCount ) in createCoordinateSystem() argument
146 GetComponentContext(), DimensionCount, /* bSwapXAndYAxis */ sal_False )); in createCoordinateSystem()
148 for( sal_Int32 i=0; i<DimensionCount; ++i ) in createCoordinateSystem()
H A DPieChartType.cxx169 PieChartType::createCoordinateSystem( ::sal_Int32 DimensionCount ) in createCoordinateSystem() argument
175 GetComponentContext(), DimensionCount, /* bSwapXAndYAxis */ sal_False )); in createCoordinateSystem()
177 for( sal_Int32 i=0; i<DimensionCount; ++i ) in createCoordinateSystem()
H A DScatterChartType.cxx186 ScatterChartType::createCoordinateSystem( ::sal_Int32 DimensionCount ) in createCoordinateSystem() argument
192 GetComponentContext(), DimensionCount, /* bSwapXAndYAxis */ sal_False )); in createCoordinateSystem()
194 for( sal_Int32 i=0; i<DimensionCount; ++i ) in createCoordinateSystem()
H A DChartType.cxx83 ChartType::createCoordinateSystem( ::sal_Int32 DimensionCount ) in createCoordinateSystem() argument
89 GetComponentContext(), DimensionCount, /* bSwapXAndYAxis */ sal_False )); in createCoordinateSystem()
91 for( sal_Int32 i=0; i<DimensionCount; ++i ) in createCoordinateSystem()
H A DPieChartType.hxx53 createCoordinateSystem( ::sal_Int32 DimensionCount )
H A DNetChartType.hxx44 createCoordinateSystem( ::sal_Int32 DimensionCount )
H A DBubbleChartType.hxx56 createCoordinateSystem( ::sal_Int32 DimensionCount )
H A DScatterChartType.hxx63 createCoordinateSystem( ::sal_Int32 DimensionCount )
H A DChartType.hxx76 createCoordinateSystem( ::sal_Int32 DimensionCount )
/trunk/main/offapi/com/sun/star/chart2/
H A DXChartType.idl59 XCoordinateSystem createCoordinateSystem( [in] long DimensionCount )

Completed in 30 milliseconds