Lines Matching refs:pDstList
330 SvTreeEntryList* pDstList = pTargetParent->pChilds; in Move() local
335 SvListEntry* pDummy = 0; pDstList->Insert( pDummy, nListPos ); in Move()
353 pDstList->Replace( pSrcEntry, pDummy ); in Move()
356 SetListPositions( pDstList ); in Move()
357 if ( pSrcList && (sal_uLong)pSrcList != (sal_uLong)pDstList ) in Move()
364 sal_uLong nRetVal = pDstList->GetPos( pSrcEntry ); in Move()
385 SvTreeEntryList* pDstList = pTargetParent->pChilds; in Copy() local
387 pDstList->Insert( pClonedEntry, nListPos ); // Einfuegen in Copy()
388 SetListPositions( pDstList ); // Listenpositionen in Zielliste korrigieren in Copy()
394 sal_uLong nRetVal = pDstList->GetPos( pClonedEntry ); in Copy()
503 SvTreeEntryList* pDstList = pTargetParent->pChilds; in InsertTree() local
504 pDstList->Insert( pSrcEntry, nListPos ); // einfuegen in InsertTree()
505 SetListPositions(pDstList); // Listenpositionen in Zielliste korrigieren in InsertTree()