Lines Matching refs:GetSlot

304 	if ( rReq.GetSlot() == SID_RELOAD )  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()
569 SfxBoolItem( rReq.GetSlot(), sal_False ) ); in ExecReload_Impl()
576 rReq.SetReturnValue( SfxBoolItem( rReq.GetSlot(), sal_True ) ); in ExecReload_Impl()
615 if ( rReq.GetSlot() == SID_EDITDOC ) 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()
895 rReq.SetReturnValue(SfxBoolItem(rReq.GetSlot(), sal_True)); in ExecReload_Impl()
902 rReq.SetReturnValue(SfxBoolItem(rReq.GetSlot(), sal_False)); in ExecReload_Impl()
993 switch ( rReq.GetSlot() ) in ExecHistory_Impl()
1027 rReq.SetReturnValue( SfxBoolItem( rReq.GetSlot(), bOK ) ); in ExecHistory_Impl()
2479 switch ( rReq.GetSlot() ) in ExecView_Impl()
2509 const sal_uInt16 nViewNo = rReq.GetSlot() - SID_VIEWSHELL0; in ExecView_Impl()
3054 switch ( rReq.GetSlot() ) in MiscExec_Impl()
3094 if ( rReq.GetSlot() != SID_RECORDMACRO ) in MiscExec_Impl()
3097 else if ( rReq.GetSlot() == SID_RECORDMACRO ) in MiscExec_Impl()
3148 SFX_REQUEST_ARG(rReq, pShowItem, SfxBoolItem, rReq.GetSlot(), sal_False); in MiscExec_Impl()
3173 SFX_REQUEST_ARG(rReq, pItem, SfxBoolItem, rReq.GetSlot(), sal_False); in MiscExec_Impl()
3367 sal_uInt16 nSID = rReq.GetSlot(); in ChildWindowExecute()