Lines Matching refs:GetIDocumentUndoRedo

131     pDoc->GetIDocumentUndoRedo().StartUndo(UNDO_EMPTY, NULL);  in lcl_DelRedlines()
384 if( GetIDocumentUndoRedo().DoesUndo() ) in InsertTable()
386 GetIDocumentUndoRedo().AppendUndo( in InsertTable()
686 if( GetIDocumentUndoRedo().DoesUndo() ) in TextToTable()
688 GetIDocumentUndoRedo().StartUndo( UNDO_TEXTTOTABLE, NULL ); in TextToTable()
691 GetIDocumentUndoRedo().AppendUndo( pUndo ); in TextToTable()
694 GetIDocumentUndoRedo().DoUndo( false ); in TextToTable()
733 GetIDocumentUndoRedo().DoUndo( 0 != pUndo ); in TextToTable()
911 GetIDocumentUndoRedo().EndUndo( UNDO_TEXTTOTABLE, NULL ); in TextToTable()
1143 bool const bUndo(GetIDocumentUndoRedo().DoesUndo()); in TextToTable()
1147 GetIDocumentUndoRedo().DoUndo(false); in TextToTable()
1186 GetIDocumentUndoRedo().DoUndo(bUndo); in TextToTable()
1498 if (GetIDocumentUndoRedo().DoesUndo()) in TableToText()
1500 GetIDocumentUndoRedo().ClearRedo(); in TableToText()
1515 GetIDocumentUndoRedo().AppendUndo(pUndo); in TableToText()
1770 if (GetIDocumentUndoRedo().DoesUndo()) in InsertCol()
1779 ::sw::UndoGuard const undoGuard(GetIDocumentUndoRedo()); in InsertCol()
1799 GetIDocumentUndoRedo().AppendUndo( pUndo ); in InsertCol()
1837 if (GetIDocumentUndoRedo().DoesUndo()) in InsertRow()
1846 ::sw::UndoGuard const undoGuard(GetIDocumentUndoRedo()); in InsertRow()
1866 GetIDocumentUndoRedo().AppendUndo( pUndo ); in InsertRow()
1976 GetIDocumentUndoRedo().StartUndo(UNDO_ROW_DELETE, NULL); in DeleteRow()
1978 GetIDocumentUndoRedo().EndUndo(UNDO_ROW_DELETE, NULL); in DeleteRow()
2002 GetIDocumentUndoRedo().StartUndo(UNDO_COL_DELETE, NULL); in DeleteCol()
2004 GetIDocumentUndoRedo().EndUndo(UNDO_COL_DELETE, NULL); in DeleteCol()
2079 if (GetIDocumentUndoRedo().DoesUndo()) in DeleteRowCol()
2081 GetIDocumentUndoRedo().ClearRedo(); in DeleteRowCol()
2137 GetIDocumentUndoRedo().AppendUndo( pUndo ); in DeleteRowCol()
2184 if (GetIDocumentUndoRedo().DoesUndo()) in DeleteRowCol()
2192 ::sw::UndoGuard const undoGuard(GetIDocumentUndoRedo()); in DeleteRowCol()
2218 GetIDocumentUndoRedo().AppendUndo( pUndo ); in DeleteRowCol()
2250 if (GetIDocumentUndoRedo().DoesUndo()) in SplitTbl()
2269 ::sw::UndoGuard const undoGuard(GetIDocumentUndoRedo()); in SplitTbl()
2295 GetIDocumentUndoRedo().AppendUndo( pUndo ); in SplitTbl()
2324 GetIDocumentUndoRedo().StartUndo( UNDO_TABLE_MERGE, NULL ); in MergeTbl()
2334 SwUndoTblMerge *const pUndo( (GetIDocumentUndoRedo().DoesUndo()) in MergeTbl()
2350 if (GetIDocumentUndoRedo().GetLastUndoInfo(0, & nLastUndoId) in MergeTbl()
2399 GetIDocumentUndoRedo().AppendUndo( pUndo ); in MergeTbl()
2411 GetIDocumentUndoRedo().EndUndo( UNDO_TABLE_MERGE, NULL ); in MergeTbl()
2909 GetIDocumentUndoRedo().StartUndo( UNDO_TABLE_ATTR, NULL ); in SetTabRows()
2992 GetIDocumentUndoRedo().EndUndo( UNDO_TABLE_ATTR, NULL ); in SetTabRows()
3003 if (GetIDocumentUndoRedo().DoesUndo()) in SetTabCols()
3005 GetIDocumentUndoRedo().AppendUndo( in SetTabCols()
3018 if (GetIDocumentUndoRedo().DoesUndo()) in SetRowsToRepeat()
3020 GetIDocumentUndoRedo().AppendUndo( in SetRowsToRepeat()
3229 if (GetIDocumentUndoRedo().DoesUndo()) in SplitTable()
3269 if (GetIDocumentUndoRedo().DoesUndo()) in SplitTable()
3273 GetIDocumentUndoRedo().AppendUndo(pUndo); in SplitTable()
3595 if (GetIDocumentUndoRedo().DoesUndo()) in MergeTable()
3598 GetIDocumentUndoRedo().AppendUndo(pUndo); in MergeTable()
3855 bool const bUndo(GetIDocumentUndoRedo().DoesUndo()); in SetTableAutoFmt()
3859 GetIDocumentUndoRedo().AppendUndo(pUndo); in SetTableAutoFmt()
3860 GetIDocumentUndoRedo().DoUndo(false); in SetTableAutoFmt()
3893 GetIDocumentUndoRedo().DoUndo(bUndo); in SetTableAutoFmt()
4047 bool const bUndo(GetIDocumentUndoRedo().DoesUndo()); in SetColRowWidthHeight()
4071 GetIDocumentUndoRedo().DoUndo(bUndo); // SetColWidth can turn it off in SetColRowWidthHeight()
4074 GetIDocumentUndoRedo().AppendUndo( pUndo ); in SetColRowWidthHeight()
4108 if (GetIDocumentUndoRedo().DoesUndo()) in ChkBoxNumFmt()
4110 GetIDocumentUndoRedo().StartUndo( UNDO_TABLE_AUTOFMT, NULL ); in ChkBoxNumFmt()
4183 if (GetIDocumentUndoRedo().DoesUndo()) in ChkBoxNumFmt()
4185 GetIDocumentUndoRedo().StartUndo( UNDO_TABLE_AUTOFMT, NULL ); in ChkBoxNumFmt()
4216 GetIDocumentUndoRedo().AppendUndo(pUndo); in ChkBoxNumFmt()
4217 GetIDocumentUndoRedo().EndUndo( UNDO_END, NULL ); in ChkBoxNumFmt()
4237 if (GetIDocumentUndoRedo().DoesUndo()) in SetTblBoxFormulaAttrs()
4239 GetIDocumentUndoRedo().AppendUndo( new SwUndoTblNumFmt(rBox, &rSet) ); in SetTblBoxFormulaAttrs()
4275 if (GetIDocumentUndoRedo().DoesUndo()) in ClearBoxNumAttrs()
4277 GetIDocumentUndoRedo().AppendUndo(new SwUndoTblNumFmt(*pBox)); in ClearBoxNumAttrs()
4316 bool const bUndo( GetIDocumentUndoRedo().DoesUndo() ); in InsCopyOfTbl()
4322 GetIDocumentUndoRedo().ClearRedo(); in InsCopyOfTbl()
4327 ::sw::UndoGuard const undoGuard(GetIDocumentUndoRedo()); in InsCopyOfTbl()
4344 GetIDocumentUndoRedo().AppendUndo( pUndo ); in InsCopyOfTbl()
4359 GetIDocumentUndoRedo().ClearRedo(); in InsCopyOfTbl()
4361 GetIDocumentUndoRedo().DoUndo(false); in InsCopyOfTbl()
4381 GetIDocumentUndoRedo().DoUndo(bUndo); in InsCopyOfTbl()
4435 GetIDocumentUndoRedo().DoUndo(bUndo); in InsCopyOfTbl()
4440 GetIDocumentUndoRedo().AppendUndo(pUndo); in InsCopyOfTbl()
4465 SwUndoAttrTbl *const pUndo = (GetIDocumentUndoRedo().DoesUndo()) in _UnProtectTblCells()
4484 GetIDocumentUndoRedo().AppendUndo( pUndo ); in _UnProtectTblCells()
4512 SwUndoAttrTbl *const pUndo = (GetIDocumentUndoRedo().DoesUndo()) in UnProtectCells()
4541 GetIDocumentUndoRedo().AppendUndo( pUndo ); in UnProtectCells()
4552 GetIDocumentUndoRedo().StartUndo(UNDO_EMPTY, NULL); in UnProtectTbls()
4586 GetIDocumentUndoRedo().EndUndo(UNDO_EMPTY, NULL); in UnProtectTbls()