Lines Matching refs:pAnchoredObj
1495 SwAnchoredObject* pAnchoredObj = (*pSorted)[ i ]; in InitAnchoredObjList() local
1496 if ( !pIDDMA->IsVisibleLayerId( pAnchoredObj->GetDrawObj()->GetLayer() ) || in InitAnchoredObjList()
1497 !pAnchoredObj->ConsiderForTextWrap() || in InitAnchoredObjList()
1499 pAnchoredObj->GetAnchorFrm()->FindFooterOrHeader() ) ) in InitAnchoredObjList()
1504 const SwRect aBound( pAnchoredObj->GetObjRectWithSpaces() ); in InitAnchoredObjList()
1519 if ( GetTop( pAnchoredObj, pCurrFrm->IsInFtn(), bFooterHeader ) ) in InitAnchoredObjList()
1577 pAnchoredObj, in InitAnchoredObjList()
1580 mpAnchoredObjList->insert( aInsPosIter, pAnchoredObj ); in InitAnchoredObjList()
1584 const SwFmtSurround &rFlyFmt = pAnchoredObj->GetFrmFmt().GetSurround(); in InitAnchoredObjList()
1587 pAnchoredObj->GetAnchorFrm() == GetMaster() ) in InitAnchoredObjList()
1591 pAnchoredObj->GetFrmFmt().GetVertOrient(); in InitAnchoredObjList()
1633 SwAnchoredObject* pAnchoredObj = (*pDrawObj)[ i ]; in CalcMinBottom() local
1634 const SwFmtSurround &rFlyFmt = pAnchoredObj->GetFrmFmt().GetSurround(); in CalcMinBottom()
1638 pAnchoredObj->GetFrmFmt().GetVertOrient(); in CalcMinBottom()
1641 const SwRect aBound( pAnchoredObj->GetObjRectWithSpaces() ); in CalcMinBottom()
1721 const SwRect SwContourCache::CalcBoundRect( const SwAnchoredObject* pAnchoredObj, in CalcBoundRect() argument
1728 const SwFrmFmt* pFmt = &(pAnchoredObj->GetFrmFmt()); in CalcBoundRect()
1730 ( !pAnchoredObj->ISA(SwFlyFrm) || in CalcBoundRect()
1731 ( static_cast<const SwFlyFrm*>(pAnchoredObj)->Lower() && in CalcBoundRect()
1732 static_cast<const SwFlyFrm*>(pAnchoredObj)->Lower()->IsNoTxtFrm() ) ) ) in CalcBoundRect()
1734 aRet = pAnchoredObj->GetObjRectWithSpaces(); in CalcBoundRect()
1741 pFmt, pAnchoredObj->GetDrawObj(), pFrm, rLine, nXPos, bRight ); in CalcBoundRect()
1748 aRet = pAnchoredObj->GetObjRectWithSpaces(); in CalcBoundRect()
1979 const SwAnchoredObject* pAnchoredObj = (*mpAnchoredObjList)[i]; in ForEach() local
1981 SwRect aRect( pAnchoredObj->GetObjRectWithSpaces() ); in ForEach()
1989 if ( mpCurrAnchoredObj != pAnchoredObj && aRect.IsOver( rRect ) ) in ForEach()
1993 const SwFmt* pFmt( &(pAnchoredObj->GetFrmFmt()) ); in ForEach()
2005 GetMaster() == pAnchoredObj->GetAnchorFrm() || in ForEach()
2022 GetMaster() == pAnchoredObj->GetAnchorFrm() ) in ForEach()
2029 SwRect aFly = AnchoredObjToRect( pAnchoredObj, rRect ); in ForEach()
2065 SwAnchoredObjList::size_type SwTxtFly::GetPos( const SwAnchoredObject* pAnchoredObj ) const in GetPos()
2069 while ( nRet < nCount && pAnchoredObj != (*mpAnchoredObjList)[ nRet ] ) in GetPos()
2269 SwRect SwTxtFly::AnchoredObjToRect( const SwAnchoredObject* pAnchoredObj, in AnchoredObjToRect() argument
2279 pAnchoredObj->GetObjRectWithSpaces() : in AnchoredObjToRect()
2280 SwContourCache::CalcBoundRect( pAnchoredObj, rLine, pCurrFrm, in AnchoredObjToRect()
2288 SwAnchoredObjList::size_type nFlyPos = GetPos( pAnchoredObj ); in AnchoredObjToRect()
2299 switch( _GetSurroundForTextWrap( pAnchoredObj ) ) in AnchoredObjToRect()
2347 SwSurround SwTxtFly::_GetSurroundForTextWrap( const SwAnchoredObject* pAnchoredObj ) const in _GetSurroundForTextWrap()
2349 const SwFrmFmt* pFmt = &(pAnchoredObj->GetFrmFmt()); in _GetSurroundForTextWrap()
2353 if( rFlyFmt.IsAnchorOnly() && pAnchoredObj->GetAnchorFrm() != GetMaster() ) in _GetSurroundForTextWrap()
2383 const SwRect aRect( pAnchoredObj->GetObjRectWithSpaces() ); in _GetSurroundForTextWrap()