Lines Matching refs:rTarget

239 void __EXPORT ScUndoMakeOutline::Repeat(SfxRepeatTarget& rTarget)  in Repeat()  argument
241 if (rTarget.ISA(ScTabViewTarget)) in Repeat()
243 ScTabViewShell& rViewShell = *((ScTabViewTarget&)rTarget).GetViewShell(); in Repeat()
252 sal_Bool __EXPORT ScUndoMakeOutline::CanRepeat(SfxRepeatTarget& rTarget) const in CanRepeat()
254 return (rTarget.ISA(ScTabViewTarget)); in CanRepeat()
336 void __EXPORT ScUndoOutlineLevel::Repeat(SfxRepeatTarget& rTarget) in Repeat() argument
338 if (rTarget.ISA(ScTabViewTarget)) in Repeat()
339 ((ScTabViewTarget&)rTarget).GetViewShell()->SelectLevel( bColumns, nLevel, sal_True ); in Repeat()
342 sal_Bool __EXPORT ScUndoOutlineLevel::CanRepeat(SfxRepeatTarget& rTarget) const in CanRepeat()
344 return (rTarget.ISA(ScTabViewTarget)); in CanRepeat()
437 void __EXPORT ScUndoOutlineBlock::Repeat(SfxRepeatTarget& rTarget) in Repeat() argument
439 if (rTarget.ISA(ScTabViewTarget)) in Repeat()
441 ScTabViewShell& rViewShell = *((ScTabViewTarget&)rTarget).GetViewShell(); in Repeat()
450 sal_Bool __EXPORT ScUndoOutlineBlock::CanRepeat(SfxRepeatTarget& rTarget) const in CanRepeat()
452 return (rTarget.ISA(ScTabViewTarget)); in CanRepeat()
535 void __EXPORT ScUndoRemoveAllOutlines::Repeat(SfxRepeatTarget& rTarget) in Repeat() argument
537 if (rTarget.ISA(ScTabViewTarget)) in Repeat()
538 ((ScTabViewTarget&)rTarget).GetViewShell()->RemoveAllOutlines( sal_True ); in Repeat()
541 sal_Bool __EXPORT ScUndoRemoveAllOutlines::CanRepeat(SfxRepeatTarget& rTarget) const in CanRepeat()
543 return (rTarget.ISA(ScTabViewTarget)); in CanRepeat()
644 void __EXPORT ScUndoAutoOutline::Repeat(SfxRepeatTarget& rTarget) in Repeat() argument
646 if (rTarget.ISA(ScTabViewTarget)) in Repeat()
647 ((ScTabViewTarget&)rTarget).GetViewShell()->AutoOutline( sal_True ); in Repeat()
650 sal_Bool __EXPORT ScUndoAutoOutline::CanRepeat(SfxRepeatTarget& rTarget) const in CanRepeat()
652 return (rTarget.ISA(ScTabViewTarget)); in CanRepeat()
1432 void __EXPORT ScUndoImportData::Repeat(SfxRepeatTarget& rTarget) in Repeat() argument
1434 if (rTarget.ISA(ScTabViewTarget)) in Repeat()
1436 ScTabViewShell& rViewShell = *((ScTabViewTarget&)rTarget).GetViewShell(); in Repeat()
1447 sal_Bool __EXPORT ScUndoImportData::CanRepeat(SfxRepeatTarget& rTarget) const in CanRepeat()
1452 return (rTarget.ISA(ScTabViewTarget)); in CanRepeat()
1619 void __EXPORT ScUndoRepeatDB::Repeat(SfxRepeatTarget& rTarget) in Repeat() argument
1621 if (rTarget.ISA(ScTabViewTarget)) in Repeat()
1622 ((ScTabViewTarget&)rTarget).GetViewShell()->RepeatDB( sal_True ); in Repeat()
1625 sal_Bool __EXPORT ScUndoRepeatDB::CanRepeat(SfxRepeatTarget& rTarget) const in CanRepeat()
1627 return (rTarget.ISA(ScTabViewTarget)); in CanRepeat()