Searched refs:UNDO_INSATTR (Results 1 – 9 of 9) sorted by relevance
/aoo42x/main/sw/source/core/edit/ |
H A D | edatmisc.cxx | 138 GetDoc()->GetIDocumentUndoRedo().StartUndo(UNDO_INSATTR, NULL); in SetAttrItem() 148 GetDoc()->GetIDocumentUndoRedo().EndUndo(UNDO_INSATTR, NULL); in SetAttrItem() 168 GetDoc()->GetIDocumentUndoRedo().StartUndo(UNDO_INSATTR, NULL); in SetAttrSet() 178 GetDoc()->GetIDocumentUndoRedo().EndUndo(UNDO_INSATTR, NULL); in SetAttrSet()
|
/aoo42x/main/sw/source/ui/uiview/ |
H A D | formatclipboard.cxx | 496 rWrtShell.StartUndo(UNDO_INSATTR); in Paste() 587 rWrtShell.EndUndo(UNDO_INSATTR); in Paste()
|
H A D | viewling.cxx | 484 pWrtShell->StartUndo(UNDO_INSATTR); // spaeter gueltig in HyphenateDocument() 516 pWrtShell->EndUndo(UNDO_INSATTR); in HyphenateDocument()
|
/aoo42x/main/sw/inc/ |
H A D | swundo.hxx | 47 UNDO_INSATTR, // 7 enumerator
|
/aoo42x/main/sw/source/core/undo/ |
H A D | unattr.cxx | 795 : SwUndo( UNDO_INSATTR ), SwUndRng( rRange ) in SwUndoAttr() 808 : SwUndo( UNDO_INSATTR ), SwUndRng( rRange ) in SwUndoAttr()
|
/aoo42x/main/sw/source/core/unocore/ |
H A D | unoobj2.cxx | 345 pDoc->GetIDocumentUndoRedo().StartUndo(UNDO_INSATTR, NULL); in SetCrsrAttr() 359 pDoc->GetIDocumentUndoRedo().EndUndo(UNDO_INSATTR, NULL); in SetCrsrAttr()
|
/aoo42x/main/sw/source/ui/shells/ |
H A D | textsh1.cxx | 1034 rWrtSh.StartUndo( UNDO_INSATTR ); in Execute() 1086 rWrtSh.EndUndo( UNDO_INSATTR ); in Execute()
|
/aoo42x/main/sw/source/core/doc/ |
H A D | docfly.cxx | 678 GetIDocumentUndoRedo().StartUndo( UNDO_INSATTR, NULL ); in ChgAnchor()
|
/aoo42x/main/sw/source/core/frmedt/ |
H A D | feshview.cxx | 2575 StartUndo( UNDO_INSATTR ); in SetObjAttr() 2585 EndUndo( UNDO_INSATTR ); in SetObjAttr()
|
Completed in 69 milliseconds