LibreOffice Module sc (master) 1
|
#include <refhint.hxx>
Private Attributes | |
const sc::ColRowReorderMapType & | mrColMap |
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) | |
Definition at line 48 of file refhint.hxx.
sc::RefColReorderHint::RefColReorderHint | ( | const sc::ColRowReorderMapType & | rColMap, |
SCTAB | nTab, | ||
SCROW | nRow1, | ||
SCROW | nRow2 | ||
) |
Definition at line 22 of file refhint.cxx.
|
overridevirtual |
Definition at line 25 of file refhint.cxx.
|
default |
|
default |
const sc::ColRowReorderMapType & sc::RefColReorderHint::getColMap | ( | ) | const |
Definition at line 27 of file refhint.cxx.
References mrColMap.
Referenced by ScFormulaCell::Notify().
SCROW sc::RefColReorderHint::getEndRow | ( | ) | const |
Definition at line 42 of file refhint.cxx.
References mnRow2.
Referenced by ScFormulaCell::Notify().
SCROW sc::RefColReorderHint::getStartRow | ( | ) | const |
Definition at line 37 of file refhint.cxx.
References mnRow1.
Referenced by ScFormulaCell::Notify().
SCTAB sc::RefColReorderHint::getTab | ( | ) | const |
|
delete |
|
delete |
|
private |
Definition at line 52 of file refhint.hxx.
Referenced by getStartRow().
|
private |
Definition at line 53 of file refhint.hxx.
Referenced by getEndRow().
|
private |
Definition at line 51 of file refhint.hxx.
Referenced by getTab().
|
private |
Definition at line 50 of file refhint.hxx.
Referenced by getColMap().