Home
last modified time | relevance | path

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

/AOO41X/main/chart2/source/tools/
H A DInternalData.cxx155 aResult[i] = lcl_ValarrayToSequence< tDataType::value_type >( in getData()
164 return lcl_ValarrayToSequence< tDataType::value_type >( in getColumnValues()
171 return lcl_ValarrayToSequence< tDataType::value_type >( in getRowValues()
182 tDataType aSlice = m_aData[ ::std::slice( nColumnIndex, m_nRowCount, m_nColumnCount ) ]; in setColumnValues()
194 tDataType aSlice = m_aData[ ::std::slice( nRowIndex*m_nColumnCount, m_nColumnCount, 1 ) ]; in setRowValues()
291 tDataType aNewData( fNan, nNewSize ); in enlargeData()
294 static_cast< tDataType >( in enlargeData()
317 tDataType aNewData( fNan, nNewSize ); in insertColumn()
323 static_cast< tDataType >( in insertColumn()
327 static_cast< tDataType >( in insertColumn()
[all …]
/AOO41X/main/chart2/source/inc/
H A DInternalData.hxx74 typedef ::std::valarray< double > tDataType; typedef in chart::InternalData
98 tDataType m_aData;