Home
last modified time | relevance | path

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

/aoo4110/main/sc/source/core/tool/
H A Drangelst.cxx675 ScRangePairNameSort* pSortArray = (ScRangePairNameSort*) in CreateNameSortedArray() local
680 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 37 milliseconds