LibreOffice Module sc (master) 1
|
#include <types.hxx>
Public Types | |
enum | StateType : sal_uInt8 { Invalid = 0 , Empty , HasOneCell , HasMultipleCells } |
Public Member Functions | |
MultiDataCellState () | |
MultiDataCellState (StateType eState) | |
Public Attributes | |
SCROW | mnRow1 |
SCCOL | mnCol1 |
StateType | meState |
sc::MultiDataCellState::MultiDataCellState | ( | ) |
sc::MultiDataCellState::MultiDataCellState | ( | StateType | eState | ) |
StateType sc::MultiDataCellState::meState |
Definition at line 103 of file types.hxx.
Referenced by ScTable::HasMultipleDataCells(), and ScViewFunc::MergeCells().
SCCOL sc::MultiDataCellState::mnCol1 |
Definition at line 102 of file types.hxx.
Referenced by ScTable::HasMultipleDataCells(), and ScViewFunc::MergeCells().
SCROW sc::MultiDataCellState::mnRow1 |
Definition at line 101 of file types.hxx.
Referenced by ScTable::HasMultipleDataCells(), and ScViewFunc::MergeCells().