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 OUString | GetScreenshotId () const override |
virtual InsertDeleteFlags | GetInsContentsCmdBits () const =0 |
virtual ScPasteFunc | GetFormulaCmdBits () const =0 |
virtual bool | IsSkipEmptyCells () const =0 |
virtual bool | IsLink () const =0 |
virtual void | SetFillMode (bool bSet)=0 |
virtual void | SetOtherDoc (bool bSet)=0 |
virtual bool | IsTranspose () const =0 |
virtual void | SetChangeTrack (bool bSet)=0 |
virtual void | SetCellShiftDisabled (CellShiftDisabledFlags nDisable)=0 |
virtual InsCellCmd | GetMoveMode ()=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< ScInsertContentsDlg > | m_xDlg |
Additional Inherited Members | |
Protected Member Functions inherited from AbstractScInsertContentsDlg | |
virtual | ~AbstractScInsertContentsDlg () 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 270 of file scdlgfact.hxx.
|
inlineexplicit |
Definition at line 274 of file scdlgfact.hxx.
References p.
|
overridevirtual |
Reimplemented from VclAbstractDialog.
Definition at line 603 of file scdlgfact.cxx.
References m_xDlg.
|
overridevirtual |
|
overridevirtual |
Implements AbstractScInsertContentsDlg.
Definition at line 558 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 598 of file scdlgfact.cxx.
References m_xDlg.
|
overridevirtual |
Reimplemented from VclAbstractDialog.
Definition at line 609 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 563 of file scdlgfact.cxx.
References m_xDlg.
|
overridevirtual |
Implements AbstractScInsertContentsDlg.
Definition at line 583 of file scdlgfact.cxx.
References m_xDlg.
|
overridevirtual |
Implements AbstractScInsertContentsDlg.
Definition at line 593 of file scdlgfact.cxx.
References m_xDlg.
|
overridevirtual |
Implements AbstractScInsertContentsDlg.
Definition at line 588 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 578 of file scdlgfact.cxx.
References m_xDlg.
|
private |
Definition at line 272 of file scdlgfact.hxx.
Referenced by createScreenshot(), Execute(), GetFormulaCmdBits(), GetInsContentsCmdBits(), GetMoveMode(), GetScreenshotId(), IsLink(), IsSkipEmptyCells(), IsTranspose(), SetCellShiftDisabled(), SetChangeTrack(), SetFillMode(), and SetOtherDoc().