Lines Matching refs:SwFmtAnchor

1479 SwFmtAnchor::SwFmtAnchor( RndStdIds nRnd, sal_uInt16 nPage )  in SwFmtAnchor()  function in SwFmtAnchor
1488 SwFmtAnchor::SwFmtAnchor( const SwFmtAnchor &rCpy ) in SwFmtAnchor() function in SwFmtAnchor
1499 SwFmtAnchor::~SwFmtAnchor() in ~SwFmtAnchor()
1504 void SwFmtAnchor::SetAnchor( const SwPosition *pPos ) in SetAnchor()
1517 SwFmtAnchor& SwFmtAnchor::operator=(const SwFmtAnchor& rAnchor) in operator =()
1530 int SwFmtAnchor::operator==( const SfxPoolItem& rAttr ) const in operator ==()
1534 return ( nAnchorId == ((SwFmtAnchor&)rAttr).GetAnchorId() && in operator ==()
1535 nPageNum == ((SwFmtAnchor&)rAttr).GetPageNum() && in operator ==()
1539 (pCntntAnchor == ((SwFmtAnchor&)rAttr).GetCntntAnchor() || in operator ==()
1540 (pCntntAnchor && ((SwFmtAnchor&)rAttr).GetCntntAnchor() && in operator ==()
1541 *pCntntAnchor == *((SwFmtAnchor&)rAttr).GetCntntAnchor()))); in operator ==()
1544 SfxPoolItem* SwFmtAnchor::Clone( SfxItemPool* ) const in Clone()
1546 return new SwFmtAnchor( *this ); in Clone()
1550 sal_uInt32 SwFmtAnchor::mnOrderCounter = 0;
1553 sal_uInt32 SwFmtAnchor::GetOrder() const in GetOrder()
1561 sal_Bool SwFmtAnchor::QueryValue( uno::Any& rVal, sal_uInt8 nMemberId ) const in QueryValue()
1615 sal_Bool SwFmtAnchor::PutValue( const uno::Any& rVal, sal_uInt8 nMemberId ) in PutValue()
2637 const SwFmtAnchor* pAnchor = &rFmt.GetAnchor(); in IsLowerOf()
2740 SwFmtAnchor aAnchorAttr( GetAnchor() ); in MakeFrms()
3085 const SwFmtAnchor& _rNewAnchorFmt, in SwHandleAnchorNodeChg()
3096 const SwFmtAnchor& aOldAnchorFmt( _rFlyFrmFmt.GetAnchor() ); in SwHandleAnchorNodeChg()