Home
last modified time | relevance | path

Searched refs:SwUndoTblNdsChg (Results 1 – 4 of 4) sorted by relevance

/aoo4110/main/sw/source/core/inc/
H A DUndoTable.hxx178 class SwUndoTblNdsChg : public SwUndo class
194 SwUndoTblNdsChg( SwUndoId UndoId,
201 SwUndoTblNdsChg( SwUndoId UndoId, const SwSelBoxes& rBoxes,
204 virtual ~SwUndoTblNdsChg();
289 SwUndoTblNdsChg* pInsRowUndo;
/aoo4110/main/sw/source/core/undo/
H A Duntbl.cxx1546 SwUndoTblNdsChg::SwUndoTblNdsChg( SwUndoId nAction, in SwUndoTblNdsChg() function in SwUndoTblNdsChg
1571 SwUndoTblNdsChg::SwUndoTblNdsChg( SwUndoId nAction, in SwUndoTblNdsChg() function in SwUndoTblNdsChg
1593 void SwUndoTblNdsChg::ReNewBoxes( const SwSelBoxes& rBoxes ) in ReNewBoxes()
1603 SwUndoTblNdsChg::~SwUndoTblNdsChg() in ~SwUndoTblNdsChg()
1613 void SwUndoTblNdsChg::SaveNewBoxes( const SwTableNode& rTblNd, in SaveNewBoxes()
1666 void SwUndoTblNdsChg::SaveNewBoxes( const SwTableNode& rTblNd, in SaveNewBoxes()
1753 void SwUndoTblNdsChg::SaveSection( SwStartNode* pSttNd ) in SaveSection()
1768 void SwUndoTblNdsChg::UndoImpl(::sw::UndoRedoContext & rContext) in UndoImpl()
1887 void SwUndoTblNdsChg::RedoImpl(::sw::UndoRedoContext & rContext) in RedoImpl()
1960 SwUndoTblNdsChg* pUndo = 0; in RedoImpl()
[all …]
/aoo4110/main/sw/source/core/docnode/
H A Dndtbl.cxx1769 SwUndoTblNdsChg* pUndo = 0; in InsertCol()
1772 pUndo = new SwUndoTblNdsChg( UNDO_TABLE_INSCOL, rBoxes, *pTblNd, in InsertCol()
1836 SwUndoTblNdsChg* pUndo = 0; in InsertRow()
1839 pUndo = new SwUndoTblNdsChg( UNDO_TABLE_INSROW,rBoxes, *pTblNd, in InsertRow()
2183 SwUndoTblNdsChg* pUndo = 0; in DeleteRowCol()
2186 pUndo = new SwUndoTblNdsChg( UNDO_TABLE_DELBOX, aSelBoxes, *pTblNd, in DeleteRowCol()
2249 SwUndoTblNdsChg* pUndo = 0; in SplitTbl()
2252 pUndo = new SwUndoTblNdsChg( UNDO_TABLE_SPLIT, rBoxes, *pTblNd, 0, 0, in SplitTbl()
/aoo4110/main/sw/source/core/doc/
H A Dtblrwcl.cxx116 SwUndoTblNdsChg* pUndo;
148 SwUndoTblNdsChg* CreateUndo( SwUndoId eUndoType ) in CreateUndo()
150 return pUndo = new SwUndoTblNdsChg( eUndoType, aBoxes, *pTblNd ); in CreateUndo()
236 SwUndoTblNdsChg* pUndo;
261 SwUndoTblNdsChg* CreateUndo( SwUndoId nUndoType ) in CreateUndo()
263 return pUndo = new SwUndoTblNdsChg( nUndoType, aBoxes, *pTblNd ); in CreateUndo()
898 ((SwUndoTblNdsChg*)pUndo)->SaveSection( pSttNd ); in _DeleteBox()

Completed in 58 milliseconds