Home
last modified time | relevance | path

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

12345

/aoo41x/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 …]
/aoo41x/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()
604 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()
835 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()
/aoo41x/main/sw/source/core/doc/
H A Ddocfmt.cxx320 if (GetIDocumentUndoRedo().DoesUndo()) in RstTxtAttrs()
403 if (GetIDocumentUndoRedo().DoesUndo()) in ResetAttrs()
1096 if (GetIDocumentUndoRedo().DoesUndo()) in InsertPoolItem()
1106 if (GetIDocumentUndoRedo().DoesUndo()) in InsertPoolItem()
1123 if (GetIDocumentUndoRedo().DoesUndo()) in InsertItemSet()
1131 if (GetIDocumentUndoRedo().DoesUndo()) in InsertItemSet()
1156 if (GetIDocumentUndoRedo().DoesUndo()) in SetAttr()
1377 if (GetIDocumentUndoRedo().DoesUndo()) in DelCharFmt()
1561 if (GetIDocumentUndoRedo().DoesUndo()) in MakeCharFmt()
1604 if (GetIDocumentUndoRedo().DoesUndo()) in MakeTxtFmtColl()
[all …]
H A Ddocnum.cxx371 if (GetIDocumentUndoRedo().DoesUndo()) in OutlineUpDown()
417 if (GetIDocumentUndoRedo().DoesUndo()) in OutlineUpDown()
980 if (GetIDocumentUndoRedo().DoesUndo()) in SetNumRule()
1102 if (GetIDocumentUndoRedo().DoesUndo()) in SetNumRule()
1211 if (GetIDocumentUndoRedo().DoesUndo()) in DelNumRule()
1267 if (GetIDocumentUndoRedo().DoesUndo()) in ChgNumRuleFmts()
1290 if (GetIDocumentUndoRedo().DoesUndo()) in RenameNumRule()
1360 if (GetIDocumentUndoRedo().DoesUndo()) in ReplaceNumRule()
1586 if (GetIDocumentUndoRedo().DoesUndo()) in DelNumRules()
2323 if (GetIDocumentUndoRedo().DoesUndo()) in MoveParagraph()
[all …]
H A Ddocfly.cxx438 if (GetIDocumentUndoRedo().DoesUndo()) in SetFlyFrmAttr()
471 if (GetIDocumentUndoRedo().DoesUndo()) in SetFlyFrmTitle()
494 if (GetIDocumentUndoRedo().DoesUndo()) in SetFlyFrmDescription()
518 bool const bUndo = GetIDocumentUndoRedo().DoesUndo(); in SetFrmFmtToFly()
522 GetIDocumentUndoRedo().AppendUndo(pUndo); in SetFrmFmtToFly()
527 ::sw::UndoGuard const undoGuard(GetIDocumentUndoRedo()); in SetFrmFmtToFly()
620 GetIDocumentUndoRedo().StartUndo( UNDO_INSATTR, NULL ); in ChgAnchor()
851 GetIDocumentUndoRedo().EndUndo( UNDO_END, NULL ); in ChgAnchor()
962 GetIDocumentUndoRedo().StartUndo( UNDO_CHAINE, NULL ); in Chain()
995 GetIDocumentUndoRedo().EndUndo( UNDO_CHAINE, NULL ); in Chain()
[all …]
H A Ddoclay.cxx295 if (GetIDocumentUndoRedo().DoesUndo() && in DelLayoutFmt()
495 if (GetIDocumentUndoRedo().DoesUndo()) in CopyLayoutFmt()
536 if (GetIDocumentUndoRedo().DoesUndo()) in CopyLayoutFmt()
728 if (GetIDocumentUndoRedo().DoesUndo()) in _MakeFlySection()
732 GetIDocumentUndoRedo().AppendUndo( in _MakeFlySection()
871 if( GetIDocumentUndoRedo().DoesUndo() ) in MakeFlyAndMove()
873 GetIDocumentUndoRedo().DelAllUndoObj(); in MakeFlyAndMove()
1022 if (GetIDocumentUndoRedo().DoesUndo()) in InsertDrawObj()
1561 if (GetIDocumentUndoRedo().DoesUndo()) in InsertLabel()
1860 if (GetIDocumentUndoRedo().DoesUndo()) in InsertDrawLabel()
[all …]
H A Ddocedt.cxx781 if (GetIDocumentUndoRedo().DoesUndo()) in Overwrite()
807 if (GetIDocumentUndoRedo().DoesUndo()) in Overwrite()
851 if (!GetIDocumentUndoRedo().DoesUndo() && in Overwrite()
935 if (GetIDocumentUndoRedo().DoesUndo()) in MoveRange()
937 GetIDocumentUndoRedo().ClearRedo(); in MoveRange()
1034 if (GetIDocumentUndoRedo().DoesUndo()) in MoveRange()
1260 GetIDocumentUndoRedo().AppendUndo(pUndo); in MoveNodeRange()
1565 if (GetIDocumentUndoRedo().DoesUndo()) in DeleteAndJoinWithRedlineImpl()
1699 if (GetIDocumentUndoRedo().DoesUndo()) in DeleteRangeImplImpl()
1701 GetIDocumentUndoRedo().ClearRedo(); in DeleteRangeImplImpl()
[all …]
H A Ddoc.cxx702 if (GetIDocumentUndoRedo().DoesUndo()) in SplitNode()
704 GetIDocumentUndoRedo().ClearRedo(); in SplitNode()
831 if (GetIDocumentUndoRedo().DoesUndo()) in AppendTxtNode()
854 if (GetIDocumentUndoRedo().DoesUndo()) in InsertString()
878 if (!GetIDocumentUndoRedo().DoesUndo() || in InsertString()
879 !GetIDocumentUndoRedo().DoesGroupUndo()) in InsertString()
883 if (GetIDocumentUndoRedo().DoesUndo()) in InsertString()
1999 if (GetIDocumentUndoRedo().DoesUndo()) in ReRead()
2427 GetIDocumentUndoRedo().Undo(); in RestoreInvisibleContent()
2428 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 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 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 Ddocdesc.cxx205 if (GetIDocumentUndoRedo().DoesUndo()) in ChgPageDesc()
208 GetIDocumentUndoRedo().AppendUndo(pUndo); in ChgPageDesc()
210 ::sw::UndoGuard const undoGuard(GetIDocumentUndoRedo()); in ChgPageDesc()
428 GetIDocumentUndoRedo().DelAllUndoObj(); in ChgPageDesc()
533 if (GetIDocumentUndoRedo().DoesUndo()) in DelPageDesc()
536 GetIDocumentUndoRedo().AppendUndo(pUndo); in DelPageDesc()
593 if (GetIDocumentUndoRedo().DoesUndo()) in MakePageDesc()
596 GetIDocumentUndoRedo().AppendUndo(new SwUndoPageDescCreate(pNew, this)); in MakePageDesc()
/aoo41x/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 …]
/aoo41x/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()
/aoo41x/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 252 milliseconds

12345