Lines Matching refs:rReq

149 void SfxApplication::MiscExec_Impl( SfxRequest& rReq )  in MiscExec_Impl()  argument
153 switch ( rReq.GetSlot() ) in MiscExec_Impl()
157 if( rReq.GetArgs() ) in MiscExec_Impl()
158 SetOptions_Impl( *rReq.GetArgs() ); in MiscExec_Impl()
170 if ( rReq.GetSlot() == SID_LOGOUT ) in MiscExec_Impl()
212 rReq.ForgetAllArgs(); in MiscExec_Impl()
221 rReq.SetReturnValue( SfxBoolItem( rReq.GetSlot(), bTerminated ) ); in MiscExec_Impl()
237 SFX_REQUEST_ARG(rReq, pStringItem, in MiscExec_Impl()
250 const SfxItemSet* pIntSet = rReq.GetInternalArgs_Impl(); in MiscExec_Impl()
302 rReq.SetReturnValue( SfxBoolItem( 0, bOk ) ); in MiscExec_Impl()
326 rReq.SetReturnValue( SfxBoolItem( 0, bOK ) ); in MiscExec_Impl()
327 rReq.Done(); in MiscExec_Impl()
338 if ( rReq.GetSlot() == SID_HELP_SUPPORTPAGE ) in MiscExec_Impl()
364 SFX_REQUEST_ARG(rReq, pOnItem, SfxBoolItem, SID_HELPTIPS, sal_False); in MiscExec_Impl()
379 if ( !rReq.IsAPI() ) in MiscExec_Impl()
380 rReq.AppendItem( SfxBoolItem( SID_HELPTIPS, bOn) ); in MiscExec_Impl()
392 SFX_REQUEST_ARG(rReq, pOnItem, SfxBoolItem, SID_HELPBALLOONS, sal_False); in MiscExec_Impl()
407 if ( !rReq.IsAPI() ) in MiscExec_Impl()
408 rReq.AppendItem( SfxBoolItem( SID_HELPBALLOONS, bOn) ); in MiscExec_Impl()
416 SFX_REQUEST_ARG(rReq, pOnItem, SfxBoolItem, SID_HELP_PI, sal_False); in MiscExec_Impl()
479 rReq.GetArg(SID_SHOW_IME_STATUS_WINDOW, false, in MiscExec_Impl()
486 rReq.AppendItem(SfxBoolItem(SID_SHOW_IME_STATUS_WINDOW, in MiscExec_Impl()
495 rReq.GetArg(SID_AVAILABLE_TOOLBARS, false, TYPE(SfxStringItem))); in MiscExec_Impl()
551 rReq.Done(); in MiscExec_Impl()
814 void SfxApplication::OfaExec_Impl( SfxRequest& rReq ) in OfaExec_Impl() argument
817 switch ( rReq.GetSlot() ) in OfaExec_Impl()
822 SFX_REQUEST_ARG( rReq, pURLItem, SfxStringItem, SID_OPTIONS_PAGEURL, sal_False ); in OfaExec_Impl()
825 const SfxItemSet* pArgs = rReq.GetInternalArgs_Impl(); in OfaExec_Impl()
837 pFact->CreateFrameDialog( NULL, xFrame, rReq.GetSlot(), sPageURL ); in OfaExec_Impl()
936 const SfxItemSet* pArgs = rReq.GetArgs(); in OfaExec_Impl()
949 rReq.Done(); in OfaExec_Impl()
955 const SfxItemSet* pArgs = rReq.GetArgs(); in OfaExec_Impl()
973rReq.SetReturnValue( SfxStringItem( rReq.GetSlot(), ChooseMacro( xLimitToModel, bChooseOnly ) ) ); in OfaExec_Impl()
974 rReq.Done(); in OfaExec_Impl()
981 const SfxItemSet* pArgs = rReq.GetArgs(); in OfaExec_Impl()
990 rReq.Done(); in OfaExec_Impl()
1000 const SfxItemSet* pIntSet = rReq.GetInternalArgs_Impl(); in OfaExec_Impl()
1044 rReq.Done(); in OfaExec_Impl()
1052 const SfxItemSet* pArgs = rReq.GetArgs(); in OfaExec_Impl()
1072 rReq.Done(); in OfaExec_Impl()
1079 SFX_REQUEST_ARG(rReq, pStringItem, SfxStringItem, rReq.GetSlot(), sal_False); in OfaExec_Impl()
1088 rReq.SetReturnValue( SfxBoolItem( rReq.GetSlot(), bRet ) ); in OfaExec_Impl()
1099 const SfxItemSet* pSet = rReq.GetArgs(); in OfaExec_Impl()
1128 …::rtl::OUString aCmd = ::rtl::OUString::createFromAscii( GetInterface()->GetSlot( rReq.GetSlot() )… in OfaExec_Impl()
1134 if ( rReq.GetArgs() ) in OfaExec_Impl()
1135 TransformItems( rReq.GetSlot(), *rReq.GetArgs(), aSeq ); in OfaExec_Impl()
1142 rReq.SetReturnValue( SfxBoolItem( rReq.GetSlot(), bSuccess ) ); in OfaExec_Impl()
1158 …::rtl::OUString aCmd = ::rtl::OUString::createFromAscii( GetInterface()->GetSlot( rReq.GetSlot() )… in OfaExec_Impl()
1164 if ( rReq.GetArgs() ) in OfaExec_Impl()
1165 TransformItems( rReq.GetSlot(), *rReq.GetArgs(), aSeq ); in OfaExec_Impl()
1172 rReq.SetReturnValue( SfxBoolItem( rReq.GetSlot(), bSuccess ) ); in OfaExec_Impl()