|
LibreOffice Module sd (master) 1
|
#include <sddlgfact.hxx>
Public Member Functions | |
| AbstractSdInsertLayerDlg_Impl (std::unique_ptr< SdInsertLayerDlg > pDlg) | |
| virtual short | Execute () override |
| virtual void | GetAttr (SfxItemSet &rOutAttrs) override |
| virtual void | SetHelpId (const OUString &rHelpId) override |
| virtual BitmapEx | createScreenshot () const override |
| virtual OUString | GetScreenshotId () const override |
| virtual void | GetAttr (SfxItemSet &rOutAttrs)=0 |
| virtual void | SetHelpId (const OUString &rHelpId)=0 |
Public Member Functions inherited from VclAbstractDialog | |
| virtual short | Execute ()=0 |
| bool | StartExecuteAsync (const std::function< void(sal_Int32)> &rEndDialogFn) |
| virtual bool | StartExecuteAsync (AsyncContext &) |
| virtual std::vector< OUString > | getAllPageUIXMLDescriptions () const |
| virtual bool | selectPageByUIXMLDescription (const OUString &rUIXMLDescription) |
| virtual BitmapEx | createScreenshot () const |
| virtual OUString | GetScreenshotId () const |
Public Member Functions inherited from VclReferenceBase | |
| void | acquire () const |
| void | release () const |
| sal_Int32 | getRefCount () const |
| void | disposeOnce () |
| bool | isDisposed () const |
Private Attributes | |
| std::unique_ptr< SdInsertLayerDlg > | m_xDlg |
Additional Inherited Members | |
Protected Member Functions inherited from AbstractSdInsertLayerDlg | |
| virtual | ~AbstractSdInsertLayerDlg () override=default |
Protected Member Functions inherited from VclAbstractDialog | |
| virtual | ~VclAbstractDialog () override |
Protected Member Functions inherited from VclReferenceBase | |
| VclReferenceBase () | |
| virtual | ~VclReferenceBase () |
| virtual void | dispose () |
Definition at line 245 of file sddlgfact.hxx.
|
inline |
Definition at line 250 of file sddlgfact.hxx.
|
overridevirtual |
Reimplemented from VclAbstractDialog.
Definition at line 445 of file sddlgfact.cxx.
References m_xDlg.
|
overridevirtual |
|
overridevirtual |
Implements AbstractSdInsertLayerDlg.
Definition at line 435 of file sddlgfact.cxx.
References m_xDlg.
|
overridevirtual |
Reimplemented from VclAbstractDialog.
Definition at line 451 of file sddlgfact.cxx.
References m_xDlg.
|
overridevirtual |
Implements AbstractSdInsertLayerDlg.
Definition at line 440 of file sddlgfact.cxx.
References m_xDlg.
|
private |
Definition at line 248 of file sddlgfact.hxx.
Referenced by createScreenshot(), Execute(), GetAttr(), GetScreenshotId(), and SetHelpId().