|
LibreOffice Module sw (master) 1
|
Implementation of AbstractSwContentControlListItemDlg, that is only visible to SwAbstractDialogFactory_Impl::CreateSwContentControlListItemDlg(). More...
#include <swdlgfact.hxx>
Public Member Functions | |
| AbstractSwContentControlListItemDlg_Impl (std::shared_ptr< SwContentControlListItemDlg > xDlg) | |
| short | Execute () override |
| bool | StartExecuteAsync (VclAbstractDialog::AsyncContext &) override |
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::shared_ptr< SwContentControlListItemDlg > | m_xDlg |
Additional Inherited Members | |
Protected Member Functions inherited from AbstractSwContentControlListItemDlg | |
| virtual | ~AbstractSwContentControlListItemDlg () override=default |
Protected Member Functions inherited from VclAbstractDialog | |
| virtual | ~VclAbstractDialog () override |
Protected Member Functions inherited from VclReferenceBase | |
| VclReferenceBase () | |
| virtual | ~VclReferenceBase () |
| virtual void | dispose () |
Implementation of AbstractSwContentControlListItemDlg, that is only visible to SwAbstractDialogFactory_Impl::CreateSwContentControlListItemDlg().
Definition at line 466 of file swdlgfact.hxx.
|
inlineexplicit |
Definition at line 471 of file swdlgfact.hxx.
|
overridevirtual |
|
override |
Definition at line 240 of file swdlgfact.cxx.
References m_xDlg, VclAbstractDialog::AsyncContext::maEndDialogFn, and weld::DialogController::runAsync().
|
private |
Definition at line 468 of file swdlgfact.hxx.
Referenced by Execute(), and StartExecuteAsync().