LibreOffice Module sc (master) 1
|
#include <scdlgfact.hxx>
Public Member Functions | |
AbstractScSelEntryDlg_Impl (std::unique_ptr< ScSelEntryDlg > p) | |
virtual short | Execute () override |
virtual OUString | GetSelectedEntry () const override |
virtual OUString | GetSelectedEntry () 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::unique_ptr< ScSelEntryDlg > | m_xDlg |
Additional Inherited Members | |
Protected Member Functions inherited from AbstractScSelEntryDlg | |
virtual | ~AbstractScSelEntryDlg () 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 317 of file scdlgfact.hxx.
|
inlineexplicit |
Definition at line 321 of file scdlgfact.hxx.
References p.
|
overridevirtual |
|
overridevirtual |
|
private |
Definition at line 319 of file scdlgfact.hxx.
Referenced by Execute(), and GetSelectedEntry().