Home
last modified time | relevance | path

Searched refs:getComplexColumnLabels (Results 1 – 3 of 3) sorted by relevance

/trunk/main/chart2/source/tools/
H A DInternalDataProvider.cxx583 …bDataInColumns ? m_aInternalData.getComplexRowLabels() : m_aInternalData.getComplexColumnLabels()); in createDataSource()
783 …bDataInColumns ? m_aInternalData.getComplexRowLabels() : m_aInternalData.getComplexColumnLabels()); in getDataByRangeRepresentation()
793 …bDataInColumns ? m_aInternalData.getComplexRowLabels() : m_aInternalData.getComplexColumnLabels()); in getDataByRangeRepresentation()
854 …_bDataInColumns ? m_aInternalData.getComplexRowLabels() : m_aInternalData.getComplexColumnLabels(); in setDataByRangeRepresentation()
944 …_bDataInColumns ? m_aInternalData.getComplexRowLabels() : m_aInternalData.getComplexColumnLabels(); in insertComplexCategoryLevel()
961 …_bDataInColumns ? m_aInternalData.getComplexRowLabels() : m_aInternalData.getComplexColumnLabels(); in deleteComplexCategoryLevel()
1263 …bDataInColumns ? m_aInternalData.getComplexRowLabels() : m_aInternalData.getComplexColumnLabels()); in getDateCategories()
1307 return lcl_convertVectorVectorToSequenceSequence( m_aInternalData.getComplexColumnLabels() ); in getAnyColumnDescriptions()
1325 return lcl_convertComplexAnyVectorToStringSequence( m_aInternalData.getComplexColumnLabels() ); in getComplexColumnDescriptions()
1374 vector< vector< uno::Any > > aComplexLabels( m_aInternalData.getComplexColumnLabels() ); in getColumnDescriptions()
H A DInternalData.cxx506 vector< vector< uno::Any > > InternalData::getComplexColumnLabels() const in getComplexColumnLabels() function in chart::InternalData
/trunk/main/chart2/source/inc/
H A DInternalData.hxx80 tVecVecAny getComplexColumnLabels() const;

Completed in 34 milliseconds