LibreOffice Module sw (master)
1
|
#include <swdlgfact.hxx>
Public Member Functions | |
AbstractMultiTOXTabDialog_Impl (std::shared_ptr< SwMultiTOXTabDialog > p) | |
virtual short | Execute () override |
virtual bool | StartExecuteAsync (VclAbstractDialog::AsyncContext &rCtx) override |
virtual CurTOXType | GetCurrentTOXType () const override |
virtual SwTOXDescription & | GetTOXDescription (CurTOXType eTOXTypes) override |
virtual const SfxItemSet * | GetOutputItemSet () const override |
![]() | |
bool | StartExecuteAsync (const std::function< void(sal_Int32)> &rEndDialogFn) |
virtual bool | StartExecuteAsync (AsyncContext &) |
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 |
Protected Attributes | |
std::shared_ptr< SwMultiTOXTabDialog > | m_xDlg |
Additional Inherited Members | |
![]() | |
virtual | ~AbstractMultiTOXTabDialog () override=default |
![]() | |
virtual | ~VclAbstractDialog () override |
![]() | |
VclReferenceBase () | |
virtual | ~VclReferenceBase () |
virtual void | dispose () |
Definition at line 572 of file swdlgfact.hxx.
|
inlineexplicit |
Definition at line 577 of file swdlgfact.hxx.
|
overridevirtual |
Implements VclAbstractDialog.
Definition at line 257 of file swdlgfact.cxx.
|
overridevirtual |
Implements AbstractMultiTOXTabDialog.
Definition at line 711 of file swdlgfact.cxx.
|
overridevirtual |
Implements AbstractMultiTOXTabDialog.
Definition at line 721 of file swdlgfact.cxx.
|
overridevirtual |
Implements AbstractMultiTOXTabDialog.
Definition at line 716 of file swdlgfact.cxx.
|
overridevirtual |
Definition at line 262 of file swdlgfact.cxx.
References SfxTabDialogController::runAsync().
|
protected |
Definition at line 575 of file swdlgfact.hxx.