Searched refs:pDstList (Results 1 – 2 of 2) sorted by relevance
330 SvTreeEntryList* pDstList = pTargetParent->pChilds; in Move() local335 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() local387 pDstList->Insert( pClonedEntry, nListPos ); // Einfuegen in Copy()394 sal_uLong nRetVal = pDstList->GetPos( pClonedEntry ); in Copy()503 SvTreeEntryList* pDstList = pTargetParent->pChilds; in InsertTree() local[all …]
479 SdrObjList* pDstList = pLst; in Paste() local480 ImpGetPasteObjList(aPos, pDstList); in Paste()482 if(!pDstList) in Paste()486 SdrObject* pOwner = pDstList->GetOwnerObj(); in Paste()
Completed in 17 milliseconds