Searched refs:setRowValues (Results 1 – 3 of 3) sorted by relevance
50 void setRowValues( sal_Int32 nRowIndex, const ::std::vector< double > & rNewData );
159 m_rInternalData.setRowValues( nNewIndex, aValues ); in operator ()()882 m_aInternalData.setRowValues( nIndex, aNewDataVec ); in setDataByRangeRepresentation()
192 void InternalData::setRowValues( sal_Int32 nRowIndex, const vector< double > & rNewData ) in setRowValues() function in chart::InternalData