LibreOffice Module vcl (master)
1
|
#include <config_options.h>
#include <vcl/dllapi.h>
#include <vcl/ctrl.hxx>
#include <vcl/EnumContext.hxx>
#include <vcl/NotebookbarContextControl.hxx>
Go to the source code of this file.
Classes | |
class | TabControl |
Macros | |
#define | TAB_APPEND (sal_uInt16(0xFFFF)) |
#define | TAB_PAGE_NOTFOUND (sal_uInt16(0xFFFF)) |
#define | TAB_OFFSET 3 |
#define | TAB_TABOFFSET_X 3 |
#define | TAB_TABOFFSET_Y 3 |
#define | TAB_EXTRASPACE_X 6 |
#define | TAB_BORDER_LEFT 1 |
#define | TAB_BORDER_TOP 1 |
#define | TAB_BORDER_RIGHT 2 |
#define | TAB_BORDER_BOTTOM 2 |
#define TAB_APPEND (sal_uInt16(0xFFFF)) |
Definition at line 38 of file tabctrl.hxx.
Referenced by SalInstanceNotebook::insert_page(), and TabControl::InsertPage().
#define TAB_BORDER_BOTTOM 2 |
Definition at line 49 of file tabctrl.hxx.
Referenced by TabControl::setAllocation().
#define TAB_BORDER_LEFT 1 |
Definition at line 46 of file tabctrl.hxx.
Referenced by TabControl::setAllocation().
#define TAB_BORDER_RIGHT 2 |
Definition at line 48 of file tabctrl.hxx.
Referenced by TabControl::setAllocation().
#define TAB_BORDER_TOP 1 |
Definition at line 47 of file tabctrl.hxx.
Referenced by TabControl::setAllocation().
#define TAB_EXTRASPACE_X 6 |
Definition at line 45 of file tabctrl.hxx.
Referenced by TabControl::ImplGetItemSize().
#define TAB_OFFSET 3 |
Definition at line 42 of file tabctrl.hxx.
Referenced by TabControl::ImplCalculateRequisition(), TabControl::ImplChangeTabPage(), TabControl::ImplGetTabRect(), TabControl::Paint(), TabControl::setAllocation(), and TabControl::SetTabPageSizePixel().
#define TAB_PAGE_NOTFOUND (sal_uInt16(0xFFFF)) |
Definition at line 39 of file tabctrl.hxx.
Referenced by SalInstanceNotebook::get_page_index(), VerticalTabControl::GetPagePos(), TabControl::GetPagePos(), SalInstanceNotebook::insert_page(), TabControl::InsertPage(), SalInstanceNotebook::remove_page(), TabControl::RemovePage(), and TabControl::SetCurPageId().
#define TAB_TABOFFSET_X 3 |
Definition at line 43 of file tabctrl.hxx.
Referenced by TabControl::ImplDrawItem(), and TabControl::ImplGetItemSize().
#define TAB_TABOFFSET_Y 3 |
Definition at line 44 of file tabctrl.hxx.
Referenced by TabControl::ImplDrawItem(), and TabControl::ImplGetItemSize().