Searched refs:pHdlAndIndex (Results 1 – 1 of 1) sorted by relevance
1938 ImplHdlAndIndex* pHdlAndIndex = new ImplHdlAndIndex[aList.Count()]; in TravelFocusHdl() local1944 pHdlAndIndex[a].mpHdl = (SdrHdl*)aList.GetObject(a); in TravelFocusHdl()1945 pHdlAndIndex[a].mnIndex = a; in TravelFocusHdl()1949 qsort(pHdlAndIndex, aList.Count(), sizeof(ImplHdlAndIndex), ImplSortHdlFunc); in TravelFocusHdl()1958 if(pHdlAndIndex[a].mpHdl == pOld) in TravelFocusHdl()2020 SdrHdl* pNew = pHdlAndIndex[nNewHdl].mpHdl; in TravelFocusHdl()2046 delete [] pHdlAndIndex; in TravelFocusHdl()
Completed in 125 milliseconds