Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/undo/
H A DSwUndoFmt.cxx42 SwUndoFmtCreate::SwUndoFmtCreate in SwUndoFmtCreate() function in SwUndoFmtCreate
51 SwUndoFmtCreate::~SwUndoFmtCreate() in ~SwUndoFmtCreate()
55 void SwUndoFmtCreate::UndoImpl(::sw::UndoRedoContext &) in UndoImpl()
76 void SwUndoFmtCreate::RedoImpl(::sw::UndoRedoContext &) in RedoImpl()
95 SwRewriter SwUndoFmtCreate::GetRewriter() const in GetRewriter()
204 : SwUndoFmtCreate(UNDO_TXTFMTCOL_CREATE, _pNew, _pDerivedFrom, _pDoc) in SwUndoTxtFmtCollCreate()
259 : SwUndoFmtCreate(UNDO_CHARFMT_CREATE, pNewFmt, pDerivedFrom, pDocument) in SwUndoCharFmtCreate()
313 : SwUndoFmtCreate(UNDO_FRMFMT_CREATE, pNewFmt, pDerivedFrom, pDocument), in SwUndoFrmFmtCreate()
/trunk/main/sw/source/core/inc/
H A DSwUndoFmt.hxx37 class SwUndoFmtCreate : public SwUndo class
50 SwUndoFmtCreate(SwUndoId nUndoId, SwFmt * pNew, SwFmt * pDerivedFrom,
52 virtual ~SwUndoFmtCreate();
109 class SwUndoTxtFmtCollCreate : public SwUndoFmtCreate
140 class SwUndoCharFmtCreate : public SwUndoFmtCreate
171 class SwUndoFrmFmtCreate : public SwUndoFmtCreate

Completed in 11 milliseconds