Go to the source code of this file.
|
enum | TableChgWidthHeightType : sal_uInt16 {
TableChgWidthHeightType::ColLeft = 0,
TableChgWidthHeightType::ColRight = 1,
TableChgWidthHeightType::RowBottom = 3,
TableChgWidthHeightType::CellLeft = 4,
TableChgWidthHeightType::CellRight = 5,
TableChgWidthHeightType::CellTop = 6,
TableChgWidthHeightType::CellBottom = 7,
TableChgWidthHeightType::InvalidPos = 0x0f,
TableChgWidthHeightType::BiggerMode = 0x8000
} |
|
enum | TableChgMode {
TableChgMode::FixedWidthChangeAbs,
TableChgMode::FixedWidthChangeProp,
TableChgMode::VarWidthChangeAbs
} |
|
enum | SplitTable_HeadlineOption {
SplitTable_HeadlineOption::NONE = 0,
SplitTable_HeadlineOption::BorderCopy,
SplitTable_HeadlineOption::ContentCopy,
SplitTable_HeadlineOption::BoxAttrCopy,
SplitTable_HeadlineOption::BoxAttrAllCopy
} |
|
enum | TableMergeErr {
TableMergeErr::Ok,
TableMergeErr::NoSelection,
TableMergeErr::TooComplex
} |
|
Enumerator |
---|
NONE |
|
BorderCopy |
|
ContentCopy |
|
BoxAttrCopy |
|
BoxAttrAllCopy |
|
Definition at line 53 of file tblenum.hxx.
Enumerator |
---|
FixedWidthChangeAbs |
|
FixedWidthChangeProp |
|
VarWidthChangeAbs |
|
Definition at line 46 of file tblenum.hxx.
Enumerator |
---|
ColLeft |
|
ColRight |
|
RowBottom |
|
CellLeft |
|
CellRight |
|
CellTop |
|
CellBottom |
|
InvalidPos |
|
BiggerMode |
|
Definition at line 25 of file tblenum.hxx.
Enumerator |
---|
Ok |
|
NoSelection |
|
TooComplex |
|
Definition at line 62 of file tblenum.hxx.