Lines Matching refs:pModel

336 	SvTreeList*		pModel;  member in SvListView
349 SvListView( SvTreeList* pModel );
352 SvTreeList* GetModel() const { return pModel; } in GetModel()
357 sal_uLong GetVisibleCount() const { return pModel->GetVisibleCount( (SvListView*)this );} in GetVisibleCount()
358 SvListEntry* FirstVisible() const { return pModel->FirstVisible(); } in FirstVisible()
359 …SvListEntry* NextVisible( SvListEntry* pEntry, sal_uInt16* pDepth=0 ) const {return pModel->Nex… in NextVisible()
360 …SvListEntry* PrevVisible( SvListEntry* pEntry, sal_uInt16* pDepth=0 ) const {return pModel->PrevVi… in PrevVisible()
361 SvListEntry* LastVisible( sal_uInt16* pDepth=0 ) const { return pModel->LastVisible(this,pDepth);} in LastVisible()
362 …SvListEntry* NextVisible( SvListEntry* pEntry, sal_uInt16& rDelta ) const { return pModel->NextVis… in NextVisible()
363 …SvListEntry* PrevVisible( SvListEntry* pEntry, sal_uInt16& rDelta ) const { return pModel->PrevVis… in PrevVisible()
366 SvListEntry* FirstSelected() const { return pModel->FirstSelected(this);} in FirstSelected()
367 …SvListEntry* NextSelected( SvListEntry* pEntry ) const { return pModel->NextSelected(this,pEntr… in NextSelected()
368 …SvListEntry* PrevSelected( SvListEntry* pEntry ) const { return pModel->PrevSelected(this,pEntry);… in PrevSelected()
369 SvListEntry* LastSelected() const { return pModel->LastSelected(this); } in LastSelected()
370 …SvListEntry* GetEntryAtVisPos( sal_uLong nVisPos ) const { return pModel->GetEntryAtVisPos((SvList… in GetEntryAtVisPos()
371 …sal_uLong GetVisiblePos( SvListEntry* pEntry ) const { return pModel->GetVisiblePos((SvListView*… in GetVisiblePos()
373 …sal_uLong GetVisibleChildCount(SvListEntry* pParent ) const { return pModel->GetVisibleChildCoun… in GetVisibleChildCount()
374 …sal_uLong GetChildSelectionCount( SvListEntry* pParent ) const { return pModel->GetChildSelectio… in GetChildSelectionCount()
375 void Expand( SvListEntry* pParent ) { pModel->Expand((SvListView*)this,pParent); } in Expand()
376 void Collapse( SvListEntry* pParent ) { pModel->Collapse((SvListView*)this,pParent); } in Collapse()
377 …sal_Bool Select( SvListEntry* pEntry, sal_Bool bSelect=sal_True ) { return pModel->Sele… in Select()
378 …sal_uLong SelectChilds( SvListEntry* pParent, sal_Bool bSelect ) { return pModel->SelectChilds((… in SelectChilds()
380 …virtual void SelectAll( sal_Bool bSelect, sal_Bool ) { pModel->SelectAll((SvListView*)this, bSelec… in SelectAll()
381 …sal_Bool IsEntryVisible( SvListEntry* pEntry ) const { return pModel->IsEntryVisible((SvListView… in IsEntryVisible()