Lines Matching refs:rObjs
261 const SwSortedObjs &rObjs = *pFrm->GetDrawObjs(); in ~SwFrmNotify() local
263 for ( sal_uInt32 i = 0; i < rObjs.Count(); ++i ) in ~SwFrmNotify()
269 SwAnchoredObject* pObj = rObjs[i]; in ~SwFrmNotify()
2391 SwSortedObjs &rObjs = *_pFrm->GetDrawObjs(); in lcl_RemoveObjsFromPage() local
2392 for ( sal_uInt16 i = 0; i < rObjs.Count(); ++i ) in lcl_RemoveObjsFromPage()
2394 SwAnchoredObject* pObj = rObjs[i]; in lcl_RemoveObjsFromPage()
2559 SwSortedObjs &rObjs = *_pFrm->GetDrawObjs(); in lcl_AddObjsToPage() local
2560 for ( sal_uInt16 i = 0; i < rObjs.Count(); ++i ) in lcl_AddObjsToPage()
2562 SwAnchoredObject* pObj = rObjs[i]; in lcl_AddObjsToPage()
2960 const SwSortedObjs &rObjs = *pCnt->GetDrawObjs(); in lcl_NotifyCntnt() local
2961 for ( sal_uInt16 i = 0; i < rObjs.Count(); ++i ) in lcl_NotifyCntnt()
2963 SwAnchoredObject* pObj = rObjs[i]; in lcl_NotifyCntnt()
3090 const SwSortedObjs &rObjs = *pPage->GetSortedObjs(); in Notify_Background() local
3091 for ( sal_uInt16 i = 0; i < rObjs.Count(); ++i ) in Notify_Background()
3093 SwAnchoredObject* pAnchoredObj = rObjs[i]; in Notify_Background()