Searched refs:pSortArray (Results 1 – 1 of 1) sorted by relevance
675 ScRangePairNameSort* pSortArray = (ScRangePairNameSort*) in CreateNameSortedArray() local680 pSortArray[j].pPair = GetObject( j ); in CreateNameSortedArray()681 pSortArray[j].pDoc = pDoc; in CreateNameSortedArray()684 …qsort( (void*)pSortArray, nListCount, sizeof(ScRangePairNameSort), &ScRangePairList_QsortNameCompa… in CreateNameSortedArray()686 qsort( (void*)pSortArray, nListCount, sizeof(ScRangePairNameSort), ICCQsortRPairCompare ); in CreateNameSortedArray()689 ScRangePair** ppSortArray = (ScRangePair**)pSortArray; in CreateNameSortedArray()692 ppSortArray[j] = pSortArray[j].pPair; in CreateNameSortedArray()
Completed in 18 milliseconds