Home
last modified time | relevance | path

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

/aoo42x/main/svx/source/svdraw/
H A Dsvdhdl.cxx1949 ImplHdlAndIndex* pHdlAndIndex = new ImplHdlAndIndex[aList.Count()]; in TravelFocusHdl() local
1955 pHdlAndIndex[a].mpHdl = (SdrHdl*)aList.GetObject(a); in TravelFocusHdl()
1956 pHdlAndIndex[a].mnIndex = a; in TravelFocusHdl()
1960 qsort(pHdlAndIndex, aList.Count(), sizeof(ImplHdlAndIndex), ImplSortHdlFunc); in TravelFocusHdl()
1969 if(pHdlAndIndex[a].mpHdl == pOld) in TravelFocusHdl()
2031 SdrHdl* pNew = pHdlAndIndex[nNewHdl].mpHdl; in TravelFocusHdl()
2057 delete [] pHdlAndIndex; in TravelFocusHdl()

Completed in 30 milliseconds