Searched refs:m_xUndoAction (Results 1 – 1 of 1) sorted by relevance
94 const Reference< XUndoAction > m_xUndoAction; member in framework::UndoActionWrapper100 ,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 21 milliseconds