Lines Matching refs:SfxListUndoAction
48 TYPEINIT0(SfxListUndoAction);
1029 …SfxListUndoAction* pAction = new SfxListUndoAction( rComment, rRepeatComment, nId, m_pData->pActUn… in EnterListAction()
1139 SfxListUndoAction* pListAction = dynamic_cast< SfxListUndoAction * >( pCurrentAction ); in ImplLeaveListAction()
1288 sal_uInt16 SfxListUndoAction::GetId() const in GetId()
1295 XubString SfxListUndoAction::GetComment() const in GetComment()
1302 void SfxListUndoAction::SetComment( const UniString& rComment ) in SetComment()
1309 XubString SfxListUndoAction::GetRepeatComment(SfxRepeatTarget &) const in GetRepeatComment()
1317 SfxListUndoAction::SfxListUndoAction in SfxListUndoAction() function in SfxListUndoAction
1332 void SfxListUndoAction::Undo() in Undo()
1341 void SfxListUndoAction::UndoWithContext( SfxUndoContext& i_context ) in UndoWithContext()
1350 void SfxListUndoAction::Redo() in Redo()
1359 void SfxListUndoAction::RedoWithContext( SfxUndoContext& i_context ) in RedoWithContext()
1368 void SfxListUndoAction::Repeat(SfxRepeatTarget&rTarget) in Repeat()
1376 sal_Bool SfxListUndoAction::CanRepeat(SfxRepeatTarget&r) const in CanRepeat()
1386 sal_Bool SfxListUndoAction::Merge( SfxUndoAction *pNextAction ) in Merge()