Lines Matching refs:GetDrawObjs
1674 if( ( IsHeaderFrm() || IsFooterFrm() ) && pBoss->GetDrawObjs() ) in AdjustNeighbourhood()
1676 const SwSortedObjs &rObjs = *pBoss->GetDrawObjs(); in AdjustNeighbourhood()
1873 const SwSortedObjs* pObjs = GetDrawObjs(); in ValidateThisAndAllLowers()
3289 ASSERT( pFrm->GetDrawObjs(), "Can't find any Objects" ); in InvaPercentFlys()
3290 for ( sal_uInt16 i = 0; i < pFrm->GetDrawObjs()->Count(); ++i ) in InvaPercentFlys()
3292 SwAnchoredObject* pAnchoredObj = (*pFrm->GetDrawObjs())[i]; in InvaPercentFlys()
3325 if ( GetDrawObjs() ) in InvaPercentLowers()
3346 else if ( pFrm->GetDrawObjs() ) in InvaPercentLowers()
3426 if ( pFrm->GetDrawObjs() ) in lcl_IsFlyHeightClipped()
3428 sal_uInt32 nCnt = pFrm->GetDrawObjs()->Count(); in lcl_IsFlyHeightClipped()
3431 SwAnchoredObject* pAnchoredObj = (*pFrm->GetDrawObjs())[i]; in lcl_IsFlyHeightClipped()
3925 if ( pCnt->GetDrawObjs() ) in lcl_InvalidateCntnt()
3933 SwSortedObjs &rObjs = *pCnt->GetDrawObjs(); in lcl_InvalidateAllCntnt()