39 SetController(std::make_shared<SwSyncBtnDlg>(pBindings,
this, _pParent->GetFrameWeld()));
42 if (!pInfo->aSize.Width() || !pInfo->aSize.Height())
49 const SwEditWin &rEditWin = pActiveView->GetEditWin();
53 aPos = _pParent->OutputToScreenPixel(
Point(0, 0));
71 , m_xSyncBtn(m_xBuilder->weld_button(
"sync"))
void Initialize(SfxChildWinInfo const *pInfo)
static SAL_WARN_UNUSED_RESULT SfxViewFrame * Current()
Window class for the Writer edit area, this is the one handling mouse and keyboard events and doing t...
std::unique_ptr< weld::Button > m_xSyncBtn
SwSyncBtnDlg(SfxBindings *, SfxChildWindow *, weld::Window *pParent)
virtual ~SwSyncBtnDlg() override
void setMask(WindowDataMask nMask)
void setPos(const Point &aPos)
Point OutputToScreenPixel(const Point &rPos) const
virtual Point get_position() const=0
virtual Size get_size() const=0
virtual void set_window_state(const OUString &rStr)=0
#define FN_UPDATE_ALL_LINKS
virtual std::shared_ptr< SfxDialogController > GetController() override
#define LINK(Instance, Class, Member)
SFX_IMPL_MODELESSDIALOGCONTOLLER(SfxRecordingFloatWrapper_Impl, SID_RECORDING_FLOATWINDOW)
IMPL_STATIC_LINK_NOARG(SwSyncBtnDlg, BtnHdl, weld::Button &, void)