| /trunk/main/sw/source/core/layout/ |
| H A D | frmtool.cxx | 277 const SwSortedObjs &rObjs = *pFrm->GetDrawObjs(); in ~SwFrmNotify() local 279 for ( sal_uInt32 i = 0; i < rObjs.Count(); ++i ) in ~SwFrmNotify() 285 SwAnchoredObject* pObj = rObjs[i]; in ~SwFrmNotify() 2407 SwSortedObjs &rObjs = *_pFrm->GetDrawObjs(); in lcl_RemoveObjsFromPage() local 2408 for ( sal_uInt16 i = 0; i < rObjs.Count(); ++i ) in lcl_RemoveObjsFromPage() 2410 SwAnchoredObject* pObj = rObjs[i]; in lcl_RemoveObjsFromPage() 2575 SwSortedObjs &rObjs = *_pFrm->GetDrawObjs(); in lcl_AddObjsToPage() local 2576 for ( sal_uInt16 i = 0; i < rObjs.Count(); ++i ) in lcl_AddObjsToPage() 2578 SwAnchoredObject* pObj = rObjs[i]; in lcl_AddObjsToPage() 2976 const SwSortedObjs &rObjs = *pCnt->GetDrawObjs(); in lcl_NotifyCntnt() local [all …]
|
| H A D | flylay.cxx | 705 SwSortedObjs &rObjs = *pNew->GetDrawObjs(); in AppendFlyToPage() local 706 for ( sal_uInt16 i = 0; i < rObjs.Count(); ++i ) in AppendFlyToPage() 708 SwAnchoredObject* pTmpObj = rObjs[i]; in AppendFlyToPage() 869 SwSortedObjs &rObjs = *pToMove->GetDrawObjs(); in MoveFly() local 870 for ( sal_uInt32 i = 0; i < rObjs.Count(); ++i ) in MoveFly() 872 SwAnchoredObject* pObj = rObjs[i]; in MoveFly()
|
| H A D | wsfrm.cxx | 1681 const SwSortedObjs &rObjs = *pBoss->GetDrawObjs(); in AdjustNeighbourhood() local 1683 for ( sal_uInt16 i = 0; i < rObjs.Count(); ++i ) in AdjustNeighbourhood() 1685 SwAnchoredObject* pAnchoredObj = rObjs[i]; in AdjustNeighbourhood() 3938 SwSortedObjs &rObjs = *pCnt->GetDrawObjs(); in lcl_InvalidateAllCntnt() local 3939 for ( sal_uInt16 i = 0; i < rObjs.Count(); ++i ) in lcl_InvalidateAllCntnt() 3941 SwAnchoredObject* pAnchoredObj = rObjs[i]; in lcl_InvalidateAllCntnt() 3970 const SwSortedObjs &rObjs = *pPage->GetSortedObjs(); in InvalidateAllCntnt() local 3971 for ( sal_uInt16 i = 0; i < rObjs.Count(); ++i ) in InvalidateAllCntnt() 3973 SwAnchoredObject* pAnchoredObj = rObjs[i]; in InvalidateAllCntnt() 4016 const SwSortedObjs& rObjs = *(pPageFrm->GetSortedObjs()); in InvalidateAllObjPos() local [all …]
|
| 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() 2240 const SwSortedObjs &rObjs = *pCnt->GetDrawObjs(); in _DoIdleJob() local 2241 for ( sal_uInt16 i = 0; i < rObjs.Count(); ++i ) in _DoIdleJob() 2243 SwAnchoredObject* pObj = rObjs[i]; in _DoIdleJob()
|
| H A D | laycache.cxx | 302 SwSortedObjs &rObjs = *pPage->GetSortedObjs(); in Write() local 303 for ( sal_uInt16 i = 0; i < rObjs.Count(); ++i ) in Write() 305 SwAnchoredObject* pAnchoredObj = rObjs[i]; in Write() 1023 SwSortedObjs &rObjs = *pPage->GetSortedObjs(); in _CheckFlyCache() local 1102 for ( sal_uInt16 i = 0; i < rObjs.Count(); ++i ) in _CheckFlyCache() 1104 SwAnchoredObject* pAnchoredObj = rObjs[i]; in _CheckFlyCache()
|
| 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 | 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 | 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 | fly.cxx | 2474 SwSortedObjs& rObjs = *(pPageFrm->GetSortedObjs()); in NotifyLowerObjs() local 2475 for ( sal_uInt32 i = 0; i < rObjs.Count(); ++i ) in NotifyLowerObjs() 2477 SwAnchoredObject* pObj = rObjs[i]; in NotifyLowerObjs()
|
| H A D | atrfrm.cxx | 2930 SwSortedObjs &rObjs = *pFrm->GetDrawObjs(); in MakeFrms() local 2931 for( sal_uInt16 i = 0; i < rObjs.Count(); ++i) in MakeFrms() 2935 SwAnchoredObject* pObj = rObjs[i]; in MakeFrms()
|
| H A D | paintfrm.cxx | 6062 const SwSortedObjs& rObjs = *(pLow->GetDrawObjs()); in RefreshLaySubsidiary() local 6063 for ( sal_uInt32 i = 0; i < rObjs.Count(); ++i ) in RefreshLaySubsidiary() 6065 const SwAnchoredObject* pAnchoredObj = rObjs[i]; in RefreshLaySubsidiary()
|
| /trunk/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()
|
| /trunk/main/sw/source/core/doc/ |
| H A D | doclay.cxx | 1124 SwSortedObjs &rObjs = *pPage->GetSortedObjs(); in GetAllFlyFmts() local 1125 for( sal_uInt16 i = 0; i < rObjs.Count(); ++i) in GetAllFlyFmts() 1127 SwAnchoredObject* pAnchoredObj = rObjs[i]; in GetAllFlyFmts()
|