Searched refs:nUndoId (Results 1 – 14 of 14) sorted by relevance
/aoo4110/main/sw/source/core/undo/ |
H A D | SwUndoFmt.cxx | 43 (SwUndoId nUndoId, SwFmt * _pNew, SwFmt * _pDerivedFrom, SwDoc * _pDoc) in SwUndoFmtCreate() argument 44 : SwUndo(nUndoId), pNew(_pNew), in SwUndoFmtCreate() 108 (SwUndoId nUndoId, SwFmt * _pOld, SwDoc * _pDoc) in SwUndoFmtDelete() argument 109 : SwUndo(nUndoId), in SwUndoFmtDelete() 157 SwUndoRenameFmt::SwUndoRenameFmt(SwUndoId nUndoId, in SwUndoRenameFmt() argument 161 : SwUndo(nUndoId), sOldName(_sOldName), in SwUndoRenameFmt()
|
H A D | unbkmk.cxx | 41 SwUndoBookmark::SwUndoBookmark( SwUndoId nUndoId, in SwUndoBookmark() argument 43 : SwUndo( nUndoId ) in SwUndoBookmark()
|
H A D | untblk.cxx | 43 SwUndoInserts::SwUndoInserts( SwUndoId nUndoId, const SwPaM& rPam ) in SwUndoInserts() argument 44 : SwUndo( nUndoId ), SwUndRng( rPam ), in SwUndoInserts()
|
H A D | unnum.cxx | 46 SwUndoId nUndoId ) in SwUndoInsNum() argument 47 : SwUndo( nUndoId ), in SwUndoInsNum()
|
H A D | undobj1.cxx | 54 SwUndoFlyBase::SwUndoFlyBase( SwFrmFmt* pFormat, SwUndoId nUndoId ) in SwUndoFlyBase() argument 55 : SwUndo( nUndoId ), pFrmFmt( pFormat ) in SwUndoFlyBase()
|
/aoo4110/main/sw/source/core/inc/ |
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 | UndoBookmark.hxx | 44 SwUndoBookmark( SwUndoId nUndoId, const ::sw::mark::IMark& );
|
H A D | UndoNumbering.hxx | 55 SwUndoId nUndoId = UNDO_INSFMTATTR );
|
/aoo4110/main/editeng/source/outliner/ |
H A D | outleeng.cxx | 132 XubString OutlinerEditEng::GetUndoComment( sal_uInt16 nUndoId ) const in GetUndoComment() 134 switch( nUndoId ) in GetUndoComment() 152 return EditEngine::GetUndoComment( nUndoId ); in GetUndoComment()
|
H A D | outleeng.hxx | 70 virtual XubString GetUndoComment( sal_uInt16 nUndoId ) const;
|
/aoo4110/main/sw/inc/ |
H A D | undobj.hxx | 246 SwUndoInserts( SwUndoId nUndoId, const SwPaM& ); 287 SwUndoFlyBase( SwFrmFmt* pFormat, SwUndoId nUndoId );
|
/aoo4110/main/sw/source/ui/shells/ |
H A D | tabsh.cxx | 920 SwUndoId nUndoId = UNDO_EMPTY; in Execute() local 928 nUndoId = UNDO_TABLE_INSCOL; in Execute() 935 nUndoId = UNDO_TABLE_INSROW; in Execute() 947 rSh.EndUndo( nUndoId ); in Execute()
|
/aoo4110/main/sw/source/core/crsr/ |
H A D | crstrvl.cxx | 1884 SwUndoId nUndoId = UNDO_INS_FROM_SHADOWCRSR; in SetShadowCrsrPos() local 1892 nUndoId = UNDO_EMPTY; in SetShadowCrsrPos() 1894 GetDoc()->GetIDocumentUndoRedo().StartUndo( nUndoId, NULL ); in SetShadowCrsrPos() 2000 GetDoc()->GetIDocumentUndoRedo().EndUndo( nUndoId, NULL ); in SetShadowCrsrPos()
|
/aoo4110/main/editeng/inc/editeng/ |
H A D | editeng.hxx | 449 virtual String GetUndoComment( sal_uInt16 nUndoId ) const;
|
Completed in 48 milliseconds