Home
last modified time | relevance | path

Searched refs:pSortedObjs (Results 1 – 4 of 4) sorted by last modified time

/trunk/main/sw/source/core/inc/
H A Dpagefrm.hxx64 SwSortedObjs *pSortedObjs; member in SwPageFrm
203 const SwSortedObjs *GetSortedObjs() const { return pSortedObjs; } in GetSortedObjs()
204 SwSortedObjs *GetSortedObjs() { return pSortedObjs; } in GetSortedObjs()
/trunk/main/sw/source/core/layout/
H A Dcalcmove.cxx674 void lcl_CheckObjects( SwSortedObjs* pSortedObjs, SwFrm* pFrm, long& rBot ) in lcl_CheckObjects() argument
679 for ( sal_uInt16 i = 0; i < pSortedObjs->Count(); ++i ) in lcl_CheckObjects()
683 SwAnchoredObject* pObj = (*pSortedObjs)[i]; in lcl_CheckObjects()
809 if( pSortedObjs && !pFrm->IsHeaderFrm() && in MakeAll()
811 lcl_CheckObjects( pSortedObjs, pFrm, nBot ); in MakeAll()
816 if ( pSortedObjs ) in MakeAll()
817 lcl_CheckObjects( pSortedObjs, this, nBot ); in MakeAll()
H A Dpagechg.cxx199 pSortedObjs( 0 ), in SwPageFrm()
272 if ( pSortedObjs ) in ~SwPageFrm()
277 for ( sal_uInt16 i = 0; i < pSortedObjs->Count(); ++i ) in ~SwPageFrm()
279 SwAnchoredObject* pAnchoredObj = (*pSortedObjs)[i]; in ~SwPageFrm()
282 delete pSortedObjs; in ~SwPageFrm()
283 pSortedObjs = 0; //Auf 0 setzen, sonst rauchts beim Abmdelden von Flys! in ~SwPageFrm()
H A Dflylay.cxx687 if ( !pSortedObjs ) in AppendFlyToPage()
795 if ( pSortedObjs ) in RemoveFlyFromPage()
798 if ( !pSortedObjs->Count() ) in RemoveFlyFromPage()
799 { DELETEZ( pSortedObjs ); in RemoveFlyFromPage()
849 if ( pSortedObjs ) in MoveFly()
852 if ( !pSortedObjs->Count() ) in MoveFly()
853 { DELETEZ( pSortedObjs ); in MoveFly()
957 if ( !pSortedObjs ) in AppendDrawObjToPage()
987 if ( pSortedObjs ) in RemoveDrawObjFromPage()
990 if ( !pSortedObjs->Count() ) in RemoveDrawObjFromPage()
[all …]

Completed in 36 milliseconds