LibreOffice Module vcl (master) 1
|
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 | |
SvListView & | m_rThis |
SvDataTable | m_DataTable |
sal_uInt32 | m_nVisibleCount |
sal_uInt32 | m_nSelectionCount |
bool | m_bVisPositionsValid |
Definition at line 33 of file treelist.cxx.
|
inlineexplicit |
Definition at line 43 of file treelist.cxx.
void SvListView::Impl::ActionClear | ( | ) |
Definition at line 1225 of file treelist.cxx.
void SvListView::Impl::ActionInserted | ( | SvTreeListEntry * | pEntry | ) |
Definition at line 1141 of file treelist.cxx.
References DBG_ASSERT, and pData.
void SvListView::Impl::ActionInsertedTree | ( | SvTreeListEntry * | pEntry | ) |
Definition at line 1156 of file treelist.cxx.
References DBG_ASSERT.
void SvListView::Impl::ActionMoved | ( | ) |
Definition at line 1135 of file treelist.cxx.
void SvListView::Impl::ActionMoving | ( | SvTreeListEntry * | pEntry | ) |
Definition at line 1121 of file treelist.cxx.
References DBG_ASSERT, SvTreeListEntry::m_Children, SvTreeListEntry::pParent, and SvViewDataEntry::SetExpanded().
void SvListView::Impl::ActionRemoving | ( | SvTreeListEntry * | pEntry | ) |
Definition at line 1190 of file treelist.cxx.
References DBG_ASSERT, SvViewDataEntry::IsSelected(), SvTreeListEntry::m_Children, SvTreeListEntry::pParent, and SvViewDataEntry::SetExpanded().
void SvListView::Impl::InitTable | ( | ) |
Definition at line 1036 of file treelist.cxx.
References DBG_ASSERT, SvListView::InitViewData(), m_bVisPositionsValid, m_DataTable, m_nSelectionCount, m_nVisibleCount, m_rThis, and SvListView::pModel.
void SvListView::Impl::RemoveViewData | ( | SvTreeListEntry * | pParent | ) |
Definition at line 1178 of file treelist.cxx.
References SvTreeListEntry::HasChildren(), and SvTreeListEntry::m_Children.
bool SvListView::Impl::m_bVisPositionsValid |
Definition at line 41 of file treelist.cxx.
Referenced by InitTable().
SvDataTable SvListView::Impl::m_DataTable |
Definition at line 37 of file treelist.cxx.
Referenced by InitTable().
sal_uInt32 SvListView::Impl::m_nSelectionCount |
Definition at line 40 of file treelist.cxx.
Referenced by InitTable().
sal_uInt32 SvListView::Impl::m_nVisibleCount |
Definition at line 39 of file treelist.cxx.
Referenced by InitTable().
SvListView& SvListView::Impl::m_rThis |
Definition at line 35 of file treelist.cxx.
Referenced by InitTable().