Lines Matching refs:SwSectionNode
60 class SwSectionNode;
164 inline SwSectionNode *GetSectionNode();
165 inline const SwSectionNode *GetSectionNode() const;
192 SwSectionNode *FindSectionNode();
193 inline const SwSectionNode *FindSectionNode() const;
349 friend class SwSectionNode; // um seinen EndNode anlegen zukoennen
562 class SwSectionNode class
572 virtual ~SwSectionNode();
575 SwSectionNode(SwNodeIndex const&,
599 SwSectionNode* MakeCopy( SwDoc*, const SwNodeIndex& ) const;
637 inline SwSectionNode *SwNode::GetSectionNode() in GetSectionNode()
639 return ND_SECTIONNODE == nNodeType ? (SwSectionNode*)this : 0; in GetSectionNode()
641 inline const SwSectionNode *SwNode::GetSectionNode() const in GetSectionNode()
643 return ND_SECTIONNODE == nNodeType ? (const SwSectionNode*)this : 0; in GetSectionNode()
700 inline const SwSectionNode* SwNode::FindSectionNode() const in FindSectionNode()