Lines Matching refs:GetDrawObjs
1679 if( ( IsHeaderFrm() || IsFooterFrm() ) && pBoss->GetDrawObjs() ) in AdjustNeighbourhood()
1681 const SwSortedObjs &rObjs = *pBoss->GetDrawObjs(); in AdjustNeighbourhood()
1878 const SwSortedObjs* pObjs = GetDrawObjs(); in ValidateThisAndAllLowers()
3294 ASSERT( pFrm->GetDrawObjs(), "Can't find any Objects" ); in InvaPercentFlys()
3295 for ( sal_uInt16 i = 0; i < pFrm->GetDrawObjs()->Count(); ++i ) in InvaPercentFlys()
3297 SwAnchoredObject* pAnchoredObj = (*pFrm->GetDrawObjs())[i]; in InvaPercentFlys()
3330 if ( GetDrawObjs() ) in InvaPercentLowers()
3351 else if ( pFrm->GetDrawObjs() ) in InvaPercentLowers()
3431 if ( pFrm->GetDrawObjs() ) in lcl_IsFlyHeightClipped()
3433 sal_uInt32 nCnt = pFrm->GetDrawObjs()->Count(); in lcl_IsFlyHeightClipped()
3436 SwAnchoredObject* pAnchoredObj = (*pFrm->GetDrawObjs())[i]; in lcl_IsFlyHeightClipped()
3930 if ( pCnt->GetDrawObjs() ) in lcl_InvalidateCntnt()
3938 SwSortedObjs &rObjs = *pCnt->GetDrawObjs(); in lcl_InvalidateAllCntnt()