Home
last modified time | relevance | path

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

/trunk/main/svl/source/undo/
H A Dundo.cxx48 TYPEINIT0(SfxListUndoAction);
1037SfxListUndoAction* 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 SfxListUndoAction
1340 void SfxListUndoAction::Undo() in Undo()
1358 void SfxListUndoAction::Redo() in Redo()
1376 void SfxListUndoAction::Repeat(SfxRepeatTarget&rTarget) in Repeat()
[all …]
/trunk/main/sd/source/ui/view/
H A Doutlview.cxx1843SfxListUndoAction* pListAction = dynamic_cast< SfxListUndoAction* >( rOutlineUndo.GetUndoAction(0)… in TryToMergeUndoActions()
1844SfxListUndoAction* pPrevListAction = dynamic_cast< SfxListUndoAction* >( rOutlineUndo.GetUndoActio… in TryToMergeUndoActions()
1903SfxListUndoAction* pSourceList = dynamic_cast< SfxListUndoAction* >(pLinkAction->GetAction()); in TryToMergeUndoActions()
1904SfxListUndoAction* pDestinationList = dynamic_cast< SfxListUndoAction* >(pPrevLinkAction->GetActio… in TryToMergeUndoActions()
/trunk/main/sc/source/ui/drawfunc/
H A Dfutext3.cxx180SfxListUndoAction* pAction = dynamic_cast< SfxListUndoAction* >( pUndoMgr->GetUndoAction() ); in StopEditMode()
/trunk/main/svl/inc/svl/
H A Dundo.hxx157 class SVL_DLLPUBLIC SfxListUndoAction : public SfxUndoAction, public SfxUndoArray class
173 SfxListUndoAction( const UniString &rComment,
/trunk/main/sw/source/core/undo/
H A Ddocundo.cxx249 SfxListUndoAction *const pListAction( in EndUndo()
250 dynamic_cast<SfxListUndoAction*>(pUndoAction)); in EndUndo()

Completed in 39 milliseconds