|
LibreOffice Module sw (master) 1
|
#include <config_wasm_strip.h>#include <sal/config.h>#include <cstddef>#include "SidebarWinAcc.hxx"#include <PostItMgr.hxx>#include <AnnotationWin.hxx>#include <IDocumentUndoRedo.hxx>#include <basegfx/range/b2drange.hxx>#include "SidebarTxtControl.hxx"#include "AnchorOverlayObject.hxx"#include "ShadowOverlayObject.hxx"#include "OverlayRanges.hxx"#include <strings.hrc>#include <viewopt.hxx>#include <cmdid.h>#include <editeng/fhgtitem.hxx>#include <editeng/langitem.hxx>#include <editeng/editview.hxx>#include <editeng/outliner.hxx>#include <editeng/editeng.hxx>#include <editeng/eeitem.hxx>#include <editeng/outlobj.hxx>#include <svl/undo.hxx>#include <svl/stritem.hxx>#include <sfx2/viewfrm.hxx>#include <sfx2/bindings.hxx>#include <sfx2/dispatch.hxx>#include <vcl/decoview.hxx>#include <vcl/event.hxx>#include <vcl/gradient.hxx>#include <vcl/pdfextoutdevdata.hxx>#include <vcl/svapp.hxx>#include <vcl/settings.hxx>#include <vcl/ptrstyle.hxx>#include <vcl/uitest/logger.hxx>#include <vcl/uitest/eventdescription.hxx>#include <edtwin.hxx>#include <view.hxx>#include <docsh.hxx>#include <wrtsh.hxx>#include <doc.hxx>#include <docstyle.hxx>#include <docufld.hxx>#include <swmodule.hxx>#include <SwRewriter.hxx>#include <txtannotationfld.hxx>#include <ndtxt.hxx>#include <drawinglayer/processor2d/baseprocessor2d.hxx>#include <drawinglayer/processor2d/processor2dtools.hxx>#include <osl/diagnose.h>#include <unotools/localedatawrapper.hxx>#include <unotools/syslocale.hxx>#include <memory>#include <comphelper/lok.hxx>Go to the source code of this file.
Namespaces | |
| namespace | sw |
| Dialog to specify the properties of date form field. | |
| namespace | sw::annotation |
Macros | |
| #define | METABUTTON_WIDTH 16 |
| #define | METABUTTON_HEIGHT 18 |
| #define | POSTIT_MINIMUMSIZE_WITHOUT_META 50 |
Functions | |
| static Color | sw::annotation::ColorFromAlphaColor (const sal_uInt8 aTransparency, const Color &aFront, const Color &aBack) |
| sw::annotation::IMPL_LINK (SwAnnotationWin, MouseMoveHdl, const MouseEvent &, rMEvt, bool) | |
| sw::annotation::IMPL_LINK (SwAnnotationWin, ScrollHdl, weld::ScrolledWindow &, rScrolledWindow, void) | |
| sw::annotation::IMPL_LINK_NOARG (SwAnnotationWin, ModifyHdl, LinkParamNone *, void) | |
| sw::annotation::IMPL_LINK_NOARG (SwAnnotationWin, DeleteHdl, void *, void) | |
| #define METABUTTON_HEIGHT 18 |
Definition at line 108 of file AnnotationWin2.cxx.
| #define METABUTTON_WIDTH 16 |
Definition at line 107 of file AnnotationWin2.cxx.
| #define POSTIT_MINIMUMSIZE_WITHOUT_META 50 |
Definition at line 109 of file AnnotationWin2.cxx.