LibreOffice Module vcl (master)
1
|
#include <vcl/headbar.hxx>
#include <rtl/ustrbuf.hxx>
#include <tools/debug.hxx>
#include <vcl/svapp.hxx>
#include <vcl/help.hxx>
#include <vcl/image.hxx>
#include <vcl/salnativewidgets.hxx>
#include <vcl/settings.hxx>
#include <vcl/commandevent.hxx>
#include <vcl/event.hxx>
#include <vcl/ptrstyle.hxx>
#include <com/sun/star/accessibility/XAccessible.hpp>
Go to the source code of this file.
Classes | |
class | ImplHeadItem |
Macros | |
#define | HEAD_ARROWSIZE1 4 |
#define | HEAD_ARROWSIZE2 7 |
#define | HEADERBAR_TEXTOFF 2 |
#define | HEADERBAR_ARROWOFF 5 |
#define | HEADERBAR_SPLITOFF 3 |
#define | HEADERBAR_DRAGOUTOFF 15 |
#define | HEAD_HITTEST_ITEM (sal_uInt16(0x0001)) |
#define | HEAD_HITTEST_DIVIDER (sal_uInt16(0x0002)) |
#define HEAD_ARROWSIZE1 4 |
Definition at line 48 of file headbar.cxx.
Referenced by HeaderBar::ImplDrawItem().
#define HEAD_ARROWSIZE2 7 |
Definition at line 49 of file headbar.cxx.
Referenced by HeaderBar::ImplDrawItem().
#define HEAD_HITTEST_DIVIDER (sal_uInt16(0x0002)) |
Definition at line 58 of file headbar.cxx.
Referenced by HeaderBar::ImplDoHitTest(), HeaderBar::ImplStartDrag(), HeaderBar::MouseButtonDown(), and HeaderBar::MouseMove().
#define HEAD_HITTEST_ITEM (sal_uInt16(0x0001)) |
Definition at line 57 of file headbar.cxx.
Referenced by HeaderBar::ImplDoHitTest().
#define HEADERBAR_ARROWOFF 5 |
Definition at line 52 of file headbar.cxx.
Referenced by HeaderBar::ImplDrawItem().
#define HEADERBAR_DRAGOUTOFF 15 |
Definition at line 55 of file headbar.cxx.
Referenced by HeaderBar::ImplDrag().
#define HEADERBAR_SPLITOFF 3 |
Definition at line 53 of file headbar.cxx.
Referenced by HeaderBar::ImplDoHitTest().
#define HEADERBAR_TEXTOFF 2 |
Definition at line 51 of file headbar.cxx.
Referenced by HeaderBar::ImplDrawItem().