LibreOffice Module sw (master)
1
|
Go to the source code of this file.
Classes | |
struct | o3tl::typed_flags< SwNodeType > |
Namespaces | |
o3tl | |
Enumerations | |
enum | SwNodeType : sal_uInt8 { SwNodeType::NONE = 0x00, SwNodeType::End = 0x01, SwNodeType::Start = 0x02, SwNodeType::Table = 0x04 | Start, SwNodeType::Text = 0x08, SwNodeType::Grf = 0x10, SwNodeType::Ole = 0x20, SwNodeType::Section = 0x40 | Start, SwNodeType::PlaceHolder = 0x80, SwNodeType::NoTextMask = Grf | Ole, SwNodeType::ContentMask = Text | NoTextMask } |
enum | SwStartNodeType { SwNormalStartNode = 0, SwTableBoxStartNode, SwFlyStartNode, SwFootnoteStartNode, SwHeaderStartNode, SwFooterStartNode } |
Variables | |
const sal_uInt8 | ND_HAS_PREV_LAYNODE = 0x01 |
const sal_uInt8 | ND_HAS_NEXT_LAYNODE = 0x02 |
|
strong |
Enumerator | |
---|---|
NONE | |
End | |
Start | |
Table |
SwTableNode is derived from SwStartNode. |
Text | |
Grf | |
Ole | |
Section |
SwSectionNode is derived from SwStartNode. |
PlaceHolder | |
NoTextMask | |
ContentMask |
enum SwStartNodeType |
const sal_uInt8 ND_HAS_NEXT_LAYNODE = 0x02 |
Definition at line 64 of file ndtyp.hxx.
Referenced by SwNode::HasPrevNextLayNode(), and MSWordExportBase::OutputTextNode().
const sal_uInt8 ND_HAS_PREV_LAYNODE = 0x01 |
Definition at line 63 of file ndtyp.hxx.
Referenced by SwNode::HasPrevNextLayNode(), and MSWordExportBase::OutputTextNode().