Lines Matching refs:pShell

1094 	SfxShell *pShell = 0;  in ExecuteFunction()  local
1098 if ( GetShellAndSlot_Impl( nSlot, &pShell, &pSlot, sal_False, sal_False ) ) in ExecuteFunction()
1102 pShell->CanExecuteSlot_Impl( *pSlot ) ) in ExecuteFunction()
1114 SfxAllItemSet aSet( pShell->GetPool() ); in ExecuteFunction()
1118 _Execute( *pShell, *pSlot, aReq, eCall ); in ExecuteFunction()
1123 SfxRequest aReq( nSlot, eCall, pShell->GetPool() ); in ExecuteFunction()
1124 _Execute( *pShell, *pSlot, aReq, eCall ); in ExecuteFunction()
1151 SfxShell *pShell = 0; in ExecuteFunction() local
1155 if ( GetShellAndSlot_Impl( nSlot, &pShell, &pSlot, sal_False, sal_False ) ) in ExecuteFunction()
1159 pShell->CanExecuteSlot_Impl( *pSlot ) ) in ExecuteFunction()
1170 _Execute( *pShell, *pSlot, aReq, eCall ); in ExecuteFunction()
1291 SfxShell *pShell = 0; in Execute() local
1293 if ( GetShellAndSlot_Impl( nSlot, &pShell, &pSlot, sal_False, in Execute()
1296 SfxAllItemSet aSet( pShell->GetPool() ); in Execute()
1310 _Execute( *pShell, *pSlot, aReq, nCall ); in Execute()
1346 SfxShell *pShell = 0; in Execute() local
1348 if ( GetShellAndSlot_Impl( nSlot, &pShell, &pSlot, sal_False, in Execute()
1354 SfxAllItemSet aSet( pShell->GetPool() ); in Execute()
1360 pReq = new SfxRequest( nSlot, eCall, pShell->GetPool() ); in Execute()
1369 _Execute( *pShell, *pSlot, *pReq, eCall ); in Execute()
1416 SfxShell *pShell = 0; in Execute() local
1418 if ( GetShellAndSlot_Impl( nSlot, &pShell, &pSlot, sal_False, in Execute()
1421 SfxAllItemSet aSet( pShell->GetPool() ); in Execute()
1429 _Execute( *pShell, *pSlot, aReq, eCall ); in Execute()
1464 SfxShell *pShell = 0; in _Execute() local
1466 if ( GetShellAndSlot_Impl( nSlot, &pShell, &pSlot, sal_False, in _Execute()
1469 SfxAllItemSet aSet( pShell->GetPool() ); in _Execute()
1477 _Execute( *pShell, *pSlot, aReq, eCall ); in _Execute()
1527 SfxShell *pShell = 0; in Execute() local
1529 if ( GetShellAndSlot_Impl( nSlot, &pShell, &pSlot, sal_False, in Execute()
1532 SfxAllItemSet aSet( pShell->GetPool() ); in Execute()
1543 _Execute( *pShell, *pSlot, aReq, eCall ); in Execute()
1776 SfxShell *pShell = GetShell( nShell-1 ); in _Update_Impl() local
1777 SfxInterface *pIFace = pShell->GetInterface(); in _Update_Impl()
1790 if ( nFeature && !pShell->HasUIFeature( nFeature ) ) in _Update_Impl()
1842 if ( nFeature && !pShell->HasUIFeature( nFeature ) ) in _Update_Impl()
1873 pStatusBarShell = pShell; in _Update_Impl()
2597 SfxShell *pShell = GetShell( rSvr.GetShellLevel() ); in _Execute() local
2603 if ( pShell == pDispat->pImp->aStack.Top(n) ) in _Execute()
2607 SFX_CALLMODE_RECORD, pShell->GetPool() ) ); in _Execute()
2789 SfxShell *pShell = GetShell(nShell-1); in DebugOutput_Impl() local
2790 const SfxInterface *pIFace = pShell->GetInterface(); in DebugOutput_Impl()
2888 SfxShell *pShell = 0; in QueryState() local
2890 if ( GetShellAndSlot_Impl( nSlot, &pShell, &pSlot, sal_False, sal_False ) ) in QueryState()
2892 rpState = pShell->GetSlotState(nSlot); in QueryState()
2904 SfxShell *pShell = 0; in QueryState() local
2906 if ( GetShellAndSlot_Impl( nSID, &pShell, &pSlot, sal_False, sal_False ) ) in QueryState()
2910 pItem = pShell->GetSlotState( nSID ); in QueryState()
2919 SfxItemPool& rPool = pShell->GetPool(); in QueryState()
2939 SfxShell* pShell = pImp->aStack.Top( nShell ); in IsReadOnlyShell_Impl() local
2940 … if( pShell->ISA( SfxModule ) || pShell->ISA( SfxApplication ) || pShell->ISA( SfxViewFrame ) ) in IsReadOnlyShell_Impl()