Searched refs:ColEntry (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/sc/source/core/data/ |
H A D | column3.cxx | 123 ColEntry* pNewItems = new ColEntry[nLimit]; in Insert() 126 memmove( pNewItems, pItems, nCount * sizeof(ColEntry) ); in Insert() 131 memmove( &pItems[nIndex + 1], &pItems[nIndex], (nCount - nIndex) * sizeof(ColEntry) ); in Insert() 191 ColEntry* pNewItems = new ColEntry[nLimit]; in Append() 194 memmove( pNewItems, pItems, nCount * sizeof(ColEntry) ); in Append() 224 memmove( &pItems[nIndex], &pItems[nIndex + 1], (nCount - nIndex) * sizeof(ColEntry) ); in Delete() 244 memmove( &pItems[nIndex], &pItems[nIndex + 1], (nCount - nIndex) * sizeof(ColEntry) ); in DeleteAtIndex() 417 …memmove( &pItems[nStartIndex], &pItems[nEndIndex + 1], (nCount - nEndIndex - 1) * sizeof(ColEntry)… in DeleteRange() 492 memmove( &pItems[j], &pItems[j + 1], (nCount - j) * sizeof(ColEntry) ); in DeleteRange()
|
H A D | column.cxx | 795 ColEntry* pNewItems; in Resize() 801 pNewItems = new ColEntry[nLimit]; in Resize() 811 memmove( pNewItems, pItems, nCount * sizeof(ColEntry) ); in Resize() 907 memmove( &pItems[nIndex1], &pItems[nIndex1 + 1], (nCount - nIndex1) * sizeof(ColEntry) ); in SwapRow() 1048 memmove( &pItems[nIndex1], &pItems[nIndex1 + 1], (nCount - nIndex1) * sizeof(ColEntry) ); in SwapCell() 1497 ColEntry* pTempItems = rCol.pItems; in SwapCol() 1601 (nCount - nStartPos) * sizeof(ColEntry) ); in MoveTo()
|
H A D | dociter.cxx | 1431 const ColEntry* pItems = pCol->pItems; in BinarySearch()
|
/aoo41x/main/sc/inc/ |
H A D | column.hxx | 87 struct ColEntry struct 102 ColEntry* pItems; argument
|
Completed in 54 milliseconds