Home
last modified time | relevance | path

Searched refs:SwUndoAttrTbl (Results 1 – 7 of 7) sorted by relevance

/aoo4110/main/sw/source/core/inc/
H A DUndoTable.hxx142 class SwUndoAttrTbl : public SwUndo class
148 SwUndoAttrTbl( const SwTableNode& rTblNd, sal_Bool bClearTabCols = sal_False );
150 virtual ~SwUndoAttrTbl();
H A DUndoSort.hxx32 class SwUndoAttrTbl;
72 SwUndoAttrTbl* pUndoTblAttr;
/aoo4110/main/sw/source/core/docnode/
H A Dndtbl1.cxx336 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()
H A Dndtbl.cxx3006 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()
/aoo4110/main/sw/source/core/undo/
H A Duntbl.cxx1436 SwUndoAttrTbl::SwUndoAttrTbl( const SwTableNode& rTblNd, sal_Bool bClearTabCols ) in SwUndoAttrTbl() function in SwUndoAttrTbl
1444 SwUndoAttrTbl::~SwUndoAttrTbl() in ~SwUndoAttrTbl()
1449 void SwUndoAttrTbl::UndoImpl(::sw::UndoRedoContext & rContext) in UndoImpl()
1467 void SwUndoAttrTbl::RedoImpl(::sw::UndoRedoContext & rContext) in RedoImpl()
H A Dunsort.cxx79 pUndoTblAttr = new SwUndoAttrTbl( rTblNd ); in SwUndoSort()
/aoo4110/main/sw/source/core/doc/
H A Dtblrwcl.cxx3702 *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 78 milliseconds