Home
last modified time | relevance | path

Searched refs:aAttributedDataPointIndexList (Results 1 – 5 of 5) sorted by relevance

/trunk/main/chart2/source/tools/
H A DDataSeriesHelper.cxx169 uno::Sequence< sal_Int32 > aAttributedDataPointIndexList; in lcl_insertOrDeleteDataLabelsToSeriesAndAllPoints() local
172 for(sal_Int32 nN=aAttributedDataPointIndexList.getLength();nN--;) in lcl_insertOrDeleteDataLabelsToSeriesAndAllPoints()
612 uno::Sequence< sal_Int32 > aAttributedDataPointIndexList; in setPropertyAlsoToAllAttributedDataPoints() local
613 …esProperties->getPropertyValue( C2U( "AttributedDataPoints" ) ) >>= aAttributedDataPointIndexList ) in setPropertyAlsoToAllAttributedDataPoints()
615 for(sal_Int32 nN=aAttributedDataPointIndexList.getLength();nN--;) in setPropertyAlsoToAllAttributedDataPoints()
632 uno::Sequence< sal_Int32 > aAttributedDataPointIndexList; in hasAttributedDataPointDifferentValue() local
633 …esProperties->getPropertyValue( C2U( "AttributedDataPoints" ) ) >>= aAttributedDataPointIndexList ) in hasAttributedDataPointDifferentValue()
635 for(sal_Int32 nN=aAttributedDataPointIndexList.getLength();nN--;) in hasAttributedDataPointDifferentValue()
805 uno::Sequence< sal_Int32 > aAttributedDataPointIndexList; in hasDataLabelsAtPoints() local
808 for(sal_Int32 nN=aAttributedDataPointIndexList.getLength();nN--;) in hasDataLabelsAtPoints()
[all …]
/trunk/main/chart2/source/model/template/
H A DPieChartTypeTemplate.cxx358 uno::Sequence< sal_Int32 > aAttributedDataPointIndexList; in matchesTemplate() local
359 … if( xProp->getPropertyValue( C2U( "AttributedDataPoints" ) ) >>= aAttributedDataPointIndexList ) in matchesTemplate()
361 for(sal_Int32 nN=aAttributedDataPointIndexList.getLength();nN--;) in matchesTemplate()
363 …eans::XPropertySet > xPointProp( xSeries->getDataPointByIndex(aAttributedDataPointIndexList[nN]) ); in matchesTemplate()
495 uno::Sequence< sal_Int32 > aAttributedDataPointIndexList; in applyStyle() local
496 … xProp->getPropertyValue( C2U( "AttributedDataPoints" ) ) >>= aAttributedDataPointIndexList; in applyStyle()
511 … for( sal_Int32 nPtIdx=0; nPtIdx<aAttributedDataPointIndexList.getLength(); ++nPtIdx ) in applyStyle()
514 … xSeries->getDataPointByIndex( aAttributedDataPointIndexList[ nPtIdx ] )); in applyStyle()
536 … for( sal_Int32 nPtIdx=0; nPtIdx<aAttributedDataPointIndexList.getLength(); ++nPtIdx ) in applyStyle()
539 … xSeries->getDataPointByIndex( aAttributedDataPointIndexList[ nPtIdx ] ), uno::UNO_QUERY ); in applyStyle()
H A DChartTypeTemplate.cxx422 uno::Sequence< sal_Int32 > aAttributedDataPointIndexList; in applyStyle() local
423 … xSeriesProp->getPropertyValue( C2U( "AttributedDataPoints" ) ) >>= aAttributedDataPointIndexList ) in applyStyle()
424 for(sal_Int32 nN=aAttributedDataPointIndexList.getLength();nN--;) in applyStyle()
425 …lcl_ensureCorrectLabelPlacement( xSeries->getDataPointByIndex(aAttributedDataPointIndexList[nN]), … in applyStyle()
519 uno::Sequence< sal_Int32 > aAttributedDataPointIndexList; in resetStyles() local
520 … xSeriesProp->getPropertyValue( C2U( "AttributedDataPoints" ) ) >>= aAttributedDataPointIndexList ) in resetStyles()
521 for(sal_Int32 nN=aAttributedDataPointIndexList.getLength();nN--;) in resetStyles()
522 …cl_resetLabelPlacementIfDefault( xSeries->getDataPointByIndex(aAttributedDataPointIndexList[nN]), … in resetStyles()
/trunk/main/chart2/source/view/charttypes/
H A DPieChart.cxx279 uno::Sequence< sal_Int32 > aAttributedDataPointIndexList; in getMaxOffset() local
280 … xSeriesProp->getPropertyValue( C2U( "AttributedDataPoints" ) ) >>= aAttributedDataPointIndexList ) in getMaxOffset()
282 for(sal_Int32 nN=aAttributedDataPointIndexList.getLength();nN--;) in getMaxOffset()
284 …ans::XPropertySet > xPointProp( pSeries->getPropertiesOfPoint(aAttributedDataPointIndexList[nN]) ); in getMaxOffset()
/trunk/main/chart2/source/controller/main/
H A DChartController_Window.cxx1078 uno::Sequence< sal_Int32 > aAttributedDataPointIndexList; in execute_Command() local
1079 …esProperties->getPropertyValue( C2U( "AttributedDataPoints" ) ) >>= aAttributedDataPointIndexList ) in execute_Command()
1081 if( aAttributedDataPointIndexList.hasElements() ) in execute_Command()
1085 …vector< sal_Int32 > aIndices( ContainerHelper::SequenceToVector( aAttributedDataPointIndexList ) ); in execute_Command()

Completed in 56 milliseconds