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

#include <hints.hxx>

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

Public Member Functions

 ScUpdateRefHint (UpdateRefMode eMode, const ScRange &rR, SCCOL nX, SCROW nY, SCTAB nZ)
 
virtual ~ScUpdateRefHint () override
 
UpdateRefMode GetMode () const
 
const ScRangeGetRange () const
 
SCCOL GetDx () const
 
SCROW GetDy () const
 
SCTAB GetDz () 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

UpdateRefMode eUpdateRefMode
 
ScRange aRange
 
SCCOL nDx
 
SCROW nDy
 
SCTAB nDz
 

Detailed Description

Definition at line 46 of file hints.hxx.

Constructor & Destructor Documentation

◆ ScUpdateRefHint()

ScUpdateRefHint::ScUpdateRefHint ( UpdateRefMode  eMode,
const ScRange rR,
SCCOL  nX,
SCROW  nY,
SCTAB  nZ 
)

Definition at line 37 of file hints.cxx.

References eMode.

◆ ~ScUpdateRefHint()

ScUpdateRefHint::~ScUpdateRefHint ( )
overridevirtual

Definition at line 47 of file hints.cxx.

Member Function Documentation

◆ GetDx()

SCCOL ScUpdateRefHint::GetDx ( ) const
inline

Definition at line 61 of file hints.hxx.

References nDx.

Referenced by ScCellsEnumeration::Notify(), and ScChart2DataSequence::Notify().

◆ GetDy()

SCROW ScUpdateRefHint::GetDy ( ) const
inline

Definition at line 62 of file hints.hxx.

References nDy.

Referenced by ScCellsEnumeration::Notify(), and ScChart2DataSequence::Notify().

◆ GetDz()

SCTAB ScUpdateRefHint::GetDz ( ) const
inline

Definition at line 63 of file hints.hxx.

References nDz.

Referenced by ScCellsEnumeration::Notify(), and ScChart2DataSequence::Notify().

◆ GetMode()

UpdateRefMode ScUpdateRefHint::GetMode ( ) const
inline

Definition at line 59 of file hints.hxx.

References eUpdateRefMode.

Referenced by ScCellsEnumeration::Notify(), and ScChart2DataSequence::Notify().

◆ GetRange()

const ScRange & ScUpdateRefHint::GetRange ( ) const
inline

Definition at line 60 of file hints.hxx.

References aRange.

Referenced by ScCellsEnumeration::Notify(), and ScChart2DataSequence::Notify().

Member Data Documentation

◆ aRange

ScRange ScUpdateRefHint::aRange
private

Definition at line 49 of file hints.hxx.

Referenced by GetRange().

◆ eUpdateRefMode

UpdateRefMode ScUpdateRefHint::eUpdateRefMode
private

Definition at line 48 of file hints.hxx.

Referenced by GetMode().

◆ nDx

SCCOL ScUpdateRefHint::nDx
private

Definition at line 50 of file hints.hxx.

Referenced by GetDx().

◆ nDy

SCROW ScUpdateRefHint::nDy
private

Definition at line 51 of file hints.hxx.

Referenced by GetDy().

◆ nDz

SCTAB ScUpdateRefHint::nDz
private

Definition at line 52 of file hints.hxx.

Referenced by GetDz().


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