Lines Matching refs:aReq
357 SfxRequest aReq( pSh->GetView().GetViewFrame(), FN_SET_ACT_GLOSSARY ); in IMPL_LINK() local
362 aReq.AppendItem(SfxStringItem(FN_SET_ACT_GLOSSARY, sTemp)); in IMPL_LINK()
363 aReq.Done(); in IMPL_LINK()
378 SfxRequest aReq( pSh->GetView().GetViewFrame(), FN_INSERT_GLOSSARY ); in Apply() local
383 aReq.AppendItem(SfxStringItem(FN_INSERT_GLOSSARY, sTemp)); in Apply()
384 aReq.AppendItem(SfxStringItem(FN_PARAM_1, aGlosName)); in Apply()
385 aReq.Done(); in Apply()
558 SfxRequest aReq(pSh->GetView().GetViewFrame(), FN_NEW_GLOSSARY); in IMPL_LINK() local
563 aReq.AppendItem(SfxStringItem(FN_NEW_GLOSSARY, sTemp)); in IMPL_LINK()
564 aReq.AppendItem(SfxStringItem(FN_PARAM_1, aShortName)); in IMPL_LINK()
565 aReq.AppendItem(SfxStringItem(FN_PARAM_2, aStr)); in IMPL_LINK()
566 aReq.Done(); in IMPL_LINK()