LibreOffice Module sc (master) 1
Public Member Functions | Private Attributes | List of all members
ScTablesHint Class Reference

#include <uiitems.hxx>

Inheritance diagram for ScTablesHint:
[legend]
Collaboration diagram for ScTablesHint:
[legend]

Public Member Functions

 ScTablesHint (sal_uInt16 nNewId, SCTAB nTable1, SCTAB nTable2=0)
 Adapt Views when inserting/deleting a table. More...
 
virtual ~ScTablesHint () override
 
sal_uInt16 GetTablesHintId () const
 
SCTAB GetTab1 () const
 
SCTAB GetTab2 () const
 
- Public Member Functions inherited from SfxHint
 SfxHint ()
 
 SfxHint (SfxHintId nId)
 
virtual ~SfxHint ()
 
 SfxHint (SfxHint const &)=default
 
 SfxHint (SfxHint &&)=default
 
SfxHintoperator= (SfxHint const &)=default
 
SfxHintoperator= (SfxHint &&)=default
 
SfxHintId GetId () const
 

Private Attributes

sal_uInt16 nId
 
SCTAB nTab1
 
SCTAB nTab2
 

Detailed Description

Definition at line 83 of file uiitems.hxx.

Constructor & Destructor Documentation

◆ ScTablesHint()

ScTablesHint::ScTablesHint ( sal_uInt16  nNewId,
SCTAB  nTable1,
SCTAB  nTable2 = 0 
)

Adapt Views when inserting/deleting a table.

Definition at line 87 of file uiitems.cxx.

References nId.

◆ ~ScTablesHint()

ScTablesHint::~ScTablesHint ( )
overridevirtual

Definition at line 94 of file uiitems.cxx.

Member Function Documentation

◆ GetTab1()

SCTAB ScTablesHint::GetTab1 ( ) const
inline

Definition at line 94 of file uiitems.hxx.

References nTab1.

Referenced by ScDocShell::Notify().

◆ GetTab2()

SCTAB ScTablesHint::GetTab2 ( ) const
inline

Definition at line 95 of file uiitems.hxx.

References nTab2.

◆ GetTablesHintId()

sal_uInt16 ScTablesHint::GetTablesHintId ( ) const
inline

Definition at line 93 of file uiitems.hxx.

References nId.

Referenced by ScDocShell::Notify().

Member Data Documentation

◆ nId

sal_uInt16 ScTablesHint::nId
private

Definition at line 85 of file uiitems.hxx.

Referenced by GetTablesHintId().

◆ nTab1

SCTAB ScTablesHint::nTab1
private

Definition at line 86 of file uiitems.hxx.

Referenced by GetTab1().

◆ nTab2

SCTAB ScTablesHint::nTab2
private

Definition at line 87 of file uiitems.hxx.

Referenced by GetTab2().


The documentation for this class was generated from the following files: