Searched refs:UNDO_INSERT (Results 1 – 12 of 12) sorted by relevance
/trunk/main/sw/source/ui/wrtsh/ |
H A D | wrtsh1.cxx | 298 StartUndo(UNDO_INSERT, &aRewriter); in Insert() 504 StartUndo(UNDO_INSERT); in InsertOleObject() 620 EndUndo(UNDO_INSERT, &aRewriter); in InsertOleObject() 1048 StartUndo( UNDO_INSERT ); in SplitNode() 1054 EndUndo( UNDO_INSERT ); in SplitNode() 1745 StartUndo(UNDO_INSERT); in AutoCorrect() 1754 EndUndo(UNDO_INSERT); in AutoCorrect()
|
H A D | wrtsh2.cxx | 87 StartUndo(UNDO_INSERT, &aRewriter); in Insert()
|
/trunk/main/sw/source/core/unocore/ |
H A D | unoobj2.cxx | 889 m_pImpl->m_rDoc.GetIDocumentUndoRedo().StartUndo(UNDO_INSERT, NULL); in DeleteAndInsert() 904 m_pImpl->m_rDoc.GetIDocumentUndoRedo().EndUndo(UNDO_INSERT, NULL); in DeleteAndInsert() 1721 pDoc->GetIDocumentUndoRedo().StartUndo(UNDO_INSERT, NULL); in SetString() 1736 pDoc->GetIDocumentUndoRedo().EndUndo(UNDO_INSERT, NULL); in SetString()
|
H A D | unotext.cxx | 1486 m_pImpl->m_pDoc->GetIDocumentUndoRedo().StartUndo(UNDO_INSERT, NULL); in appendTextPortion() 1541 m_pImpl->m_pDoc->GetIDocumentUndoRedo().EndUndo(UNDO_INSERT, NULL); in appendTextPortion() 1586 m_pImpl->m_pDoc->GetIDocumentUndoRedo().StartUndo(UNDO_INSERT, NULL); in appendTextContent() 1621 m_pImpl->m_pDoc->GetIDocumentUndoRedo().EndUndo(UNDO_INSERT, NULL); in appendTextContent()
|
H A D | unoframe.cxx | 2924 pDoc->GetIDocumentUndoRedo().StartUndo(UNDO_INSERT, NULL); in attachToRange() 2971 pDoc->GetIDocumentUndoRedo().EndUndo(UNDO_INSERT, NULL); in attachToRange() 2981 pDoc->GetIDocumentUndoRedo().StartUndo(UNDO_INSERT, NULL); in attachToRange() 2985 pDoc->GetIDocumentUndoRedo().EndUndo(UNDO_INSERT, NULL); in attachToRange()
|
H A D | unoobj.cxx | 930 pDoc->GetIDocumentUndoRedo().StartUndo(UNDO_INSERT, NULL); in DeleteAndInsert() 952 pDoc->GetIDocumentUndoRedo().EndUndo(UNDO_INSERT, NULL); in DeleteAndInsert()
|
/trunk/main/sw/source/ui/shells/ |
H A D | textsh.cxx | 659 rShell.StartUndo(UNDO_INSERT); in TYPEINIT1() 689 rShell.EndUndo(UNDO_INSERT, &aRewriter); in TYPEINIT1() 1197 rSh.StartUndo( UNDO_INSERT, &aRewriter ); in InsertSymbol()
|
/trunk/main/sw/inc/ |
H A D | swundo.hxx | 44 UNDO_INSERT, // 4 enumerator
|
/trunk/main/sw/source/ui/dbui/ |
H A D | mmlayoutpage.cxx | 278 pView->GetWrtShell().StartUndo(UNDO_INSERT); in InsertAddressAndGreeting() 296 pView->GetWrtShell().EndUndo(UNDO_INSERT); in InsertAddressAndGreeting()
|
/trunk/main/sw/source/core/frmedt/ |
H A D | fecopy.cxx | 1160 StartUndo(UNDO_INSERT); in PastePages() 1168 EndUndo(UNDO_INSERT); in PastePages()
|
/trunk/main/sw/source/ui/ribbar/ |
H A D | drawbase.cxx | 330 m_pSh->StartUndo(UNDO_INSERT, &aRewriter); in MouseButtonUp()
|
/trunk/main/sw/source/ui/uiview/ |
H A D | view2.cxx | 431 rSh.StartUndo(UNDO_INSERT, &aRewriter); in InsertGraphicDlg()
|
Completed in 266 milliseconds