/trunk/main/sw/source/core/undo/ |
H A D | docundo.cxx | 198 SwUndoId 199 UndoManager::StartUndo(SwUndoId const i_eUndoId, in StartUndo() 207 SwUndoId const eUndoId( (0 == i_eUndoId) ? UNDO_START : i_eUndoId ); in StartUndo() 225 SwUndoId 233 SwUndoId const eUndoId( ((0 == i_eUndoId) || (UNDO_START == i_eUndoId)) in EndUndo() 291 ::rtl::OUString *const o_pStr, SwUndoId *const o_pId) const in GetLastUndoInfo() 309 *o_pId = static_cast<SwUndoId>(nId); in GetLastUndoInfo() 336 SwUndoId *const o_pId) const in GetFirstRedoInfo() 356 *o_pId = static_cast<SwUndoId>(nId); in GetFirstRedoInfo() 382 SwUndoId UndoManager::GetRepeatInfo(::rtl::OUString *const o_pStr) const in GetRepeatInfo() [all …]
|
H A D | SwUndoFmt.cxx | 43 (SwUndoId nUndoId, SwFmt * _pNew, SwFmt * _pDerivedFrom, SwDoc * _pDoc) in SwUndoFmtCreate() 108 (SwUndoId nUndoId, SwFmt * _pOld, SwDoc * _pDoc) in SwUndoFmtDelete() 157 SwUndoRenameFmt::SwUndoRenameFmt(SwUndoId nUndoId, in SwUndoRenameFmt()
|
H A D | SwUndoField.cxx | 42 SwUndoField::SwUndoField(const SwPosition & rPos, SwUndoId _nId ) in SwUndoField() 67 SwMsgPoolItem * _pHnt, sal_Bool _bUpdate, SwUndoId _nId) in SwUndoFieldFromDoc()
|
H A D | unredln.cxx | 47 SwUndoRedline::SwUndoRedline( SwUndoId nUsrId, const SwPaM& rRange ) in SwUndoRedline() 159 SwUndoRedlineDelete::SwUndoRedlineDelete( const SwPaM& rRange, SwUndoId nUsrId ) in SwUndoRedlineDelete()
|
H A D | undobj1.cxx | 54 SwUndoFlyBase::SwUndoFlyBase( SwFrmFmt* pFormat, SwUndoId nUndoId ) in SwUndoFlyBase() 391 static SwUndoId
|
H A D | undoflystrattr.cxx | 31 const SwUndoId eUndoId, in SwUndoFlyStrAttr()
|
H A D | unbkmk.cxx | 41 SwUndoBookmark::SwUndoBookmark( SwUndoId nUndoId, in SwUndoBookmark()
|
H A D | untblk.cxx | 43 SwUndoInserts::SwUndoInserts( SwUndoId nUndoId, const SwPaM& rPam ) in SwUndoInserts()
|
H A D | unnum.cxx | 46 SwUndoId nUndoId ) in SwUndoInsNum()
|
/trunk/main/sw/source/core/inc/ |
H A D | UndoManager.hxx | 60 virtual SwUndoId StartUndo(SwUndoId const eUndoId, 62 virtual SwUndoId EndUndo(SwUndoId const eUndoId, 66 SwUndoId *const o_pId) const; 69 SwUndoId *const o_pId = 0) const; 73 virtual SwUndoId GetRepeatInfo(::rtl::OUString *const o_pStr) const;
|
H A D | UndoRedline.hxx | 43 SwUndoId mnUserId; 50 SwUndoRedline( SwUndoId nUserId, const SwPaM& rRange ); 57 SwUndoId GetUserId() const { return mnUserId; } in GetUserId() 71 SwUndoRedlineDelete( const SwPaM& rRange, SwUndoId nUserId = UNDO_EMPTY );
|
H A D | SwUndoFmt.hxx | 50 SwUndoFmtCreate(SwUndoId nUndoId, SwFmt * pNew, SwFmt * pDerivedFrom, 75 SwUndoFmtDelete(SwUndoId nUndoId, SwFmt * pOld, SwDoc * pDoc); 96 SwUndoRenameFmt(SwUndoId nUndoId, const String & sOldName,
|
H A D | UndoTable.hxx | 194 SwUndoTblNdsChg( SwUndoId UndoId, 201 SwUndoTblNdsChg( SwUndoId UndoId, const SwSelBoxes& rBoxes,
|
H A D | undoflystrattr.hxx | 36 const SwUndoId eUndoId,
|
H A D | UndoBookmark.hxx | 44 SwUndoBookmark( SwUndoId nUndoId, const ::sw::mark::IMark& );
|
H A D | UndoNumbering.hxx | 55 SwUndoId nUndoId = UNDO_INSFMTATTR );
|
/trunk/main/sw/inc/ |
H A D | IDocumentUndoRedo.hxx | 116 virtual SwUndoId StartUndo(SwUndoId const eUndoId, 135 virtual SwUndoId EndUndo(SwUndoId const eUndoId, 150 SwUndoId *const o_pId) const = 0; 169 SwUndoId *const o_pId = 0) const = 0; 188 virtual SwUndoId GetRepeatInfo(::rtl::OUString *const o_pStr) const = 0;
|
H A D | undobj.hxx | 57 SwUndoId const m_nId; 101 SwUndo(SwUndoId const nId); 246 SwUndoInserts( SwUndoId nUndoId, const SwPaM& ); 287 SwUndoFlyBase( SwFrmFmt* pFormat, SwUndoId nUndoId );
|
H A D | editsh.hxx | 524 SwUndoId StartUndo( SwUndoId eUndoId = UNDO_EMPTY, const SwRewriter * pRewriter = 0 ); 526 SwUndoId EndUndo( SwUndoId eUndoId = UNDO_EMPTY, const SwRewriter * pRewriter = 0 ); 529 SwUndoId *const o_pId) const; 531 SwUndoId GetRepeatInfo(::rtl::OUString *const o_pStr) const;
|
H A D | SwUndoField.hxx | 45 SwUndoField(const SwPosition & rPos, SwUndoId nId = UNDO_FIELD ); 61 SwUndoId nId = UNDO_FIELD );
|
H A D | swundo.hxx | 35 enum SwUndoId enum
|
/trunk/main/sw/source/core/edit/ |
H A D | edws.cxx | 285 SwUndoId SwEditShell::StartUndo( SwUndoId eUndoId, in StartUndo() 292 SwUndoId SwEditShell::EndUndo(SwUndoId eUndoId, in EndUndo() 298 SwUndoId *const o_pId) const in GetLastUndoInfo() 304 SwUndoId SwEditShell::GetRepeatInfo(::rtl::OUString *const o_pStr) const in GetRepeatInfo()
|
H A D | edundo.cxx | 116 SwUndoId nLastUndoId(UNDO_EMPTY); in Undo() 175 SwUndoId nFirstRedoId(UNDO_EMPTY); in Redo()
|
/trunk/main/sw/source/ui/wrtsh/ |
H A D | wrtsh2.cxx | 522 SwUndoId nLastUndoId(UNDO_EMPTY); in NavigatorPaste()
|
/trunk/main/sw/source/ui/dochdl/ |
H A D | swdtflvr.cxx | 187 SwUndoId eUndoId; 189 SwTrnsfrActionAndUndo( SwWrtShell *pS, SwUndoId nId, in SwTrnsfrActionAndUndo() 3445 SwUndoId eUndoId = bMove ? UNDO_UI_DRAG_AND_MOVE : UNDO_UI_DRAG_AND_COPY; in PrivateDrop()
|