Home
last modified time | relevance | path

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

/trunk/main/chart2/source/tools/
H A DInternalDataProvider.cxx581 …ctor< uno::Any > > aCategories( m_bDataInColumns ? m_aInternalData.getComplexRowLabels() : m_aInte… in createDataSource()
774 …ctor< uno::Any > > aCategories( m_bDataInColumns ? m_aInternalData.getComplexRowLabels() : m_aInte… in getDataByRangeRepresentation()
784 …ctor< uno::Any > > aCategories( m_bDataInColumns ? m_aInternalData.getComplexRowLabels() : m_aInte… in getDataByRangeRepresentation()
844 …o::Any > > aComplexCategories = m_bDataInColumns ? m_aInternalData.getComplexRowLabels() : m_aInte… in setDataByRangeRepresentation()
930 …o::Any > > aComplexCategories = m_bDataInColumns ? m_aInternalData.getComplexRowLabels() : m_aInte… in insertComplexCategoryLevel()
946 …o::Any > > aComplexCategories = m_bDataInColumns ? m_aInternalData.getComplexRowLabels() : m_aInte… in deleteComplexCategoryLevel()
1240 …ctor< uno::Any > > aCategories( m_bDataInColumns ? m_aInternalData.getComplexRowLabels() : m_aInte… in getDateCategories()
1276 return lcl_convertVectorVectorToSequenceSequence( m_aInternalData.getComplexRowLabels() ); in getAnyRowDescriptions()
1294 return lcl_convertComplexAnyVectorToStringSequence( m_aInternalData.getComplexRowLabels() ); in getComplexRowDescriptions()
1338 vector< vector< uno::Any > > aComplexLabels( m_aInternalData.getComplexRowLabels() ); in getRowDescriptions()
H A DInternalData.cxx495 vector< vector< uno::Any > > InternalData::getComplexRowLabels() const in getComplexRowLabels() function in chart::InternalData
/trunk/main/chart2/source/inc/
H A DInternalData.hxx78 tVecVecAny getComplexRowLabels() const;