Home
last modified time | relevance | path

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

/aoo42x/main/sw/source/core/undo/
H A Ddocundo.cxx566 SfxUndoAction *const pRepeatAction(GetUndoAction(0)); in Repeat() local
567 OSL_ASSERT(pRepeatAction); in Repeat()
568 if (!pRepeatAction || !pRepeatAction->CanRepeat(rContext)) in Repeat()
573 ::rtl::OUString const comment(pRepeatAction->GetComment()); in Repeat()
574 ::rtl::OUString const rcomment(pRepeatAction->GetRepeatComment(rContext)); in Repeat()
575 sal_uInt16 const nId(pRepeatAction->GetId()); in Repeat()
585 pRepeatAction->Repeat(rContext); in Repeat()

Completed in 28 milliseconds