Home
last modified time | relevance | path

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

/AOO42X/main/svtools/source/contnr/
H A Dtreelist.cxx127 void SvTreeEntryList::DestroyAll() in DestroyAll()
262 SvTreeEntryList* pRootList = pRootItem->pChilds; in Clear()
295 SvTreeEntryList* pList = pParent->pChilds; in IsChild()
324 pTargetParent->pChilds = new SvTreeEntryList; in Move()
330 SvTreeEntryList* pDstList = pTargetParent->pChilds; in Move()
331 SvTreeEntryList* pSrcList = pSrcEntry->pParent->pChilds; in Move()
377 pTargetParent->pChilds = new SvTreeEntryList; in Copy()
385 SvTreeEntryList* pDstList = pTargetParent->pChilds; in Copy()
495 pTargetParent->pChilds = new SvTreeEntryList; in InsertTree()
503 SvTreeEntryList* pDstList = pTargetParent->pChilds; in InsertTree()
[all …]
H A Dsvlbox.cxx1013 SvTreeEntryList aList; in CopySelection()
1076 SvTreeEntryList aList; in MoveSelectionCopyFallbackPossible()
1139 SvTreeEntryList aList; in RemoveSelection()
H A Dsvimpbox.cxx3488 SvTreeEntryList* pList = pTree->GetChildList( pParent ); in FindMostRight_Impl()
/AOO42X/main/svtools/inc/svtools/
H A Dtreelist.hxx64 class SvTreeEntryList : public List // SvEntryListStd class
67 SvTreeEntryList(sal_uInt16 nInitPos=16, sal_uInt16 nResize=16 ) in SvTreeEntryList() function in SvTreeEntryList
70 SvTreeEntryList(sal_uInt16 BlockSize, sal_uInt16 InitSize, sal_uInt16 Resize ) in SvTreeEntryList() function in SvTreeEntryList
84 SvTreeEntryList* pChilds;
221 SVT_DLLPRIVATE SvTreeEntryList*CloneChilds( SvTreeEntryList* pChilds,
224 SVT_DLLPRIVATE void SetListPositions( SvTreeEntryList* );
287 SvTreeEntryList* GetChildList( SvListEntry* pParent ) const;
468 inline SvTreeEntryList* SvTreeList::GetChildList( SvListEntry* pParent ) const in GetChildList()
/AOO42X/main/dbaccess/source/ui/control/
H A Ddbtreelistbox.cxx152 SvTreeEntryList* pChilds = myModel->GetChildList(pStart); in GetEntryPosByName()
/AOO42X/main/dbaccess/source/ui/browser/
H A Dunodatbr.cxx3886 SvTreeEntryList* pList = m_pTreeModel->GetChildList( pDataSourceEntry ); in impl_cleanupDataSourceEntry()