Lines Matching refs:SwCntntNode
47 class SwCntntNode;
143 inline SwCntntNode *GetCntntNode();
144 inline const SwCntntNode *GetCntntNode() const;
369 class SW_DLLPUBLIC SwCntntNode: public SwModify, public SwNode, public SwIndexReg class
381 SwCntntNode( const SwNodeIndex &rWhere, const sal_uInt8 nNodeType,
383 virtual ~SwCntntNode();
405 virtual SwCntntNode *SplitCntntNode(const SwPosition & ) = 0;
407 virtual SwCntntNode *JoinNext();
408 virtual SwCntntNode *JoinPrev();
439 void MakeFrms( SwCntntNode& rNode );
457 virtual SwCntntNode* MakeCopy( SwDoc*, const SwNodeIndex& ) const = 0;
513 SwCntntNode( const SwCntntNode & rNode );
514 SwCntntNode & operator= ( const SwCntntNode & rNode );
645 inline SwCntntNode *SwNode::GetCntntNode() in GetCntntNode()
647 return ND_CONTENTNODE & nNodeType ? (SwCntntNode*)this : 0; in GetCntntNode()
649 inline const SwCntntNode *SwNode::GetCntntNode() const in GetCntntNode()
651 return ND_CONTENTNODE & nNodeType ? (const SwCntntNode*)this : 0; in GetCntntNode()
742 inline SwFmtColl* SwCntntNode::GetCondFmtColl() const in GetCondFmtColl()
748 inline SwFmtColl& SwCntntNode::GetAnyFmtColl() const in GetAnyFmtColl()
755 inline const SwAttrSet& SwCntntNode::GetSwAttrSet() const in GetSwAttrSet()
762 inline const SfxPoolItem& SwCntntNode::GetAttr( sal_uInt16 nWhich, in GetAttr()