Home
last modified time | relevance | path

Searched refs:rObjs (Results 1 – 16 of 16) sorted by relevance

/trunk/main/sw/source/core/layout/
H A Dfrmtool.cxx285 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()
2977 for ( sal_uInt16 i = 0; i < rObjs.Count(); ++i ) in lcl_NotifyCntnt()
2979 SwAnchoredObject* pObj = rObjs[i]; in lcl_NotifyCntnt()
3107 for ( sal_uInt16 i = 0; i < rObjs.Count(); ++i ) in Notify_Background()
[all …]
H A Dflylay.cxx724 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 Dwsfrm.cxx1681 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()
4017 for ( sal_uInt8 i = 0; i < rObjs.Count(); ++i ) in InvalidateAllObjPos()
[all …]
H A Dlayact.cxx224 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 Dlaycache.cxx306 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 Ddbg_lay.cxx768 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 Dtrvlfrm.cxx254 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 Dflycnt.cxx169 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 Dflowfrm.cxx326 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 Dpagechg.cxx1499 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 Dfly.cxx2474 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 Datrfrm.cxx2930 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 Dpaintfrm.cxx6116 const SwSortedObjs& rObjs = *(pLow->GetDrawObjs()); in RefreshLaySubsidiary() local
6117 for ( sal_uInt32 i = 0; i < rObjs.Count(); ++i ) in RefreshLaySubsidiary()
6119 const SwAnchoredObject* pAnchoredObj = rObjs[i]; in RefreshLaySubsidiary()
/trunk/main/sw/source/core/text/
H A Dtxtftn.cxx260 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 Ditrcrsr.cxx1873 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 Ddoclay.cxx1124 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()

Completed in 196 milliseconds