Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/excel/
H A Dxechart.cxx2130 sal_Int32 nApiAxesSetIdx, bool bSwappedAxesSet, bool bHasXLabels ) in Convert() argument
2149 maData.mnGap = limit_cast< sal_uInt16 >( aInt32Seq[ nApiAxesSetIdx ], 0, 500 ); in Convert()
2417 sal_Int32 nApiAxesSetIdx, bool b3dChart, bool bSwappedAxesSet, bool bHasXLabels ) in ConvertType() argument
2420 maType.Convert( xDiagram, xChartType, nApiAxesSetIdx, bSwappedAxesSet, bHasXLabels ); in ConvertType()
2900 sal_Int32 nApiAxisDim, sal_Int32 nApiAxesSetIdx ) in lclGetApiAxis() argument
2905 xAxis = xCoordSystem->getAxisByDimension( nApiAxisDim, nApiAxesSetIdx ); in lclGetApiAxis()
2914 sal_Int32 nApiAxisDim, sal_Int32 nApiAxesSetIdx ) in lclGetApiChart1Axis() argument
2921 switch( nApiAxesSetIdx ) in lclGetApiChart1Axis()
3106 sal_Int32 nApiAxesSetIdx = GetApiAxesSetIndex(); in Convert() local
3284 sal_Int32 nApiAxesSetIdx = GetApiAxesSetIndex(); in ConvertAxis() local
[all …]
H A Dxichart.cxx2726 CreateStockSeries( xChartType, nApiAxesSetIdx ); in CreateChartType()
2728 CreateDataSeries( xChartType, nApiAxesSetIdx ); in CreateChartType()
2782 Reference< XDataSeries > xSeries, sal_Int32 nApiAxesSetIdx ) const in InsertDataSeries()
2798 aSeriesProp.SetProperty( EXC_CHPROP_ATTAXISINDEX, nApiAxesSetIdx ); in InsertDataSeries()
2812 …ChTypeGroup::CreateDataSeries( Reference< XChartType > xChartType, sal_Int32 nApiAxesSetIdx ) const in CreateDataSeries()
2818 InsertDataSeries( xChartType, xDataSeries, nApiAxesSetIdx ); in CreateDataSeries()
2890 InsertDataSeries( xChartType, xDataSeries, nApiAxesSetIdx ); in CreateStockSeries()
3633 sal_Int32 nApiAxesSetIdx = GetApiAxesSetIndex(); in CreateCoordSystem() local
3638 … Reference< XChartType > xChartType = aIt->second->CreateChartType( xDiagram, nApiAxesSetIdx ); in CreateCoordSystem()
3678 sal_Int32 nApiAxesSetIdx = GetApiAxesSetIndex(); in ConvertAxis() local
[all …]
H A Dxlchart.cxx398 sal_Int32 nApiAxesSetIdx = EXC_CHART_AXESSET_NONE; in GetApiAxesSetIndex() local
401 case EXC_CHAXESSET_PRIMARY: nApiAxesSetIdx = EXC_CHART_AXESSET_PRIMARY; break; in GetApiAxesSetIndex()
402 case EXC_CHAXESSET_SECONDARY: nApiAxesSetIdx = EXC_CHART_AXESSET_SECONDARY; break; in GetApiAxesSetIndex()
404 return nApiAxesSetIdx; in GetApiAxesSetIndex()
/trunk/main/sc/source/filter/inc/
H A Dxichart.hxx1083 XChartTypeRef CreateChartType( XDiagramRef xDiagram, sal_Int32 nApiAxesSetIdx ) const;
1102 XDataSeriesRef xSeries, sal_Int32 nApiAxesSetIdx ) const;
1104 … void CreateDataSeries( XChartTypeRef xChartType, sal_Int32 nApiAxesSetIdx ) const;
1106 … void CreateStockSeries( XChartTypeRef xChartType, sal_Int32 nApiAxesSetIdx ) const;
H A Dxechart.hxx827 sal_Int32 nApiAxesSetIdx, bool bSwappedAxesSet, bool bHasXLabels );
949 … sal_Int32 nApiAxesSetIdx, bool b3dChart, bool bSwappedAxesSet, bool bHasXLabels );

Completed in 148 milliseconds