Home
last modified time | relevance | path

Searched refs:pDestroy (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/sw/source/core/layout/
H A Dsectfrm.cxx2749 if( !pDestroy ) in InsertEmptySct()
2750 pDestroy = new SwDestroyList; in InsertEmptySct()
2752 if( !pDestroy->Seek_Entry( pDel, &nPos ) ) in InsertEmptySct()
2753 pDestroy->Insert( pDel ); in InsertEmptySct()
2759 while( pDestroy->Count() ) in _DeleteEmptySct()
2761 SwSectionFrm* pSect = (*pDestroy)[0]; in _DeleteEmptySct()
2762 pDestroy->Remove( sal_uInt16(0) ); in _DeleteEmptySct()
2790 ASSERT( pDestroy, "Where's my list?" ); in _RemoveFromList()
2792 if( pDestroy->Seek_Entry( pSct, &nPos ) ) in _RemoveFromList()
2793 pDestroy->Remove( nPos ); in _RemoveFromList()
[all …]
H A Dnewfrm.cxx496 pDestroy( 0 ), in SwRootFrm()
616 delete pDestroy; in ~SwRootFrm()
617 pDestroy = 0; in ~SwRootFrm()
/aoo4110/main/sw/source/core/inc/
H A Drootfrm.hxx145 SwDestroyList* pDestroy; member in SwRootFrm
314 void DeleteEmptySct() { if( pDestroy ) _DeleteEmptySct(); } in DeleteEmptySct()
315 void RemoveFromList( SwSectionFrm* pSct ) { if( pDestroy ) _RemoveFromList( pSct ); } in RemoveFromList()

Completed in 39 milliseconds