|
LibreOffice Module sc (master) 1
|
#include <scdlgfact.hxx>
Public Member Functions | |
| AbstractScShowTabDlg_Impl (std::shared_ptr< ScShowTabDlg > p) | |
| virtual short | Execute () override |
| virtual bool | StartExecuteAsync (VclAbstractDialog::AsyncContext &rCtx) override |
| virtual void | Insert (const OUString &rString, bool bSelected) override |
| virtual void | SetDescription (const OUString &rTitle, const OUString &rFixedText, const OUString &sDlgHelpId, const OUString &sLbHelpId) override |
| virtual OUString | GetEntry (sal_Int32 nPos) const override |
| virtual std::vector< sal_Int32 > | GetSelectedRows () const override |
| virtual void | Insert (const OUString &rString, bool bSelected)=0 |
| virtual void | SetDescription (const OUString &rTitle, const OUString &rFixedText, const OUString &nDlgHelpId, const OUString &nLbHelpId)=0 |
| virtual std::vector< sal_Int32 > | GetSelectedRows () const =0 |
| virtual OUString | GetEntry (sal_Int32 nPos) 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::shared_ptr< ScShowTabDlg > | m_xDlg |
Additional Inherited Members | |
Protected Member Functions inherited from AbstractScShowTabDlg | |
| virtual | ~AbstractScShowTabDlg () 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 508 of file scdlgfact.hxx.
|
inlineexplicit |
Definition at line 512 of file scdlgfact.hxx.
References p.
|
overridevirtual |
|
overridevirtual |
Implements AbstractScShowTabDlg.
Definition at line 862 of file scdlgfact.cxx.
|
overridevirtual |
|
overridevirtual |
|
overridevirtual |
|
overridevirtual |
Definition at line 288 of file scdlgfact.cxx.
References m_xDlg, VclAbstractDialog::AsyncContext::maEndDialogFn, and weld::DialogController::runAsync().
|
private |
Definition at line 510 of file scdlgfact.hxx.
Referenced by Execute(), GetEntry(), GetSelectedRows(), Insert(), SetDescription(), and StartExecuteAsync().