Home
last modified time | relevance | path

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

/aoo4110/main/sc/source/core/data/
H A Dtable3.cxx79 class ScSortInfoArray class
88 ScSortInfoArray( sal_uInt16 nSorts, SCCOLROW nInd1, SCCOLROW nInd2 ) : in ScSortInfoArray() function in ScSortInfoArray
100 ~ScSortInfoArray() in ~ScSortInfoArray()
130 ScSortInfoArray* ScTable::CreateSortInfoArray( SCCOLROW nInd1, SCCOLROW nInd2 ) in CreateSortInfoArray()
135 ScSortInfoArray* pArray = new ScSortInfoArray( nUsedSorts, nInd1, nInd2 ); in CreateSortInfoArray()
205 void ScTable::SortReorder( ScSortInfoArray* pArray, ScProgress& rProgress ) in SortReorder()
371 void ScTable::QuickSort( ScSortInfoArray* pArray, SCsCOLROW nLo, SCsCOLROW nHi ) in QuickSort()
506 void ScTable::DecoladeRow( ScSortInfoArray* pArray, SCROW nRow1, SCROW nRow2 ) in DecoladeRow()
534 ScSortInfoArray* pArray = CreateSortInfoArray( nRow1, nLastRow ); in Sort()
557 ScSortInfoArray* pArray = CreateSortInfoArray( nCol1, nLastCol ); in Sort()
[all …]
/aoo4110/main/sc/inc/
H A Dtable.hxx71 class ScSortInfoArray;
844 void DecoladeRow( ScSortInfoArray*, SCROW nRow1, SCROW nRow2 );
851 short Compare( ScSortInfoArray*, SCCOLROW nIndex1, SCCOLROW nIndex2);
852 ScSortInfoArray* CreateSortInfoArray( SCCOLROW nInd1, SCCOLROW nInd2 );
853 void QuickSort( ScSortInfoArray*, SCsCOLROW nLo, SCsCOLROW nHi);
854 void SortReorder( ScSortInfoArray*, ScProgress& );

Completed in 29 milliseconds