Searched refs:SvTreeEntryList (Results 1 – 6 of 6) sorted by relevance
127 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 …]
1013 SvTreeEntryList aList; in CopySelection()1076 SvTreeEntryList aList; in MoveSelectionCopyFallbackPossible()1139 SvTreeEntryList aList; in RemoveSelection()
3488 SvTreeEntryList* pList = pTree->GetChildList( pParent ); in FindMostRight_Impl()
64 class SvTreeEntryList : public List // SvEntryListStd class67 SvTreeEntryList(sal_uInt16 nInitPos=16, sal_uInt16 nResize=16 ) in SvTreeEntryList() function in SvTreeEntryList70 SvTreeEntryList(sal_uInt16 BlockSize, sal_uInt16 InitSize, sal_uInt16 Resize ) in SvTreeEntryList() function in SvTreeEntryList84 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()
152 SvTreeEntryList* pChilds = myModel->GetChildList(pStart); in GetEntryPosByName()
3886 SvTreeEntryList* pList = m_pTreeModel->GetChildList( pDataSourceEntry ); in impl_cleanupDataSourceEntry()
Completed in 138 milliseconds