Home
last modified time | relevance | path

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

/trunk/main/svtools/source/contnr/
H A Dtreelist.cxx127 void SvTreeEntryList::DestroyAll() in DestroyAll()
295 SvTreeEntryList* pList = pParent->pChilds; in IsChild()
324 pTargetParent->pChilds = new SvTreeEntryList; in Move()
377 pTargetParent->pChilds = new SvTreeEntryList; in Copy()
543 SvTreeEntryList* pChilds = pEntry->pChilds; in Clone()
559 SvTreeEntryList* SvTreeList::CloneChilds( SvTreeEntryList* pChilds, in CloneChilds()
564 SvTreeEntryList* pClonedChilds = new SvTreeEntryList; in CloneChilds()
1250 SvTreeEntryList* pList = pParent->pChilds; in Insert()
1254 pList = new SvTreeEntryList; in Insert()
1455 SvTreeEntryList* pList = pParent->pChilds; in Remove()
[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()
/trunk/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()
/trunk/main/dbaccess/source/ui/control/
H A Ddbtreelistbox.cxx152 SvTreeEntryList* pChilds = myModel->GetChildList(pStart); in GetEntryPosByName()
/trunk/main/dbaccess/source/ui/browser/
H A Dunodatbr.cxx3886 SvTreeEntryList* pList = m_pTreeModel->GetChildList( pDataSourceEntry ); in impl_cleanupDataSourceEntry()

Completed in 72 milliseconds