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.cxx581 …bDataInColumns ? m_aInternalData.getComplexRowLabels() : m_aInternalData.getComplexColumnLabels()); in createDataSource()
774 …bDataInColumns ? m_aInternalData.getComplexRowLabels() : m_aInternalData.getComplexColumnLabels()); in getDataByRangeRepresentation()
784 …bDataInColumns ? m_aInternalData.getComplexRowLabels() : m_aInternalData.getComplexColumnLabels()); in getDataByRangeRepresentation()
844 …_bDataInColumns ? m_aInternalData.getComplexRowLabels() : m_aInternalData.getComplexColumnLabels(); in setDataByRangeRepresentation()
930 …_bDataInColumns ? m_aInternalData.getComplexRowLabels() : m_aInternalData.getComplexColumnLabels(); in insertComplexCategoryLevel()
946 …_bDataInColumns ? m_aInternalData.getComplexRowLabels() : m_aInternalData.getComplexColumnLabels(); in deleteComplexCategoryLevel()
1240 …bDataInColumns ? m_aInternalData.getComplexRowLabels() : m_aInternalData.getComplexColumnLabels()); in getDateCategories()
1284 return lcl_convertVectorVectorToSequenceSequence( m_aInternalData.getComplexColumnLabels() ); in getAnyColumnDescriptions()
1302 return lcl_convertComplexAnyVectorToStringSequence( m_aInternalData.getComplexColumnLabels() ); in getComplexColumnDescriptions()
1345 vector< vector< uno::Any > > aComplexLabels( m_aInternalData.getComplexColumnLabels() ); in getColumnDescriptions()
H A DInternalData.cxx510 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;