22#include <svx/svxids.hrc>
35:
FuPoor(pViewSh, pWin, _pView, pDoc, rReq)
42 xFunc->DoExecute(rReq);
62 pDlg->StartExecuteAsync([pDlg, pView = this->
mpView, pViewShell = this->
mpViewShell](sal_Int32 nResult){
65 pView->SetAttributes (*(pDlg->GetOutputItemSet ()));
68 static const sal_uInt16
SidArray[] = {
71 SID_ATTR_FILL_GRADIENT,
74 SID_ATTR_FILL_TRANSPARENCE,
75 SID_ATTR_FILL_FLOATTRANSPARENCE,
76 SID_ATTR_FILL_USE_SLIDE_BACKGROUND,
79 pViewShell->GetViewFrame()->GetBindings().Invalidate(
SidArray );
SAL_DLLPRIVATE SfxItemPool & GetPool()
SAL_DLLPRIVATE DocumentType GetDocumentType() const
const SfxItemSet * GetArgs() const
virtual VclPtr< AbstractSvxAreaTabDialog > CreateSvxAreaTabDialog(weld::Window *pParent, const SfxItemSet *pAttr, SdrModel *pModel, bool bShadow, bool bSlideBackground)=0
static SvxAbstractDialogFactory * Create()
virtual void Activate() override
activates the function
virtual void DoExecute(SfxRequest &rReq) override
virtual void Deactivate() override
deactivates the function
FuArea(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)
Base class for all functions.
Base class of the stacked shell hierarchy.
SdDrawDocument * GetDoc() const
SD_DLLPUBLIC weld::Window * GetFrameWeld() const
virtual void GetAttributes(SfxItemSet &rTargetSet, bool bOnlyHardAttr=false) const
An SdWindow contains the actual working area of ViewShell.
const sal_uInt16 SidArray[]