Lines Matching refs:pAnchor

624 	const SwFmtAnchor* pAnchor = 0;  in _MakeFlySection()  local
628 (const SfxPoolItem**)&pAnchor ); in _MakeFlySection()
640 RndStdIds eAnchorId = pAnchor ? pAnchor->GetAnchorId() in _MakeFlySection()
644 if ( !pAnchor || in _MakeFlySection()
645 ( FLY_AT_PAGE != pAnchor->GetAnchorId() && in _MakeFlySection()
646 !pAnchor->GetCntntAnchor() ) || in _MakeFlySection()
647 ( FLY_AT_PAGE == pAnchor->GetAnchorId() && in _MakeFlySection()
648 !pAnchor->GetCntntAnchor() && in _MakeFlySection()
649 pAnchor->GetPageNum() == 0 ) ) in _MakeFlySection()
653 if (pAnchor && (FLY_AT_FLY == pAnchor->GetAnchorId())) in _MakeFlySection()
670 ( !pAnchor || in _MakeFlySection()
926 const SwFmtAnchor* pAnchor = 0; in InsertDrawObj() local
927 rFlyAttrSet.GetItemState( RES_ANCHOR, sal_False, (const SfxPoolItem**) &pAnchor ); in InsertDrawObj()
930 … RndStdIds eAnchorId = pAnchor != NULL ? pAnchor->GetAnchorId() : pFmt->GetAnchor().GetAnchorId(); in InsertDrawObj()
934 if ( pAnchor == NULL ) in InsertDrawObj()
941 pAnchor->GetCntntAnchor() ? &pAnchor->GetCntntAnchor()->nNode : &rRg.GetPoint()->nNode; in InsertDrawObj()
953 else if( pAnchor == NULL in InsertDrawObj()
955 && pAnchor->GetCntntAnchor() == NULL ) ) in InsertDrawObj()
958 SwFmtAnchor aAnch( pAnchor != NULL ? *pAnchor : pFmt->GetAnchor() ); in InsertDrawObj()
2316 const SwFmtAnchor* pAnchor = &pFlyFmt->GetAnchor(); in GetTextDirection() local
2317 if ((FLY_AT_PAGE != pAnchor->GetAnchorId()) && in GetTextDirection()
2318 pAnchor->GetCntntAnchor()) in GetTextDirection()
2320 pFlyFmt = pAnchor->GetCntntAnchor()->nNode. in GetTextDirection()