Lines Matching refs:aComplexCategories

582         ::std::vector< Reference< chart2::data::XLabeledDataSequence > > aComplexCategories;  in createDataSource()
588 aComplexCategories.push_back( new LabeledDataSequence( in createDataSource()
597 aComplexCategories.push_back( new LabeledDataSequence( in createDataSource()
603 return new DataSource( ContainerHelper::ContainerToSequence(aComplexCategories) ); in createDataSource()
854 …vector< vector< uno::Any > > aComplexCategories = m_bDataInColumns ? m_aInternalData.getComplexRow… in setDataByRangeRepresentation() local
857 if( aNewVector.size() > aComplexCategories.size() ) in setDataByRangeRepresentation()
858 aComplexCategories.resize( aNewVector.size() ); in setDataByRangeRepresentation()
859 else if( aNewVector.size() < aComplexCategories.size() ) in setDataByRangeRepresentation()
860 aNewVector.resize( aComplexCategories.size() ); in setDataByRangeRepresentation()
862 transform( aComplexCategories.begin(), aComplexCategories.end(), aNewVector.begin(), in setDataByRangeRepresentation()
863 aComplexCategories.begin(), lcl_setAnyAtLevel(nLevel) ); in setDataByRangeRepresentation()
866 m_aInternalData.setComplexRowLabels( aComplexCategories ); in setDataByRangeRepresentation()
868 m_aInternalData.setComplexColumnLabels( aComplexCategories ); in setDataByRangeRepresentation()
872 vector< vector< uno::Any > > aComplexCategories; in setDataByRangeRepresentation() local
873 aComplexCategories.resize( aNewVector.size() ); in setDataByRangeRepresentation()
874 transform( aComplexCategories.begin(), aComplexCategories.end(), aNewVector.begin(), in setDataByRangeRepresentation()
875 aComplexCategories.begin(), lcl_setAnyAtLevel(0) ); in setDataByRangeRepresentation()
877 m_aInternalData.setComplexRowLabels( aComplexCategories ); in setDataByRangeRepresentation()
879 m_aInternalData.setComplexColumnLabels( aComplexCategories ); in setDataByRangeRepresentation()
944 …vector< vector< uno::Any > > aComplexCategories = m_bDataInColumns ? m_aInternalData.getComplexRow… in insertComplexCategoryLevel() local
945 …::std::for_each( aComplexCategories.begin(), aComplexCategories.end(), lcl_insertAnyAtLevel(nLevel… in insertComplexCategoryLevel()
947 m_aInternalData.setComplexRowLabels( aComplexCategories ); in insertComplexCategoryLevel()
949 m_aInternalData.setComplexColumnLabels( aComplexCategories ); in insertComplexCategoryLevel()
961 …vector< vector< uno::Any > > aComplexCategories = m_bDataInColumns ? m_aInternalData.getComplexRow… in deleteComplexCategoryLevel() local
962 …::std::for_each( aComplexCategories.begin(), aComplexCategories.end(), lcl_removeAnyAtLevel(nLevel… in deleteComplexCategoryLevel()
964 m_aInternalData.setComplexRowLabels( aComplexCategories ); in deleteComplexCategoryLevel()
966 m_aInternalData.setComplexColumnLabels( aComplexCategories ); in deleteComplexCategoryLevel()