|
LibreOffice Module sd (master) 1
|
#include <sddlgfact.hxx>
Public Member Functions | |
| AbstractBulletDialog_Impl (std::shared_ptr< SfxTabDialogController > p) | |
| virtual short | Execute () override |
| virtual bool | StartExecuteAsync (AsyncContext &rCtx) override |
| virtual void | SetCurPageId (const OUString &rName) override |
| virtual const SfxItemSet * | GetOutputItemSet () const override |
| virtual WhichRangesContainer | GetInputRanges (const SfxItemPool &pItem) override |
| virtual void | SetInputSet (const SfxItemSet *pInSet) override |
| virtual void | SetText (const OUString &rStr) override |
| virtual BitmapEx | createScreenshot () const override |
| virtual OUString | GetScreenshotId () const override |
| virtual void | SetCurPageId (const OUString &rName)=0 |
| virtual WhichRangesContainer | GetInputRanges (const SfxItemPool &)=0 |
| virtual void | SetInputSet (const SfxItemSet *pInSet)=0 |
| virtual const SfxItemSet * | GetOutputItemSet () const=0 |
| virtual void | SetText (const OUString &rStr)=0 |
Private Attributes | |
| std::shared_ptr< SfxTabDialogController > | m_xDlg |
Additional Inherited Members | |
Protected Member Functions inherited from SfxAbstractTabDialog | |
| virtual | ~SfxAbstractTabDialog () override=default |
Protected Member Functions inherited from SfxAbstractDialog | |
| virtual | ~SfxAbstractDialog () override=default |
Definition at line 164 of file sddlgfact.hxx.
|
inlineexplicit |
Definition at line 168 of file sddlgfact.hxx.
References p.
|
overridevirtual |
Definition at line 331 of file sddlgfact.cxx.
References m_xDlg.
|
overridevirtual |
Definition at line 175 of file sddlgfact.cxx.
References m_xDlg.
|
overridevirtual |
|
overridevirtual |
|
overridevirtual |
Definition at line 337 of file sddlgfact.cxx.
References m_xDlg.
|
overridevirtual |
|
overridevirtual |
|
overridevirtual |
|
overridevirtual |
Definition at line 180 of file sddlgfact.cxx.
References m_xDlg, and SfxTabDialogController::runAsync().
|
private |
Definition at line 166 of file sddlgfact.hxx.
Referenced by createScreenshot(), Execute(), GetInputRanges(), GetOutputItemSet(), GetScreenshotId(), SetCurPageId(), SetInputSet(), SetText(), and StartExecuteAsync().