Lines Matching refs:GetIDocumentUndoRedo
334 if (GetIDocumentUndoRedo().DoesUndo()) in SetRowSplit()
336 GetIDocumentUndoRedo().AppendUndo(new SwUndoAttrTbl(*pTblNd)); in SetRowSplit()
394 if (GetIDocumentUndoRedo().DoesUndo()) in SetRowHeight()
396 GetIDocumentUndoRedo().AppendUndo(new SwUndoAttrTbl(*pTblNd)); in SetRowHeight()
467 if (GetIDocumentUndoRedo().DoesUndo()) in BalanceRowHeight()
469 GetIDocumentUndoRedo().AppendUndo( in BalanceRowHeight()
499 if (GetIDocumentUndoRedo().DoesUndo()) in SetRowBackground()
501 GetIDocumentUndoRedo().AppendUndo(new SwUndoAttrTbl(*pTblNd)); 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()
1124 if (GetIDocumentUndoRedo().DoesUndo()) in SetBoxAttr()
1126 GetIDocumentUndoRedo().AppendUndo( new SwUndoAttrTbl(*pTblNd) ); in SetBoxAttr()