Lines Matching refs:aReq
362 SfxRequest aReq( pSh->GetView().GetViewFrame(), FN_SET_ACT_GLOSSARY ); in IMPL_LINK() local
367 aReq.AppendItem(SfxStringItem(FN_SET_ACT_GLOSSARY, sTemp)); in IMPL_LINK()
368 aReq.Done(); in IMPL_LINK()
383 SfxRequest aReq( pSh->GetView().GetViewFrame(), FN_INSERT_GLOSSARY ); in Apply() local
388 aReq.AppendItem(SfxStringItem(FN_INSERT_GLOSSARY, sTemp)); in Apply()
389 aReq.AppendItem(SfxStringItem(FN_PARAM_1, aGlosName)); in Apply()
390 aReq.Done(); in Apply()
563 SfxRequest aReq(pSh->GetView().GetViewFrame(), FN_NEW_GLOSSARY); in IMPL_LINK() local
568 aReq.AppendItem(SfxStringItem(FN_NEW_GLOSSARY, sTemp)); in IMPL_LINK()
569 aReq.AppendItem(SfxStringItem(FN_PARAM_1, aShortName)); in IMPL_LINK()
570 aReq.AppendItem(SfxStringItem(FN_PARAM_2, aStr)); in IMPL_LINK()
571 aReq.Done(); in IMPL_LINK()