Searched refs:SwUndoFmtCreate (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/sw/source/core/undo/ |
H A D | SwUndoFmt.cxx | 42 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()
|
/aoo41x/main/sw/source/core/inc/ |
H A D | SwUndoFmt.hxx | 37 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 10 milliseconds