Home
last modified time | relevance | path

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

/trunk/main/framework/source/fwe/helper/
H A Dundomanagerhelper.cxx94 const Reference< XUndoAction > m_xUndoAction; member in framework::UndoActionWrapper
100 ,m_xUndoAction( i_undoAction ) in UndoActionWrapper()
102 ENSURE_OR_THROW( m_xUndoAction.is(), "illegal undo action" ); in UndoActionWrapper()
110 Reference< XComponent > xComponent( m_xUndoAction, UNO_QUERY ); in ~UndoActionWrapper()
126 sComment = m_xUndoAction->getTitle(); in GetComment()
138 m_xUndoAction->undo(); in Undo()
144 m_xUndoAction->redo(); in Redo()

Completed in 14 milliseconds