Lines Matching refs:rTarget

245 void __EXPORT ScUndoDeleteContents::Repeat(SfxRepeatTarget& rTarget)  in Repeat()  argument
247 if (rTarget.ISA(ScTabViewTarget)) in Repeat()
248 ((ScTabViewTarget&)rTarget).GetViewShell()->DeleteContents( nFlags, sal_True ); in Repeat()
254 sal_Bool __EXPORT ScUndoDeleteContents::CanRepeat(SfxRepeatTarget& rTarget) const in CanRepeat()
256 return (rTarget.ISA(ScTabViewTarget)); in CanRepeat()
409 void __EXPORT ScUndoFillTable::Repeat(SfxRepeatTarget& rTarget) in Repeat() argument
411 if (rTarget.ISA(ScTabViewTarget)) in Repeat()
412 ((ScTabViewTarget&)rTarget).GetViewShell()->FillTab( nFlags, nFunction, bSkipEmpty, bAsLink ); in Repeat()
418 sal_Bool __EXPORT ScUndoFillTable::CanRepeat(SfxRepeatTarget& rTarget) const in CanRepeat()
420 return (rTarget.ISA(ScTabViewTarget)); in CanRepeat()
540 void __EXPORT ScUndoSelectionAttr::Repeat(SfxRepeatTarget& rTarget) in Repeat() argument
542 if (rTarget.ISA(ScTabViewTarget)) in Repeat()
544 ScTabViewShell& rViewShell = *((ScTabViewTarget&)rTarget).GetViewShell(); in Repeat()
555 sal_Bool __EXPORT ScUndoSelectionAttr::CanRepeat(SfxRepeatTarget& rTarget) const in CanRepeat()
557 return (rTarget.ISA(ScTabViewTarget)); in CanRepeat()
739 void __EXPORT ScUndoAutoFill::Repeat(SfxRepeatTarget& rTarget) in Repeat() argument
741 if (rTarget.ISA(ScTabViewTarget)) in Repeat()
743 ScTabViewShell& rViewShell = *((ScTabViewTarget&)rTarget).GetViewShell(); in Repeat()
755 sal_Bool __EXPORT ScUndoAutoFill::CanRepeat(SfxRepeatTarget& rTarget) const in CanRepeat()
757 return (rTarget.ISA(ScTabViewTarget)); in CanRepeat()
874 void ScUndoMerge::Repeat(SfxRepeatTarget& rTarget) in Repeat() argument
876 if (rTarget.ISA(ScTabViewTarget)) in Repeat()
878 ScTabViewShell& rViewShell = *((ScTabViewTarget&)rTarget).GetViewShell(); in Repeat()
887 sal_Bool ScUndoMerge::CanRepeat(SfxRepeatTarget& rTarget) const in CanRepeat()
889 return (rTarget.ISA(ScTabViewTarget)); in CanRepeat()
1060 void __EXPORT ScUndoAutoFormat::Repeat(SfxRepeatTarget& rTarget) in Repeat() argument
1062 if (rTarget.ISA(ScTabViewTarget)) in Repeat()
1063 ((ScTabViewTarget&)rTarget).GetViewShell()->AutoFormat( nFormatNo, sal_True ); in Repeat()
1069 sal_Bool __EXPORT ScUndoAutoFormat::CanRepeat(SfxRepeatTarget& rTarget) const in CanRepeat()
1071 return (rTarget.ISA(ScTabViewTarget)); in CanRepeat()
1263 void __EXPORT ScUndoReplace::Repeat(SfxRepeatTarget& rTarget) in Repeat() argument
1265 if (rTarget.ISA(ScTabViewTarget)) in Repeat()
1266 ((ScTabViewTarget&)rTarget).GetViewShell()->SearchAndReplace( pSearchItem, sal_True, sal_False ); in Repeat()
1272 sal_Bool __EXPORT ScUndoReplace::CanRepeat(SfxRepeatTarget& rTarget) const in CanRepeat()
1274 return (rTarget.ISA(ScTabViewTarget)); in CanRepeat()
1505 void ScUndoConversion::Repeat( SfxRepeatTarget& rTarget ) in Repeat() argument
1507 if( rTarget.ISA( ScTabViewTarget ) ) in Repeat()
1508 ((ScTabViewTarget&)rTarget).GetViewShell()->DoSheetConversion( maConvParam, sal_True ); in Repeat()
1514 sal_Bool ScUndoConversion::CanRepeat(SfxRepeatTarget& rTarget) const in CanRepeat()
1516 return rTarget.ISA( ScTabViewTarget ); in CanRepeat()
1601 void __EXPORT ScUndoRefConversion::Repeat(SfxRepeatTarget& rTarget) in Repeat() argument
1603 if (rTarget.ISA(ScTabViewTarget)) in Repeat()
1604 ((ScTabViewTarget&)rTarget).GetViewShell()->DoRefConversion(); in Repeat()
1607 sal_Bool __EXPORT ScUndoRefConversion::CanRepeat(SfxRepeatTarget& rTarget) const in CanRepeat()
1609 return (rTarget.ISA(ScTabViewTarget)); in CanRepeat()