|
LibreOffice Module sc (master) 1
|
Slot offset arrangement of columns and rows, once per sheet. More...
Public Member Functions | |
| TableSlots (SCSIZE nBcaSlots) | |
| TableSlots (TableSlots &&) noexcept | |
| ~TableSlots () | |
| ScBroadcastAreaSlot ** | getSlots () const |
Private Member Functions | |
| TableSlots (const TableSlots &)=delete | |
| TableSlots & | operator= (const TableSlots &)=delete |
Private Attributes | |
| SCSIZE | mnBcaSlots |
| std::unique_ptr< ScBroadcastAreaSlot *[]> | ppSlots |
Slot offset arrangement of columns and rows, once per sheet.
+—+—+ | 0 | 3 | +—+—+ | 1 | 4 | +—+—+ | 2 | 5 | +—+—+
Definition at line 265 of file bcaslot.hxx.
| ScBroadcastAreaSlotMachine::TableSlots::TableSlots | ( | SCSIZE | nBcaSlots | ) |
Definition at line 535 of file bcaslot.cxx.
References ppSlots.
|
noexcept |
Definition at line 542 of file bcaslot.cxx.
| ScBroadcastAreaSlotMachine::TableSlots::~TableSlots | ( | ) |
Definition at line 548 of file bcaslot.cxx.
References ScBroadcastAreaSlotMachine::mnBcaSlots.
|
privatedelete |
|
inline |
Definition at line 271 of file bcaslot.hxx.
References ppSlots.
|
privatedelete |
|
private |
Definition at line 274 of file bcaslot.hxx.
|
private |
Definition at line 275 of file bcaslot.hxx.
Referenced by getSlots(), and TableSlots().