LibreOffice Module sc (master) 1
|
#include <refhint.hxx>
Private Attributes | |
const sc::ColRowReorderMapType & | mrRowMap |
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) | |
Definition at line 71 of file refhint.hxx.
sc::RefRowReorderHint::RefRowReorderHint | ( | const sc::ColRowReorderMapType & | rRowMap, |
SCTAB | nTab, | ||
SCCOL | nCol1, | ||
SCCOL | nCol2 | ||
) |
Definition at line 47 of file refhint.cxx.
|
overridevirtual |
Definition at line 50 of file refhint.cxx.
|
default |
|
default |
SCCOL sc::RefRowReorderHint::getEndColumn | ( | ) | const |
Definition at line 67 of file refhint.cxx.
References mnCol2.
Referenced by ScFormulaCell::Notify().
const sc::ColRowReorderMapType & sc::RefRowReorderHint::getRowMap | ( | ) | const |
Definition at line 52 of file refhint.cxx.
References mrRowMap.
Referenced by ScFormulaCell::Notify().
SCCOL sc::RefRowReorderHint::getStartColumn | ( | ) | const |
Definition at line 62 of file refhint.cxx.
References mnCol1.
Referenced by ScFormulaCell::Notify().
SCTAB sc::RefRowReorderHint::getTab | ( | ) | const |
|
delete |
|
delete |
|
private |
Definition at line 75 of file refhint.hxx.
Referenced by getStartColumn().
|
private |
Definition at line 76 of file refhint.hxx.
Referenced by getEndColumn().
|
private |
Definition at line 74 of file refhint.hxx.
Referenced by getTab().
|
private |
Definition at line 73 of file refhint.hxx.
Referenced by getRowMap().