Lines Matching refs:pCntntAnchor
1481 pCntntAnchor( 0 ), in SwFmtAnchor()
1495 pCntntAnchor = rCpy.GetCntntAnchor() ? in SwFmtAnchor()
1501 delete pCntntAnchor; in ~SwFmtAnchor()
1506 if ( pCntntAnchor ) in SetAnchor()
1507 delete pCntntAnchor; in SetAnchor()
1508 pCntntAnchor = pPos ? new SwPosition( *pPos ) : 0; in SetAnchor()
1510 if (pCntntAnchor && in SetAnchor()
1513 pCntntAnchor->nContent.Assign( 0, 0 ); in SetAnchor()
1524 delete pCntntAnchor; in operator =()
1525 pCntntAnchor = rAnchor.pCntntAnchor ? in operator =()
1526 new SwPosition(*(rAnchor.pCntntAnchor)) : 0; in operator =()
1539 (pCntntAnchor == ((SwFmtAnchor&)rAttr).GetCntntAnchor() || in operator ==()
1540 (pCntntAnchor && ((SwFmtAnchor&)rAttr).GetCntntAnchor() && in operator ==()
1541 *pCntntAnchor == *((SwFmtAnchor&)rAttr).GetCntntAnchor()))); in operator ==()
1596 if(pCntntAnchor && FLY_AT_FLY == nAnchorId) in QueryValue()
1598 SwFrmFmt* pFmt = pCntntAnchor->nNode.GetNode().GetFlyFmt(); in QueryValue()
1632 if( GetPageNum() > 0 && pCntntAnchor ) in PutValue()
1637 delete pCntntAnchor; in PutValue()
1638 pCntntAnchor = 0; in PutValue()
1661 if ((FLY_AT_PAGE == GetAnchorId()) && pCntntAnchor) in PutValue()
1668 delete pCntntAnchor; in PutValue()
1669 pCntntAnchor = 0; in PutValue()