|
LibreOffice Module vcl (master) 1
|
#include <treelistbox.hxx>
Public Member Functions | |
| SvLBoxTab () | |
| SvLBoxTab (tools::Long nPos, SvLBoxTabFlags nFlags) | |
| SvLBoxTab (const SvLBoxTab &) | |
| bool | IsDynamic () const |
| void | SetPos (tools::Long nNewPos) |
| tools::Long | GetPos () const |
| tools::Long | CalcOffset (tools::Long nItemLength, tools::Long nTabWidth) |
| bool | IsEditable () const |
Public Attributes | |
| SvLBoxTabFlags | nFlags |
Private Attributes | |
| tools::Long | nPos |
Definition at line 98 of file treelistbox.hxx.
| SvLBoxTab::SvLBoxTab | ( | ) |
Definition at line 273 of file treelistbox.cxx.
| SvLBoxTab::SvLBoxTab | ( | tools::Long | nPos, |
| SvLBoxTabFlags | nFlags | ||
| ) |
Definition at line 279 of file treelistbox.cxx.
| SvLBoxTab::SvLBoxTab | ( | const SvLBoxTab & | rTab | ) |
Definition at line 285 of file treelistbox.cxx.
| tools::Long SvLBoxTab::CalcOffset | ( | tools::Long | nItemLength, |
| tools::Long | nTabWidth | ||
| ) |
Definition at line 291 of file treelistbox.cxx.
References ADJUST_CENTER, ADJUST_RIGHT, FORCE, and nFlags.
Referenced by SvTreeListBox::GetFocusRect(), SvTreeListBox::GetItem_Impl(), SvTreeListBox::GetItemPos(), SvTreeListBox::PaintEntry1(), and SvImpLBox::SetMostRight().
|
inline |
Definition at line 110 of file treelistbox.hxx.
References nPos.
Referenced by SvTreeListBox::GetFocusRect(), SvTreeListBox::GetTabPos(), SvTreeListBox::ImplEditEntry(), SvImpLBox::RequestHelp(), and SvTabListBox::SetTabs().
|
inline |
Definition at line 108 of file treelistbox.hxx.
References DYNAMIC, and nFlags.
Referenced by SvTreeListBox::GetTabPos(), and SvTreeListBox::PaintEntry1().
|
inline |
Definition at line 112 of file treelistbox.hxx.
References EDITABLE, and nFlags.
Referenced by SvTreeListBox::ImplEditEntry(), and SvImpLBox::MouseButtonDown().
|
inline |
Definition at line 109 of file treelistbox.hxx.
References nPos.
| SvLBoxTabFlags SvLBoxTab::nFlags |
Definition at line 106 of file treelistbox.hxx.
Referenced by SvTreeListBox::AddTab(), CalcOffset(), SvTreeListBox::GetFirstDynamicTab(), SvTreeListBox::GetFirstTab(), SvTreeListBox::GetLastTab(), IsDynamic(), IsEditable(), SvTreeListBox::PaintEntry1(), SvTabListBox::SetTabEditable(), SvTabListBox::SetTabJustify(), SvTabListBox::SetTabs(), and SvLBoxTab().
|
private |
Definition at line 100 of file treelistbox.hxx.
Referenced by GetPos(), SetPos(), and SvLBoxTab().