Searched refs:pSortArray (Results 1 – 1 of 1) sorted by relevance
669 ScRangePairNameSort* pSortArray = (ScRangePairNameSort*) in CreateNameSortedArray() local674 pSortArray[j].pPair = GetObject( j ); in CreateNameSortedArray()675 pSortArray[j].pDoc = pDoc; in CreateNameSortedArray()678 …qsort( (void*)pSortArray, nListCount, sizeof(ScRangePairNameSort), &ScRangePairList_QsortNameCompa… in CreateNameSortedArray()680 qsort( (void*)pSortArray, nListCount, sizeof(ScRangePairNameSort), ICCQsortRPairCompare ); in CreateNameSortedArray()683 ScRangePair** ppSortArray = (ScRangePair**)pSortArray; in CreateNameSortedArray()686 ppSortArray[j] = pSortArray[j].pPair; in CreateNameSortedArray()