Lines Matching refs:SfxListUndoAction
48 TYPEINIT0(SfxListUndoAction);
1037 …SfxListUndoAction* pAction = new SfxListUndoAction( rComment, rRepeatComment, nId, m_pData->pActUn… in EnterListAction()
1147 SfxListUndoAction* pListAction = dynamic_cast< SfxListUndoAction * >( pCurrentAction ); in ImplLeaveListAction()
1296 sal_uInt16 SfxListUndoAction::GetId() const in GetId()
1303 XubString SfxListUndoAction::GetComment() const in GetComment()
1310 void SfxListUndoAction::SetComment( const UniString& rComment ) in SetComment()
1317 XubString SfxListUndoAction::GetRepeatComment(SfxRepeatTarget &) const in GetRepeatComment()
1325 SfxListUndoAction::SfxListUndoAction in SfxListUndoAction() function in SfxListUndoAction
1340 void SfxListUndoAction::Undo() in Undo()
1349 void SfxListUndoAction::UndoWithContext( SfxUndoContext& i_context ) in UndoWithContext()
1358 void SfxListUndoAction::Redo() in Redo()
1367 void SfxListUndoAction::RedoWithContext( SfxUndoContext& i_context ) in RedoWithContext()
1376 void SfxListUndoAction::Repeat(SfxRepeatTarget&rTarget) in Repeat()
1384 sal_Bool SfxListUndoAction::CanRepeat(SfxRepeatTarget&r) const in CanRepeat()
1394 sal_Bool SfxListUndoAction::Merge( SfxUndoAction *pNextAction ) in Merge()