Home
last modified time | relevance | path

Searched refs:m_aRowLabels (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/chart2/source/tools/
H A DInternalData.cxx85 , m_aRowLabels( 0 ) in InternalData()
111 m_aRowLabels.clear(); in createDefaultData()
112 m_aRowLabels.reserve( m_nRowCount ); in createDefaultData()
128 m_aRowLabels.resize( m_nRowCount ); in setData()
218 m_aRowLabels.resize(nRowIndex+1); in setComplexRowLabel()
234 return m_aRowLabels[nRowIndex]; in getComplexRowLabel()
254 m_aRowLabels[nRowIndex] = m_aRowLabels[nRowIndex + 1]; in swapRowWithNext()
388 m_aRowLabels.insert( m_aRowLabels.begin() + nIndex, vector< uno::Any > (1)); in insertRow()
464 m_aRowLabels.erase( m_aRowLabels.begin() + nAtIndex ); in deleteRow()
483 m_aRowLabels = rNewRowLabels; in setComplexRowLabels()
[all …]
/aoo41x/main/chart2/source/inc/
H A DInternalData.hxx99 tVecVecAny m_aRowLabels;//outer index is row index, inner index is category level member in chart::InternalData

Completed in 14 milliseconds