LibreOffice Module sfx2 (master) 1
|
#include <sfxdlg.hxx>
Public Member Functions | |
virtual void | SetApplyHdl (const Link< LinkParamNone *, void > &rLink)=0 |
Public Member Functions inherited from SfxAbstractTabDialog | |
virtual void | SetCurPageId (const OUString &rName)=0 |
virtual WhichRangesContainer | GetInputRanges (const SfxItemPool &)=0 |
virtual void | SetInputSet (const SfxItemSet *pInSet)=0 |
Public Member Functions inherited from SfxAbstractDialog | |
virtual const SfxItemSet * | GetOutputItemSet () const =0 |
Get a set of items changed in the dialog. More... | |
virtual void | SetText (const OUString &rStr)=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 |
Protected Member Functions | |
virtual | ~SfxAbstractApplyTabDialog () override=default |
Protected Member Functions inherited from SfxAbstractTabDialog | |
virtual | ~SfxAbstractTabDialog () override=default |
Protected Member Functions inherited from SfxAbstractDialog | |
virtual | ~SfxAbstractDialog () 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 69 of file sfxdlg.hxx.
|
overrideprotectedvirtualdefault |
|
pure virtual |