Home
last modified time | relevance | path

Searched refs:nSeriesLength (Results 1 – 6 of 6) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/oox/export/
H A Dchartexport.hxx185 sal_Int32 nSeriesLength, sal_Int32 eChartType );
186 …nst css::uno::Reference<css::chart2::XDataSeries>& xSeries, sal_Int32 nSeriesLength, sal_Int32 eCh…
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/oox/export/
H A Dchartexport.hxx186 sal_Int32 nSeriesLength, sal_Int32 eChartType );
187 …nst css::uno::Reference<css::chart2::XDataSeries>& xSeries, sal_Int32 nSeriesLength, sal_Int32 eCh…
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/chart/
H A DSchXMLExport.cxx231 sal_Int32 nSeriesLength,
2678 sal_Int32 nSeriesLength = 0; in exportSeries() local
2706 if( nSeriesLength < nSequenceLength ) in exportSeries()
2707 nSeriesLength = nSequenceLength; in exportSeries()
2945 nSeriesLength, xNewDiagram, bExportContent ); in exportSeries()
3244 sal_Int32 nSeriesLength = in exportCandleStickSeries() local
3333 sal_Int32 nSeriesLength, in exportDataPoints() argument
3373 SAL_WARN_IF( nSize > nSeriesLength, "xmloff.chart", "Too many point attributes" ); in exportDataPoints()
3393 for( nElement = 0; nElement < nSeriesLength; ++nElement ) in exportDataPoints()
3494 if( nCurrIndex<0 || nCurrIndex>=nSeriesLength ) in exportDataPoints()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/chart/
H A DSchXMLExport.cxx230 sal_Int32 nSeriesLength,
2554 sal_Int32 nSeriesLength = 0; in exportSeries() local
2583 if( nSeriesLength < nSequenceLength ) in exportSeries()
2584 nSeriesLength = nSequenceLength; in exportSeries()
2819 nSeriesLength, xNewDiagram, bExportContent ); in exportSeries()
3083 sal_Int32 nSeriesLength = in exportCandleStickSeries() local
3172 sal_Int32 nSeriesLength, in exportDataPoints() argument
3205 SAL_WARN_IF( nSize > nSeriesLength, "xmloff.chart", "Too many point attributes" ); in exportDataPoints()
3225 for( nElement = 0; nElement < nSeriesLength; ++nElement ) in exportDataPoints()
3290 if( nCurrIndex<0 || nCurrIndex>=nSeriesLength ) in exportDataPoints()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/source/export/
H A Dchartexport.cxx2092 sal_Int32 nSeriesLength = 0; in exportSeries() local
2114 if( nSeriesLength < nSequenceLength ) in exportSeries()
2115 nSeriesLength = nSequenceLength; in exportSeries()
2190 …nts( uno::Reference< beans::XPropertySet >( rSeries, uno::UNO_QUERY ), nSeriesLength, eChartType ); in exportSeries()
2193 exportDataLabels(rSeries, nSeriesLength, eChartType); in exportSeries()
3251 …const uno::Reference<chart2::XDataSeries> & xSeries, sal_Int32 nSeriesLength, sal_Int32 eChartType… in exportDataLabels() argument
3253 if (!xSeries.is() || nSeriesLength <= 0) in exportDataLabels()
3382 sal_Int32 nSeriesLength, sal_Int32 eChartType ) in exportDataPoints() argument
3406 for( nElement = 0; nElement < nSeriesLength; ++nElement ) in exportDataPoints()
3465 for( nElement = 0; nElement < nSeriesLength; ++nElement ) in exportDataPoints()
/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/export/
H A Dchartexport.cxx2472 sal_Int32 nSeriesLength = 0; in exportSeries() local
2494 if( nSeriesLength < nSequenceLength ) in exportSeries()
2495 nSeriesLength = nSequenceLength; in exportSeries()
2570 …nts( uno::Reference< beans::XPropertySet >( rSeries, uno::UNO_QUERY ), nSeriesLength, eChartType ); in exportSeries()
2573 exportDataLabels(rSeries, nSeriesLength, eChartType); in exportSeries()
3714 …const uno::Reference<chart2::XDataSeries> & xSeries, sal_Int32 nSeriesLength, sal_Int32 eChartType… in exportDataLabels() argument
3716 if (!xSeries.is() || nSeriesLength <= 0) in exportDataLabels()
3870 sal_Int32 nSeriesLength, sal_Int32 eChartType ) in exportDataPoints() argument
3895 for( nElement = 0; nElement < nSeriesLength; ++nElement ) in exportDataPoints()
3956 for( nElement = 0; nElement < nSeriesLength; ++nElement ) in exportDataPoints()