Lines Matching refs:SwCntntNode
47 class SwCntntNode;
149 inline SwCntntNode *GetCntntNode();
150 inline const SwCntntNode *GetCntntNode() const;
375 class SW_DLLPUBLIC SwCntntNode: public SwModify, public SwNode, public SwIndexReg class
387 SwCntntNode( const SwNodeIndex &rWhere, const sal_uInt8 nNodeType,
389 virtual ~SwCntntNode();
411 virtual SwCntntNode *SplitCntntNode(const SwPosition & ) = 0;
413 virtual SwCntntNode *JoinNext();
414 virtual SwCntntNode *JoinPrev();
445 void MakeFrms( SwCntntNode& rNode );
463 virtual SwCntntNode* MakeCopy( SwDoc*, const SwNodeIndex& ) const = 0;
522 SwCntntNode( const SwCntntNode & rNode );
523 SwCntntNode & operator= ( const SwCntntNode & rNode );
654 inline SwCntntNode *SwNode::GetCntntNode() in GetCntntNode()
656 return ND_CONTENTNODE & nNodeType ? (SwCntntNode*)this : 0; in GetCntntNode()
658 inline const SwCntntNode *SwNode::GetCntntNode() const in GetCntntNode()
660 return ND_CONTENTNODE & nNodeType ? (const SwCntntNode*)this : 0; in GetCntntNode()
751 inline SwFmtColl* SwCntntNode::GetCondFmtColl() const in GetCondFmtColl()
757 inline SwFmtColl& SwCntntNode::GetAnyFmtColl() const in GetAnyFmtColl()
764 inline const SwAttrSet& SwCntntNode::GetSwAttrSet() const in GetSwAttrSet()
771 inline const SfxPoolItem& SwCntntNode::GetAttr( sal_uInt16 nWhich, in GetAttr()