Searched refs:aChartTypes (Results 1 – 13 of 13) sorted by relevance
/aoo41x/main/xmloff/source/chart/ |
H A D | SchXMLImport.cxx | 460 Sequence< Reference< chart2::XChartType > > aChartTypes( xCTCnt->getChartTypes()); in DeleteDataSeries() local 463 for( nChartTypeIndex=0; nChartTypeIndex<aChartTypes.getLength(); nChartTypeIndex++ ) in DeleteDataSeries() 515 Sequence< Reference< chart2::XChartType > > aChartTypes( xCTCnt->getChartTypes()); in GetNewDataSeries() local 517 const Reference< chart2::XChartType > * pBegin = aChartTypes.getConstArray(); in GetNewDataSeries() 518 const Reference< chart2::XChartType > * pEnd = pBegin + aChartTypes.getLength(); in GetNewDataSeries() 532 if( bPushLastChartType && aChartTypes.getLength()) in GetNewDataSeries() 534 sal_Int32 nIndex( aChartTypes.getLength() - 1 ); in GetNewDataSeries() 535 aChartTypes.realloc( aChartTypes.getLength() + 1 ); in GetNewDataSeries() 536 aChartTypes[ nIndex + 1 ] = aChartTypes[ nIndex ]; in GetNewDataSeries() 537 aChartTypes[ nIndex ] = xCurrentType; in GetNewDataSeries() [all …]
|
H A D | SchXMLChartContext.cxx | 954 … uno::Sequence< uno::Reference< chart2::XChartType > > aChartTypes( xCTCnt->getChartTypes()); in MergeSeriesForStockChart() local 955 for( sal_Int32 nCTIdx=0; nCTIdx<aChartTypes.getLength(); ++nCTIdx ) in MergeSeriesForStockChart() 957 if( aChartTypes[nCTIdx]->getChartType().equalsAsciiL( in MergeSeriesForStockChart() 960 xDSContainer.set( aChartTypes[nCTIdx], uno::UNO_QUERY_THROW ); in MergeSeriesForStockChart() 961 … uno::Reference< beans::XPropertySet > xCTProp( aChartTypes[nCTIdx], uno::UNO_QUERY_THROW ); in MergeSeriesForStockChart()
|
H A D | SchXMLExport.cxx | 569 Sequence< Reference< chart2::XChartType > > aChartTypes( xCTCnt->getChartTypes()); in lcl_hasChartType() local 570 for( sal_Int32 nCTIdx=0; nCTIdx<aChartTypes.getLength(); ++nCTIdx ) in lcl_hasChartType() 572 if( aChartTypes[nCTIdx]->getChartType().equals( rChartType )) in lcl_hasChartType()
|
/aoo41x/main/chart2/source/controller/chartapiwrapper/ |
H A D | WrappedSplineProperties.cxx | 73 … Sequence< ::com::sun::star::uno::Reference< ::com::sun::star::chart2::XChartType > > aChartTypes( in detectInnerValue() local 75 for( sal_Int32 nN = aChartTypes.getLength(); nN--; ) in detectInnerValue() 79 …erence< ::com::sun::star::beans::XPropertySet > xChartTypePropertySet( aChartTypes[nN], ::com::sun… in detectInnerValue() 122 … Sequence< ::com::sun::star::uno::Reference< ::com::sun::star::chart2::XChartType > > aChartTypes( in setPropertyValue() local 124 for( sal_Int32 nN = aChartTypes.getLength(); nN--; ) in setPropertyValue() 128 …erence< ::com::sun::star::beans::XPropertySet > xChartTypePropertySet( aChartTypes[nN], ::com::sun… in setPropertyValue()
|
/aoo41x/main/chart2/source/tools/ |
H A D | AxisHelper.cxx | 245 Sequence< Reference< XChartType > > aChartTypes( xCTCnt->getChartTypes()); in getExplicitNumberFormatKeyForAxis() local 246 for( sal_Int32 nCTIdx=0; nCTIdx<aChartTypes.getLength(); ++nCTIdx ) in getExplicitNumberFormatKeyForAxis() 249 …leToMatch = ChartTypeHelper::getRoleOfSequenceForYAxisNumberFormatDetection( aChartTypes[nCTIdx] ); in getExplicitNumberFormatKeyForAxis() 250 … Reference< XDataSeriesContainer > xDSCnt( aChartTypes[nCTIdx], uno::UNO_QUERY_THROW ); in getExplicitNumberFormatKeyForAxis() 915 Sequence< Reference< chart2::XChartType > > aChartTypes( xCTCnt->getChartTypes() ); in isSecondaryYAxisNeeded() local 916 for( sal_Int32 i=0; i<aChartTypes.getLength(); ++i ) in isSecondaryYAxisNeeded() 918 Reference< XDataSeriesContainer > xSeriesContainer( aChartTypes[i] , uno::UNO_QUERY ); in isSecondaryYAxisNeeded()
|
H A D | DataSeriesHelper.cxx | 132 Sequence< Reference< chart2::XChartType > > aChartTypes( xCTCnt->getChartTypes()); in lcl_getCooSysAndChartTypeOfSeries() local 133 for( sal_Int32 nCTIdx=0; nCTIdx<aChartTypes.getLength(); ++nCTIdx ) in lcl_getCooSysAndChartTypeOfSeries() 135 … Reference< chart2::XDataSeriesContainer > xSeriesCnt( aChartTypes[nCTIdx], uno::UNO_QUERY ); in lcl_getCooSysAndChartTypeOfSeries() 144 xOutChartType.set( aChartTypes[nCTIdx] ); in lcl_getCooSysAndChartTypeOfSeries()
|
H A D | DiagramHelper.cxx | 1001 Sequence< Reference< XChartType > > aChartTypes( xTypeCntr->getChartTypes() ); in generateAutomaticCategoriesFromCooSys() local 1002 for( sal_Int32 nN=0; nN<aChartTypes.getLength(); nN++ ) in generateAutomaticCategoriesFromCooSys() 1004 lcl_generateAutomaticCategoriesFromChartType( aRet, aChartTypes[nN] ); in generateAutomaticCategoriesFromCooSys()
|
/aoo41x/main/chart2/source/controller/dialogs/ |
H A D | DataBrowserModel.cxx | 833 Sequence< Reference< chart2::XChartType > > aChartTypes( xCTCnt->getChartTypes()); in updateFromModel() local 836 for( sal_Int32 nCTIdx=0; nCTIdx<aChartTypes.getLength(); ++nCTIdx ) in updateFromModel() 838 … Reference< chart2::XDataSeriesContainer > xSeriesCnt( aChartTypes[nCTIdx], uno::UNO_QUERY ); in updateFromModel() 841 …ormat = ChartTypeHelper::getRoleOfSequenceForDataLabelNumberFormatDetection( aChartTypes[nCTIdx] ); in updateFromModel() 924 aChartTypes[nCTIdx], in updateFromModel()
|
/aoo41x/main/chart2/source/model/main/ |
H A D | BaseCoordinateSystem.cxx | 311 …seCoordinateSystem::setChartTypes( const Sequence< Reference< chart2::XChartType > >& aChartTypes ) in setChartTypes() argument 316 m_aChartTypes = ContainerHelper::SequenceToVector( aChartTypes ); in setChartTypes()
|
/aoo41x/main/chart2/source/model/template/ |
H A D | ChartTypeTemplate.cxx | 309 Sequence< Reference< XChartType > > aChartTypes( in changeDiagramData() local 311 sal_Int32 nMax = ::std::min( aChartTypes.getLength(), aSeriesSeq.getLength()); in changeDiagramData() 314 Reference< XDataSeriesContainer > xDSCnt( aChartTypes[i], uno::UNO_QUERY_THROW ); in changeDiagramData()
|
/aoo41x/main/svtools/source/misc/ |
H A D | embedhlp.cxx | 980 uno::Sequence< uno::Reference< chart2::XChartType > > aChartTypes( xCTCnt->getChartTypes()); in GetChartType() local 986 for( sal_Int32 nCTIdx=0; nCTIdx<aChartTypes.getLength(); ++nCTIdx ) in GetChartType() 988 rtl::OUString strChartType = aChartTypes[nCTIdx]->getChartType(); in GetChartType()
|
/aoo41x/main/offapi/com/sun/star/chart2/ |
H A D | XChartTypeContainer.idl | 69 void setChartTypes( [in] sequence< XChartType > aChartTypes )
|
/aoo41x/main/chart2/source/model/inc/ |
H A D | BaseCoordinateSystem.hxx | 122 …Sequence< ::com::sun::star::uno::Reference< ::com::sun::star::chart2::XChartType > >& aChartTypes )
|
Completed in 104 milliseconds