Lines Matching refs:rShell

224 int SfxDispatcher::Call_Impl( SfxShell& rShell, const SfxSlot &rSlot, SfxRequest &rReq, sal_Bool bR…  in Call_Impl()  argument
236 if ( rSlot.IsMode(SFX_SLOT_FASTCALL) || rShell.CanExecuteSlot_Impl(rSlot) ) in Call_Impl()
259 rReq.Record_Impl( rShell, rSlot, xRecorder, GetFrame() ); in Call_Impl()
285 rShell.CallExec( pFunc, rReq ); in Call_Impl()
457 SfxShell& rShell, /* Die vom Stack zu nehmende SfxShell-Instanz. */ in Pop() argument
482 DBG_ASSERT( rShell.GetInterface(), in Pop()
495 if ( rShell.GetInterface() ) in Pop()
496 aMsg += rShell.GetInterface()->GetClassName(); in Pop()
498 aMsg += ByteString::CreateFromInt64( (sal_uIntPtr) &rShell ); in Pop()
505 if ( pImp->aToDoStack.Count() && pImp->aToDoStack.Top().pCluster == &rShell ) in Pop()
519 pImp->aToDoStack.Push( SfxToDo_Impl(bPush, bDelete, bUntil, rShell) ); in Pop()
595 sal_Bool SfxDispatcher::CheckVirtualStack( const SfxShell& rShell, sal_Bool bDeep ) in IMPL_LINK_INLINE_END()
632 bReturn = aStack.Contains(&rShell); in IMPL_LINK_INLINE_END()
634 bReturn = aStack.Top() == &rShell; in IMPL_LINK_INLINE_END()
639 sal_uInt16 SfxDispatcher::GetShellLevel( const SfxShell& rShell ) in GetShellLevel() argument
664 if ( pImp->aStack.Top( n ) == &rShell ) in GetShellLevel()
668 sal_uInt16 nRet = pImp->pParent->GetShellLevel(rShell); in GetShellLevel()
1002 SfxShell& rShell, // zu rufende <SfxShell> in _Execute() argument
1032 if ( &rShell == pDispat->pImp->aStack.Top(n) ) in _Execute()
1046 Call_Impl( rShell, rSlot, rReq, SFX_CALLMODE_RECORD==(eCallMode&SFX_CALLMODE_RECORD) ); in _Execute()
2955 void SfxDispatcher::InsertShell_Impl( SfxShell& rShell, sal_uInt16 nPos ) in InsertShell_Impl() argument
2960 ((StackAccess_Impl*) (&pImp->aStack))->Insert( nPos, &rShell ); in InsertShell_Impl()
2961 rShell.SetDisableFlags( pImp->nDisableFlags ); in InsertShell_Impl()
2962 rShell.DoActivate_Impl(pImp->pFrame, sal_True); in InsertShell_Impl()
2973 void SfxDispatcher::RemoveShell_Impl( SfxShell& rShell ) in RemoveShell_Impl() argument
2982 if ( rStack[n] == &rShell ) in RemoveShell_Impl()
2985 rShell.SetDisableFlags( 0 ); in RemoveShell_Impl()
2986 rShell.DoDeactivate_Impl(pImp->pFrame, sal_True); in RemoveShell_Impl()