LibreOffice Module sc (master)
1
|
#include <scdlgfact.hxx>
Public Member Functions | |
AbstractScTabBgColorDlg_Impl (std::unique_ptr< ScTabBgColorDlg > p) | |
virtual short | Execute () override |
virtual void | GetSelectedColor (Color &rColor) const override |
virtual BitmapEx | createScreenshot () const override |
virtual OString | GetScreenshotId () 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) |
![]() | |
void | acquire () const |
void | release () const |
sal_Int32 | getRefCount () const |
void | disposeOnce () |
bool | isDisposed () const |
Private Attributes | |
std::unique_ptr< ScTabBgColorDlg > | m_xDlg |
Additional Inherited Members | |
![]() | |
virtual | ~AbstractScTabBgColorDlg () override=default |
![]() | |
virtual | ~VclAbstractDialog () override |
![]() | |
VclReferenceBase () | |
virtual | ~VclReferenceBase () |
virtual void | dispose () |
Definition at line 589 of file scdlgfact.hxx.
|
inlineexplicit |
Definition at line 593 of file scdlgfact.hxx.
|
overridevirtual |
Reimplemented from VclAbstractDialog.
Definition at line 848 of file scdlgfact.cxx.
References OutputDevice::GetBitmapEx(), m_xDlg, and Point.
|
overridevirtual |
|
overridevirtual |
Reimplemented from VclAbstractDialog.
Definition at line 854 of file scdlgfact.cxx.
References m_xDlg.
Implements AbstractScTabBgColorDlg.
Definition at line 843 of file scdlgfact.cxx.
References m_xDlg.
|
private |
Definition at line 591 of file scdlgfact.hxx.
Referenced by createScreenshot(), Execute(), GetScreenshotId(), and GetSelectedColor().