Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/undo/
H A DSwUndoFmt.cxx107 SwUndoFmtDelete::SwUndoFmtDelete in SwUndoFmtDelete() function in SwUndoFmtDelete
118 SwUndoFmtDelete::~SwUndoFmtDelete() in ~SwUndoFmtDelete()
122 void SwUndoFmtDelete::UndoImpl(::sw::UndoRedoContext &) in UndoImpl()
138 void SwUndoFmtDelete::RedoImpl(::sw::UndoRedoContext &) in RedoImpl()
148 SwRewriter SwUndoFmtDelete::GetRewriter() const in GetRewriter()
225 : SwUndoFmtDelete(UNDO_TXTFMTCOL_DELETE, _pOld, _pDoc) in SwUndoTxtFmtCollDelete()
279 : SwUndoFmtDelete(UNDO_CHARFMT_DELETE, pOld, pDocument) in SwUndoCharFmtDelete()
334 : SwUndoFmtDelete(UNDO_FRMFMT_DELETE, pOld, pDocument) in SwUndoFrmFmtDelete()
/trunk/main/sw/source/core/inc/
H A DSwUndoFmt.hxx64 class SwUndoFmtDelete : public SwUndo class
75 SwUndoFmtDelete(SwUndoId nUndoId, SwFmt * pOld, SwDoc * pDoc);
76 ~SwUndoFmtDelete();
120 class SwUndoTxtFmtCollDelete : public SwUndoFmtDelete
151 class SwUndoCharFmtDelete : public SwUndoFmtDelete
184 class SwUndoFrmFmtDelete : public SwUndoFmtDelete

Completed in 11 milliseconds