Searched refs:aDispatchArgs (Results 1 – 9 of 9) sorted by relevance
/aoo4110/main/dbaccess/source/ui/misc/ |
H A D | databaseobjectview.cxx | 109 ::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()
|
/aoo4110/main/extensions/source/propctrlr/ |
H A D | genericpropertyhandler.cxx | 296 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()
|
/aoo4110/main/sfx2/source/dialog/ |
H A D | mailmodel.cxx | 651 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()
|
/aoo4110/main/dbaccess/source/core/dataaccess/ |
H A D | documenteventexecutor.cxx | 126 Sequence< PropertyValue > aDispatchArgs( &aEventParam, 1 ); in lcl_dispatchScriptURL_throw() local 127 xDispatch->dispatch( aScriptURL, aDispatchArgs ); in lcl_dispatchScriptURL_throw()
|
/aoo4110/main/sfx2/source/view/ |
H A D | ipclient.cxx | 954 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()
|
/aoo4110/main/sfx2/source/doc/ |
H A D | objserv.cxx | 601 uno::Sequence< beans::PropertyValue > aDispatchArgs; in ExecFile_Impl() local 605 aDispatchArgs, in ExecFile_Impl() 619 aDispatchArgs, in ExecFile_Impl() 635 aDispatchArgs, in ExecFile_Impl()
|
/aoo4110/main/dbaccess/source/ui/browser/ |
H A D | sbagrid.cxx | 606 DispatchArgs aDispatchArgs; in dispatch() local 607 aDispatchArgs.aURL = aURL; in dispatch() 608 aDispatchArgs.aArgs = aArgs; in dispatch() 609 m_aDispatchArgs.push( aDispatchArgs ); in dispatch()
|
/aoo4110/main/svx/source/form/ |
H A D | fmshimp.cxx | 3493 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()
|
/aoo4110/main/sfx2/source/notify/ |
H A D | eventsupplier.cxx | 290 css::uno::Sequence< css::beans::PropertyValue > aDispatchArgs( &aEventParam, 1 ); in Execute() local 291 xDisp->dispatch( aURL, aDispatchArgs ); in Execute()
|
Completed in 61 milliseconds