Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/drawinglayer/source/dumper/
H A DEnhancedShapeDumper.cxx601 sal_Int32 nSequenceLength = aHandles.getLength(); in dumpHandlesAsElement() local
602 for (sal_Int32 i = 0; i < nSequenceLength; ++i) in dumpHandlesAsElement()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/drawinglayer/source/dumper/
H A DEnhancedShapeDumper.cxx602 sal_Int32 nSequenceLength = aHandles.getLength(); in dumpHandlesAsElement() local
603 for (sal_Int32 i = 0; i < nSequenceLength; ++i) in dumpHandlesAsElement()
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/chart/
H A DSchXMLExport.cxx2705 …sal_Int32 nSequenceLength = (xTempValueSeq.is()? xTempValueSeq->getData().getLength() : sal_Int32(… in exportSeries() local
2706 if( nSeriesLength < nSequenceLength ) in exportSeries()
2707 nSeriesLength = nSequenceLength; in exportSeries()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/chart/
H A DSchXMLExport.cxx2582 …sal_Int32 nSequenceLength = (xTempValueSeq.is()? xTempValueSeq->getData().getLength() : sal_Int32(… in exportSeries() local
2583 if( nSeriesLength < nSequenceLength ) in exportSeries()
2584 nSeriesLength = nSequenceLength; in exportSeries()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/source/export/
H A Dchartexport.cxx2113 …sal_Int32 nSequenceLength = (xTempValueSeq.is()? xTempValueSeq->getData().getLength() : sal_Int32(… in exportSeries() local
2114 if( nSeriesLength < nSequenceLength ) in exportSeries()
2115 nSeriesLength = nSequenceLength; in exportSeries()
/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/export/
H A Dchartexport.cxx2493 …sal_Int32 nSequenceLength = (xTempValueSeq.is()? xTempValueSeq->getData().getLength() : sal_Int32(… in exportSeries() local
2494 if( nSeriesLength < nSequenceLength ) in exportSeries()
2495 nSeriesLength = nSequenceLength; in exportSeries()