Home
last modified time | relevance | path

Searched refs:nSeriesIdx (Results 1 – 16 of 16) sorted by relevance

/trunk/main/oox/source/drawingml/chart/
H A Dobjectformatter.cxx608 sal_Int32 getPhColor( sal_Int32 nSeriesIdx ) const;
635 sal_Int32 nSeriesIdx );
655 sal_Int32 nSeriesIdx );
674 sal_Int32 nSeriesIdx );
716 sal_Int32 nSeriesIdx );
737 sal_Int32 nSeriesIdx );
742 sal_Int32 nSeriesIdx );
808 sal_Int32 DetailFormatterBase::getPhColor( sal_Int32 nSeriesIdx ) const in getPhColor()
1027 maLineFormatter.convertFormatting( aPropMap, xShapeProp, nSeriesIdx ); in convertAutomaticLine()
1171 pFormat->convertAutomaticLine( rPropSet, nSeriesIdx ); in convertAutomaticLine()
[all …]
/trunk/main/chart2/source/controller/dialogs/
H A DDataBrowserModel.cxx164 for( sal_Int32 nSeriesIdx=1; nSeriesIdx<rSeries.getLength(); ++nSeriesIdx ) in lcl_getSharedSequences() local
166 bShared = lcl_SequenceOfSeriesIsShared( rSeries[nSeriesIdx], xValues ); in lcl_getSharedSequences()
859 for( sal_Int32 nSeriesIdx=0; nSeriesIdx<aSeries.getLength(); ++nSeriesIdx ) in updateFromModel() local
862 Reference< chart2::XDataSeries > xSeries( aSeries[nSeriesIdx] ); in updateFromModel()
874 aSeries[nSeriesIdx], aCooSysSeq[nCooSysIdx], 1 ); in updateFromModel()
896 aSeries[nSeriesIdx], in updateFromModel()
918 … if( StatisticsHelper::usesErrorBarRanges( aSeries[nSeriesIdx], /* bYError = */ true )) in updateFromModel()
919 … addErrorBarRanges( aSeries[nSeriesIdx], nYAxisNumberFormatKey, nSeqIdx, nHeaderEnd ); in updateFromModel()
923 aSeries[nSeriesIdx], in updateFromModel()
/trunk/main/chart2/source/model/template/
H A DChartTypeTemplate.cxx849 for( sal_Int32 nSeriesIdx=0; nSeriesIdx<aSeriesSeq.getLength(); ++nSeriesIdx ) in createChartTypes() local
851 if( nSeriesIdx == nCooSysIdx ) in createChartTypes()
866 xDSCnt->setDataSeries( aSeriesSeq[nSeriesIdx] ); in createChartTypes()
875 aNewSeriesSeq.realloc( nNewStartIndex + aSeriesSeq[nSeriesIdx].getLength() ); in createChartTypes()
876 ::std::copy( aSeriesSeq[nSeriesIdx].getConstArray(), in createChartTypes()
877 … aSeriesSeq[nSeriesIdx].getConstArray() + aSeriesSeq[nSeriesIdx].getLength(), in createChartTypes()
H A DStockDataInterpreter.cxx245 … for( sal_Int32 nSeriesIdx = 0; nSeriesIdx < nNumSeriesData; ++nSeriesIdx, ++nReUsedSeriesIdx ) in interpretDataSource() local
257 xSink->setData( aSequences[nGroupIndex][nSeriesIdx] ); in interpretDataSource()
258 aResultSeries[nGroupIndex][nSeriesIdx].set( xSeries ); in interpretDataSource()
H A DDataInterpreter.cxx297 for( sal_Int32 nSeriesIdx=0; nSeriesIdx<aSeries.getLength(); ++nSeriesIdx ) in mergeInterpretedData() local
301 Reference< data::XDataSource > xSrc( aSeries[nSeriesIdx], uno::UNO_QUERY_THROW ); in mergeInterpretedData()
/trunk/main/oox/inc/oox/drawingml/chart/
H A Dobjectformatter.hxx99 sal_Int32 nSeriesIdx = -1 );
107 sal_Int32 nSeriesIdx = -1 );
144 sal_Int32 nSeriesIdx = -1 );
150 sal_Int32 nSeriesIdx = -1 );
/trunk/main/chart2/source/controller/main/
H A DObjectHierarchy.cxx436 for( sal_Int32 nSeriesIdx=0; nSeriesIdx<nNumberOfSeries; ++nSeriesIdx ) in createDataSeriesTree() local
440 nDiagramIndex, nCooSysIdx, nCTIdx, nSeriesIdx )); in createDataSeriesTree()
447 … Reference< chart2::XDataSeries > xSeries( aSeriesSeq[nSeriesIdx], uno::UNO_QUERY ); in createDataSeriesTree()
/trunk/main/chart2/source/tools/
H A DDataSeriesHelper.cxx139 for( sal_Int32 nSeriesIdx=0; nSeriesIdx<aSeries.getLength(); ++nSeriesIdx ) in lcl_getCooSysAndChartTypeOfSeries() local
141 if( aSeries[nSeriesIdx] == xSeries ) in lcl_getCooSysAndChartTypeOfSeries()
H A DAxisHelper.cxx252 … for( sal_Int32 nSeriesIdx=0; nSeriesIdx<aDataSeriesSeq.getLength(); ++nSeriesIdx ) in getExplicitNumberFormatKeyForAxis() local
254 … Reference< chart2::XDataSeries > xDataSeries(aDataSeriesSeq[nSeriesIdx]); in getExplicitNumberFormatKeyForAxis()
/trunk/main/xmloff/source/chart/
H A DSchXMLExport.cxx2761 for( sal_Int32 nSeriesIdx=0; nSeriesIdx<aSeriesSeq.getLength(); ++nSeriesIdx ) in exportSeries() local
2764 … Reference< chart2::data::XDataSource > xSource( aSeriesSeq[nSeriesIdx], uno::UNO_QUERY ); in exportSeries()
2814 aSeriesSeq[nSeriesIdx], mrExport.GetModel() ); in exportSeries()
2952 else if( nSeriesIdx==0 ) in exportSeries()
3021 … exportRegressionCurve( aSeriesSeq[nSeriesIdx], xPropSet, rPageSize, bExportContent ); in exportSeries()
3082 … uno::Reference< beans::XPropertySet >( aSeriesSeq[nSeriesIdx], uno::UNO_QUERY ), in exportSeries()
3210 for( sal_Int32 nSeriesIdx=0; nSeriesIdx<aSeriesSeq.getLength(); ++nSeriesIdx ) in exportCandleStickSeries() local
3212 Reference< chart2::XDataSeries > xSeries( aSeriesSeq[nSeriesIdx] ); in exportCandleStickSeries()
/trunk/main/sc/source/filter/excel/
H A Dxichart.cxx1772 XclImpChSeries::XclImpChSeries( const XclImpChRoot& rRoot, sal_uInt16 nSeriesIdx ) : in XclImpChSeries() argument
1775 mnSeriesIdx( nSeriesIdx ), in XclImpChSeries()
3967 sal_uInt16 nSeriesIdx = xText->GetPointPos().mnSeriesIdx; in ReadChText() local
3968 if( nSeriesIdx < maSeries.size() ) in ReadChText()
3969 maSeries[ nSeriesIdx ]->SetDataLabel( xText ); in ReadChText()
4030 sal_uInt16 nSeriesIdx = aMIt->first.mnSeriesIdx; in FinalizeDataFormats() local
4031 if( nSeriesIdx < maSeries.size() ) in FinalizeDataFormats()
4032 maSeries[ nSeriesIdx ]->SetDataFormat( aMIt->second ); in FinalizeDataFormats()
H A Dxechart.cxx1677 bool XclExpChSerTrendLine::Convert( Reference< XRegressionCurve > xRegCurve, sal_uInt16 nSeriesIdx ) in Convert() argument
1700 XclChDataPointPos aPointPos( nSeriesIdx ); in Convert()
1836 XclExpChSeries::XclExpChSeries( const XclExpChRoot& rRoot, sal_uInt16 nSeriesIdx ) : in XclExpChSeries() argument
1839 mnSeriesIdx( nSeriesIdx ), in XclExpChSeries()
3368 sal_uInt16 nSeriesIdx = static_cast< sal_uInt16 >( maSeries.GetSize() ); in CreateSeries() local
3369 if( nSeriesIdx <= EXC_CHSERIES_MAXSERIES ) in CreateSeries()
3371 xSeries.reset( new XclExpChSeries( GetChRoot(), nSeriesIdx ) ); in CreateSeries()
H A Dxlchart.cxx82 XclChDataPointPos::XclChDataPointPos( sal_uInt16 nSeriesIdx, sal_uInt16 nPointIdx ) : in XclChDataPointPos() argument
83 mnSeriesIdx( nSeriesIdx ), in XclChDataPointPos()
/trunk/main/sc/source/filter/inc/
H A Dxechart.hxx701 bool Convert( XRegressionCurveRef xRegCurve, sal_uInt16 nSeriesIdx );
756 explicit XclExpChSeries( const XclExpChRoot& rRoot, sal_uInt16 nSeriesIdx );
H A Dxlchart.hxx774 sal_uInt16 nSeriesIdx = EXC_CHSERIES_INVALID,
H A Dxichart.hxx805 explicit XclImpChSeries( const XclImpChRoot& rRoot, sal_uInt16 nSeriesIdx );

Completed in 172 milliseconds