LibreOffice Module sc (master)
1
|
#include <scdlgfact.hxx>
Public Member Functions | |
AbstractScInsertContentsDlg_Impl (std::unique_ptr< ScInsertContentsDlg > p) | |
virtual short | Execute () override |
virtual InsertDeleteFlags | GetInsContentsCmdBits () const override |
virtual ScPasteFunc | GetFormulaCmdBits () const override |
virtual bool | IsSkipEmptyCells () const override |
virtual bool | IsLink () const override |
virtual void | SetFillMode (bool bSet) override |
virtual void | SetOtherDoc (bool bSet) override |
virtual bool | IsTranspose () const override |
virtual void | SetChangeTrack (bool bSet) override |
virtual void | SetCellShiftDisabled (CellShiftDisabledFlags nDisable) override |
virtual InsCellCmd | GetMoveMode () 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< ScInsertContentsDlg > | m_xDlg |
Additional Inherited Members | |
![]() | |
virtual | ~AbstractScInsertContentsDlg () override=default |
![]() | |
virtual | ~VclAbstractDialog () override |
![]() | |
VclReferenceBase () | |
virtual | ~VclReferenceBase () |
virtual void | dispose () |
Definition at line 268 of file scdlgfact.hxx.
|
inlineexplicit |
Definition at line 272 of file scdlgfact.hxx.
|
overridevirtual |
Reimplemented from VclAbstractDialog.
Definition at line 588 of file scdlgfact.cxx.
References OutputDevice::GetBitmapEx(), m_xDlg, and Point.
|
overridevirtual |
|
overridevirtual |
Implements AbstractScInsertContentsDlg.
Definition at line 543 of file scdlgfact.cxx.
References m_xDlg.
|
overridevirtual |
Implements AbstractScInsertContentsDlg.
Definition at line 538 of file scdlgfact.cxx.
References m_xDlg.
|
overridevirtual |
Implements AbstractScInsertContentsDlg.
Definition at line 583 of file scdlgfact.cxx.
References m_xDlg.
|
overridevirtual |
Reimplemented from VclAbstractDialog.
Definition at line 594 of file scdlgfact.cxx.
References m_xDlg.
|
overridevirtual |
Implements AbstractScInsertContentsDlg.
Definition at line 553 of file scdlgfact.cxx.
References m_xDlg.
|
overridevirtual |
Implements AbstractScInsertContentsDlg.
Definition at line 548 of file scdlgfact.cxx.
References m_xDlg.
|
overridevirtual |
Implements AbstractScInsertContentsDlg.
Definition at line 568 of file scdlgfact.cxx.
References m_xDlg.
|
overridevirtual |
Implements AbstractScInsertContentsDlg.
Definition at line 578 of file scdlgfact.cxx.
References m_xDlg.
|
overridevirtual |
Implements AbstractScInsertContentsDlg.
Definition at line 573 of file scdlgfact.cxx.
References m_xDlg.
|
overridevirtual |
Implements AbstractScInsertContentsDlg.
Definition at line 558 of file scdlgfact.cxx.
References m_xDlg.
|
overridevirtual |
Implements AbstractScInsertContentsDlg.
Definition at line 563 of file scdlgfact.cxx.
References m_xDlg.
|
private |
Definition at line 270 of file scdlgfact.hxx.
Referenced by createScreenshot(), Execute(), GetFormulaCmdBits(), GetInsContentsCmdBits(), GetMoveMode(), GetScreenshotId(), IsLink(), IsSkipEmptyCells(), IsTranspose(), SetCellShiftDisabled(), SetChangeTrack(), SetFillMode(), and SetOtherDoc().