Lines Matching refs:vector

56     vector< uno::Any > operator()()  in operator ()()
58 vector< uno::Any > aRet(1); in operator ()()
176 void InternalData::setColumnValues( sal_Int32 nColumnIndex, const vector< double > & rNewData ) in setColumnValues()
183 for( vector< double >::size_type i = 0; i < rNewData.size(); ++i ) in setColumnValues()
188 void InternalData::setRowValues( sal_Int32 nRowIndex, const vector< double > & rNewData ) in setRowValues()
195 for( vector< double >::size_type i = 0; i < rNewData.size(); ++i ) in setRowValues()
200 void InternalData::setComplexColumnLabel( sal_Int32 nColumnIndex, const vector< uno::Any >& rComple… in setComplexColumnLabel()
212 void InternalData::setComplexRowLabel( sal_Int32 nRowIndex, const vector< uno::Any >& rComplexLabel… in setComplexRowLabel()
224 vector< uno::Any > InternalData::getComplexColumnLabel( sal_Int32 nColumnIndex ) const in getComplexColumnLabel()
229 return vector< uno::Any >(); in getComplexColumnLabel()
231 vector< uno::Any > InternalData::getComplexRowLabel( sal_Int32 nRowIndex ) const in getComplexRowLabel()
236 return vector< uno::Any >(); in getComplexRowLabel()
253 vector< uno::Any > aTemp( m_aRowLabels[nRowIndex] ); in swapRowWithNext()
273 vector< uno::Any > aTemp( m_aColumnLabels[nColumnIndex] ); in swapColumnWithNext()
336 … m_aColumnLabels.insert( m_aColumnLabels.begin() + (nAfterIndex + 1), vector< uno::Any >(1) ); in insertColumn()
388 m_aRowLabels.insert( m_aRowLabels.begin() + nIndex, vector< uno::Any > (1)); in insertRow()
481 void InternalData::setComplexRowLabels( const vector< vector< uno::Any > >& rNewRowLabels ) in setComplexRowLabels()
491 vector< vector< uno::Any > > InternalData::getComplexRowLabels() const in getComplexRowLabels()
496 void InternalData::setComplexColumnLabels( const vector< vector< uno::Any > >& rNewColumnLabels ) in setComplexColumnLabels()
506 vector< vector< uno::Any > > InternalData::getComplexColumnLabels() const in getComplexColumnLabels()