Lines Matching refs:GetCntntAnchor
1495 pCntntAnchor = rCpy.GetCntntAnchor() ? in SwFmtAnchor()
1496 new SwPosition( *rCpy.GetCntntAnchor() ) : 0; in SwFmtAnchor()
1539 (pCntntAnchor == ((SwFmtAnchor&)rAttr).GetCntntAnchor() || in operator ==()
1540 (pCntntAnchor && ((SwFmtAnchor&)rAttr).GetCntntAnchor() && in operator ==()
1541 *pCntntAnchor == *((SwFmtAnchor&)rAttr).GetCntntAnchor()))); in operator ==()
2638 if ((FLY_AT_PAGE != pAnchor->GetAnchorId()) && pAnchor->GetCntntAnchor()) in IsLowerOf()
2641 const SwNode* pFlyNd = pAnchor->GetCntntAnchor()->nNode.GetNode(). in IsLowerOf()
2658 !pAnchor->GetCntntAnchor() ) in IsLowerOf()
2663 pFlyNd = pAnchor->GetCntntAnchor()->nNode.GetNode(). in IsLowerOf()
2746 if( aAnchorAttr.GetCntntAnchor() ) in MakeFrms()
2748 pModify = aAnchorAttr.GetCntntAnchor()->nNode.GetNode().GetCntntNode(); in MakeFrms()
2753 if( aAnchorAttr.GetCntntAnchor() ) in MakeFrms()
2759 SwNodeIndex aIdx( aAnchorAttr.GetCntntAnchor()->nNode ); in MakeFrms()
2764 pCNd = aAnchorAttr.GetCntntAnchor()->nNode.GetNode().GetCntntNode(); in MakeFrms()
2778 const SwNodeIndex &rIdx = aAnchorAttr.GetCntntAnchor()->nNode; in MakeFrms()
2798 if( nPgNum == 0 && aAnchorAttr.GetCntntAnchor() ) in MakeFrms()
2800 SwCntntNode *pCNd = aAnchorAttr.GetCntntAnchor()->nNode.GetNode().GetCntntNode(); in MakeFrms()
3093 _rNewAnchorFmt.GetCntntAnchor() && in SwHandleAnchorNodeChg()
3094 _rNewAnchorFmt.GetCntntAnchor()->nNode.GetNode().GetCntntNode() ) in SwHandleAnchorNodeChg()
3098 aOldAnchorFmt.GetCntntAnchor() && in SwHandleAnchorNodeChg()
3099 aOldAnchorFmt.GetCntntAnchor()->nNode.GetNode().GetCntntNode() && in SwHandleAnchorNodeChg()
3100 aOldAnchorFmt.GetCntntAnchor()->nNode != in SwHandleAnchorNodeChg()
3101 _rNewAnchorFmt.GetCntntAnchor()->nNode ) in SwHandleAnchorNodeChg()
3105 …SwIterator<SwFrm,SwCntntNode> aOldIter( *(aOldAnchorFmt.GetCntntAnchor()->nNode.GetNode().GetCntnt… in SwHandleAnchorNodeChg()
3112 …SwIterator<SwFrm,SwCntntNode> aNewIter( *(_rNewAnchorFmt.GetCntntAnchor()->nNode.GetNode().GetCntn… in SwHandleAnchorNodeChg()