25#include <svx/dialogs.hrc>
36 :
FuPoor(pViewSh, pWin, pView, pDoc, rReq)
43 xFunc->DoExecute(rReq);
59 if( pDlg->Execute() ==
RET_OK )
61 rReq.
Done( *pDlg->GetOutputItemSet() );
SAL_DLLPRIVATE SfxItemPool & GetPool()
const SfxItemSet * GetArgs() const
weld::Window * GetFrameWeld() const
void Done(bool bRemove=false)
virtual VclPtr< SfxAbstractDialog > CreateSfxDialog(weld::Window *pParent, const SfxItemSet &rAttr, const SdrView *pView, sal_uInt32 nResId)=0
static SvxAbstractDialogFactory * Create()
FuMeasureDlg(ViewShell *pViewSh, ::sd::Window *pWin, ::sd::View *pView, SdDrawDocument *pDoc, SfxRequest &rReq)
static rtl::Reference< FuPoor > Create(ViewShell *pViewSh, ::sd::Window *pWin, ::sd::View *pView, SdDrawDocument *pDoc, SfxRequest &rReq)
virtual void DoExecute(SfxRequest &rReq) override
Base class for all functions.
Base class of the stacked shell hierarchy.
virtual bool SetAttributes(const SfxItemSet &rSet, bool bReplaceAll=false, bool bSlide=false, bool bMaster=false)
virtual void GetAttributes(SfxItemSet &rTargetSet, bool bOnlyHardAttr=false) const
An SdWindow contains the actual working area of ViewShell.