Home
last modified time | relevance | path

Searched refs:m_pUndo (Results 1 – 4 of 4) sorted by relevance

/aoo4110/main/sw/source/core/undo/
H A Drolbck.cxx437 , m_pUndo( new SwUndoSaveSection ) in SwHistorySetFootnote()
456 m_pUndo->SaveSection( pDoc, aSttIdx ); in SwHistorySetFootnote()
462 , m_pUndo( 0 ) in SwHistorySetFootnote()
489 if ( m_pUndo.get() ) in SetInDoc()
503 m_pUndo->RestoreSection( pDoc, &aIdx, SwFootnoteStartNode ); in SetInDoc()
505 if ( m_pUndo->GetHistory() ) in SetInDoc()
508 m_pUndo->GetHistory()->Rollback( pDoc ); in SetInDoc()
566 , m_pUndo( new SwUndoDelLayFmt( pFlyFmt ) ) in SwHistoryTxtFlyCnt()
569 m_pUndo->ChgShowSel( sal_False ); in SwHistoryTxtFlyCnt()
583 m_pUndo->UndoImpl(context); in SetInDoc()
H A Dunattr.cxx72 , m_pUndo( 0 ) in SwUndoFmtAttrHelper()
91 m_pUndo->PutAttr( *pOld ); in Modify()
95 m_pUndo.reset( new SwUndoFmtAttr( *pOld, in Modify()
108 m_pUndo->PutAttr( *pItem ); in Modify()
116 m_pUndo.reset( new SwUndoFmtAttr( in Modify()
/aoo4110/main/sw/source/core/inc/
H A DUndoAttribute.hxx185 ::std::auto_ptr<SwUndoFmtAttr> m_pUndo;
193 SwUndoFmtAttr* GetUndo() const { return m_pUndo.get(); } in GetUndo()
195 SwUndoFmtAttr* ReleaseUndo() { return m_pUndo.release(); } in ReleaseUndo()
H A Drolbck.hxx216 const ::std::auto_ptr<SwUndoSaveSection> m_pUndo; member in SwHistorySetFootnote
246 ::std::auto_ptr<SwUndoDelLayFmt> m_pUndo;
252 SwUndoDelLayFmt* GetUDelLFmt() { return m_pUndo.get(); } in GetUDelLFmt()

Completed in 35 milliseconds