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

#include <refhint.hxx>

Inheritance diagram for sc::RefRowReorderHint:
[legend]
Collaboration diagram for sc::RefRowReorderHint:
[legend]

Public Member Functions

 RefRowReorderHint (const sc::ColRowReorderMapType &rRowMap, SCTAB nTab, SCCOL nCol1, SCCOL nCol2)
 
virtual ~RefRowReorderHint () override
 
 RefRowReorderHint (RefRowReorderHint const &)=default
 
 RefRowReorderHint (RefRowReorderHint &&)=default
 
RefRowReorderHintoperator= (RefRowReorderHint const &)=delete
 
RefRowReorderHintoperator= (RefRowReorderHint &&)=delete
 
const sc::ColRowReorderMapTypegetRowMap () const
 
SCTAB getTab () const
 
SCCOL getStartColumn () const
 
SCCOL getEndColumn () const
 
- Public Member Functions inherited from sc::RefHint
 RefHint ()=delete
 
virtual ~RefHint () override=0
 
 RefHint (RefHint const &)=default
 
 RefHint (RefHint &&)=default
 
RefHintoperator= (RefHint const &)=delete
 
RefHintoperator= (RefHint &&)=delete
 
Type getType () 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

const sc::ColRowReorderMapTypemrRowMap
 
SCTAB mnTab
 
SCCOL mnCol1
 
SCCOL mnCol2
 

Additional Inherited Members

- Public Types inherited from sc::RefHint
enum  Type {
  ColumnReordered ,
  RowReordered ,
  StartListening ,
  StopListening
}
 
- Protected Member Functions inherited from sc::RefHint
 RefHint (Type eType)
 

Detailed Description

Definition at line 71 of file refhint.hxx.

Constructor & Destructor Documentation

◆ RefRowReorderHint() [1/3]

sc::RefRowReorderHint::RefRowReorderHint ( const sc::ColRowReorderMapType rRowMap,
SCTAB  nTab,
SCCOL  nCol1,
SCCOL  nCol2 
)

Definition at line 47 of file refhint.cxx.

◆ ~RefRowReorderHint()

sc::RefRowReorderHint::~RefRowReorderHint ( )
overridevirtual

Definition at line 50 of file refhint.cxx.

◆ RefRowReorderHint() [2/3]

sc::RefRowReorderHint::RefRowReorderHint ( RefRowReorderHint const &  )
default

◆ RefRowReorderHint() [3/3]

sc::RefRowReorderHint::RefRowReorderHint ( RefRowReorderHint &&  )
default

Member Function Documentation

◆ getEndColumn()

SCCOL sc::RefRowReorderHint::getEndColumn ( ) const

Definition at line 67 of file refhint.cxx.

References mnCol2.

Referenced by ScFormulaCell::Notify().

◆ getRowMap()

const sc::ColRowReorderMapType & sc::RefRowReorderHint::getRowMap ( ) const

Definition at line 52 of file refhint.cxx.

References mrRowMap.

Referenced by ScFormulaCell::Notify().

◆ getStartColumn()

SCCOL sc::RefRowReorderHint::getStartColumn ( ) const

Definition at line 62 of file refhint.cxx.

References mnCol1.

Referenced by ScFormulaCell::Notify().

◆ getTab()

SCTAB sc::RefRowReorderHint::getTab ( ) const

Definition at line 57 of file refhint.cxx.

References mnTab.

Referenced by ScFormulaCell::Notify().

◆ operator=() [1/2]

RefRowReorderHint & sc::RefRowReorderHint::operator= ( RefRowReorderHint &&  )
delete

◆ operator=() [2/2]

RefRowReorderHint & sc::RefRowReorderHint::operator= ( RefRowReorderHint const &  )
delete

Member Data Documentation

◆ mnCol1

SCCOL sc::RefRowReorderHint::mnCol1
private

Definition at line 75 of file refhint.hxx.

Referenced by getStartColumn().

◆ mnCol2

SCCOL sc::RefRowReorderHint::mnCol2
private

Definition at line 76 of file refhint.hxx.

Referenced by getEndColumn().

◆ mnTab

SCTAB sc::RefRowReorderHint::mnTab
private

Definition at line 74 of file refhint.hxx.

Referenced by getTab().

◆ mrRowMap

const sc::ColRowReorderMapType& sc::RefRowReorderHint::mrRowMap
private

Definition at line 73 of file refhint.hxx.

Referenced by getRowMap().


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