Searched refs:SvListView (Results 1 – 15 of 15) sorted by relevance
| /AOO42X/main/svtools/inc/svtools/ |
| H A D | treelist.hxx | 80 friend class SvListView; 113 class SvListView; 118 friend class SvListView; 180 friend class SvListView; 194 … SvListEntry* NextVisible( const SvListView*,SvListEntry* pEntry, sal_uInt16* pDepth=0 ) const; 195 … SvListEntry* PrevVisible( const SvListView*,SvListEntry* pEntry, sal_uInt16* pDepth=0 ) const; 196 SvListEntry* LastVisible( const SvListView*,sal_uInt16* pDepth=0 ) const; 197 SvListEntry* NextVisible( const SvListView*,SvListEntry* pEntry, sal_uInt16& rDelta ) const; 198 SvListEntry* PrevVisible( const SvListView*,SvListEntry* pEntry, sal_uInt16& rDelta ) const; 200 sal_Bool IsEntryVisible( const SvListView*,SvListEntry* pEntry ) const; [all …]
|
| H A D | svlbox.hxx | 268 ,public SvListView 401 using SvListView::SetModel; 416 SvLBoxEntry* FirstSelected() const { return (SvLBoxEntry*)SvListView::FirstSelected(); } in FirstSelected() 417 using SvListView::NextSelected; 418 …SvLBoxEntry* NextSelected( SvLBoxEntry* pEntry ) const { return (SvLBoxEntry*)(SvListView::Next… in NextSelected() 419 using SvListView::PrevSelected; 420 …SvLBoxEntry* PrevSelected( SvLBoxEntry* pEntry ) const { return (SvLBoxEntry*)(SvListView::Prev… in PrevSelected() 421 SvLBoxEntry* LastSelected() const { return (SvLBoxEntry*)(SvListView::LastSelected()); } in LastSelected() 449 …tViewDataEntry( SvListEntry* pEntry ) const { return (SvViewDataEntry*)SvListView::GetViewData(pEn… in GetViewDataEntry() 583 using SvListView::Expand; [all …]
|
| H A D | svtreebx.hxx | 278 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 D | svicnvw.hxx | 159 using SvListView::SetModel; 211 using SvListView::Select;
|
| H A D | svtabbx.hxx | 204 using SvListView::SelectAll;
|
| /AOO42X/main/svtools/source/contnr/ |
| H A D | treelist.cxx | 193 SvListView* pView = (SvListView*)aViewList.GetObject( nCurView ); in Broadcast() 199 void SvTreeList::InsertView( SvListView* pView) in InsertView() 209 void SvTreeList::RemoveView( SvListView* pView ) in RemoveView() 221 sal_Bool SvTreeList::IsEntryVisible( const SvListView* pView, SvListEntry* pEntry ) const in IsEntryVisible() 624 sal_uLong SvTreeList::GetVisibleChildCount(const SvListView* pView, SvListEntry* pParent) const in GetVisibleChildCount() 643 sal_uLong SvTreeList::GetChildSelectionCount(const SvListView* pView,SvListEntry* pParent) const in GetChildSelectionCount() 834 sal_uLong SvTreeList::GetVisiblePos( const SvListView* pView, SvListEntry* pEntry ) const in GetVisiblePos() 841 ((SvListView*)pView)->nVisibleCount = 0; in GetVisiblePos() 858 sal_uLong SvTreeList::GetVisibleCount( const SvListView* pView ) const in GetVisibleCount() 881 ((SvListView*)pView)->nVisibleCount = nPos; in GetVisibleCount() [all …]
|
| H A D | svtreebx.cxx | 1100 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 D | svlbox.cxx | 763 SvListView::SetModel( pNewModel ); in SetModel() 778 SvListView::SetModel( pNewModel ); in DisconnectFromModel()
|
| H A D | svimpicn.cxx | 2639 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 D | svicnvw.cxx | 442 sal_Bool bRetVal = SvListView::Select( pEntry, bSelect ); in Select()
|
| /AOO42X/main/sw/source/ui/inc/ |
| H A D | conttree.hxx | 100 using SvListView::Expand; 101 using SvListView::Collapse; 102 using SvListView::Select;
|
| /AOO42X/main/sfx2/inc/ |
| H A D | docvor.hxx | 91 using SvListView::Select;
|
| /AOO42X/main/cui/source/inc/ |
| H A D | cfgutil.hxx | 174 using SvListView::Expand;
|
| H A D | selector.hxx | 165 using SvListView::Expand;
|
| H A D | treeopt.hxx | 51 using SvListView::Collapse;
|