Lines Matching refs:rTarget

312 void __EXPORT ScUndoInsertCells::Repeat(SfxRepeatTarget& rTarget)  in Repeat()  argument
314 if (rTarget.ISA(ScTabViewTarget)) in Repeat()
321 pPasteUndo->Repeat( rTarget ); in Repeat()
324 ((ScTabViewTarget&)rTarget).GetViewShell()->InsertCells( eCmd, sal_True ); in Repeat()
328 sal_Bool __EXPORT ScUndoInsertCells::CanRepeat(SfxRepeatTarget& rTarget) const in CanRepeat()
330 return (rTarget.ISA(ScTabViewTarget)); in CanRepeat()
557 void __EXPORT ScUndoDeleteCells::Repeat(SfxRepeatTarget& rTarget) in Repeat() argument
559 if (rTarget.ISA(ScTabViewTarget)) in Repeat()
560 ((ScTabViewTarget&)rTarget).GetViewShell()->DeleteCells( eCmd, sal_True ); in Repeat()
563 sal_Bool __EXPORT ScUndoDeleteCells::CanRepeat(SfxRepeatTarget& rTarget) const in CanRepeat()
565 return (rTarget.ISA(ScTabViewTarget)); in CanRepeat()
749 void __EXPORT ScUndoDeleteMulti::Repeat(SfxRepeatTarget& rTarget) in Repeat() argument
752 if (rTarget.ISA(ScTabViewTarget)) in Repeat()
753 ((ScTabViewTarget&)rTarget).GetViewShell()->DeleteCells( DEL_DELROWS, sal_True ); in Repeat()
756 sal_Bool __EXPORT ScUndoDeleteMulti::CanRepeat(SfxRepeatTarget& rTarget) const in CanRepeat()
758 return (rTarget.ISA(ScTabViewTarget)); in CanRepeat()
855 void __EXPORT ScUndoCut::Repeat(SfxRepeatTarget& rTarget) in Repeat() argument
857 if (rTarget.ISA(ScTabViewTarget)) in Repeat()
858 ((ScTabViewTarget&)rTarget).GetViewShell()->CutToClip( NULL, sal_True ); in Repeat()
861 sal_Bool __EXPORT ScUndoCut::CanRepeat(SfxRepeatTarget& rTarget) const in CanRepeat()
863 return (rTarget.ISA(ScTabViewTarget)); in CanRepeat()
1102 void __EXPORT ScUndoPaste::Repeat(SfxRepeatTarget& rTarget) in Repeat() argument
1104 if (rTarget.ISA(ScTabViewTarget)) in Repeat()
1106 ScTabViewShell* pViewSh = ((ScTabViewTarget&)rTarget).GetViewShell(); in Repeat()
1120 sal_Bool __EXPORT ScUndoPaste::CanRepeat(SfxRepeatTarget& rTarget) const in CanRepeat()
1122 return (rTarget.ISA(ScTabViewTarget)); in CanRepeat()
1427 void __EXPORT ScUndoListNames::Repeat(SfxRepeatTarget& rTarget) in Repeat() argument
1429 if (rTarget.ISA(ScTabViewTarget)) in Repeat()
1430 ((ScTabViewTarget&)rTarget).GetViewShell()->InsertNameList(); in Repeat()
1433 sal_Bool __EXPORT ScUndoListNames::CanRepeat(SfxRepeatTarget& rTarget) const in CanRepeat()
1435 return (rTarget.ISA(ScTabViewTarget)); in CanRepeat()
1546 void __EXPORT ScUndoUseScenario::Repeat(SfxRepeatTarget& rTarget) in Repeat() argument
1548 if (rTarget.ISA(ScTabViewTarget)) in Repeat()
1551 ((ScTabViewTarget&)rTarget).GetViewShell()->UseScenario(aTemp); in Repeat()
1555 sal_Bool __EXPORT ScUndoUseScenario::CanRepeat(SfxRepeatTarget& rTarget) const in CanRepeat()
1557 if (rTarget.ISA(ScTabViewTarget)) in CanRepeat()
1559 ScViewData* pViewData = ((ScTabViewTarget&)rTarget).GetViewShell()->GetViewData(); in CanRepeat()
1653 void __EXPORT ScUndoSelectionStyle::Repeat(SfxRepeatTarget& rTarget) in Repeat() argument
1655 if (rTarget.ISA(ScTabViewTarget)) in Repeat()
1667 ScTabViewShell& rViewShell = *((ScTabViewTarget&)rTarget).GetViewShell(); in Repeat()
1672 sal_Bool __EXPORT ScUndoSelectionStyle::CanRepeat(SfxRepeatTarget& rTarget) const in CanRepeat()
1674 return (rTarget.ISA(ScTabViewTarget)); in CanRepeat()
1759 void __EXPORT ScUndoEnterMatrix::Repeat(SfxRepeatTarget& rTarget) in Repeat() argument
1761 if (rTarget.ISA(ScTabViewTarget)) in Repeat()
1764 ((ScTabViewTarget&)rTarget).GetViewShell()->EnterMatrix(aTemp); in Repeat()
1768 sal_Bool __EXPORT ScUndoEnterMatrix::CanRepeat(SfxRepeatTarget& rTarget) const in CanRepeat()
1770 return (rTarget.ISA(ScTabViewTarget)); in CanRepeat()
1833 void __EXPORT ScUndoIndent::Repeat(SfxRepeatTarget& rTarget) in Repeat() argument
1835 if (rTarget.ISA(ScTabViewTarget)) in Repeat()
1836 ((ScTabViewTarget&)rTarget).GetViewShell()->ChangeIndent( bIsIncrement ); in Repeat()
1839 sal_Bool __EXPORT ScUndoIndent::CanRepeat(SfxRepeatTarget& rTarget) const in CanRepeat()
1841 return (rTarget.ISA(ScTabViewTarget)); in CanRepeat()
1894 void __EXPORT ScUndoTransliterate::Repeat(SfxRepeatTarget& rTarget) in Repeat() argument
1896 if (rTarget.ISA(ScTabViewTarget)) in Repeat()
1897 ((ScTabViewTarget&)rTarget).GetViewShell()->TransliterateText( nTransliterationType ); in Repeat()
1900 sal_Bool __EXPORT ScUndoTransliterate::CanRepeat(SfxRepeatTarget& rTarget) const in CanRepeat()
1902 return (rTarget.ISA(ScTabViewTarget)); in CanRepeat()
1960 void __EXPORT ScUndoClearItems::Repeat(SfxRepeatTarget& rTarget) in Repeat() argument
1962 if (rTarget.ISA(ScTabViewTarget)) in Repeat()
1964 ScViewData* pViewData = ((ScTabViewTarget&)rTarget).GetViewShell()->GetViewData(); in Repeat()
1970 sal_Bool __EXPORT ScUndoClearItems::CanRepeat(SfxRepeatTarget& rTarget) const in CanRepeat()
1972 return (rTarget.ISA(ScTabViewTarget)); in CanRepeat()
2029 void __EXPORT ScUndoRemoveBreaks::Repeat(SfxRepeatTarget& rTarget) in Repeat() argument
2031 if (rTarget.ISA(ScTabViewTarget)) in Repeat()
2033 ScTabViewShell& rViewShell = *((ScTabViewTarget&)rTarget).GetViewShell(); in Repeat()
2038 sal_Bool __EXPORT ScUndoRemoveBreaks::CanRepeat(SfxRepeatTarget& rTarget) const in CanRepeat()
2040 return (rTarget.ISA(ScTabViewTarget)); in CanRepeat()
2131 void __EXPORT ScUndoRemoveMerge::Repeat(SfxRepeatTarget& rTarget) in Repeat() argument
2133 if (rTarget.ISA(ScTabViewTarget)) in Repeat()
2134 ((ScTabViewTarget&)rTarget).GetViewShell()->RemoveMerge(); in Repeat()
2137 sal_Bool __EXPORT ScUndoRemoveMerge::CanRepeat(SfxRepeatTarget& rTarget) const in CanRepeat()
2139 return (rTarget.ISA(ScTabViewTarget)); in CanRepeat()