Searched refs:SwUndoTblMerge (Results 1 – 8 of 8) sorted by relevance
/trunk/main/sw/inc/ |
H A D | swtable.hxx | 59 class SwUndoTblMerge; 137 sal_Bool OldMerge( SwDoc*, const SwSelBoxes&, SwTableBox*, SwUndoTblMerge* ); 140 SwTableBox*, SwUndoTblMerge* ); 206 SwTableBox* pMergeBox, SwUndoTblMerge* pUndo = 0 ) in Merge() 224 SwSelBoxes& rMerged, SwTableBox** ppMergeBox, SwUndoTblMerge* pUndo ); 238 SwTableBox* pMergeBox, SwUndoTblMerge* = 0 );
|
H A D | tblsel.hxx | 42 class SwUndoTblMerge; 106 SwTableBox** ppMergeBox, SwUndoTblMerge* pUndo = 0 );
|
/trunk/main/sw/source/core/inc/ |
H A D | UndoTable.hxx | 228 class SwUndoTblMerge : public SwUndo, private SwUndRng class 237 SwUndoTblMerge( const SwPaM& rTblSel ); 239 virtual ~SwUndoTblMerge();
|
/trunk/main/sw/source/core/undo/ |
H A D | untbl.cxx | 2003 SwUndoTblMerge::SwUndoTblMerge( const SwPaM& rTblSel ) in SwUndoTblMerge() function in SwUndoTblMerge 2013 SwUndoTblMerge::~SwUndoTblMerge() in ~SwUndoTblMerge() 2020 void SwUndoTblMerge::UndoImpl(::sw::UndoRedoContext & rContext) in UndoImpl() 2175 void SwUndoTblMerge::RedoImpl(::sw::UndoRedoContext & rContext) in RedoImpl() 2182 void SwUndoTblMerge::MoveBoxCntnt( SwDoc* pDoc, SwNodeRange& rRg, SwNodeIndex& rPos ) in MoveBoxCntnt() 2197 void SwUndoTblMerge::SetSelBoxes( const SwSelBoxes& rBoxes ) in SetSelBoxes() 2212 void SwUndoTblMerge::SaveCollection( const SwTableBox& rBox ) in SaveCollection()
|
/trunk/main/sw/source/core/table/ |
H A D | swnewtable.cxx | 96 const SwSelBoxes& rMerged, SwTableBox*, SwUndoTblMerge* pUndo ) in NewMerge() 815 SwSelBoxes& rMerged, SwTableBox** ppMergeBox, SwUndoTblMerge* pUndo ) in PrepareMerge()
|
/trunk/main/sw/source/core/docnode/ |
H A D | ndtbl.cxx | 2334 SwUndoTblMerge *const pUndo( (GetIDocumentUndoRedo().DoesUndo()) in MergeTbl() 2335 ? new SwUndoTblMerge( rPam ) in MergeTbl()
|
/trunk/main/sw/source/core/frmedt/ |
H A D | tblsel.cxx | 1001 SwTableBox** ppMergeBox, SwUndoTblMerge* pUndo ) in GetMergeSel()
|
/trunk/main/sw/source/core/doc/ |
H A D | tblrwcl.cxx | 1753 SwTableBox* pMergeBox, SwUndoTblMerge* pUndo ) in OldMerge()
|
Completed in 100 milliseconds