Searched refs:DimensionCount (Results 1 – 11 of 11) sorted by relevance
/aoo41x/main/chart2/source/model/template/ |
H A D | NetChartType.cxx | 65 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 D | BubbleChartType.cxx | 140 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 D | PieChartType.cxx | 169 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 D | ScatterChartType.cxx | 186 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 D | ChartType.cxx | 83 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 D | PieChartType.hxx | 53 createCoordinateSystem( ::sal_Int32 DimensionCount )
|
H A D | NetChartType.hxx | 44 createCoordinateSystem( ::sal_Int32 DimensionCount )
|
H A D | BubbleChartType.hxx | 56 createCoordinateSystem( ::sal_Int32 DimensionCount )
|
H A D | ScatterChartType.hxx | 63 createCoordinateSystem( ::sal_Int32 DimensionCount )
|
H A D | ChartType.hxx | 76 createCoordinateSystem( ::sal_Int32 DimensionCount )
|
/aoo41x/main/offapi/com/sun/star/chart2/ |
H A D | XChartType.idl | 59 XCoordinateSystem createCoordinateSystem( [in] long DimensionCount )
|
Completed in 28 milliseconds