Lines Matching refs:aAttributedDataPointIndexList

169             uno::Sequence< sal_Int32 > aAttributedDataPointIndexList;  in lcl_insertOrDeleteDataLabelsToSeriesAndAllPoints()  local
170 …esProperties->getPropertyValue( C2U( "AttributedDataPoints" ) ) >>= aAttributedDataPointIndexList ) in lcl_insertOrDeleteDataLabelsToSeriesAndAllPoints()
172 for(sal_Int32 nN=aAttributedDataPointIndexList.getLength();nN--;) in lcl_insertOrDeleteDataLabelsToSeriesAndAllPoints()
174 …eans::XPropertySet > xPointProp( xSeries->getDataPointByIndex(aAttributedDataPointIndexList[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()
617 …eans::XPropertySet > xPointProp( xSeries->getDataPointByIndex(aAttributedDataPointIndexList[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()
637 …eans::XPropertySet > xPointProp( xSeries->getDataPointByIndex(aAttributedDataPointIndexList[nN]) ); in hasAttributedDataPointDifferentValue()
805 uno::Sequence< sal_Int32 > aAttributedDataPointIndexList; in hasDataLabelsAtPoints() local
806 …esProperties->getPropertyValue( C2U( "AttributedDataPoints" ) ) >>= aAttributedDataPointIndexList ) in hasDataLabelsAtPoints()
808 for(sal_Int32 nN=aAttributedDataPointIndexList.getLength();nN--;) in hasDataLabelsAtPoints()
810 …eans::XPropertySet > xPointProp( xSeries->getDataPointByIndex(aAttributedDataPointIndexList[nN]) ); in hasDataLabelsAtPoints()
839 uno::Sequence< sal_Int32 > aAttributedDataPointIndexList; in hasDataLabelAtPoint() local
840 …esProperties->getPropertyValue( C2U( "AttributedDataPoints" ) ) >>= aAttributedDataPointIndexList ) in hasDataLabelAtPoint()
842 …vector< sal_Int32 > aIndices( ContainerHelper::SequenceToVector( aAttributedDataPointIndexList ) ); in hasDataLabelAtPoint()