|
LibreOffice Module sd (master) 1
|
#include <sddlgfact.hxx>
Public Member Functions | |
| AbstractSdInsertPagesObjsDlg_Impl (std::unique_ptr< SdInsertPagesObjsDlg > pDlg) | |
| virtual short | Execute () override |
| virtual std::vector< OUString > | GetList (const sal_uInt16 nType) override |
| virtual bool | IsLink () override |
| virtual bool | IsRemoveUnnecessaryMasterPages () const override |
| virtual BitmapEx | createScreenshot () const override |
| virtual OUString | GetScreenshotId () const override |
| virtual std::vector< OUString > | GetList (const sal_uInt16 nType)=0 |
| virtual bool | IsLink ()=0 |
| virtual bool | IsRemoveUnnecessaryMasterPages () const =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< SdInsertPagesObjsDlg > | m_xDlg |
Additional Inherited Members | |
Protected Member Functions inherited from AbstractSdInsertPagesObjsDlg | |
| virtual | ~AbstractSdInsertPagesObjsDlg () 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 263 of file sddlgfact.hxx.
|
inline |
Definition at line 268 of file sddlgfact.hxx.
|
overridevirtual |
Reimplemented from VclAbstractDialog.
Definition at line 471 of file sddlgfact.cxx.
References m_xDlg.
|
overridevirtual |
|
overridevirtual |
Implements AbstractSdInsertPagesObjsDlg.
Definition at line 456 of file sddlgfact.cxx.
|
overridevirtual |
Reimplemented from VclAbstractDialog.
Definition at line 477 of file sddlgfact.cxx.
References m_xDlg.
|
overridevirtual |
Implements AbstractSdInsertPagesObjsDlg.
Definition at line 461 of file sddlgfact.cxx.
References m_xDlg.
|
overridevirtual |
Implements AbstractSdInsertPagesObjsDlg.
Definition at line 466 of file sddlgfact.cxx.
References m_xDlg.
|
private |
Definition at line 266 of file sddlgfact.hxx.
Referenced by createScreenshot(), Execute(), GetList(), GetScreenshotId(), IsLink(), and IsRemoveUnnecessaryMasterPages().