LibreOffice Module sfx2 (master) 1
|
#include <basegfx/polygon/b2dpolygon.hxx>
#include <comphelper/dispatchcommand.hxx>
#include <drawinglayer/primitive2d/PolyPolygonColorPrimitive2D.hxx>
#include <drawinglayer/primitive2d/PolyPolygonStrokePrimitive2D.hxx>
#include <drawinglayer/processor2d/baseprocessor2d.hxx>
#include <drawinglayer/processor2d/processor2dtools.hxx>
#include <memory>
#include <officecfg/Office/UI/Infobar.hxx>
#include <sfx2/bindings.hxx>
#include <sfx2/dispatch.hxx>
#include <sfx2/infobar.hxx>
#include <sfx2/objface.hxx>
#include <sfx2/sfxsids.hrc>
#include <sfx2/viewfrm.hxx>
#include <utility>
#include <vcl/image.hxx>
#include <vcl/settings.hxx>
#include <vcl/svapp.hxx>
#include <vcl/virdev.hxx>
#include <vcl/weldutils.hxx>
#include <bitmaps.hlst>
Go to the source code of this file.
Classes | |
class | ExtraButton |
Functions | |
IMPL_LINK_NOARG (ExtraButton, CommandHdl, weld::Button &, void) | |
IMPL_LINK (SfxInfoBarWindow, SizeAllocHdl, const Size &, rSize, void) | |
IMPL_LINK_NOARG (SfxInfoBarWindow, CloseHandler, const OUString &, void) | |
IMPL_LINK_NOARG (SfxInfoBarContainerWindow, DoUpdateLayout, Timer *, void) | |
SFX_IMPL_POS_CHILDWINDOW_WITHID (SfxInfoBarContainerChild, SID_INFOBAR, SFX_OBJECTBAR_OBJECT) | |
IMPL_LINK | ( | SfxInfoBarWindow | , |
SizeAllocHdl | , | ||
const Size & | , | ||
rSize | , | ||
void | |||
) |
Definition at line 241 of file infobar.cxx.
IMPL_LINK_NOARG | ( | ExtraButton | , |
CommandHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 187 of file infobar.cxx.
References comphelper::dispatchCommand().
IMPL_LINK_NOARG | ( | SfxInfoBarContainerWindow | , |
DoUpdateLayout | , | ||
Timer * | , | ||
void | |||
) |
Definition at line 359 of file infobar.cxx.
IMPL_LINK_NOARG | ( | SfxInfoBarWindow | , |
CloseHandler | , | ||
const OUString & | , | ||
void | |||
) |
Definition at line 344 of file infobar.cxx.
SFX_IMPL_POS_CHILDWINDOW_WITHID | ( | SfxInfoBarContainerChild | , |
SID_INFOBAR | , | ||
SFX_OBJECTBAR_OBJECT | |||
) |