Lines Matching refs:rReq

289 void SfxViewFrame::ExecReload_Impl( SfxRequest& rReq, sal_Bool bAsync )  in ExecReload_Impl()  argument
296 pImp->pReloader->Call( new SfxRequest( rReq ) ); in ExecReload_Impl()
298 else ExecReload_Impl( rReq ); in ExecReload_Impl()
301 void SfxViewFrame::ExecReload_Impl( SfxRequest& rReq ) in ExecReload_Impl() argument
304 if ( rReq.GetSlot() == SID_RELOAD ) in ExecReload_Impl()
313 sal_uInt16 nModifier = rReq.GetModifier(); in ExecReload_Impl()
316 pActFrame->ExecReload_Impl( rReq ); in ExecReload_Impl()
336 pChild->GetCurrentViewFrame()->ExecuteSlot( rReq ); in ExecReload_Impl()
349 sal_uInt16 nModifier = rReq.GetModifier(); in ExecReload_Impl()
354 pTop->ExecReload_Impl( rReq ); in ExecReload_Impl()
360 switch ( rReq.GetSlot() ) in ExecReload_Impl()
416 rReq.SetReturnValue( SfxBoolItem( rReq.GetSlot(), sal_False ) ); in ExecReload_Impl()
433 rReq.SetReturnValue( SfxBoolItem( rReq.GetSlot(), sal_False ) ); in ExecReload_Impl()
450 if ( rReq.IsAPI() ) in ExecReload_Impl()
453 SFX_REQUEST_ARG(rReq, pEditItem, SfxBoolItem, SID_EDITDOC, sal_False); in ExecReload_Impl()
531 rReq.Done( sal_False ); in ExecReload_Impl()
533 if ( nOpenMode == SFX_STREAM_READWRITE && !rReq.IsAPI() ) in ExecReload_Impl()
568 rReq.SetReturnValue( in ExecReload_Impl()
569 SfxBoolItem( rReq.GetSlot(), sal_False ) ); in ExecReload_Impl()
576 rReq.SetReturnValue( SfxBoolItem( rReq.GetSlot(), sal_True ) ); in ExecReload_Impl()
577 rReq.Done( sal_True ); in ExecReload_Impl()
584 rReq.AppendItem( SfxBoolItem( SID_FORCERELOAD, sal_True) ); in ExecReload_Impl()
585 rReq.AppendItem( SfxBoolItem( SID_SILENT, sal_True )); in ExecReload_Impl()
595 SFX_REQUEST_ARG(rReq, pForceReloadItem, SfxBoolItem, in ExecReload_Impl()
604 SFX_REQUEST_ARG(rReq, pAutoLoadItem, SfxBoolItem, SID_AUTOLOAD, sal_False); in ExecReload_Impl()
611 SFX_REQUEST_ARG(rReq, pURLItem, SfxStringItem, in ExecReload_Impl()
615 if ( rReq.GetSlot() == SID_EDITDOC ) in ExecReload_Impl()
620 SFX_REQUEST_ARG(rReq, pSilentItem, SfxBoolItem, SID_SILENT, sal_False); in ExecReload_Impl()
622 !rReq.IsAPI() && ( !pSilentItem || !pSilentItem->GetValue() ) ) in ExecReload_Impl()
685 if ( rReq.GetSlot() == SID_EDITDOC || !bForEdit ) in ExecReload_Impl()
814 if ( bForEdit && SID_EDITDOC == rReq.GetSlot() ) in ExecReload_Impl()
847 … else if ( rReq.GetSlot() == SID_EDITDOC && bForEdit && !xNewObj->IsReadOnlyMedium() ) in ExecReload_Impl()
894 rReq.Done( sal_True ); in ExecReload_Impl()
895 rReq.SetReturnValue(SfxBoolItem(rReq.GetSlot(), sal_True)); in ExecReload_Impl()
901 rReq.Done(); in ExecReload_Impl()
902 rReq.SetReturnValue(SfxBoolItem(rReq.GetSlot(), sal_False)); in ExecReload_Impl()
985 void SfxViewFrame::ExecHistory_Impl( SfxRequest &rReq ) in ExecHistory_Impl() argument
993 switch ( rReq.GetSlot() ) in ExecHistory_Impl()
1022 const SfxPoolItem *pRet = GetViewShell()->ExecuteSlot( rReq ); in ExecHistory_Impl()
1027 rReq.SetReturnValue( SfxBoolItem( rReq.GetSlot(), bOK ) ); in ExecHistory_Impl()
1028 rReq.Done(); in ExecHistory_Impl()
2463 SfxRequest& rReq // der auszuf"uhrende <SfxRequest> in ExecView_Impl() argument
2479 switch ( rReq.GetSlot() ) in ExecView_Impl()
2492 if ( rReq.GetArgs() in ExecView_Impl()
2493 && SFX_ITEM_SET == rReq.GetArgs()->GetItemState( SID_VIEWSHELL, sal_False, &pItem ) in ExecView_Impl()
2498 rReq.SetReturnValue( SfxBoolItem( 0, bSuccess ) ); in ExecView_Impl()
2509 const sal_uInt16 nViewNo = rReq.GetSlot() - SID_VIEWSHELL0; in ExecView_Impl()
2511 rReq.SetReturnValue( SfxBoolItem( 0, bSuccess ) ); in ExecView_Impl()
2532 SFX_REQUEST_ARG( rReq, pViewIdItem, SfxUInt16Item, SID_VIEW_ID, sal_False ); in ExecView_Impl()
2537 SFX_REQUEST_ARG( rReq, pFrameItem, SfxUnoFrameItem, SID_FILLFRAME, sal_False ); in ExecView_Impl()
2543 rReq.Done(); in ExecView_Impl()
2549 SFX_REQUEST_ARG( rReq, pItem, SfxUInt16Item, SID_OBJECT, sal_False ); in ExecView_Impl()
2555 rReq.Done(); in ExecView_Impl()
3051 void SfxViewFrame::MiscExec_Impl( SfxRequest& rReq ) in MiscExec_Impl() argument
3054 switch ( rReq.GetSlot() ) in MiscExec_Impl()
3074 SFX_REQUEST_ARG( rReq, pItem, SfxBoolItem, SID_RECORDMACRO, sal_False); in MiscExec_Impl()
3084 SFX_REQUEST_ARG( rReq, pRecordItem, SfxBoolItem, FN_PARAM_1, sal_False); in MiscExec_Impl()
3094 if ( rReq.GetSlot() != SID_RECORDMACRO ) in MiscExec_Impl()
3097 else if ( rReq.GetSlot() == SID_RECORDMACRO ) in MiscExec_Impl()
3120 rReq.Done(); in MiscExec_Impl()
3148 SFX_REQUEST_ARG(rReq, pShowItem, SfxBoolItem, rReq.GetSlot(), sal_False); in MiscExec_Impl()
3164 rReq.AppendItem( SfxBoolItem( SID_TOGGLESTATUSBAR, bShow ) ); in MiscExec_Impl()
3166 rReq.Done(); in MiscExec_Impl()
3173 SFX_REQUEST_ARG(rReq, pItem, SfxBoolItem, rReq.GetSlot(), sal_False); in MiscExec_Impl()
3218 rReq.AppendItem( SfxBoolItem( SID_WIN_FULLSCREEN, bNewFullScreenMode ) ); in MiscExec_Impl()
3219 rReq.Done(); in MiscExec_Impl()
3222 rReq.Ignore(); in MiscExec_Impl()
3226 rReq.Ignore(); in MiscExec_Impl()
3354 void SfxViewFrame::ChildWindowExecute( SfxRequest &rReq ) in ChildWindowExecute() argument
3367 sal_uInt16 nSID = rReq.GetSlot(); in ChildWindowExecute()
3369 SFX_REQUEST_ARG(rReq, pShowItem, SfxBoolItem, nSID, sal_False); in ChildWindowExecute()
3385 rReq.AppendItem( SfxBoolItem( nSID, bShow ) ); in ChildWindowExecute()
3412 rReq.Done(); in ChildWindowExecute()
3430 rReq.Ignore(); in ChildWindowExecute()
3434 rReq.AppendItem( SfxBoolItem( nSID, bShow ) ); in ChildWindowExecute()
3435 rReq.Done(); in ChildWindowExecute()