Home
last modified time | relevance | path

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

/trunk/main/svtools/source/contnr/
H A Dtreelist.cxx330 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()
394 sal_uLong nRetVal = pDstList->GetPos( pClonedEntry ); in Copy()
503 SvTreeEntryList* pDstList = pTargetParent->pChilds; in InsertTree() local
[all …]
/trunk/main/svx/source/engine3d/
H A Dview3d.cxx479 SdrObjList* pDstList = pLst; in Paste() local
480 ImpGetPasteObjList(aPos, pDstList); in Paste()
482 if(!pDstList) in Paste()
486 SdrObject* pOwner = pDstList->GetOwnerObj(); in Paste()

Completed in 36 milliseconds