LibreOffice Module sw (master)
1
|
#include <swruler.hxx>
#include <viewsh.hxx>
#include <edtwin.hxx>
#include <PostItMgr.hxx>
#include <view.hxx>
#include <cmdid.h>
#include <sfx2/request.hxx>
#include <tools/UnitConversion.hxx>
#include <vcl/commandevent.hxx>
#include <vcl/event.hxx>
#include <vcl/window.hxx>
#include <vcl/settings.hxx>
#include <tools/json_writer.hxx>
#include <strings.hrc>
#include <comphelper/lok.hxx>
#include <LibreOfficeKit/LibreOfficeKitEnums.h>
Go to the source code of this file.
Macros | |
#define | CONTROL_BORDER_WIDTH 1 |
Functions | |
IMPL_LINK_NOARG (SwCommentRuler, FadeHandler, Timer *, void) | |
#define CONTROL_BORDER_WIDTH 1 |
Definition at line 30 of file swruler.cxx.
Referenced by SwCommentRuler::DrawCommentControl().
IMPL_LINK_NOARG | ( | SwCommentRuler | , |
FadeHandler | , | ||
Timer * | , | ||
void | |||
) |
Definition at line 352 of file swruler.cxx.