Searched refs:SelectChilds (Results 1 – 6 of 6) sorted by relevance
/aoo4110/main/svtools/inc/svtools/ |
H A D | treelist.hxx | 212 sal_uLong SelectChilds( SvListView*,SvListEntry* pParent, sal_Bool bSelect ); 378 …sal_uLong SelectChilds( SvListEntry* pParent, sal_Bool bSelect ) { return pModel->SelectChilds((… in SelectChilds() function in SvListView
|
H A D | svtreebx.hxx | 340 virtual sal_uLong SelectChilds( SvLBoxEntry* pParent, sal_Bool bSelect ); 425 using SvListView::SelectChilds;
|
H A D | svlbox.hxx | 493 virtual sal_uLong SelectChilds( SvLBoxEntry* pParent, sal_Bool bSelect ); 586 using SvListView::SelectChilds;
|
/aoo4110/main/svtools/source/contnr/ |
H A D | svlbox.cxx | 1025 pSource->SelectChilds( pSourceEntry, sal_False ); in CopySelection() 1086 pSource->SelectChilds( pSourceEntry, sal_False ); in MoveSelectionCopyFallbackPossible() 1148 SelectChilds( pEntry, sal_False ); in RemoveSelection() 1244 sal_uLong SvLBox::SelectChilds( SvLBoxEntry* , sal_Bool ) in SelectChilds() function in SvLBox
|
H A D | treelist.cxx | 1505 sal_uLong SvTreeList::SelectChilds(SvListView* pView, SvListEntry* pParent,sal_Bool bSelect ) in SelectChilds() function in SvTreeList
|
H A D | svtreebx.cxx | 1177 sal_uLong SvTreeListBox::SelectChilds( SvLBoxEntry* pParent, sal_Bool bSelect ) in SelectChilds() function in SvTreeListBox
|
Completed in 103 milliseconds