Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/data/
H A Dcompressedarray.cxx38 , pData( new DataEntry[1]) in ScCompressedArray()
52 , pData( new DataEntry[nDataCount]) in ScCompressedArray()
86 DataEntry* pNewData = new DataEntry[nLimit]; in Resize()
87 memcpy( pNewData, pData, nCount*sizeof(DataEntry)); in Resize()
145 DataEntry* pNewData = new DataEntry[nLimit]; in SetValue()
146 memcpy( pNewData, pData, nCount*sizeof(DataEntry)); in SetValue()
222 (nCount - nj) * sizeof(DataEntry)); in SetValue()
233 (nCount - nInsert) * sizeof(DataEntry)); in SetValue()
237 (nCount - nInsert) * sizeof(DataEntry)); in SetValue()
321 nRemove)) * sizeof(DataEntry)); in Remove()
/trunk/main/sc/inc/
H A Dcompressedarray.hxx63 struct DataEntry struct in ScCompressedArray
67 DataEntry() {} //! uninitialized in DataEntry() function
121 const DataEntry& GetDataEntry( size_t nIndex ) const;
130 DataEntry* pData;
143 pData = new DataEntry[1]; in Reset()
213 const typename ScCompressedArray<A,D>::DataEntry&

Completed in 22 milliseconds