Searched refs:SfxListUndoAction (Results 1 – 5 of 5) sorted by relevance
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()1325 SfxListUndoAction::SfxListUndoAction in SfxListUndoAction() function in SfxListUndoAction1340 void SfxListUndoAction::Undo() in Undo()1358 void SfxListUndoAction::Redo() in Redo()1376 void SfxListUndoAction::Repeat(SfxRepeatTarget&rTarget) in Repeat()[all …]
1843 …SfxListUndoAction* pListAction = dynamic_cast< SfxListUndoAction* >( rOutlineUndo.GetUndoAction(0)… in TryToMergeUndoActions()1844 …SfxListUndoAction* pPrevListAction = dynamic_cast< SfxListUndoAction* >( rOutlineUndo.GetUndoActio… in TryToMergeUndoActions()1903 … SfxListUndoAction* pSourceList = dynamic_cast< SfxListUndoAction* >(pLinkAction->GetAction()); in TryToMergeUndoActions()1904 …SfxListUndoAction* pDestinationList = dynamic_cast< SfxListUndoAction* >(pPrevLinkAction->GetActio… in TryToMergeUndoActions()
180 … SfxListUndoAction* pAction = dynamic_cast< SfxListUndoAction* >( pUndoMgr->GetUndoAction() ); in StopEditMode()
157 class SVL_DLLPUBLIC SfxListUndoAction : public SfxUndoAction, public SfxUndoArray class173 SfxListUndoAction( const UniString &rComment,
249 SfxListUndoAction *const pListAction( in EndUndo()250 dynamic_cast<SfxListUndoAction*>(pUndoAction)); in EndUndo()
Completed in 57 milliseconds