Searched refs:SwUndoAttrTbl (Results 1 – 7 of 7) sorted by relevance
142 class SwUndoAttrTbl : public SwUndo class148 SwUndoAttrTbl( const SwTableNode& rTblNd, sal_Bool bClearTabCols = sal_False );150 virtual ~SwUndoAttrTbl();
32 class SwUndoAttrTbl;72 SwUndoAttrTbl* pUndoTblAttr;
336 GetIDocumentUndoRedo().AppendUndo(new SwUndoAttrTbl(*pTblNd)); in SetRowSplit()396 GetIDocumentUndoRedo().AppendUndo(new SwUndoAttrTbl(*pTblNd)); in SetRowHeight()470 new SwUndoAttrTbl(*pTblNd)); in BalanceRowHeight()501 GetIDocumentUndoRedo().AppendUndo(new SwUndoAttrTbl(*pTblNd)); in SetRowBackground()596 GetIDocumentUndoRedo().AppendUndo( new SwUndoAttrTbl(*pTblNd) ); in SetTabBorders()844 GetIDocumentUndoRedo().AppendUndo(new SwUndoAttrTbl(*pTblNd)); in SetTabLineStyle()1126 GetIDocumentUndoRedo().AppendUndo( new SwUndoAttrTbl(*pTblNd) ); in SetBoxAttr()
3006 new SwUndoAttrTbl( *rTab.GetTableNode(), sal_True )); in SetTabCols()4465 SwUndoAttrTbl *const pUndo = (GetIDocumentUndoRedo().DoesUndo()) in _UnProtectTblCells()4466 ? new SwUndoAttrTbl( *rTbl.GetTableNode() ) in _UnProtectTblCells()4512 SwUndoAttrTbl *const pUndo = (GetIDocumentUndoRedo().DoesUndo()) in UnProtectCells()4513 ? new SwUndoAttrTbl( *rBoxes[0]->GetSttNd()->FindTableNode() ) in UnProtectCells()
1436 SwUndoAttrTbl::SwUndoAttrTbl( const SwTableNode& rTblNd, sal_Bool bClearTabCols ) in SwUndoAttrTbl() function in SwUndoAttrTbl1444 SwUndoAttrTbl::~SwUndoAttrTbl() in ~SwUndoAttrTbl()1449 void SwUndoAttrTbl::UndoImpl(::sw::UndoRedoContext & rContext) in UndoImpl()1467 void SwUndoAttrTbl::RedoImpl(::sw::UndoRedoContext & rContext) in RedoImpl()
79 pUndoTblAttr = new SwUndoAttrTbl( rTblNd ); in SwUndoSort()
3702 *ppUndo = new SwUndoAttrTbl( *aParam.pTblNd, sal_True ); in SetColWidth()3898 *ppUndo = new SwUndoAttrTbl( *aParam.pTblNd, sal_True ); in SetColWidth()4012 *ppUndo = new SwUndoAttrTbl( *aParam.pTblNd, sal_True ); in SetColWidth()4412 *ppUndo = new SwUndoAttrTbl( *aParam.pTblNd, sal_True ); in SetRowHeight()4487 *ppUndo = new SwUndoAttrTbl( *aParam.pTblNd, sal_True ); in SetRowHeight()
Completed in 75 milliseconds