Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/data/
H A Dtable3.cxx67 struct ScSortInfo struct
71 DECL_FIXEDMEMPOOL_NEWDEL( ScSortInfo ); argument
82 ScSortInfo** pppInfo[nMaxSorts];
94 ScSortInfo** ppInfo = new ScSortInfo* [nCount]; in ScSortInfoArray()
96 ppInfo[j] = new ScSortInfo; in ScSortInfoArray()
104 ScSortInfo** ppInfo = pppInfo[nSort]; in ~ScSortInfoArray()
118 ScSortInfo** ppInfo = pppInfo[nSort]; in Swap()
119 ScSortInfo* pTmp = ppInfo[n1]; in Swap()
210 ScSortInfo** ppInfo = pArray->GetFirstArray(); in SortReorder()
211 ::std::vector<ScSortInfo*> aTable(nCount); in SortReorder()
[all …]

Completed in 24 milliseconds