Home
last modified time | relevance | path

Searched refs:pUndoTblAttr (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/sw/source/core/undo/
H A Dunsort.cxx63 : SwUndo(UNDO_SORT_TXT), SwUndRng(rRg), pUndoTblAttr( 0 ), in SwUndoSort()
71 : SwUndo(UNDO_SORT_TBL), pUndoTblAttr( 0 ), pRedlData( 0 ) in SwUndoSort()
79 pUndoTblAttr = new SwUndoAttrTbl( rTblNd ); in SwUndoSort()
85 delete pUndoTblAttr; in ~SwUndoSort()
97 if( pUndoTblAttr ) in UndoImpl()
99 pUndoTblAttr->UndoImpl(rContext); in UndoImpl()
204 if( pUndoTblAttr ) in RedoImpl()
206 pUndoTblAttr->RedoImpl(rContext); in RedoImpl()
/aoo42x/main/sw/source/core/inc/
H A DUndoSort.hxx72 SwUndoAttrTbl* pUndoTblAttr; member in SwUndoSort

Completed in 15 milliseconds