Lines Matching refs:aArgs

273 …nst ::rtl::OUString& aURL, const ::rtl::OUString& rTarget, const Sequence< PropertyValue >& aArgs )  in OpenURL()  argument
295 xDispatch->dispatch( aDispatchURL, aArgs ); in OpenURL()
348 Sequence<PropertyValue> aArgs(1); in FromTemplate() local
349 PropertyValue* pArg = aArgs.getArray(); in FromTemplate()
356 … xNotifyer->dispatchWithNotification( aTargetURL, aArgs, new SfxNotificationListener_Impl() ); in FromTemplate()
359 xDisp->dispatch( aTargetURL, aArgs ); in FromTemplate()
435 Sequence< PropertyValue > aArgs(3); in IMPL_STATIC_LINK() local
441 aArgs[0].Name = OUString::createFromAscii( "InteractionHandler" ); in IMPL_STATIC_LINK()
442 aArgs[0].Value <<= xInteraction; in IMPL_STATIC_LINK()
445 aArgs[1].Name = OUString::createFromAscii( "MacroExecutionMode" ); in IMPL_STATIC_LINK()
446 aArgs[1].Value <<= nMacroExecMode; in IMPL_STATIC_LINK()
449 aArgs[2].Name = OUString::createFromAscii( "UpdateDocMode" ); in IMPL_STATIC_LINK()
450 aArgs[2].Value <<= nUpdateDoc; in IMPL_STATIC_LINK()
470 aArgs.realloc( ++nArgs ); in IMPL_STATIC_LINK()
471 aArgs[nArgs-1].Name = OUString::createFromAscii( "ReadOnly" ); in IMPL_STATIC_LINK()
472 aArgs[nArgs-1].Value <<= bReadOnly; in IMPL_STATIC_LINK()
485 aArgs.realloc( ++nArgs ); in IMPL_STATIC_LINK()
486 aArgs[nArgs-1].Name = OUString::createFromAscii( "Version" ); in IMPL_STATIC_LINK()
487 aArgs[nArgs-1].Value <<= uVersion; in IMPL_STATIC_LINK()
510 aArgs.realloc( ++nArgs ); in IMPL_STATIC_LINK()
511 aArgs[nArgs-1].Name = OUString::createFromAscii( "FilterName" ); in IMPL_STATIC_LINK()
512 aArgs[nArgs-1].Value <<= aFilterName; in IMPL_STATIC_LINK()
518 … OpenURL( sFiles[0], OUString( RTL_CONSTASCII_USTRINGPARAM( "_default" ) ), aArgs ); in IMPL_STATIC_LINK()
530 … OpenURL( aURL, OUString( RTL_CONSTASCII_USTRINGPARAM( "_default" ) ), aArgs ); in IMPL_STATIC_LINK()