LibreOffice Module sw (master)
1
|
#include <swdlgfact.hxx>
Public Member Functions | |
AbstractGenericDialog_Impl (std::shared_ptr< weld::GenericDialogController > p) | |
virtual short | Execute () override |
virtual bool | StartExecuteAsync (AsyncContext &rCtx) override |
![]() | |
bool | StartExecuteAsync (const std::function< void(sal_Int32)> &rEndDialogFn) |
virtual std::vector< OString > | getAllPageUIXMLDescriptions () const |
virtual bool | selectPageByUIXMLDescription (const OString &rUIXMLDescription) |
virtual BitmapEx | createScreenshot () const |
virtual OString | GetScreenshotId () const |
![]() | |
void | acquire () const |
void | release () const |
sal_Int32 | getRefCount () const |
void | disposeOnce () |
bool | isDisposed () const |
Private Attributes | |
std::shared_ptr< weld::GenericDialogController > | m_xDlg |
Additional Inherited Members | |
![]() | |
virtual | ~VclAbstractDialog () override |
![]() | |
VclReferenceBase () | |
virtual | ~VclReferenceBase () |
virtual void | dispose () |
Definition at line 140 of file swdlgfact.hxx.
|
inlineexplicit |
Definition at line 144 of file swdlgfact.hxx.
|
overridevirtual |
Implements VclAbstractDialog.
Definition at line 137 of file swdlgfact.cxx.
|
overridevirtual |
Reimplemented from VclAbstractDialog.
Definition at line 142 of file swdlgfact.cxx.
References weld::DialogController::runAsync().
|
private |
Definition at line 142 of file swdlgfact.hxx.