/aoo42x/main/sw/source/core/edit/ |
H A D | edtab.cxx | 111 StartUndo( UNDO_START ); in InsertTable() 178 StartUndo();//UNDO_START in TableToText() 234 StartUndo( UNDO_START ); in InsertDDETable() 266 StartUndo(); in UpdateTable() 371 GetDoc()->GetIDocumentUndoRedo().StartUndo( UNDO_START, NULL ); in SetTblBoxFormulaAttrs() 447 GetDoc()->GetIDocumentUndoRedo().StartUndo(UNDO_EMPTY, NULL); in SplitTable() 465 GetDoc()->GetIDocumentUndoRedo().StartUndo(UNDO_EMPTY, NULL); in MergeTable()
|
H A D | ednumber.cxx | 153 GetDoc()->GetIDocumentUndoRedo().StartUndo( UNDO_START, NULL ); in NoNum() 298 GetDoc()->GetIDocumentUndoRedo().StartUndo( UNDO_START, NULL ); in DelNumRules() 336 GetDoc()->GetIDocumentUndoRedo().StartUndo( UNDO_START, NULL ); in NumUpDown() 560 GetDoc()->GetIDocumentUndoRedo().StartUndo( UNDO_START, NULL ); in OutlineUpDown() 775 GetDoc()->GetIDocumentUndoRedo().StartUndo( UNDO_START, NULL ); in SetCurNumRule() 831 GetDoc()->GetIDocumentUndoRedo().StartUndo( UNDO_START, NULL ); in SetNumRuleStart() 860 GetDoc()->GetIDocumentUndoRedo().StartUndo( UNDO_START, NULL ); in SetNodeNumStart()
|
H A D | eddel.cxx | 67 GetDoc()->GetIDocumentUndoRedo().StartUndo( UNDO_START, NULL ); in DeleteSel() 131 GetDoc()->GetIDocumentUndoRedo().StartUndo(UNDO_DELETE, &aRewriter); in Delete() 211 pDestShell->GetDoc()->GetIDocumentUndoRedo().StartUndo( UNDO_START, NULL ); in Copy() 316 GetDoc()->GetIDocumentUndoRedo().StartUndo(UNDO_EMPTY, NULL); in Replace()
|
H A D | edatmisc.cxx | 49 GetDoc()->GetIDocumentUndoRedo().StartUndo(UNDO_RESETATTR, NULL); in ResetAttr() 138 GetDoc()->GetIDocumentUndoRedo().StartUndo(UNDO_INSATTR, NULL); in SetAttrItem() 168 GetDoc()->GetIDocumentUndoRedo().StartUndo(UNDO_INSATTR, NULL); in SetAttrSet()
|
H A D | edglbldc.cxx | 170 pMyDoc->GetIDocumentUndoRedo().StartUndo( UNDO_START, NULL ); in InsertGlobalDocContent() 212 pMyDoc->GetIDocumentUndoRedo().StartUndo( UNDO_START, NULL ); in InsertGlobalDocContent() 258 StartUndo( UNDO_START ); in DeleteGlobalDocContent()
|
H A D | editsh.cxx | 202 GetDoc()->GetIDocumentUndoRedo().StartUndo(UNDO_EMPTY, NULL); in SplitNode() 228 GetDoc()->GetIDocumentUndoRedo().StartUndo(UNDO_EMPTY, NULL); in AppendTxtNode() 751 GetDoc()->GetIDocumentUndoRedo().StartUndo( UNDO_UI_INSERT_URLTXT, NULL); in InsertURL() 1168 GetDoc()->GetIDocumentUndoRedo().StartUndo(UNDO_EMPTY, NULL); in TransliterateText()
|
H A D | edws.cxx | 285 SwUndoId SwEditShell::StartUndo( SwUndoId eUndoId, in StartUndo() function in SwEditShell 287 { return GetDoc()->GetIDocumentUndoRedo().StartUndo( eUndoId, pRewriter ); } in StartUndo()
|
H A D | acorrect.cxx | 146 rEditSh.StartUndo( UNDO_AUTOCORRECT ); in Insert() 234 rEditSh.StartUndo( UNDO_AUTOCORRECT ); in ReplaceRange()
|
/aoo42x/main/sw/source/ui/wrtsh/ |
H A D | wrtsh1.cxx | 251 StartUndo(UNDO_REPLACE, &aRewriter); in Insert() 298 StartUndo(UNDO_INSERT, &aRewriter); in Insert() 504 StartUndo(UNDO_INSERT); in InsertOleObject() 927 StartUndo(UNDO_UI_INSERT_PAGE_BREAK); in InsertPageBreak() 983 StartUndo(UNDO_UI_INSERT_COLUMN_BREAK); in InsertColumnBreak() 1048 StartUndo( UNDO_INSERT ); in SplitNode() 1081 StartUndo(UNDO_NUMORNONUM); in NumOrBulletOn() 1745 StartUndo(UNDO_INSERT); in AutoCorrect()
|
H A D | wrtsh2.cxx | 87 StartUndo(UNDO_INSERT, &aRewriter); in Insert() 308 StartUndo( UNDO_START ); in ClickToField()
|
/aoo42x/main/sw/source/ui/shells/ |
H A D | drawsh.cxx | 149 rSh.StartUndo(UNDO_PASTE_CLIPBOARD); in InsertPictureFromFile() 237 rSh.StartUndo( UNDO_START ); in Execute() 248 rSh.StartUndo( UNDO_START ); in Execute() 259 rSh.StartUndo( UNDO_START ); in Execute()
|
H A D | textsh1.cxx | 383 … rWrtSh.StartUndo( ( !bForParagraph && !bForSelection ) ? UNDO_SETDEFTATTR : UNDO_EMPTY ); in Execute() 440 rWrtSh.StartUndo( UNDO_UI_INSERT_FOOTNOTE ); in Execute() 763 rWrtSh.StartUndo( UNDO_START ); in Execute() 1034 rWrtSh.StartUndo( UNDO_INSATTR ); in Execute() 1892 rSh.StartUndo( UNDO_HEADER_FOOTER ); // #i7983# in ChangeHeaderOrFooter()
|
H A D | tabsh.cxx | 310 rSh.StartUndo( UNDO_TABLE_ATTR ); in ItemSetToTableParam() 925 rSh.StartUndo( UNDO_TABLE_INSCOL ); in Execute() 932 rSh.StartUndo( UNDO_TABLE_INSROW ); in Execute() 1123 rSh.StartUndo(); in Execute()
|
H A D | textsh.cxx | 659 rShell.StartUndo(UNDO_INSERT); in TYPEINIT1() 735 rSh.StartUndo( UNDO_UI_INSERT_RULER ); in TYPEINIT1() 1197 rSh.StartUndo( UNDO_INSERT, &aRewriter ); in InsertSymbol()
|
H A D | txtattr.cxx | 571 rSh.StartUndo( UNDO_START ); in ExecParaAttrArgs() 578 rSh.StartUndo( UNDO_END ); in ExecParaAttrArgs()
|
/aoo42x/main/sw/source/ui/uiview/ |
H A D | viewling.cxx | 199 pWrtShell->StartUndo( UNDO_OVERWRITE ); in ExecLingu() 484 pWrtShell->StartUndo(UNDO_INSATTR); // spaeter gueltig in HyphenateDocument() 548 pWrtShell->StartUndo(UNDO_DELETE); in InsertThesaurusSynonym()
|
/aoo42x/main/sw/source/core/crsr/ |
H A D | bookmrk.cxx | 77 io_pDoc->GetIDocumentUndoRedo().StartUndo(UNDO_UI_REPLACE, NULL); in lcl_AssureFieldMarksSet() 108 io_pDoc->GetIDocumentUndoRedo().StartUndo(UNDO_UI_REPLACE, NULL); in lcl_RemoveFieldMarks()
|
/aoo42x/main/sw/source/core/docnode/ |
H A D | ndtbl.cxx | 131 pDoc->GetIDocumentUndoRedo().StartUndo(UNDO_EMPTY, NULL); in lcl_DelRedlines() 688 GetIDocumentUndoRedo().StartUndo( UNDO_TEXTTOTABLE, NULL ); in TextToTable() 1976 GetIDocumentUndoRedo().StartUndo(UNDO_ROW_DELETE, NULL); in DeleteRow() 2002 GetIDocumentUndoRedo().StartUndo(UNDO_COL_DELETE, NULL); in DeleteCol() 2324 GetIDocumentUndoRedo().StartUndo( UNDO_TABLE_MERGE, NULL ); in MergeTbl() 2909 GetIDocumentUndoRedo().StartUndo( UNDO_TABLE_ATTR, NULL ); in SetTabRows() 4110 GetIDocumentUndoRedo().StartUndo( UNDO_TABLE_AUTOFMT, NULL ); in ChkBoxNumFmt() 4185 GetIDocumentUndoRedo().StartUndo( UNDO_TABLE_AUTOFMT, NULL ); in ChkBoxNumFmt() 4552 GetIDocumentUndoRedo().StartUndo(UNDO_EMPTY, NULL); in UnProtectTbls() 4639 pDoc->StartUndo(UNDO_EMPTY, NULL); in lcl_DelRedlines()
|
/aoo42x/main/sw/source/core/doc/ |
H A D | docfly.cxx | 678 GetIDocumentUndoRedo().StartUndo( UNDO_INSATTR, NULL ); in ChgAnchor() 1020 GetIDocumentUndoRedo().StartUndo( UNDO_CHAINE, NULL ); in Chain() 1063 GetIDocumentUndoRedo().StartUndo( UNDO_UNCHAIN, NULL ); in Unchain()
|
/aoo42x/main/sw/source/ui/lingu/ |
H A D | hhcwrp.cxx | 487 rWrtShell.StartUndo( UNDO_SETRUBYATTR ); in ReplaceUnit() 521 rWrtShell.StartUndo( UNDO_OVERWRITE ); in ReplaceUnit()
|
/aoo42x/main/sw/source/core/frmedt/ |
H A D | fefly1.cxx | 725 GetDoc()->GetIDocumentUndoRedo().StartUndo( UNDO_INSLAYFMT, NULL ); in NewFlyFrm() 1025 StartUndo(); in SetPageObjsNewPage() 1196 StartUndo(); in SetDrawingAttr() 1977 StartUndo(); in ReplaceSdrObj()
|
H A D | fecopy.cxx | 732 GetDoc()->GetIDocumentUndoRedo().StartUndo( UNDO_INSGLOSSARY, NULL ); in Paste() 1160 StartUndo(UNDO_INSERT); in PastePages() 1350 StartUndo(); in Paste()
|
/aoo42x/main/sw/source/core/unocore/ |
H A D | unotext.cxx | 995 GetDoc()->GetIDocumentUndoRedo().StartUndo(UNDO_START, NULL); in setString() 1377 m_pDoc->GetIDocumentUndoRedo().StartUndo(UNDO_START , NULL); in finishOrAppendParagraph() 1486 m_pImpl->m_pDoc->GetIDocumentUndoRedo().StartUndo(UNDO_INSERT, NULL); in appendTextPortion() 1586 m_pImpl->m_pDoc->GetIDocumentUndoRedo().StartUndo(UNDO_INSERT, NULL); in appendTextContent() 1668 m_pImpl->m_pDoc->GetIDocumentUndoRedo().StartUndo( UNDO_START, NULL ); in convertToTextFrame()
|
/aoo42x/main/sw/source/core/inc/ |
H A D | UndoManager.hxx | 60 virtual SwUndoId StartUndo(SwUndoId const eUndoId,
|
/aoo42x/main/sw/inc/ |
H A D | IDocumentUndoRedo.hxx | 116 virtual SwUndoId StartUndo(SwUndoId const eUndoId,
|