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 <tabvwsh.hxx>
#include <hdrcont.hxx>
#include <scmod.hxx>
#include <inputopt.hxx>
#include <gridmerg.hxx>
#include <document.hxx>
#include <markdata.hxx>
#include <tabview.hxx>
#include <viewdata.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 |
#define SC_DRAG_MIN 2 |
Definition at line 36 of file hdrcont.cxx.
Referenced by ScHeaderControl::MouseMove().
#define SC_HDRPAINT_BOTTOM 5 |
Definition at line 43 of file hdrcont.cxx.
Referenced by ScHeaderControl::Paint().
#define SC_HDRPAINT_COUNT 7 |
Definition at line 45 of file hdrcont.cxx.
Referenced by ScHeaderControl::Paint().
#define SC_HDRPAINT_SEL_BOTTOM 4 |
Definition at line 42 of file hdrcont.cxx.
Referenced by ScHeaderControl::Paint().
#define SC_HDRPAINT_TEXT 6 |
Definition at line 44 of file hdrcont.cxx.
Referenced by ScHeaderControl::Paint().