Lines Matching refs:SwCntntNode

74 TYPEINIT2( SwCntntNode, SwModify, SwIndexReg )
87 const SwCntntNode& rNode, in GetNewAutoStyle()
103 const SwCntntNode& rNode, in SetParent()
139 const SwCntntNode& rNode, in Put()
149 int Put( boost::shared_ptr<const SfxItemSet>& mrpAttrSet, const SwCntntNode& rNode, in Put()
180 const SwCntntNode& rNode, const SfxPoolItem& rAttr, in Put_BC()
199 const SwCntntNode& rNode, const SfxItemSet& rSet, in Put_BC()
235 const SwCntntNode& rNode, sal_uInt16 nWhich, in ClearItem_BC()
248 const SwCntntNode& rNode, in ClearItem_BC()
427 const SwCntntNode* pNd; in IsInVisibleArea()
488 …if( IsCntntNode() && 0 != (pCFrm = ((SwCntntNode*)this)->getLayoutFrm( GetDoc()->GetCurrentLayout(… in IsProtect()
534 const SwCntntNode* pNode; in FindPageDesc()
740 if( pMod->ISA( SwCntntNode ) ) in FindPageDesc()
741 aInfo.CheckNode( *(SwCntntNode*)pMod ); in FindPageDesc()
781 … SwCntntFrm* pFrm = SwIterator<SwCntntFrm,SwCntntNode>::FirstElement( *(SwCntntNode*)this ); in GetFlyFmt()
852 const SwCntntNode* pCNd = GetCntntNode(); in FindOutlineNodeOfLevel()
967 SwCntntNode* pCNd; in CheckSectionCondColl()
1025 SwCntntNode::SwCntntNode( const SwNodeIndex &rWhere, const sal_uInt8 nNdType, in SwCntntNode() function in SwCntntNode
1038 SwCntntNode::~SwCntntNode() in ~SwCntntNode()
1053 void SwCntntNode::Modify( const SfxPoolItem* pOldValue, const SfxPoolItem* pNewValue ) in Modify()
1135 sal_Bool SwCntntNode::InvalidateNumRule() in InvalidateNumRule()
1150 SwCntntFrm *SwCntntNode::getLayoutFrm( const SwRootFrm* _pRoot, in getLayoutFrm()
1157 SwRect SwCntntNode::FindLayoutRect( const sal_Bool bPrtArea, const Point* pPoint, in FindLayoutRect()
1168 SwRect SwCntntNode::FindPageFrmRect( const sal_Bool bPrtArea, const Point* pPoint, in FindPageFrmRect()
1179 xub_StrLen SwCntntNode::Len() const { return 0; } in Len()
1183 SwFmtColl *SwCntntNode::ChgFmtColl( SwFmtColl *pNewColl ) in ChgFmtColl()
1210 SwCntntNode::Modify( &aTmp1, &aTmp2 ); in ChgFmtColl()
1222 sal_Bool SwCntntNode::GoNext(SwIndex * pIdx, sal_uInt16 nMode ) const in GoNext()
1270 sal_Bool SwCntntNode::GoPrevious(SwIndex * pIdx, sal_uInt16 nMode ) const in GoPrevious()
1325 void SwCntntNode::MakeFrms( SwCntntNode& rNode ) in MakeFrms()
1374 void SwCntntNode::DelFrms( sal_Bool /* bNeedDel */, sal_Bool bIsDisposeAccTable ) in DelFrms()
1455 SwCntntNode *SwCntntNode::JoinNext() in JoinNext()
1461 SwCntntNode *SwCntntNode::JoinPrev() in JoinPrev()
1469 sal_Bool SwCntntNode::GetInfo( SfxPoolItem& rInfo ) const in GetInfo()
1508 SwIterator<SwFrm,SwCntntNode>::FirstElement(*this); in GetInfo()
1518 sal_Bool SwCntntNode::SetAttr(const SfxPoolItem& rAttr ) in SetAttr()
1553 sal_Bool SwCntntNode::SetAttr( const SfxItemSet& rSet ) in SetAttr()
1631 sal_Bool SwCntntNode::ResetAttr( sal_uInt16 nWhich1, sal_uInt16 nWhich2 ) in ResetAttr()
1679 sal_Bool SwCntntNode::ResetAttr( const SvUShorts& rWhichArr ) in ResetAttr()
1722 sal_uInt16 SwCntntNode::ResetAllAttr() in ResetAllAttr()
1761 sal_Bool SwCntntNode::GetAttr( SfxItemSet& rSet, sal_Bool bInParent ) const in GetAttr()
1774 sal_uInt16 SwCntntNode::ClearItemsFromAttrSet( const std::vector<sal_uInt16>& rWhichIds ) in ClearItemsFromAttrSet()
1794 const SfxPoolItem* SwCntntNode::GetNoCondAttr( sal_uInt16 nWhich, in GetNoCondAttr()
1818 int SwCntntNode::CanJoinNext( SwNodeIndex* pIdx ) const in CanJoinNext()
1849 int SwCntntNode::CanJoinPrev( SwNodeIndex* pIdx ) const in CanJoinPrev()
1871 void SwCntntNode::SetCondFmtColl( SwFmtColl* pColl ) in SetCondFmtColl()
1903 sal_Bool SwCntntNode::IsAnyCondition( SwCollCondition& rTmp ) const in IsAnyCondition()
1970 if( !rOutlNds.Seek_Entry( (SwCntntNode*)this, &nPos ) && nPos ) in IsAnyCondition()
1990 void SwCntntNode::ChkCondColl() in ChkCondColl()
2035 short SwCntntNode::GetTextDirection( const SwPosition& rPos, in GetTextDirection()
2072 SwOLENodes* SwCntntNode::CreateOLENodesArray( const SwFmtColl& rColl, bool bOnlyWithInvalidSize ) in CreateOLENodesArray()
2075 SwIterator<SwCntntNode,SwFmtColl> aIter( rColl ); in CreateOLENodesArray()
2076 for( SwCntntNode* pNd = aIter.First(); pNd; pNd = aIter.Next() ) in CreateOLENodesArray()