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.cxx583 …ctor< uno::Any > > aCategories( m_bDataInColumns ? m_aInternalData.getComplexRowLabels() : m_aInte… in createDataSource()
783 …ctor< uno::Any > > aCategories( m_bDataInColumns ? m_aInternalData.getComplexRowLabels() : m_aInte… in getDataByRangeRepresentation()
793 …ctor< uno::Any > > aCategories( m_bDataInColumns ? m_aInternalData.getComplexRowLabels() : m_aInte… in getDataByRangeRepresentation()
854 …o::Any > > aComplexCategories = m_bDataInColumns ? m_aInternalData.getComplexRowLabels() : m_aInte… in setDataByRangeRepresentation()
944 …o::Any > > aComplexCategories = m_bDataInColumns ? m_aInternalData.getComplexRowLabels() : m_aInte… in insertComplexCategoryLevel()
961 …o::Any > > aComplexCategories = m_bDataInColumns ? m_aInternalData.getComplexRowLabels() : m_aInte… in deleteComplexCategoryLevel()
1263 …ctor< uno::Any > > aCategories( m_bDataInColumns ? m_aInternalData.getComplexRowLabels() : m_aInte… in getDateCategories()
1299 return lcl_convertVectorVectorToSequenceSequence( m_aInternalData.getComplexRowLabels() ); in getAnyRowDescriptions()
1317 return lcl_convertComplexAnyVectorToStringSequence( m_aInternalData.getComplexRowLabels() ); in getComplexRowDescriptions()
1366 vector< vector< uno::Any > > aComplexLabels( m_aInternalData.getComplexRowLabels() ); in getRowDescriptions()
H A DInternalData.cxx491 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;

Completed in 27 milliseconds