LibreOffice Module sc (master)
1
|
#include <sfx2/dispatch.hxx>
#include <vcl/commandevent.hxx>
#include <vcl/help.hxx>
#include <vcl/settings.hxx>
#include <svtools/colorcfg.hxx>
#include <osl/diagnose.h>
#include <tabvwsh.hxx>
#include <hdrcont.hxx>
#include <dbdata.hxx>
#include <scmod.hxx>
#include <inputopt.hxx>
#include <gridmerg.hxx>
#include <document.hxx>
#include <markdata.hxx>
#include <tabview.hxx>
#include <viewdata.hxx>
#include <columnspanset.hxx>
Go to the source code of this file.
Macros | |
#define | SC_DRAG_MIN 2 |
#define | SC_HDRPAINT_SEL_BOTTOM 4 |
#define | SC_HDRPAINT_BOTTOM 5 |
#define | SC_HDRPAINT_TEXT 6 |
#define | SC_HDRPAINT_COUNT 7 |
Functions | |
IMPL_LINK_NOARG (ScHeaderControl, ShowDragHelpHdl, Timer *, void) | |
#define SC_DRAG_MIN 2 |
Definition at line 39 of file hdrcont.cxx.
Referenced by ScHeaderControl::MouseMove().
#define SC_HDRPAINT_BOTTOM 5 |
Definition at line 46 of file hdrcont.cxx.
Referenced by ScHeaderControl::Paint().
#define SC_HDRPAINT_COUNT 7 |
Definition at line 48 of file hdrcont.cxx.
Referenced by ScHeaderControl::Paint().
#define SC_HDRPAINT_SEL_BOTTOM 4 |
Definition at line 45 of file hdrcont.cxx.
Referenced by ScHeaderControl::Paint().
#define SC_HDRPAINT_TEXT 6 |
Definition at line 47 of file hdrcont.cxx.
Referenced by ScHeaderControl::Paint().
IMPL_LINK_NOARG | ( | ScHeaderControl | , |
ShowDragHelpHdl | , | ||
Timer * | , | ||
void | |||
) |
Definition at line 1001 of file hdrcont.cxx.