Home
last modified time | relevance | path

Searched refs:pDelSects (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/sw/source/core/undo/
H A Duntbl.cxx1608 delete Ptrs.pDelSects; in ~SwUndoTblNdsChg()
1756 if( !Ptrs.pDelSects ) in SaveSection()
1757 Ptrs.pDelSects = new SwUndoSaveSections( 10, 5 ); in SaveSection()
1763 Ptrs.pDelSects->Insert( pSave, Ptrs.pDelSects->Count() ); in SaveSection()
1795 for( sal_uInt16 n = Ptrs.pDelSects->Count(); n; ) in UndoImpl()
1797 SwUndoSaveSection* pSave = (*Ptrs.pDelSects)[ --n ]; in UndoImpl()
1805 Ptrs.pDelSects->DeleteAndDestroy( 0, Ptrs.pDelSects->Count() ); in UndoImpl()
1982 Ptrs.pDelSects->Insert( pUndo->Ptrs.pDelSects, 0 ); in RedoImpl()
1983 pUndo->Ptrs.pDelSects->Remove( 0, pUndo->Ptrs.pDelSects->Count() ); in RedoImpl()
/aoo41x/main/sw/source/core/inc/
H A DUndoTable.hxx185 SwUndoSaveSections* pDelSects; member

Completed in 31 milliseconds