| /AOO41X/main/sw/source/core/layout/ |
| H A D | frmtool.cxx | 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 [all …]
|
| H A D | flylay.cxx | 724 SwSortedObjs &rObjs = *pNew->GetDrawObjs(); in AppendFlyToPage() local 725 for ( sal_uInt16 i = 0; i < rObjs.Count(); ++i ) in AppendFlyToPage() 727 SwAnchoredObject* pTmpObj = rObjs[i]; in AppendFlyToPage() 892 SwSortedObjs &rObjs = *pToMove->GetDrawObjs(); in MoveFly() local 893 for ( sal_uInt32 i = 0; i < rObjs.Count(); ++i ) in MoveFly() 895 SwAnchoredObject* pObj = rObjs[i]; in MoveFly()
|
| H A D | laycache.cxx | 306 SwSortedObjs &rObjs = *pPage->GetSortedObjs(); in Write() local 307 for ( sal_uInt16 i = 0; i < rObjs.Count(); ++i ) in Write() 309 SwAnchoredObject* pAnchoredObj = rObjs[i]; in Write() 1027 SwSortedObjs &rObjs = *pPage->GetSortedObjs(); in _CheckFlyCache() local 1106 for ( sal_uInt16 i = 0; i < rObjs.Count(); ++i ) in _CheckFlyCache() 1108 SwAnchoredObject* pAnchoredObj = rObjs[i]; in _CheckFlyCache()
|
| H A D | layact.cxx | 224 const SwSortedObjs &rObjs = *pPage->GetSortedObjs(); in PaintWithoutFlys() local 228 for ( i = 0; i < rObjs.Count() && aTmp.Count(); ++i ) in PaintWithoutFlys() 230 SdrObject *pO = rObjs[i]->DrawObj(); in PaintWithoutFlys() 1122 const SwSortedObjs &rObjs = *pCnt->GetDrawObjs(); in lcl_FindFirstInvaCntnt() local 1123 for ( sal_uInt16 i = 0; i < rObjs.Count(); ++i ) in lcl_FindFirstInvaCntnt() 1125 const SwAnchoredObject* pObj = rObjs[i]; in lcl_FindFirstInvaCntnt() 2242 const SwSortedObjs &rObjs = *pCnt->GetDrawObjs(); in _DoIdleJob() local 2243 for ( sal_uInt16 i = 0; i < rObjs.Count(); ++i ) in _DoIdleJob() 2245 SwAnchoredObject* pObj = rObjs[i]; in _DoIdleJob()
|
| H A D | wsfrm.cxx | 1676 const SwSortedObjs &rObjs = *pBoss->GetDrawObjs(); in AdjustNeighbourhood() local 1678 for ( sal_uInt16 i = 0; i < rObjs.Count(); ++i ) in AdjustNeighbourhood() 1680 SwAnchoredObject* pAnchoredObj = rObjs[i]; in AdjustNeighbourhood() 3933 SwSortedObjs &rObjs = *pCnt->GetDrawObjs(); in lcl_InvalidateAllCntnt() local 3934 for ( sal_uInt16 i = 0; i < rObjs.Count(); ++i ) in lcl_InvalidateAllCntnt() 3936 SwAnchoredObject* pAnchoredObj = rObjs[i]; in lcl_InvalidateAllCntnt() 3965 const SwSortedObjs &rObjs = *pPage->GetSortedObjs(); in InvalidateAllCntnt() local 3966 for ( sal_uInt16 i = 0; i < rObjs.Count(); ++i ) in InvalidateAllCntnt() 3968 SwAnchoredObject* pAnchoredObj = rObjs[i]; in InvalidateAllCntnt() 4011 const SwSortedObjs& rObjs = *(pPageFrm->GetSortedObjs()); in InvalidateAllObjPos() local [all …]
|
| H A D | dbg_lay.cxx | 768 const SwSortedObjs &rObjs = *pFrm->GetDrawObjs(); in SnapShot() local 769 for ( sal_uInt16 i = 0; i < rObjs.Count(); ++i ) in SnapShot() 771 SwAnchoredObject* pObj = rObjs[i]; in SnapShot()
|
| H A D | trvlfrm.cxx | 254 const SwSortedObjs &rObjs = *GetSortedObjs(); in FillSelection() local 255 for ( sal_uInt16 i = 0; i < rObjs.Count(); ++i ) in FillSelection() 257 const SwAnchoredObject* pAnchoredObj = rObjs[i]; in FillSelection() 2569 const SwSortedObjs &rObjs = *pPage->GetSortedObjs(); in CalcFrmRects() local 2570 for ( sal_uInt16 i = 0; i < rObjs.Count(); ++i ) in CalcFrmRects() 2572 SwAnchoredObject* pAnchoredObj = rObjs[i]; in CalcFrmRects()
|
| H A D | flycnt.cxx | 169 SwSortedObjs &rObjs = *pCntnt->GetDrawObjs(); in Modify() local 170 for( sal_uInt16 i = 0; i < rObjs.Count(); ++i) in Modify() 172 SwFlyFrm* pFlyFrm = dynamic_cast<SwFlyFrm*>(rObjs[i]); in Modify()
|
| H A D | pagechg.cxx | 1499 SwSortedObjs &rObjs = *pPage->GetSortedObjs(); in RemoveSuperfluous() local 1500 for ( sal_uInt16 i = 0; bOnlySuperfluosObjs && i < rObjs.Count(); ++i ) in RemoveSuperfluous() 1503 SwAnchoredObject* pAnchoredObj = rObjs[i]; in RemoveSuperfluous()
|
| H A D | flowfrm.cxx | 326 const SwSortedObjs &rObjs = *pPage->GetSortedObjs(); in BwdMoveNecessary() local 328 for ( sal_uInt16 i = 0; nRet < 3 && i < rObjs.Count(); ++i ) in BwdMoveNecessary() 332 SwAnchoredObject* pObj = rObjs[i]; in BwdMoveNecessary()
|
| H A D | fly.cxx | 2494 SwSortedObjs& rObjs = *(pPageFrm->GetSortedObjs()); in NotifyLowerObjs() local 2495 for ( sal_uInt32 i = 0; i < rObjs.Count(); ++i ) in NotifyLowerObjs() 2497 SwAnchoredObject* pObj = rObjs[i]; in NotifyLowerObjs()
|
| H A D | atrfrm.cxx | 2861 SwSortedObjs &rObjs = *pFrm->GetDrawObjs(); in MakeFrms() local 2862 for( sal_uInt16 i = 0; i < rObjs.Count(); ++i) in MakeFrms() 2866 SwAnchoredObject* pObj = rObjs[i]; in MakeFrms()
|
| H A D | paintfrm.cxx | 1306 const SwSortedObjs& rObjs = *pPage->GetSortedObjs(); in lcl_SubtractFlys() local 1311 for ( sal_uInt16 j = 0; (j < rObjs.Count()) && rRegion.Count(); ++j ) in lcl_SubtractFlys() 1313 const SwAnchoredObject* pAnchoredObj = rObjs[j]; in lcl_SubtractFlys() 5989 const SwSortedObjs& rObjs = *(pLow->GetDrawObjs()); in RefreshLaySubsidiary() local 5990 for ( sal_uInt32 i = 0; i < rObjs.Count(); ++i ) in RefreshLaySubsidiary() 5992 const SwAnchoredObject* pAnchoredObj = rObjs[i]; in RefreshLaySubsidiary()
|
| /AOO41X/main/sw/source/core/text/ |
| H A D | txtftn.cxx | 260 const SwSortedObjs &rObjs = *pStartFrm->GetDrawObjs(); in lcl_GetFtnLower() local 261 for ( sal_uInt16 i = 0; i < rObjs.Count(); ++i ) in lcl_GetFtnLower() 263 SwAnchoredObject* pAnchoredObj = rObjs[i]; in lcl_GetFtnLower()
|
| H A D | itrcrsr.cxx | 1873 const SwSortedObjs &rObjs = *GetDrawObjs(); in FillSelection() local 1874 for ( sal_uInt16 i = 0; i < rObjs.Count(); ++i ) in FillSelection() 1876 const SwAnchoredObject* pAnchoredObj = rObjs[i]; in FillSelection()
|
| /AOO41X/main/sw/source/core/doc/ |
| H A D | doclay.cxx | 1132 SwSortedObjs &rObjs = *pPage->GetSortedObjs(); in GetAllFlyFmts() local 1133 for( sal_uInt16 i = 0; i < rObjs.Count(); ++i) in GetAllFlyFmts() 1135 SwAnchoredObject* pAnchoredObj = rObjs[i]; in GetAllFlyFmts()
|