Home
last modified time | relevance | path

Searched refs:SvListView (Results 1 – 15 of 15) sorted by relevance

/aoo42x/main/svtools/inc/svtools/
H A Dtreelist.hxx80 friend class SvListView;
113 class SvListView;
118 friend class SvListView;
180 friend class SvListView;
241 void InsertView( SvListView* );
242 void RemoveView( SvListView* );
244 SvListView* GetView(sal_uLong nPos) const {return (SvListView*)aViewList.GetObject(nPos);} in GetView()
320 class SVT_DLLPUBLIC SvListView class
348 SvListView(); // !!! setzt das Model auf 0
349 SvListView( SvTreeList* pModel );
[all …]
H A Dsvlbox.hxx268 ,public SvListView
401 using SvListView::SetModel;
416 SvLBoxEntry* FirstSelected() const { return (SvLBoxEntry*)SvListView::FirstSelected(); } in FirstSelected()
417 using SvListView::NextSelected;
419 using SvListView::PrevSelected;
583 using SvListView::Expand;
584 using SvListView::Collapse;
585 using SvListView::Select;
586 using SvListView::SelectChilds;
587 using SvListView::SelectAll;
[all …]
H A Dsvtreebx.hxx278 using SvListView::SetModel;
422 using SvListView::Expand;
423 using SvListView::Collapse;
424 using SvListView::Select;
425 using SvListView::SelectChilds;
426 using SvListView::SelectAll;
H A Dsvicnvw.hxx159 using SvListView::SetModel;
211 using SvListView::Select;
H A Dsvtabbx.hxx204 using SvListView::SelectAll;
/aoo42x/main/svtools/source/contnr/
H A Dtreelist.cxx193 SvListView* pView = (SvListView*)aViewList.GetObject( nCurView ); in Broadcast()
1671 DBG_NAME(SvListView);
1673 SvListView::SvListView( SvTreeList* pModell ) in SvListView() function in SvListView
1675 DBG_CTOR(SvListView,0); in SvListView()
1683 SvListView::SvListView() in SvListView() function in SvListView
1685 DBG_CTOR(SvListView,0); in SvListView()
1693 SvListView::~SvListView() in ~SvListView()
1695 DBG_DTOR(SvListView,0); in ~SvListView()
1701 DBG_CHKTHIS(SvListView,0); in InitTable()
1738 DBG_CHKTHIS(SvListView,0); in CreateViewData()
[all …]
H A Dsvtreebx.cxx1100 SvListView::Expand( pParent ); in Expand()
1139 SvListView::Collapse( pParent ); in Collapse()
1159 sal_Bool bRetVal = SvListView::Select( pEntry, bSelect ); in Select()
1412 SvListView::Select( pEntry, sal_False ); in EditItemText()
1414 SvListView::Select( pEntry, sal_True ); in EditItemText()
H A Dsvlbox.cxx763 SvListView::SetModel( pNewModel ); in SetModel()
778 SvListView::SetModel( pNewModel ); in DisconnectFromModel()
H A Dsvimpicn.cxx2639 sal_Bool bSelected = pView->SvListView::Select( pRefEntry, sal_False ); in ShowDDIcon()
2677 pView->SvListView::Select( pRefEntry, sal_True ); in ShowDDIcon()
2768 sal_Bool bSelected = pView->SvListView::Select( pRefEntry, sal_False ); in HideShowDDIcon()
2770 pView->SvListView::Select( pRefEntry, sal_True ); in HideShowDDIcon()
H A Dsvicnvw.cxx442 sal_Bool bRetVal = SvListView::Select( pEntry, bSelect ); in Select()
/aoo42x/main/sw/source/ui/inc/
H A Dconttree.hxx100 using SvListView::Expand;
101 using SvListView::Collapse;
102 using SvListView::Select;
/aoo42x/main/sfx2/inc/
H A Ddocvor.hxx91 using SvListView::Select;
/aoo42x/main/cui/source/inc/
H A Dcfgutil.hxx174 using SvListView::Expand;
H A Dselector.hxx165 using SvListView::Expand;
H A Dtreeopt.hxx51 using SvListView::Collapse;

Completed in 316 milliseconds