Lines Matching refs:lArgs
248 … /*IN*/ const css::uno::Sequence< css::beans::PropertyValue >& lArgs , in dispatchWithNotification()
256 impl_dispatchEvent(sRequest, lArgs, xListener); in dispatchWithNotification()
259 impl_dispatchService(sRequest, lArgs, xListener); in dispatchWithNotification()
262 impl_dispatchAlias(sRequest, lArgs, xListener); in dispatchWithNotification()
284 … /*IN*/ const css::uno::Sequence< css::beans::PropertyValue >& lArgs , in impl_dispatchEvent()
336 pJob->execute(Converter::convert_seqPropVal2seqNamedVal(lArgs)); in impl_dispatchEvent()
367 … /*IN*/ const css::uno::Sequence< css::beans::PropertyValue >& lArgs , in impl_dispatchService()
398 pJob->execute(Converter::convert_seqPropVal2seqNamedVal(lArgs)); in impl_dispatchService()
418 … /*IN*/ const css::uno::Sequence< css::beans::PropertyValue >& lArgs , in impl_dispatchAlias()
449 pJob->execute(Converter::convert_seqPropVal2seqNamedVal(lArgs)); in impl_dispatchAlias()
467 …/*IN*/ const css::uno::Sequence< css::beans::PropertyValue >& lArgs ) throw(css::uno::RuntimeExcep… in dispatch()
469 …dispatchWithNotification(aURL, lArgs, css::uno::Reference< css::frame::XDispatchResultListener >()… in dispatch()