Home
last modified time | relevance | path

Searched refs:GetIDocumentUndoRedo (Results 1 – 25 of 102) sorted by relevance

12345

/trunk/main/sw/source/core/docnode/
H A Dndtbl.cxx384 if( GetIDocumentUndoRedo().DoesUndo() ) in InsertTable()
386 GetIDocumentUndoRedo().AppendUndo( in InsertTable()
686 if( GetIDocumentUndoRedo().DoesUndo() ) in TextToTable()
1186 GetIDocumentUndoRedo().DoUndo(bUndo); in TextToTable()
1498 if (GetIDocumentUndoRedo().DoesUndo()) in TableToText()
1770 if (GetIDocumentUndoRedo().DoesUndo()) in InsertCol()
1837 if (GetIDocumentUndoRedo().DoesUndo()) in InsertRow()
2184 if (GetIDocumentUndoRedo().DoesUndo()) in DeleteRowCol()
2250 if (GetIDocumentUndoRedo().DoesUndo()) in SplitTbl()
3003 if (GetIDocumentUndoRedo().DoesUndo()) in SetTabCols()
[all …]
H A Dndsect.cxx187 bool const bUndo(GetIDocumentUndoRedo().DoesUndo()); in InsertSwSection()
191 GetIDocumentUndoRedo().AppendUndo( pUndoInsSect ); in InsertSwSection()
192 GetIDocumentUndoRedo().DoUndo(false); in InsertSwSection()
373 GetIDocumentUndoRedo().DoUndo(bUndo); in InsertSwSection()
524 GetIDocumentUndoRedo().StartUndo(UNDO_DELSECTION, NULL); in DelSectionFmt()
538 if( GetIDocumentUndoRedo().DoesUndo() ) in DelSectionFmt()
608 GetIDocumentUndoRedo().EndUndo(UNDO_DELSECTION, NULL); in DelSectionFmt()
646 if (GetIDocumentUndoRedo().DoesUndo()) in UpdateSection()
648 GetIDocumentUndoRedo().AppendUndo( in UpdateSection()
681 if (GetIDocumentUndoRedo().DoesUndo()) in UpdateSection()
[all …]
H A Dndtbl1.cxx334 if (GetIDocumentUndoRedo().DoesUndo()) in SetRowSplit()
336 GetIDocumentUndoRedo().AppendUndo(new SwUndoAttrTbl(*pTblNd)); in SetRowSplit()
394 if (GetIDocumentUndoRedo().DoesUndo()) in SetRowHeight()
467 if (GetIDocumentUndoRedo().DoesUndo()) in BalanceRowHeight()
469 GetIDocumentUndoRedo().AppendUndo( in BalanceRowHeight()
499 if (GetIDocumentUndoRedo().DoesUndo()) in SetRowBackground()
594 if (GetIDocumentUndoRedo().DoesUndo()) in SetTabBorders()
596 GetIDocumentUndoRedo().AppendUndo( new SwUndoAttrTbl(*pTblNd) ); in SetTabBorders()
842 if (GetIDocumentUndoRedo().DoesUndo()) in SetTabLineStyle()
844 GetIDocumentUndoRedo().AppendUndo(new SwUndoAttrTbl(*pTblNd)); in SetTabLineStyle()
[all …]
H A Dndcopy.cxx142 ::sw::UndoGuard const undoGuard(pDestDoc->GetIDocumentUndoRedo()); in lcl_CopyBookmarks()
755 if (pDoc->GetIDocumentUndoRedo().DoesUndo()) in CopyRange()
757 pDoc->GetIDocumentUndoRedo().ClearRedo(); in CopyRange()
762 ::sw::UndoGuard const undoGuard(pDoc->GetIDocumentUndoRedo()); in CopyRange()
789 if (pDoc->GetIDocumentUndoRedo().DoesUndo()) in CopyRange()
792 pDoc->GetIDocumentUndoRedo().AppendUndo(pUndo); in CopyRange()
902 if (pDoc->GetIDocumentUndoRedo().DoesUndo()) in CopyImpl()
905 pDoc->GetIDocumentUndoRedo().AppendUndo( pUndo ); in CopyImpl()
1119 ::sw::UndoGuard const ug(pDoc->GetIDocumentUndoRedo()); in CopyImpl()
1297 if (pDoc->GetIDocumentUndoRedo().DoesUndo()) in CopyImpl()
[all …]
/trunk/main/sw/source/core/doc/
H A Ddocfmt.cxx320 if (GetIDocumentUndoRedo().DoesUndo()) in RstTxtAttrs()
403 if (GetIDocumentUndoRedo().DoesUndo()) in ResetAttrs()
1108 if (GetIDocumentUndoRedo().DoesUndo()) in InsertPoolItem()
1118 if (GetIDocumentUndoRedo().DoesUndo()) in InsertPoolItem()
1135 if (GetIDocumentUndoRedo().DoesUndo()) in InsertItemSet()
1143 if (GetIDocumentUndoRedo().DoesUndo()) in InsertItemSet()
1168 if (GetIDocumentUndoRedo().DoesUndo()) in SetAttr()
1389 if (GetIDocumentUndoRedo().DoesUndo()) in DelCharFmt()
1573 if (GetIDocumentUndoRedo().DoesUndo()) in MakeCharFmt()
1616 if (GetIDocumentUndoRedo().DoesUndo()) in MakeTxtFmtColl()
[all …]
H A Ddocnum.cxx371 if (GetIDocumentUndoRedo().DoesUndo()) in OutlineUpDown()
417 if (GetIDocumentUndoRedo().DoesUndo()) in OutlineUpDown()
947 if (GetIDocumentUndoRedo().DoesUndo()) in SetNumRule()
1068 if (GetIDocumentUndoRedo().DoesUndo()) in SetNumRule()
1178 if (GetIDocumentUndoRedo().DoesUndo()) in DelNumRule()
1234 if (GetIDocumentUndoRedo().DoesUndo()) in ChgNumRuleFmts()
1257 if (GetIDocumentUndoRedo().DoesUndo()) in RenameNumRule()
1330 if (GetIDocumentUndoRedo().DoesUndo()) in ReplaceNumRule()
1494 if (GetIDocumentUndoRedo().DoesUndo()) in DelNumRules()
2231 if (GetIDocumentUndoRedo().DoesUndo()) in MoveParagraph()
[all …]
H A Ddocfly.cxx497 if (GetIDocumentUndoRedo().DoesUndo()) in SetFlyFrmAttr()
529 if (GetIDocumentUndoRedo().DoesUndo()) in SetFlyFrmTitle()
552 if (GetIDocumentUndoRedo().DoesUndo()) in SetFlyFrmDescription()
576 bool const bUndo = GetIDocumentUndoRedo().DoesUndo(); in SetFrmFmtToFly()
580 GetIDocumentUndoRedo().AppendUndo(pUndo); in SetFrmFmtToFly()
585 ::sw::UndoGuard const undoGuard(GetIDocumentUndoRedo()); in SetFrmFmtToFly()
678 GetIDocumentUndoRedo().StartUndo( UNDO_INSATTR, NULL ); in ChgAnchor()
909 GetIDocumentUndoRedo().EndUndo( UNDO_END, NULL ); in ChgAnchor()
1020 GetIDocumentUndoRedo().StartUndo( UNDO_CHAINE, NULL ); in Chain()
1053 GetIDocumentUndoRedo().EndUndo( UNDO_CHAINE, NULL ); in Chain()
[all …]
H A Ddoclay.cxx287 if (GetIDocumentUndoRedo().DoesUndo() && in DelLayoutFmt()
487 if (GetIDocumentUndoRedo().DoesUndo()) in CopyLayoutFmt()
528 if (GetIDocumentUndoRedo().DoesUndo()) in CopyLayoutFmt()
720 if (GetIDocumentUndoRedo().DoesUndo()) in _MakeFlySection()
724 GetIDocumentUndoRedo().AppendUndo( in _MakeFlySection()
863 if( GetIDocumentUndoRedo().DoesUndo() ) in MakeFlyAndMove()
865 GetIDocumentUndoRedo().DelAllUndoObj(); in MakeFlyAndMove()
1014 if (GetIDocumentUndoRedo().DoesUndo()) in InsertDrawObj()
1553 if (GetIDocumentUndoRedo().DoesUndo()) in InsertLabel()
1852 if (GetIDocumentUndoRedo().DoesUndo()) in InsertDrawLabel()
[all …]
H A Ddocedt.cxx781 if (GetIDocumentUndoRedo().DoesUndo()) in Overwrite()
807 if (GetIDocumentUndoRedo().DoesUndo()) in Overwrite()
855 if (!GetIDocumentUndoRedo().DoesUndo() && in Overwrite()
939 if (GetIDocumentUndoRedo().DoesUndo()) in MoveRange()
941 GetIDocumentUndoRedo().ClearRedo(); in MoveRange()
1038 if (GetIDocumentUndoRedo().DoesUndo()) in MoveRange()
1264 GetIDocumentUndoRedo().AppendUndo(pUndo); in MoveNodeRange()
1569 if (GetIDocumentUndoRedo().DoesUndo()) in DeleteAndJoinWithRedlineImpl()
1703 if (GetIDocumentUndoRedo().DoesUndo()) in DeleteRangeImplImpl()
1705 GetIDocumentUndoRedo().ClearRedo(); in DeleteRangeImplImpl()
[all …]
H A Ddoc.cxx691 if (GetIDocumentUndoRedo().DoesUndo()) in SplitNode()
693 GetIDocumentUndoRedo().ClearRedo(); in SplitNode()
818 if (GetIDocumentUndoRedo().DoesUndo()) in AppendTxtNode()
841 if (GetIDocumentUndoRedo().DoesUndo()) in InsertString()
865 if (!GetIDocumentUndoRedo().DoesUndo() || in InsertString()
866 !GetIDocumentUndoRedo().DoesGroupUndo()) in InsertString()
870 if (GetIDocumentUndoRedo().DoesUndo()) in InsertString()
1981 if (GetIDocumentUndoRedo().DoesUndo()) in ReRead()
2409 GetIDocumentUndoRedo().Undo(); in RestoreInvisibleContent()
2410 GetIDocumentUndoRedo().ClearRedo(); in RestoreInvisibleContent()
[all …]
H A Ddocdraw.cxx308 GetIDocumentUndoRedo().AppendUndo( pUndo ); in GroupSelection()
313 if (GetIDocumentUndoRedo().DoesUndo()) in GroupSelection()
315 GetIDocumentUndoRedo().ClearRedo(); in GroupSelection()
328 bool const bUndo = GetIDocumentUndoRedo().DoesUndo(); in UnGroupSelection()
331 GetIDocumentUndoRedo().ClearRedo(); in UnGroupSelection()
411 GetIDocumentUndoRedo().AppendUndo(pUndo); in UnGroupSelection()
450 GetIDocumentUndoRedo().StartUndo(UNDO_EMPTY, NULL); in DeleteSelection()
492 (!GetIDocumentUndoRedo().DoesUndo()) in DeleteSelection()
527 GetIDocumentUndoRedo().AppendUndo( pUndo ); in DeleteSelection()
534 GetIDocumentUndoRedo().EndUndo(UNDO_EMPTY, NULL); in DeleteSelection()
[all …]
H A Ddocsort.cxx360 bool const bUndo = GetIDocumentUndoRedo().DoesUndo(); in SortText()
382 GetIDocumentUndoRedo().DoUndo(false); in SortText()
437 GetIDocumentUndoRedo().AppendUndo(pUndoSort); in SortText()
440 GetIDocumentUndoRedo().DoUndo(false); in SortText()
467 GetIDocumentUndoRedo().DoUndo(true); in SortText()
468 GetIDocumentUndoRedo().AppendUndo( pRedlUndo ); in SortText()
469 GetIDocumentUndoRedo().DoUndo(false); in SortText()
506 GetIDocumentUndoRedo().DoUndo( bUndo ); in SortText()
509 GetIDocumentUndoRedo().EndUndo( UNDO_END, NULL ); in SortText()
589 if (GetIDocumentUndoRedo().DoesUndo()) in SortTbl()
[all …]
H A Ddocredln.cxx1403 GetIDocumentUndoRedo().AppendUndo(pUndo); in DeleteRedline()
2088 if (GetIDocumentUndoRedo().DoesUndo()) in AcceptRedline()
2102 if (GetIDocumentUndoRedo().DoesUndo()) in AcceptRedline()
2135 if (GetIDocumentUndoRedo().DoesUndo()) in AcceptRedline()
2156 if (GetIDocumentUndoRedo().DoesUndo()) in AcceptRedline()
2170 if (GetIDocumentUndoRedo().DoesUndo()) in AcceptRedline()
2201 if (GetIDocumentUndoRedo().DoesUndo()) in RejectRedline()
2215 if (GetIDocumentUndoRedo().DoesUndo()) in RejectRedline()
2248 if (GetIDocumentUndoRedo().DoesUndo()) in RejectRedline()
2269 if (GetIDocumentUndoRedo().DoesUndo()) in RejectRedline()
[all …]
H A Ddoccomp.cxx1495 if (rDoc.GetIDocumentUndoRedo().DoesUndo()) in SetRedlinesToDoc()
1498 rDoc.GetIDocumentUndoRedo().AppendUndo(pUndo); in SetRedlinesToDoc()
1564 rDoc.GetIDocumentUndoRedo().DoesUndo()) in SetRedlinesToDoc()
1567 rDoc.GetIDocumentUndoRedo().AppendUndo(pUndo); in SetRedlinesToDoc()
1585 GetIDocumentUndoRedo().StartUndo(UNDO_EMPTY, NULL); in CompareDoc()
1616 GetIDocumentUndoRedo().EndUndo(UNDO_EMPTY, NULL); in CompareDoc()
1668 ::sw::UndoGuard const undoGuard(pDoc->GetIDocumentUndoRedo()); in InsertRedline()
1743 (pDoc->GetIDocumentUndoRedo().DoesUndo()) in InsertRedline()
1785 pDoc->GetIDocumentUndoRedo().AppendUndo( pUndo ); in InsertRedline()
1805 GetIDocumentUndoRedo().StartUndo(UNDO_EMPTY, NULL); in MergeDoc()
[all …]
H A Ddocftn.cxx272 if (GetIDocumentUndoRedo().DoesUndo()) in SetFtnInfo()
274 GetIDocumentUndoRedo().AppendUndo( new SwUndoFootNoteInfo(rOld) ); in SetFtnInfo()
343 if(GetIDocumentUndoRedo().DoesUndo()) in SetEndNoteInfo()
346 GetIDocumentUndoRedo().AppendUndo(pUndo); in SetEndNoteInfo()
425 if (GetIDocumentUndoRedo().DoesUndo()) in SetCurFtn()
427 GetIDocumentUndoRedo().ClearRedo(); // AppendUndo far below, so leave it in SetCurFtn()
501 GetIDocumentUndoRedo().AppendUndo(pUndo); in SetCurFtn()
H A Ddocdesc.cxx238 if (GetIDocumentUndoRedo().DoesUndo()) in ChgPageDesc()
241 GetIDocumentUndoRedo().AppendUndo(pUndo); in ChgPageDesc()
243 ::sw::UndoGuard const undoGuard(GetIDocumentUndoRedo()); in ChgPageDesc()
454 GetIDocumentUndoRedo().DelAllUndoObj(); in ChgPageDesc()
560 if (GetIDocumentUndoRedo().DoesUndo()) in DelPageDesc()
563 GetIDocumentUndoRedo().AppendUndo(pUndo); in DelPageDesc()
620 if (GetIDocumentUndoRedo().DoesUndo()) in MakePageDesc()
623 GetIDocumentUndoRedo().AppendUndo(new SwUndoPageDescCreate(pNew, this)); in MakePageDesc()
/trunk/main/sw/source/core/edit/
H A Dedws.cxx57 GetDoc()->GetIDocumentUndoRedo().DoUndo(true); in SwEditShell()
96 GetDoc()->GetIDocumentUndoRedo().SetUndoNoResetModified(); in SetUndoNoResetModified()
259 { GetDoc()->GetIDocumentUndoRedo().DoUndo( bOn ); } in DoUndo()
263 { return GetDoc()->GetIDocumentUndoRedo().DoesUndo(); } in DoesUndo()
267 { GetDoc()->GetIDocumentUndoRedo().DoGroupUndo( bOn ); } in DoGroupUndo()
271 { return GetDoc()->GetIDocumentUndoRedo().DoesGroupUndo(); } in DoesGroupUndo()
276 GetDoc()->GetIDocumentUndoRedo().DelAllUndoObj(); in DelAllUndoObj()
294 { return GetDoc()->GetIDocumentUndoRedo().EndUndo(eUndoId, pRewriter); } in EndUndo()
299 { return GetDoc()->GetIDocumentUndoRedo().GetLastUndoInfo(o_pStr, o_pId); } in GetLastUndoInfo()
302 { return GetDoc()->GetIDocumentUndoRedo().GetFirstRedoInfo(o_pStr); } in GetFirstRedoInfo()
[all …]
H A Dednumber.cxx153 GetDoc()->GetIDocumentUndoRedo().StartUndo( UNDO_START, NULL ); in NoNum()
158 GetDoc()->GetIDocumentUndoRedo().EndUndo( UNDO_END, NULL ); in NoNum()
298 GetDoc()->GetIDocumentUndoRedo().StartUndo( UNDO_START, NULL ); in DelNumRules()
305 GetDoc()->GetIDocumentUndoRedo().EndUndo( UNDO_END, NULL ); in DelNumRules()
336 GetDoc()->GetIDocumentUndoRedo().StartUndo( UNDO_START, NULL ); in NumUpDown()
341 GetDoc()->GetIDocumentUndoRedo().EndUndo( UNDO_END, NULL ); in NumUpDown()
566 GetDoc()->GetIDocumentUndoRedo().EndUndo( UNDO_END, NULL ); in OutlineUpDown()
775 GetDoc()->GetIDocumentUndoRedo().StartUndo( UNDO_START, NULL ); in SetCurNumRule()
798 GetDoc()->GetIDocumentUndoRedo().EndUndo( UNDO_END, NULL ); in SetCurNumRule()
836 GetDoc()->GetIDocumentUndoRedo().EndUndo( UNDO_END, NULL ); in SetNumRuleStart()
[all …]
H A Dedatmisc.cxx49 GetDoc()->GetIDocumentUndoRedo().StartUndo(UNDO_RESETATTR, NULL); in ResetAttr()
59 GetDoc()->GetIDocumentUndoRedo().EndUndo(UNDO_RESETATTR, NULL); in ResetAttr()
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()
H A Deddel.cxx67 GetDoc()->GetIDocumentUndoRedo().StartUndo( UNDO_START, NULL ); in DeleteSel()
131 GetDoc()->GetIDocumentUndoRedo().StartUndo(UNDO_DELETE, &aRewriter); in Delete()
141 GetDoc()->GetIDocumentUndoRedo().EndUndo(UNDO_END, 0); in Delete()
211 pDestShell->GetDoc()->GetIDocumentUndoRedo().StartUndo( UNDO_START, NULL ); in Copy()
293 pDestShell->GetDoc()->GetIDocumentUndoRedo().EndUndo( UNDO_END, NULL ); in Copy()
316 GetDoc()->GetIDocumentUndoRedo().StartUndo(UNDO_EMPTY, NULL); in Replace()
328 GetDoc()->GetIDocumentUndoRedo().EndUndo(UNDO_EMPTY, NULL); in Replace()
H A Dedundo.cxx103 ::sw::UndoGuard const undoGuard(GetDoc()->GetIDocumentUndoRedo()); in Undo()
133 bRet = GetDoc()->GetIDocumentUndoRedo().Undo() in Undo()
162 ::sw::UndoGuard const undoGuard(GetDoc()->GetIDocumentUndoRedo()); in Redo()
176 GetDoc()->GetIDocumentUndoRedo().GetFirstRedoInfo(0, & nFirstRedoId); in Redo()
189 bRet = GetDoc()->GetIDocumentUndoRedo().Redo() in Redo()
222 bRet = GetDoc()->GetIDocumentUndoRedo().Repeat( context, nCount ) in Repeat()
H A Dedtab.cxx298 GetDoc()->GetIDocumentUndoRedo().SetUndoNoResetModified(); in SetTblChgMode()
371 GetDoc()->GetIDocumentUndoRedo().StartUndo( UNDO_START, NULL ); in SetTblBoxFormulaAttrs()
374 GetDoc()->GetIDocumentUndoRedo().EndUndo( UNDO_END, NULL ); in SetTblBoxFormulaAttrs()
447 GetDoc()->GetIDocumentUndoRedo().StartUndo(UNDO_EMPTY, NULL); in SplitTable()
451 GetDoc()->GetIDocumentUndoRedo().EndUndo(UNDO_EMPTY, NULL); in SplitTable()
465 GetDoc()->GetIDocumentUndoRedo().StartUndo(UNDO_EMPTY, NULL); in MergeTable()
469 GetDoc()->GetIDocumentUndoRedo().EndUndo(UNDO_EMPTY, NULL); in MergeTable()
/trunk/main/sw/source/filter/basflt/
H A Dshellio.cxx132 bool const bDocUndo = pDoc->GetIDocumentUndoRedo().DoesUndo(); in Read()
140 pDoc->GetIDocumentUndoRedo().DelAllUndoObj(); in Read()
144 pDoc->GetIDocumentUndoRedo().ClearRedo(); in Read()
148 pDoc->GetIDocumentUndoRedo().DoUndo(false); in Read()
272 pDoc->GetIDocumentUndoRedo().DoUndo(true); in Read()
273 pDoc->GetIDocumentUndoRedo().AppendUndo( in Read()
275 pDoc->GetIDocumentUndoRedo().DoUndo(false); in Read()
317 pDoc->GetIDocumentUndoRedo().DoUndo(true); in Read()
318 pDoc->GetIDocumentUndoRedo().AppendUndo( pUndo ); in Read()
319 pDoc->GetIDocumentUndoRedo().DoUndo(false); in Read()
[all …]
/trunk/main/sw/source/core/crsr/
H A Dbookmrk.cxx77 io_pDoc->GetIDocumentUndoRedo().StartUndo(UNDO_UI_REPLACE, NULL); in lcl_AssureFieldMarksSet()
100 io_pDoc->GetIDocumentUndoRedo().EndUndo(UNDO_UI_REPLACE, NULL); in lcl_AssureFieldMarksSet()
108 io_pDoc->GetIDocumentUndoRedo().StartUndo(UNDO_UI_REPLACE, NULL); in lcl_RemoveFieldMarks()
133 io_pDoc->GetIDocumentUndoRedo().EndUndo(UNDO_UI_REPLACE, NULL); in lcl_RemoveFieldMarks()
271 if (io_pDoc->GetIDocumentUndoRedo().DoesUndo()) in InitDoc()
273 io_pDoc->GetIDocumentUndoRedo().AppendUndo( in InitDoc()
/trunk/main/sw/source/ui/index/
H A Dtoxmgr.cxx449 if (pDoc->GetIDocumentUndoRedo().DoesUndo()) in UpdateOrInsertTOX()
453 pDoc->GetIDocumentUndoRedo().DelAllUndoObj(); in UpdateOrInsertTOX()
456 pDoc->GetIDocumentUndoRedo().StartUndo(UNDO_TOXCHANGE, NULL); in UpdateOrInsertTOX()
466 if (pDoc->GetIDocumentUndoRedo().DoesUndo()) in UpdateOrInsertTOX()
468 pDoc->GetIDocumentUndoRedo().EndUndo(UNDO_TOXCHANGE, NULL); in UpdateOrInsertTOX()
472 pDoc->GetIDocumentUndoRedo().DelAllUndoObj(); in UpdateOrInsertTOX()

Completed in 190 milliseconds

12345