LibreOffice Module sc (master)
1
|
#include <scdlgfact.hxx>
Public Member Functions | |
AbstractScDataPilotServiceDlg_Impl (std::shared_ptr< ScDataPilotServiceDlg > p) | |
virtual short | Execute () override |
virtual bool | StartExecuteAsync (AsyncContext &) override |
virtual OUString | GetServiceName () const override |
virtual OUString | GetParSource () const override |
virtual OUString | GetParName () const override |
virtual OUString | GetParUser () const override |
virtual OUString | GetParPass () const 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< ScDataPilotServiceDlg > | m_xDlg |
Additional Inherited Members | |
![]() | |
virtual | ~AbstractScDataPilotServiceDlg () override=default |
![]() | |
virtual | ~VclAbstractDialog () override |
![]() | |
VclReferenceBase () | |
virtual | ~VclReferenceBase () |
virtual void | dispose () |
Definition at line 203 of file scdlgfact.hxx.
|
inlineexplicit |
Definition at line 207 of file scdlgfact.hxx.
|
overridevirtual |
|
overridevirtual |
Implements AbstractScDataPilotServiceDlg.
Definition at line 411 of file scdlgfact.cxx.
References m_xDlg.
|
overridevirtual |
Implements AbstractScDataPilotServiceDlg.
Definition at line 421 of file scdlgfact.cxx.
References m_xDlg.
|
overridevirtual |
Implements AbstractScDataPilotServiceDlg.
Definition at line 406 of file scdlgfact.cxx.
References m_xDlg.
|
overridevirtual |
Implements AbstractScDataPilotServiceDlg.
Definition at line 416 of file scdlgfact.cxx.
References m_xDlg.
|
overridevirtual |
Implements AbstractScDataPilotServiceDlg.
Definition at line 401 of file scdlgfact.cxx.
References m_xDlg.
|
overridevirtual |
Reimplemented from VclAbstractDialog.
Definition at line 130 of file scdlgfact.cxx.
References m_xDlg, VclAbstractDialog::AsyncContext::maEndDialogFn, and weld::DialogController::runAsync().
|
private |
Definition at line 205 of file scdlgfact.hxx.
Referenced by Execute(), GetParName(), GetParPass(), GetParSource(), GetParUser(), GetServiceName(), and StartExecuteAsync().