Searched refs:pSortedObjs (Results 1 – 4 of 4) sorted by relevance
687 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 …]
674 void lcl_CheckObjects( SwSortedObjs* pSortedObjs, SwFrm* pFrm, long& rBot ) in lcl_CheckObjects() argument679 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()
199 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()
63 SwSortedObjs *pSortedObjs; member in SwPageFrm203 const SwSortedObjs *GetSortedObjs() const { return pSortedObjs; } in GetSortedObjs()204 SwSortedObjs *GetSortedObjs() { return pSortedObjs; } in GetSortedObjs()
Completed in 39 milliseconds