LibreOffice Module vcl (master) 1
Public Member Functions | Public Attributes | List of all members
SvListView::Impl Struct Reference
Collaboration diagram for SvListView::Impl:
[legend]

Public Member Functions

 Impl (SvListView &rThis)
 
void InitTable ()
 
void RemoveViewData (SvTreeListEntry *pParent)
 
void ActionMoving (SvTreeListEntry *pEntry)
 
void ActionMoved ()
 
void ActionInserted (SvTreeListEntry *pEntry)
 
void ActionInsertedTree (SvTreeListEntry *pEntry)
 
void ActionRemoving (SvTreeListEntry *pEntry)
 
void ActionClear ()
 

Public Attributes

SvListViewm_rThis
 
SvDataTable m_DataTable
 
sal_uInt32 m_nVisibleCount
 
sal_uInt32 m_nSelectionCount
 
bool m_bVisPositionsValid
 

Detailed Description

Definition at line 33 of file treelist.cxx.

Constructor & Destructor Documentation

◆ Impl()

SvListView::Impl::Impl ( SvListView rThis)
inlineexplicit

Definition at line 43 of file treelist.cxx.

Member Function Documentation

◆ ActionClear()

void SvListView::Impl::ActionClear ( )

Definition at line 1225 of file treelist.cxx.

◆ ActionInserted()

void SvListView::Impl::ActionInserted ( SvTreeListEntry pEntry)

Definition at line 1141 of file treelist.cxx.

References DBG_ASSERT, and pData.

◆ ActionInsertedTree()

void SvListView::Impl::ActionInsertedTree ( SvTreeListEntry pEntry)

Definition at line 1156 of file treelist.cxx.

References DBG_ASSERT.

◆ ActionMoved()

void SvListView::Impl::ActionMoved ( )

Definition at line 1135 of file treelist.cxx.

◆ ActionMoving()

void SvListView::Impl::ActionMoving ( SvTreeListEntry pEntry)

◆ ActionRemoving()

void SvListView::Impl::ActionRemoving ( SvTreeListEntry pEntry)

◆ InitTable()

void SvListView::Impl::InitTable ( )

◆ RemoveViewData()

void SvListView::Impl::RemoveViewData ( SvTreeListEntry pParent)

Definition at line 1178 of file treelist.cxx.

References SvTreeListEntry::HasChildren(), and SvTreeListEntry::m_Children.

Member Data Documentation

◆ m_bVisPositionsValid

bool SvListView::Impl::m_bVisPositionsValid

Definition at line 41 of file treelist.cxx.

Referenced by InitTable().

◆ m_DataTable

SvDataTable SvListView::Impl::m_DataTable

Definition at line 37 of file treelist.cxx.

Referenced by InitTable().

◆ m_nSelectionCount

sal_uInt32 SvListView::Impl::m_nSelectionCount

Definition at line 40 of file treelist.cxx.

Referenced by InitTable().

◆ m_nVisibleCount

sal_uInt32 SvListView::Impl::m_nVisibleCount

Definition at line 39 of file treelist.cxx.

Referenced by InitTable().

◆ m_rThis

SvListView& SvListView::Impl::m_rThis

Definition at line 35 of file treelist.cxx.

Referenced by InitTable().


The documentation for this struct was generated from the following file: