Home
last modified time | relevance | path

Searched refs:GetSortedObjs (Results 1 – 25 of 26) sorted by relevance

12

/aoo4110/main/sw/source/core/layout/
H A Dobjectformatterlayfrm.cxx70 static_cast<SwPageFrm&>(_rAnchorLayFrm).GetSortedObjs() ) ) in CreateObjFormatter()
144 if ( !rPageFrm.GetSortedObjs() ) in _AdditionalFormatObjsOnPage()
153 for ( ; i < rPageFrm.GetSortedObjs()->Count(); ++i ) in _AdditionalFormatObjsOnPage()
155 SwAnchoredObject* pAnchoredObj = (*rPageFrm.GetSortedObjs())[i]; in _AdditionalFormatObjsOnPage()
188 if ( !rPageFrm.GetSortedObjs() || in _AdditionalFormatObjsOnPage()
189 i > rPageFrm.GetSortedObjs()->Count() ) in _AdditionalFormatObjsOnPage()
196 rPageFrm.GetSortedObjs()->ListPosOf( *pAnchoredObj ); in _AdditionalFormatObjsOnPage()
197 if ( nActPosOfObj == rPageFrm.GetSortedObjs()->Count() || in _AdditionalFormatObjsOnPage()
H A Dpagechg.cxx903 if ( GetSortedObjs() ) in Cut()
905 for ( int i = 0; GetSortedObjs() && in Cut()
906 (sal_uInt16)i < GetSortedObjs()->Count(); ++i ) in Cut()
1050 if( GetSortedObjs() ) in PrepareRegisterChg()
1052 for( sal_uInt16 i = 0; i < GetSortedObjs()->Count(); ++i ) in PrepareRegisterChg()
1499 SwSortedObjs &rObjs = *pPage->GetSortedObjs(); in RemoveSuperfluous()
1668 if ( pPage->GetSortedObjs() ) in AssertPageFlys()
1670 pPage->GetSortedObjs(); in AssertPageFlys()
1672 pPage->GetSortedObjs() && sal_uInt16(i) < pPage->GetSortedObjs()->Count(); in AssertPageFlys()
1695 ASSERT( !pPage->GetSortedObjs() || in AssertPageFlys()
[all …]
H A Dlayact.cxx107 #define IS_FLYS (pPage->GetSortedObjs())
224 const SwSortedObjs &rObjs = *pPage->GetSortedObjs(); in PaintWithoutFlys()
309 if ( pPage->GetSortedObjs() ) in _PaintCntnt()
443 if ( (pPage->GetSortedObjs() && pPage->GetSortedObjs()->Count()) || in RemoveEmptyBrowserPages()
562 SwSortedObjs* pObjs = mrPageFrm.GetSortedObjs(); in _UnlockPositionOfObjs()
793 ( ((SwPageFrm*)pPage->GetPrev())->GetSortedObjs() && in InternalAction()
898 if ( !pPg->GetSortedObjs() ) in InternalAction()
1383 if ( prPage->GetSortedObjs() && in IsShortCut()
2319 if ( pPage->GetSortedObjs() ) in DoIdleJob()
2321 for ( sal_uInt16 i = 0; pPage->GetSortedObjs() && in DoIdleJob()
[all …]
H A Dhffrm.cxx684 for ( int i = 0; pPage->GetSortedObjs() && in DelFlys()
685 pPage->GetSortedObjs()->Count() && in DelFlys()
686 i < (int)pPage->GetSortedObjs()->Count(); ++i ) in DelFlys()
688 SwAnchoredObject* pObj = (*pPage->GetSortedObjs())[i]; in DelFlys()
H A Dfrmtool.cxx2258 if ( pPage->GetSortedObjs() ) in Top()
2261 const SwSortedObjs *pObjs = pPage->GetSortedObjs(); in Top()
2287 if ( pPage->GetSortedObjs() ) in Bottom()
2290 const SwSortedObjs *pObjs = pPage->GetSortedObjs(); in Bottom()
2317 if ( pPage->GetSortedObjs() ) in Next()
2320 const SwSortedObjs *pObjs = pPage->GetSortedObjs(); in Next()
2347 if ( pPage->GetSortedObjs() ) in Prev()
2350 const SwSortedObjs *pObjs = pPage->GetSortedObjs(); in Prev()
3086 if ( pPage && pPage->GetSortedObjs() ) in Notify_Background()
3090 const SwSortedObjs &rObjs = *pPage->GetSortedObjs(); in Notify_Background()
H A Danchoredobject.cxx769 if ( GetPageFrm() && GetPageFrm()->GetSortedObjs() ) in UpdateObjInSortedList()
771 const SwSortedObjs* pObjs = GetPageFrm()->GetSortedObjs(); in UpdateObjInSortedList()
790 GetPageFrm()->GetSortedObjs()->Update( *this ); in UpdateObjInSortedList()
H A Dflylay.cxx96 GetPageFrm()->GetSortedObjs() && in ~SwFlyFreeFrm()
101 GetPageFrm()->GetSortedObjs()->Remove( *this ); in ~SwFlyFreeFrm()
858 if ( !pDest->GetSortedObjs() ) in MoveFly()
864 pDest->GetSortedObjs()->Insert( *pToMove ); in MoveFly()
H A Dlaycache.cxx304 if( pPage->GetSortedObjs() ) in Write()
306 SwSortedObjs &rObjs = *pPage->GetSortedObjs(); in Write()
1025 if( pPage->GetSortedObjs() && nFlyIdx < nFlyCount ) in _CheckFlyCache()
1027 SwSortedObjs &rObjs = *pPage->GetSortedObjs(); in _CheckFlyCache()
H A Dtrvlfrm.cxx167 if ( GetSortedObjs() ) in GetCrsrOfst()
252 if( GetSortedObjs() ) in FillSelection()
254 const SwSortedObjs &rObjs = *GetSortedObjs(); in FillSelection()
454 if ( bInside && pPage && pPage->GetSortedObjs() ) in GetCrsrOfst()
2567 if ( pPage->GetSortedObjs() ) in CalcFrmRects()
2569 const SwSortedObjs &rObjs = *pPage->GetSortedObjs(); in CalcFrmRects()
H A Dwsfrm.cxx2090 const SwSortedObjs* pSorted = pPage ? pPage->GetSortedObjs() : 0; in ShrinkFrm()
3560 SwSortedObjs* pObjs = pPageFrm ? pPageFrm->GetSortedObjs() : 0L; in FormatWidthCols()
3761 SwSortedObjs* pTmpObjs = pTmpPageFrm ? pTmpPageFrm->GetSortedObjs() : 0L; in FormatWidthCols()
3963 if ( pPage->GetSortedObjs() ) in InvalidateAllCntnt()
3965 const SwSortedObjs &rObjs = *pPage->GetSortedObjs(); in InvalidateAllCntnt()
4009 if ( pPageFrm->GetSortedObjs() ) in InvalidateAllObjPos()
4011 const SwSortedObjs& rObjs = *(pPageFrm->GetSortedObjs()); in InvalidateAllObjPos()
H A Dfly.cxx2258 if ( pPage && pPage->GetSortedObjs() ) in RemoveFly()
2385 if ( pPage && pPage->GetSortedObjs() ) in RemoveDrawObj()
2492 if ( pPageFrm && pPageFrm->GetSortedObjs() ) in NotifyLowerObjs()
2494 SwSortedObjs& rObjs = *(pPageFrm->GetSortedObjs()); in NotifyLowerObjs()
H A Dtabfrm.cxx2761 if ( pPage->GetSortedObjs() && bWrapAllowed ) in CalcFlyOffsets()
2771 for ( sal_uInt16 i = 0; i < pPage->GetSortedObjs()->Count(); ++i ) in CalcFlyOffsets()
2773 SwAnchoredObject* pAnchoredObj = (*pPage->GetSortedObjs())[i]; in CalcFlyOffsets()
5347 if ( pPg->GetSortedObjs() ) in Format()
5350 for ( sal_uInt16 i = 0; i < pPg->GetSortedObjs()->Count(); ++i ) in Format()
5352 const SwAnchoredObject* pAnchoredObj = (*pPg->GetSortedObjs())[i]; in Format()
H A Dpaintfrm.cxx1306 const SwSortedObjs& rObjs = *pPage->GetSortedObjs(); in lcl_SubtractFlys()
4055 if ( pPage->GetSortedObjs() ) in PaintBorderLine()
5309 if ( pPage->GetSortedObjs() ) in PaintMarginArea()
5819 if ( pPage->GetSortedObjs() ) in PaintBackground()
6156 const bool bFlys = pPage->GetSortedObjs() ? true : false; in PaintSubsidiaryLines()
6317 if ( bLineInFly && GetSortedObjs() ) in RefreshExtraData()
6318 for ( sal_uInt16 i = 0; i < GetSortedObjs()->Count(); ++i ) in RefreshExtraData()
6320 const SwAnchoredObject* pAnchoredObj = (*GetSortedObjs())[i]; in RefreshExtraData()
H A Dobjectformattertxtfrm.cxx552 const SwSortedObjs* pObjs = GetPageFrm().GetSortedObjs(); in _InvalidateFollowObjs()
H A Dflowfrm.cxx323 if ( pPage->GetSortedObjs() ) in BwdMoveNecessary()
326 const SwSortedObjs &rObjs = *pPage->GetSortedObjs(); in BwdMoveNecessary()
/aoo4110/main/sw/source/core/access/
H A Daccfrmobjslist.cxx50 const SwSortedObjs *pObjs = rPgFrm.GetSortedObjs(); in SwAccessibleChildSList_const_iterator()
117 const SwSortedObjs *pObjs = rPgFrm.GetSortedObjs(); in next()
H A Daccfrmobjmap.cxx72 const SwSortedObjs *pObjs = pPgFrm->GetSortedObjs(); in SwAccessibleChildMap()
161 static_cast< const SwPageFrm& >( rFrm ).GetSortedObjs() ) || in IsSortingRequired()
/aoo4110/main/sw/source/core/inc/
H A Dpagefrm.hxx203 const SwSortedObjs *GetSortedObjs() const { return pSortedObjs; } in GetSortedObjs() function in SwPageFrm
204 SwSortedObjs *GetSortedObjs() { return pSortedObjs; } in GetSortedObjs() function in SwPageFrm
/aoo4110/main/sw/source/core/draw/
H A Ddview.cxx294 if ( pPage->GetSortedObjs() ) in GetMaxToTopObj()
297 for ( sal_uInt16 i = 0; i < pPage->GetSortedObjs()->Count(); ++i ) in GetMaxToTopObj()
300 (*pPage->GetSortedObjs())[i]->GetDrawObj(); in GetMaxToTopObj()
/aoo4110/main/sw/source/core/frmedt/
H A Dfeshview.cxx412 if( pPage->GetSortedObjs() ) in MoveAnchor()
419 for( i = 0; (sal_uInt16)i<pPage->GetSortedObjs()->Count(); ++i ) in MoveAnchor()
422 (*pPage->GetSortedObjs())[i]; in MoveAnchor()
821 sal_uInt32 nCount = pPage->GetSortedObjs() ? pPage->GetSortedObjs()->Count() : 0; in lcl_NotifyNeighbours()
824 SwAnchoredObject* pAnchoredObj = (*pPage->GetSortedObjs())[i]; in lcl_NotifyNeighbours()
H A Dfetab.cxx1753 if ( pPage->GetSortedObjs() ) in GetBox()
1755 for ( sal_uInt16 i = 0; !pFrm && i < pPage->GetSortedObjs()->Count(); ++i ) in GetBox()
1757 SwAnchoredObject* pObj = (*pPage->GetSortedObjs())[i]; in GetBox()
/aoo4110/main/sw/source/core/text/
H A Dtxtfly.cxx797 bOn = pPage->GetSortedObjs() != 0; in CtorInitTxtFly()
875 const SwSortedObjs *pSorted = pPage->GetSortedObjs(); in IsAnyObj()
1419 const SwSortedObjs *pSorted = pPage->GetSortedObjs(); in InitAnchoredObjList()
H A Dtxtio.cxx164 const SwSortedObjs *pSorted = pPg->GetSortedObjs(); in lcl_OutFrame()
/aoo4110/main/sw/source/core/view/
H A Dviewsh.cxx1221 if ( pPage->GetSortedObjs() ) in VisPortChgd()
1226 i < pPage->GetSortedObjs()->Count(); ++i ) in VisPortChgd()
1228 SwAnchoredObject* pObj = (*pPage->GetSortedObjs())[i]; in VisPortChgd()
/aoo4110/main/sw/source/core/doc/
H A Ddoclay.cxx1130 if( pPage->GetSortedObjs() ) in GetAllFlyFmts()
1132 SwSortedObjs &rObjs = *pPage->GetSortedObjs(); in GetAllFlyFmts()

Completed in 237 milliseconds

12