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

#include <refhint.hxx>

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

Public Member Functions

 RefColReorderHint (const sc::ColRowReorderMapType &rColMap, SCTAB nTab, SCROW nRow1, SCROW nRow2)
 
virtual ~RefColReorderHint () override
 
 RefColReorderHint (RefColReorderHint const &)=default
 
 RefColReorderHint (RefColReorderHint &&)=default
 
RefColReorderHintoperator= (RefColReorderHint const &)=delete
 
RefColReorderHintoperator= (RefColReorderHint &&)=delete
 
const sc::ColRowReorderMapTypegetColMap () const
 
SCTAB getTab () const
 
SCROW getStartRow () const
 
SCROW getEndRow () 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::ColRowReorderMapTypemrColMap
 
SCTAB mnTab
 
SCROW mnRow1
 
SCROW mnRow2
 

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 48 of file refhint.hxx.

Constructor & Destructor Documentation

◆ RefColReorderHint() [1/3]

sc::RefColReorderHint::RefColReorderHint ( const sc::ColRowReorderMapType rColMap,
SCTAB  nTab,
SCROW  nRow1,
SCROW  nRow2 
)

Definition at line 22 of file refhint.cxx.

◆ ~RefColReorderHint()

sc::RefColReorderHint::~RefColReorderHint ( )
overridevirtual

Definition at line 25 of file refhint.cxx.

◆ RefColReorderHint() [2/3]

sc::RefColReorderHint::RefColReorderHint ( RefColReorderHint const &  )
default

◆ RefColReorderHint() [3/3]

sc::RefColReorderHint::RefColReorderHint ( RefColReorderHint &&  )
default

Member Function Documentation

◆ getColMap()

const sc::ColRowReorderMapType & sc::RefColReorderHint::getColMap ( ) const

Definition at line 27 of file refhint.cxx.

References mrColMap.

Referenced by ScFormulaCell::Notify().

◆ getEndRow()

SCROW sc::RefColReorderHint::getEndRow ( ) const

Definition at line 42 of file refhint.cxx.

References mnRow2.

Referenced by ScFormulaCell::Notify().

◆ getStartRow()

SCROW sc::RefColReorderHint::getStartRow ( ) const

Definition at line 37 of file refhint.cxx.

References mnRow1.

Referenced by ScFormulaCell::Notify().

◆ getTab()

SCTAB sc::RefColReorderHint::getTab ( ) const

Definition at line 32 of file refhint.cxx.

References mnTab.

Referenced by ScFormulaCell::Notify().

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

Member Data Documentation

◆ mnRow1

SCROW sc::RefColReorderHint::mnRow1
private

Definition at line 52 of file refhint.hxx.

Referenced by getStartRow().

◆ mnRow2

SCROW sc::RefColReorderHint::mnRow2
private

Definition at line 53 of file refhint.hxx.

Referenced by getEndRow().

◆ mnTab

SCTAB sc::RefColReorderHint::mnTab
private

Definition at line 51 of file refhint.hxx.

Referenced by getTab().

◆ mrColMap

const sc::ColRowReorderMapType& sc::RefColReorderHint::mrColMap
private

Definition at line 50 of file refhint.hxx.

Referenced by getColMap().


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