Home
last modified time | relevance | path

Searched refs:eUndoId (Results 1 – 8 of 8) sorted by relevance

/trunk/main/sw/source/core/undo/
H A Ddocundo.cxx207 SwUndoId const eUndoId( (0 == i_eUndoId) ? UNDO_START : i_eUndoId ); in StartUndo() local
209 OSL_ASSERT(UNDO_END != eUndoId); in StartUndo()
210 String comment( (UNDO_START == eUndoId) in StartUndo()
212 : String(SW_RES(UNDO_BASE + eUndoId)) ); in StartUndo()
215 OSL_ASSERT(UNDO_START != eUndoId); in StartUndo()
219 SdrUndoManager::EnterListAction(comment, comment, eUndoId); in StartUndo()
221 return eUndoId; in StartUndo()
233 SwUndoId const eUndoId( ((0 == i_eUndoId) || (UNDO_START == i_eUndoId)) in EndUndo() local
235 OSL_ENSURE(!((UNDO_END == eUndoId) && pRewriter), in EndUndo()
247 OSL_ASSERT(UNDO_START != eUndoId); in EndUndo()
[all …]
H A Dundoflystrattr.cxx31 const SwUndoId eUndoId, in SwUndoFlyStrAttr() argument
34 : SwUndo( eUndoId ), in SwUndoFlyStrAttr()
39 ASSERT( eUndoId == UNDO_FLYFRMFMT_TITLE || in SwUndoFlyStrAttr()
40 eUndoId == UNDO_FLYFRMFMT_DESCRIPTION, in SwUndoFlyStrAttr()
/trunk/main/sw/source/core/edit/
H A Dedws.cxx283 SwUndoId SwEditShell::StartUndo( SwUndoId eUndoId, in StartUndo() argument
285 { return GetDoc()->GetIDocumentUndoRedo().StartUndo( eUndoId, pRewriter ); } in StartUndo()
290 SwUndoId SwEditShell::EndUndo(SwUndoId eUndoId, in EndUndo() argument
292 { return GetDoc()->GetIDocumentUndoRedo().EndUndo(eUndoId, pRewriter); } in EndUndo()
/trunk/main/sw/source/core/inc/
H A DUndoManager.hxx60 virtual SwUndoId StartUndo(SwUndoId const eUndoId,
62 virtual SwUndoId EndUndo(SwUndoId const eUndoId,
H A Dundoflystrattr.hxx36 const SwUndoId eUndoId,
/trunk/main/sw/inc/
H A DIDocumentUndoRedo.hxx116 virtual SwUndoId StartUndo(SwUndoId const eUndoId,
135 virtual SwUndoId EndUndo(SwUndoId const eUndoId,
H A Deditsh.hxx522 SwUndoId StartUndo( SwUndoId eUndoId = UNDO_EMPTY, const SwRewriter * pRewriter = 0 );
524 SwUndoId EndUndo( SwUndoId eUndoId = UNDO_EMPTY, const SwRewriter * pRewriter = 0 );
/trunk/main/sw/source/ui/dochdl/
H A Dswdtflvr.cxx182 SwUndoId eUndoId; member in SwTrnsfrActionAndUndo
187 : pSh( pS ), eUndoId( nId ) in SwTrnsfrActionAndUndo()
189 pSh->StartUndo( eUndoId, pRewriter ); in SwTrnsfrActionAndUndo()
3423 SwUndoId eUndoId = bMove ? UNDO_UI_DRAG_AND_MOVE : UNDO_UI_DRAG_AND_COPY; in PrivateDrop() local
3431 rSrcSh.StartUndo( eUndoId, &aRewriter ); in PrivateDrop()
3432 rSh.StartUndo( eUndoId, &aRewriter ); in PrivateDrop()