Home
last modified time | relevance | path

Searched refs:aChartTypeSeq (Results 1 – 20 of 20) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/source/model/template/
H A DColumnLineChartTypeTemplate.cxx292 Sequence< Reference< XChartType > > aChartTypeSeq( xCTCnt->getChartTypes()); in matchesTemplate() local
293 for( sal_Int32 j=0; j<aChartTypeSeq.getLength(); ++j ) in matchesTemplate()
295 if( aChartTypeSeq[j].is()) in matchesTemplate()
300 OUString aCTService = aChartTypeSeq[j]->getChartType(); in matchesTemplate()
303 xColumnChartType.set( aChartTypeSeq[j] ); in matchesTemplate()
307 xLineChartType.set( aChartTypeSeq[j] ); in matchesTemplate()
H A DStockChartTypeTemplate.cxx417 Sequence< Reference< XChartType > > aChartTypeSeq( xCTCnt->getChartTypes()); in matchesTemplate() local
418 for( sal_Int32 j=0; j<aChartTypeSeq.getLength(); ++j ) in matchesTemplate()
420 if( aChartTypeSeq[j].is()) in matchesTemplate()
425 OUString aCTService = aChartTypeSeq[j]->getChartType(); in matchesTemplate()
427 xVolumeChartType.set( aChartTypeSeq[j] ); in matchesTemplate()
429 xCandleStickChartType.set( aChartTypeSeq[j] ); in matchesTemplate()
431 xLineChartType.set( aChartTypeSeq[j] ); in matchesTemplate()
H A DChartTypeTemplate.cxx340 Sequence< Reference< XChartType > > aChartTypeSeq( xCTCnt->getChartTypes()); in matchesTemplate() local
341 for( sal_Int32 nCTIdx=0; bResult && (nCTIdx < aChartTypeSeq.getLength()); ++nCTIdx ) in matchesTemplate()
343 if (!aChartTypeSeq[nCTIdx].is()) in matchesTemplate()
347 bResult = bResult && aChartTypeSeq[nCTIdx]->getChartType() == aChartTypeToMatch; in matchesTemplate()
353 aChartTypeSeq[nCTIdx], bFound, bAmbiguous, in matchesTemplate()
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/chart/
H A DSchXMLSeriesHelper.cxx51 … const Sequence< Reference< chart2::XChartType > > aChartTypeSeq( xCTCnt->getChartTypes()); in getDataSeriesFromDiagram() local
52 for( const auto& rChartType : aChartTypeSeq ) in getDataSeriesFromDiagram()
H A DSchXMLTableContext.cxx916 …const Sequence< Reference< chart2::XChartType > > aChartTypeSeq( xCooSysContainer->getChartTypes()… in switchRangesFromOuterToInternalIfNecessary() local
917 for( const auto& rChartType : aChartTypeSeq ) in switchRangesFromOuterToInternalIfNecessary()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/chart/
H A DSchXMLSeriesHelper.cxx51 … const Sequence< Reference< chart2::XChartType > > aChartTypeSeq( xCTCnt->getChartTypes()); in getDataSeriesFromDiagram() local
52 for( const auto& rChartType : aChartTypeSeq ) in getDataSeriesFromDiagram()
H A DSchXMLTableContext.cxx950 …const Sequence< Reference< chart2::XChartType > > aChartTypeSeq( xCooSysContainer->getChartTypes()… in switchRangesFromOuterToInternalIfNecessary() local
951 for( const auto& rChartType : aChartTypeSeq ) in switchRangesFromOuterToInternalIfNecessary()
/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/model/template/
H A DChartTypeTemplate.cxx338 Sequence< Reference< XChartType > > aChartTypeSeq( xCTCnt->getChartTypes()); in matchesTemplate() local
339 for( sal_Int32 nCTIdx=0; bResult && (nCTIdx < aChartTypeSeq.getLength()); ++nCTIdx ) in matchesTemplate()
341 if (!aChartTypeSeq[nCTIdx].is()) in matchesTemplate()
345 bResult = bResult && aChartTypeSeq[nCTIdx]->getChartType() == aChartTypeToMatch; in matchesTemplate()
351 aChartTypeSeq[nCTIdx], bFound, bAmbiguous, in matchesTemplate()
H A DColumnLineChartTypeTemplate.cxx292 const Sequence< Reference< XChartType > > aChartTypeSeq( xCTCnt->getChartTypes()); in matchesTemplate() local
293 for( Reference< XChartType > const & chartType : aChartTypeSeq ) in matchesTemplate()
H A DStockChartTypeTemplate.cxx417 const Sequence< Reference< XChartType > > aChartTypeSeq( xCTCnt->getChartTypes()); in matchesTemplate() local
418 for( Reference< XChartType > const & chartType : aChartTypeSeq ) in matchesTemplate()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/source/tools/
H A DDiagramHelper.cxx679 Sequence< Reference< XChartType > > aChartTypeSeq( xCTCnt->getChartTypes()); in getDataSeriesFromDiagram() local
680 for( sal_Int32 j=0; j<aChartTypeSeq.getLength(); ++j ) in getDataSeriesFromDiagram()
682 Reference< XDataSeriesContainer > xDSCnt( aChartTypeSeq[j], uno::UNO_QUERY_THROW ); in getDataSeriesFromDiagram()
1217 Sequence< Reference< XChartType > > aChartTypeSeq( xCTCnt->getChartTypes()); in getChartTypesFromDiagram() local
1218 std::copy( aChartTypeSeq.begin(), aChartTypeSeq.end(), in getChartTypesFromDiagram()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/source/controller/dialogs/
H A DDialogModel.cxx436 Sequence< Reference< XChartType > > aChartTypeSeq( xCTCnt->getChartTypes()); in getAllDataSeriesContainers() local
438 aChartTypeSeq.begin(), aChartTypeSeq.end(), in getAllDataSeriesContainers()
/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/controller/dialogs/
H A DDialogModel.cxx476 Sequence< Reference< XChartType > > aChartTypeSeq( xCTCnt->getChartTypes()); in getAllDataSeriesContainers() local
478 aChartTypeSeq.begin(), aChartTypeSeq.end(), in getAllDataSeriesContainers()
/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/controller/main/
H A DObjectHierarchy.cxx415 Sequence< Reference< XChartType > > aChartTypeSeq( xCTCnt->getChartTypes()); in createDataSeriesTree() local
416 for( sal_Int32 nCTIdx=0; nCTIdx<aChartTypeSeq.getLength(); ++nCTIdx ) in createDataSeriesTree()
418 Reference< XChartType > xChartType( aChartTypeSeq[nCTIdx] ); in createDataSeriesTree()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/source/controller/main/
H A DObjectHierarchy.cxx414 Sequence< Reference< XChartType > > aChartTypeSeq( xCTCnt->getChartTypes()); in createDataSeriesTree() local
415 for( sal_Int32 nCTIdx=0; nCTIdx<aChartTypeSeq.getLength(); ++nCTIdx ) in createDataSeriesTree()
417 Reference< XChartType > xChartType( aChartTypeSeq[nCTIdx] ); in createDataSeriesTree()
/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/tools/
H A DDiagramHelper.cxx668 const Sequence< Reference< XChartType > > aChartTypeSeq( xCTCnt->getChartTypes()); in getDataSeriesFromDiagram() local
669 for( Reference< XChartType> const & chartType : aChartTypeSeq ) in getDataSeriesFromDiagram()
1203 Sequence< Reference< XChartType > > aChartTypeSeq( xCTCnt->getChartTypes()); in getChartTypesFromDiagram() local
1204 aResult.insert( aResult.end(), aChartTypeSeq.begin(), aChartTypeSeq.end() ); in getChartTypesFromDiagram()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/excel/
H A Dxechart.cxx3119 … const Sequence< Reference< XChartType > > aChartTypeSeq = xChartTypeCont->getChartTypes(); in Convert() local
3120 for( const Reference< XChartType >& rChartType : aChartTypeSeq ) in Convert()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/excel/
H A Dxechart.cxx3117 … const Sequence< Reference< XChartType > > aChartTypeSeq = xChartTypeCont->getChartTypes(); in Convert() local
3118 for( const Reference< XChartType >& rChartType : aChartTypeSeq ) in Convert()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/source/export/
H A Dchartexport.cxx508 … const Sequence< Reference< chart2::XChartType > > aChartTypeSeq(xCTCnt->getChartTypes()); in getSplitCategoriesList() local
509 for (const auto& rChartType : aChartTypeSeq) in getSplitCategoriesList()
/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/export/
H A Dchartexport.cxx578 … const Sequence< Reference< chart2::XChartType > > aChartTypeSeq(xCTCnt->getChartTypes()); in getSplitCategoriesList() local
579 for (const auto& rChartType : aChartTypeSeq) in getSplitCategoriesList()