LibreOffice Module sw (master) 1
|
#include <config_wasm_strip.h>
#include <boost/property_tree/json_parser.hpp>
#include <PostItMgr.hxx>
#include <postithelper.hxx>
#include <AnnotationWin.hxx>
#include "frmsidebarwincontainer.hxx"
#include <accmap.hxx>
#include <SidebarWindowsConsts.hxx>
#include "AnchorOverlayObject.hxx"
#include "ShadowOverlayObject.hxx"
#include <utility>
#include <vcl/svapp.hxx>
#include <vcl/outdev.hxx>
#include <vcl/settings.hxx>
#include <chrdlgmodes.hxx>
#include <viewopt.hxx>
#include <view.hxx>
#include <docsh.hxx>
#include <wrtsh.hxx>
#include <doc.hxx>
#include <IDocumentSettingAccess.hxx>
#include <IDocumentFieldsAccess.hxx>
#include <docstyle.hxx>
#include <fldbas.hxx>
#include <fmtfld.hxx>
#include <docufld.hxx>
#include <edtwin.hxx>
#include <txtfld.hxx>
#include <txtannotationfld.hxx>
#include <rootfrm.hxx>
#include <SwRewriter.hxx>
#include <tools/color.hxx>
#include <unotools/datetime.hxx>
#include <swmodule.hxx>
#include <strings.hrc>
#include <cmdid.h>
#include <sfx2/request.hxx>
#include <sfx2/event.hxx>
#include <svl/srchitem.hxx>
#include <svl/languageoptions.hxx>
#include <svl/hint.hxx>
#include <svx/svdview.hxx>
#include <editeng/eeitem.hxx>
#include <editeng/langitem.hxx>
#include <editeng/outliner.hxx>
#include <editeng/outlobj.hxx>
#include <comphelper/lok.hxx>
#include <comphelper/string.hxx>
#include <LibreOfficeKit/LibreOfficeKitEnums.h>
#include <annotsh.hxx>
#include <swabstdlg.hxx>
#include <memory>
Go to the source code of this file.
Macros | |
#define | POSTIT_INITIAL_ANCHOR_DISTANCE 20 |
#define | POSTIT_SPACE_BETWEEN 8 |
#define | POSTIT_MINIMUMSIZE_WITH_META 60 |
#define | POSTIT_SCROLL_SIDEBAR_HEIGHT 20 |
#define | MAX_LOOP_COUNT 50 |
Functions | |
IMPL_LINK_NOARG (SwPostItMgr, CalcHdl, void *, void) | |
#define MAX_LOOP_COUNT 50 |
Definition at line 93 of file PostItMgr.cxx.
#define POSTIT_INITIAL_ANCHOR_DISTANCE 20 |
Definition at line 86 of file PostItMgr.cxx.
#define POSTIT_MINIMUMSIZE_WITH_META 60 |
Definition at line 89 of file PostItMgr.cxx.
#define POSTIT_SCROLL_SIDEBAR_HEIGHT 20 |
Definition at line 90 of file PostItMgr.cxx.
#define POSTIT_SPACE_BETWEEN 8 |
Definition at line 88 of file PostItMgr.cxx.
IMPL_LINK_NOARG | ( | SwPostItMgr | , |
CalcHdl | , | ||
void * | , | ||
void | |||
) |
Definition at line 2223 of file PostItMgr.cxx.
References mnEventId.