Home
last modified time | relevance | path

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

12

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/layout/
H A Dlaycache.cxx287 SwSortedObjs &rObjs = *pPage->GetSortedObjs(); in Write() local
288 for (SwAnchoredObject* pAnchoredObj : rObjs) in Write()
980 SwSortedObjs &rObjs = *pPage->GetSortedObjs(); in CheckFlyCache_() local
1005 for (SwAnchoredObject* pAnchoredObj : rObjs) in CheckFlyCache_()
H A Dlayact.cxx105 const SwSortedObjs &rObjs = *pPage->GetSortedObjs(); in PaintWithoutFlys() local
108 for ( size_t i = 0; i < rObjs.size() && !aTmp.empty(); ++i ) in PaintWithoutFlys()
110 SwVirtFlyDrawObj *pVirtFly = dynamic_cast<SwVirtFlyDrawObj*>(rObjs[i]->DrawObj()); in PaintWithoutFlys()
868 const SwSortedObjs &rObjs = *pCnt->GetDrawObjs(); in lcl_FindFirstInvaContent() local
869 for (SwAnchoredObject* pObj : rObjs) in lcl_FindFirstInvaContent()
2006 const SwSortedObjs &rObjs = *pCnt->GetDrawObjs(); in DoIdleJob_() local
2007 for (SwAnchoredObject* pObj : rObjs) in DoIdleJob_()
H A Dflylay.cxx865 SwSortedObjs &rObjs = *pNew->GetDrawObjs(); in AppendFlyToPage() local
866 for (SwAnchoredObject* pTmpObj : rObjs) in AppendFlyToPage()
1009 SwSortedObjs &rObjs = *pToMove->GetDrawObjs(); in MoveFly() local
1010 for (SwAnchoredObject* pObj : rObjs) in MoveFly()
H A Dfrmtool.cxx257 const SwSortedObjs &rObjs = *mpFrame->GetDrawObjs(); in ~SwFrameNotify() local
259 for (SwAnchoredObject* pObj : rObjs) in ~SwFrameNotify()
2748 SwSortedObjs &rObjs = *_pFrame->GetDrawObjs(); in lcl_RemoveObjsFromPage() local
2749 for (SwAnchoredObject* pObj : rObjs) in lcl_RemoveObjsFromPage()
2909 SwSortedObjs &rObjs = *_pFrame->GetDrawObjs(); in lcl_AddObjsToPage() local
2910 for (SwAnchoredObject* pObj : rObjs) in lcl_AddObjsToPage()
3306 const SwSortedObjs &rObjs = *pCnt->GetDrawObjs(); in lcl_NotifyContent() local
3307 for (SwAnchoredObject* pObj : rObjs) in lcl_NotifyContent()
3436 const SwSortedObjs &rObjs = *pPage->GetSortedObjs(); in Notify_Background() local
3437 for (SwAnchoredObject* pAnchoredObj : rObjs) in Notify_Background()
H A Dwsfrm.cxx1911 const SwSortedObjs &rObjs = *pBoss->GetDrawObjs(); in AdjustNeighbourhood() local
1913 for (SwAnchoredObject* pAnchoredObj : rObjs) in AdjustNeighbourhood()
4137 SwSortedObjs &rObjs = *pCnt->GetDrawObjs(); in lcl_InvalidateAllContent() local
4138 for (SwAnchoredObject* pAnchoredObj : rObjs) in lcl_InvalidateAllContent()
4167 const SwSortedObjs &rObjs = *pPage->GetSortedObjs(); in InvalidateAllContent() local
4168 for (SwAnchoredObject* pAnchoredObj : rObjs) in InvalidateAllContent()
4207 const SwSortedObjs& rObjs = *(pPageFrame->GetSortedObjs()); in InvalidateAllObjPos() local
4208 for (SwAnchoredObject* pAnchoredObj : rObjs) in InvalidateAllObjPos()
H A Dtrvlfrm.cxx389 const SwSortedObjs &rObjs = *GetSortedObjs(); in FillSelection() local
390 for (SwAnchoredObject* pAnchoredObj : rObjs) in FillSelection()
2569 const SwSortedObjs &rObjs = *pPage->GetSortedObjs(); in CalcFrameRects() local
2570 for (SwAnchoredObject* pAnchoredObj : rObjs) in CalcFrameRects()
H A Dflowfrm.cxx365 const SwSortedObjs &rObjs = *pObjs; in BwdMoveNecessary() local
367 for ( size_t i = 0; nRet < 3 && i < rObjs.size(); ++i ) in BwdMoveNecessary()
370 SwAnchoredObject* pObj = rObjs[i]; in BwdMoveNecessary()
H A Dflycnt.cxx151 SwSortedObjs &rObjs = *pContent->GetDrawObjs(); in SwClientNotify() local
152 for(SwAnchoredObject* rObj : rObjs) in SwClientNotify()
H A Dpagechg.cxx1005 SwSortedObjs const& rObjs = *rPage.GetSortedObjs(); in IsPageFrameEmpty() local
1006 for (size_t i = 0; bOnlySuperfluousObjs && i < rObjs.size(); ++i) in IsPageFrameEmpty()
1009 SwAnchoredObject* pAnchoredObj = rObjs[i]; in IsPageFrameEmpty()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/layout/
H A Dlayact.cxx106 const SwSortedObjs &rObjs = *pPage->GetSortedObjs(); in PaintWithoutFlys() local
109 for ( size_t i = 0; i < rObjs.size() && !aTmp.empty(); ++i ) in PaintWithoutFlys()
111 SdrObject *pO = rObjs[i]->DrawObj(); in PaintWithoutFlys()
890 const SwSortedObjs &rObjs = *pCnt->GetDrawObjs(); in lcl_FindFirstInvaContent() local
891 for (SwAnchoredObject* pObj : rObjs) in lcl_FindFirstInvaContent()
1983 const SwSortedObjs &rObjs = *pCnt->GetDrawObjs(); in DoIdleJob_() local
1984 for (SwAnchoredObject* pObj : rObjs) in DoIdleJob_()
H A Dlaycache.cxx286 SwSortedObjs &rObjs = *pPage->GetSortedObjs(); in Write() local
287 for (SwAnchoredObject* pAnchoredObj : rObjs) in Write()
980 SwSortedObjs &rObjs = *pPage->GetSortedObjs(); in CheckFlyCache_() local
1005 for (SwAnchoredObject* pAnchoredObj : rObjs) in CheckFlyCache_()
H A Dflylay.cxx876 SwSortedObjs &rObjs = *pNew->GetDrawObjs(); in AppendFlyToPage() local
877 for (SwAnchoredObject* pTmpObj : rObjs) in AppendFlyToPage()
1021 SwSortedObjs &rObjs = *pToMove->GetDrawObjs(); in MoveFly() local
1022 for (SwAnchoredObject* pObj : rObjs) in MoveFly()
H A Dfrmtool.cxx255 const SwSortedObjs &rObjs = *mpFrame->GetDrawObjs(); in ~SwFrameNotify() local
257 for (SwAnchoredObject* pObj : rObjs) in ~SwFrameNotify()
2694 SwSortedObjs &rObjs = *_pFrame->GetDrawObjs(); in lcl_RemoveObjsFromPage() local
2695 for (SwAnchoredObject* pObj : rObjs) in lcl_RemoveObjsFromPage()
2857 SwSortedObjs &rObjs = *_pFrame->GetDrawObjs(); in lcl_AddObjsToPage() local
2858 for (SwAnchoredObject* pObj : rObjs) in lcl_AddObjsToPage()
3253 const SwSortedObjs &rObjs = *pCnt->GetDrawObjs(); in lcl_NotifyContent() local
3254 for (SwAnchoredObject* pObj : rObjs) in lcl_NotifyContent()
3386 const SwSortedObjs &rObjs = *pPage->GetSortedObjs(); in Notify_Background() local
3387 for (SwAnchoredObject* pAnchoredObj : rObjs) in Notify_Background()
H A Dwsfrm.cxx1867 const SwSortedObjs &rObjs = *pBoss->GetDrawObjs(); in AdjustNeighbourhood() local
1869 for (SwAnchoredObject* pAnchoredObj : rObjs) in AdjustNeighbourhood()
4079 SwSortedObjs &rObjs = *pCnt->GetDrawObjs(); in lcl_InvalidateAllContent() local
4080 for (SwAnchoredObject* pAnchoredObj : rObjs) in lcl_InvalidateAllContent()
4110 const SwSortedObjs &rObjs = *pPage->GetSortedObjs(); in InvalidateAllContent() local
4111 for (SwAnchoredObject* pAnchoredObj : rObjs) in InvalidateAllContent()
4151 const SwSortedObjs& rObjs = *(pPageFrame->GetSortedObjs()); in InvalidateAllObjPos() local
4152 for (SwAnchoredObject* pAnchoredObj : rObjs) in InvalidateAllObjPos()
H A Dtrvlfrm.cxx385 const SwSortedObjs &rObjs = *GetSortedObjs(); in FillSelection() local
386 for (SwAnchoredObject* pAnchoredObj : rObjs) in FillSelection()
2564 const SwSortedObjs &rObjs = *pPage->GetSortedObjs(); in CalcFrameRects() local
2565 for (SwAnchoredObject* pAnchoredObj : rObjs) in CalcFrameRects()
H A Dflowfrm.cxx306 const SwSortedObjs &rObjs = *pObjs; in BwdMoveNecessary() local
308 for ( size_t i = 0; nRet < 3 && i < rObjs.size(); ++i ) in BwdMoveNecessary()
312 SwAnchoredObject* pObj = rObjs[i]; in BwdMoveNecessary()
H A Dpagechg.cxx1452 SwSortedObjs &rObjs = *pPage->GetSortedObjs(); in RemoveSuperfluous() local
1453 for ( size_t i = 0; bOnlySuperfluosObjs && i < rObjs.size(); ++i ) in RemoveSuperfluous()
1456 SwAnchoredObject* pAnchoredObj = rObjs[i]; in RemoveSuperfluous()
H A Dflycnt.cxx157 SwSortedObjs &rObjs = *pContent->GetDrawObjs(); in Modify() local
158 for(SwAnchoredObject* rObj : rObjs) in Modify()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/qa/extras/layout/
H A Dlayout.cxx3081 SwSortedObjs& rObjs = *pTextFrame->GetDrawObjs(); in CPPUNIT_TEST_FIXTURE() local
3082 CPPUNIT_ASSERT_EQUAL(static_cast<size_t>(2), rObjs.size()); in CPPUNIT_TEST_FIXTURE()
3083 SwAnchoredObject* pFirst = rObjs[0]; in CPPUNIT_TEST_FIXTURE()
3084 SwAnchoredObject* pSecond = rObjs[1]; in CPPUNIT_TEST_FIXTURE()
3138 SwSortedObjs& rObjs = *pTextFrame->GetDrawObjs(); in CPPUNIT_TEST_FIXTURE() local
3139 CPPUNIT_ASSERT_EQUAL(static_cast<size_t>(2), rObjs.size()); in CPPUNIT_TEST_FIXTURE()
3140 SwAnchoredObject* pFirst = rObjs[0]; in CPPUNIT_TEST_FIXTURE()
3141 SwAnchoredObject* pSecond = rObjs[1]; in CPPUNIT_TEST_FIXTURE()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/qa/extras/layout/
H A Dlayout.cxx3495 SwSortedObjs& rObjs = *pTextFrame->GetDrawObjs(); in CPPUNIT_TEST_FIXTURE() local
3496 CPPUNIT_ASSERT_EQUAL(static_cast<size_t>(2), rObjs.size()); in CPPUNIT_TEST_FIXTURE()
3497 SwAnchoredObject* pFirst = rObjs[0]; in CPPUNIT_TEST_FIXTURE()
3498 SwAnchoredObject* pSecond = rObjs[1]; in CPPUNIT_TEST_FIXTURE()
3552 SwSortedObjs& rObjs = *pTextFrame->GetDrawObjs(); in CPPUNIT_TEST_FIXTURE() local
3553 CPPUNIT_ASSERT_EQUAL(static_cast<size_t>(2), rObjs.size()); in CPPUNIT_TEST_FIXTURE()
3554 SwAnchoredObject* pFirst = rObjs[0]; in CPPUNIT_TEST_FIXTURE()
3555 SwAnchoredObject* pSecond = rObjs[1]; in CPPUNIT_TEST_FIXTURE()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/text/
H A Dtxtftn.cxx238 const SwSortedObjs &rObjs = *pStartFrame->GetDrawObjs(); in lcl_GetFootnoteLower() local
239 for (SwAnchoredObject* pAnchoredObj : rObjs) in lcl_GetFootnoteLower()
H A Ditrcrsr.cxx1926 const SwSortedObjs &rObjs = *GetDrawObjs(); in FillSelection() local
1927 for (SwAnchoredObject* pAnchoredObj : rObjs) in FillSelection()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/text/
H A Dtxtftn.cxx237 const SwSortedObjs &rObjs = *pStartFrame->GetDrawObjs(); in lcl_GetFootnoteLower() local
238 for (SwAnchoredObject* pAnchoredObj : rObjs) in lcl_GetFootnoteLower()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/doc/
H A Ddoclay.cxx545 const SwSortedObjs &rObjs = *pPage->GetSortedObjs(); in GetAllFlyFormats() local
546 for(SwAnchoredObject* pAnchoredObj : rObjs) in GetAllFlyFormats()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/doc/
H A Ddoclay.cxx538 const SwSortedObjs &rObjs = *pPage->GetSortedObjs(); in GetAllFlyFormats() local
539 for(SwAnchoredObject* pAnchoredObj : rObjs) in GetAllFlyFormats()

12