Home
last modified time | relevance | path

Searched refs:aDispatchArgs (Results 1 – 9 of 9) sorted by relevance

/trunk/main/dbaccess/source/ui/misc/
H A Ddatabaseobjectview.cxx109 ::comphelper::NamedValueCollection aDispatchArgs; in doCreateView()
111 aDispatchArgs.merge( i_rCreationArgs, false ); // false => do not overwrite in doCreateView()
112 fillDispatchArgs( aDispatchArgs, _rDataSource, _rObjectName ); in doCreateView()
113 aDispatchArgs.merge( i_rCreationArgs, true ); // true => do overwrite in doCreateView()
115 return doDispatch( aDispatchArgs ); in doCreateView()
/trunk/main/extensions/source/propctrlr/
H A Dgenericpropertyhandler.cxx296 Sequence< PropertyValue > aDispatchArgs(1); in impl_dispatch_throw() local
297 aDispatchArgs[0].Name = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("URL")); in impl_dispatch_throw()
298 aDispatchArgs[0].Value <<= _rURL; in impl_dispatch_throw()
300 xDispatch->dispatch( aURL, aDispatchArgs ); in impl_dispatch_throw()
/trunk/main/sfx2/source/dialog/
H A Dmailmodel.cxx651 css::uno::Sequence< css::beans::PropertyValue > aDispatchArgs; in SaveDocumentAsFormat() local
652 xPrepareDispatch->dispatch( aPrepareURL, aDispatchArgs ); in SaveDocumentAsFormat()
697 css::uno::Sequence< css::beans::PropertyValue > aDispatchArgs; in SaveDocumentAsFormat() local
698 xDispatch->dispatch( aURL, aDispatchArgs ); in SaveDocumentAsFormat()
/trunk/main/dbaccess/source/core/dataaccess/
H A Ddocumenteventexecutor.cxx126 Sequence< PropertyValue > aDispatchArgs( &aEventParam, 1 ); in lcl_dispatchScriptURL_throw() local
127 xDispatch->dispatch( aScriptURL, aDispatchArgs ); in lcl_dispatchScriptURL_throw()
/trunk/main/sfx2/source/doc/
H A Dobjserv.cxx601 uno::Sequence< beans::PropertyValue > aDispatchArgs; in ExecFile_Impl() local
605 aDispatchArgs, in ExecFile_Impl()
619 aDispatchArgs, in ExecFile_Impl()
635 aDispatchArgs, in ExecFile_Impl()
/trunk/main/sfx2/source/view/
H A Dipclient.cxx954 uno::Sequence< beans::PropertyValue > aDispatchArgs( 1 ); in DoVerb() local
955 aDispatchArgs[0].Name = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "SaveTo" ) ); in DoVerb()
956 aDispatchArgs[0].Value <<= (sal_Bool)sal_True; in DoVerb()
960 aDispatchArgs, in DoVerb()
/trunk/main/svx/source/form/
H A Dfmshimp.cxx3493 Sequence< PropertyValue> aDispatchArgs(nDispatchArgs); in CreateExternalView() local
3494 PropertyValue* pDispatchArgs = aDispatchArgs.getArray(); in CreateExternalView()
3549 DBG_ASSERT(nDispatchArgs == (pDispatchArgs - aDispatchArgs.getConstArray()), in CreateExternalView()
3553 xAddColumnDispatch->dispatch(aAddColumnURL, aDispatchArgs); in CreateExternalView()
3611 Sequence< PropertyValue> aDispatchArgs(nDispatchArgs); in CreateExternalView() local
3612 PropertyValue* pDispatchArgs = aDispatchArgs.getArray(); in CreateExternalView()
3636 DBG_ASSERT(nDispatchArgs == (pDispatchArgs - aDispatchArgs.getConstArray()), in CreateExternalView()
3640 xAddColumnDispatch->dispatch(aAddColumnURL, aDispatchArgs); in CreateExternalView()
/trunk/main/dbaccess/source/ui/browser/
H A Dsbagrid.cxx606 DispatchArgs aDispatchArgs; in dispatch() local
607 aDispatchArgs.aURL = aURL; in dispatch()
608 aDispatchArgs.aArgs = aArgs; in dispatch()
609 m_aDispatchArgs.push( aDispatchArgs ); in dispatch()
/trunk/main/sfx2/source/notify/
H A Deventsupplier.cxx293 css::uno::Sequence< css::beans::PropertyValue > aDispatchArgs( &aEventParam, 1 ); in Execute() local
294 xDisp->dispatch( aURL, aDispatchArgs ); in Execute()

Completed in 101 milliseconds