/aoo41x/main/framework/source/jobs/ |
H A D | jobdispatch.cxx | 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() [all …]
|
/aoo41x/main/svx/source/tbxctrls/ |
H A D | tbunosearchcontrollers.cxx | 70 xDispatch->dispatch( aURL, lArgs ); in impl_executeSearch() 148 lArgs[0].Name = SEARCHITEM_SEARCHSTRING; in PreNotify() 149 lArgs[0].Value <<= sFindText; in PreNotify() 153 lArgs[1].Value <<= sal_True; in PreNotify() 155 lArgs[1].Value <<= sal_False; in PreNotify() 548 lArgs[0].Name = SEARCHITEM_SEARCHSTRING; in execute() 549 lArgs[0].Value <<= sFindText; in execute() 551 lArgs[1].Value <<= sal_False; in execute() 677 lArgs[0].Name = SEARCHITEM_SEARCHSTRING; in execute() 678 lArgs[0].Value <<= sFindText; in execute() [all …]
|
/aoo41x/main/framework/qa/complex/framework/autosave/ |
H A D | AutoSave.java | 300 PropertyValue[] lArgs = new PropertyValue[3]; in saveDoc() local 301 lArgs[0] = new PropertyValue(); in saveDoc() 302 lArgs[0].Name = "URL"; in saveDoc() 303 lArgs[0].Value = sURL; in saveDoc() 304 lArgs[1] = new PropertyValue(); in saveDoc() 305 lArgs[1].Name = "Overwrite"; in saveDoc() 306 lArgs[1].Value = Boolean.TRUE; in saveDoc() 307 lArgs[2] = new PropertyValue(); in saveDoc() 308 lArgs[2].Name = "StoreTo"; in saveDoc() 309 lArgs[2].Value = Boolean.TRUE; in saveDoc() [all …]
|
/aoo41x/main/framework/source/classes/ |
H A D | taskcreator.cxx | 140 css::uno::Sequence< css::uno::Any > lArgs(5); in createTask() local 145 lArgs[0] <<= aArg; in createTask() 149 lArgs[1] <<= aArg; in createTask() 153 lArgs[2] <<= aArg; in createTask() 157 lArgs[3] <<= aArg; in createTask() 161 lArgs[4] <<= aArg; in createTask() 163 …css::uno::Reference< css::frame::XFrame > xTask(xCreator->createInstanceWithArguments(lArgs), css:… in createTask()
|
/aoo41x/main/odk/examples/DevelopersGuide/Components/Addons/JobsAddon/ |
H A D | AsyncJob.java | 91 public synchronized void executeAsync(com.sun.star.beans.NamedValue[] lArgs , in executeAsync() argument 105 int c = lArgs.length; in executeAsync() 108 if (lArgs[i].Name.equals("Config")) in executeAsync() 109 …ricConfig = (com.sun.star.beans.NamedValue[])com.sun.star.uno.AnyConverter.toArray(lArgs[i].Value); in executeAsync() 111 if (lArgs[i].Name.equals("JobConfig")) in executeAsync() 112 …JobConfig = (com.sun.star.beans.NamedValue[])com.sun.star.uno.AnyConverter.toArray(lArgs[i].Value); in executeAsync() 114 if (lArgs[i].Name.equals("Environment")) in executeAsync() 115 …vironment = (com.sun.star.beans.NamedValue[])com.sun.star.uno.AnyConverter.toArray(lArgs[i].Value); in executeAsync() 117 if (lArgs[i].Name.equals("DynamicData")) in executeAsync() 118 …namicData = (com.sun.star.beans.NamedValue[])com.sun.star.uno.AnyConverter.toArray(lArgs[i].Value); in executeAsync()
|
/aoo41x/main/framework/source/services/ |
H A D | taskcreatorsrv.cxx | 139 ::comphelper::SequenceAsHashMap lArgs(lArguments); in createInstanceWithArguments() 141 …css::uno::Reference< css::frame::XFrame > xParentFrame = lArgs.getUnpackedValueOr… in createInstanceWithArguments() 142 …::rtl::OUString sFrameName = lArgs.getUnpackedValueOr… in createInstanceWithArguments() 143 …sal_Bool bVisible = lArgs.getUnpackedValueOr… in createInstanceWithArguments() 144 …sal_Bool bCreateTopWindow = lArgs.getUnpackedValueOr… in createInstanceWithArguments() 145 …css::awt::Rectangle aPosSize = lArgs.getUnpackedValueOr… in createInstanceWithArguments() 146 …css::uno::Reference< css::awt::XWindow > xContainerWindow = lArgs.getUnpackedValueOr… in createInstanceWithArguments() 147 …sal_Bool bSupportPersistentWindowState = lArgs.getUnpackedValueOr… in createInstanceWithArguments() 148 …sal_Bool bEnableTitleBarUpdate = lArgs.getUnpackedValueOr… in createInstanceWithArguments()
|
/aoo41x/main/odk/examples/cpp/complextoolbarcontrols/ |
H A D | MyProtocolHandler.cxx | 221 void SAL_CALL BaseDispatch::dispatch( const URL& aURL, const Sequence < PropertyValue >& lArgs ) th… in dispatch() argument 269 for ( sal_Int32 i = 0; i < lArgs.getLength(); i++ ) in dispatch() 271 if ( lArgs[i].Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "Text" ) ) ) in dispatch() 273 lArgs[i].Value >>= aText; in dispatch() 294 for ( sal_Int32 i = 0; i < lArgs.getLength(); i++ ) in dispatch() 296 if ( lArgs[i].Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "Text" ) ) ) in dispatch() 298 lArgs[i].Value >>= aText; in dispatch() 336 for ( sal_Int32 i = 0; i < lArgs.getLength(); i++ ) in dispatch() 338 if ( lArgs[i].Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "Text" ) ) ) in dispatch() 340 lArgs[i].Value >>= aText; in dispatch()
|
/aoo41x/main/svx/source/dialog/ |
H A D | docrecovery.cxx | 405 lArgs[0].Value <<= sal_False; in doEmergencySavePrepare() 407 m_xRealCore->dispatch(aURL, lArgs); in doEmergencySavePrepare() 420 lArgs[0].Value <<= m_xProgress; in doEmergencySave() 422 lArgs[1].Value <<= sal_True; in doEmergencySave() 424 m_xRealCore->dispatch(aURL, lArgs); in doEmergencySave() 437 lArgs[0].Value <<= m_xProgress; in doRecovery() 439 lArgs[1].Value <<= sal_True; in doRecovery() 441 m_xRealCore->dispatch(aURL, lArgs); in doRecovery() 659 lArgs[0] <<= aProp; in PluginProgress() 662 lArgs[1] <<= aProp; in PluginProgress() [all …]
|
/aoo41x/main/svl/qa/complex/ConfigItems/ |
H A D | CheckConfigItems.java | 186 NamedValue[] lArgs = new NamedValue[1]; in impl_triggerTest() local 187 lArgs[0] = new NamedValue(); in impl_triggerTest() 188 lArgs[0].Name = "Test"; in impl_triggerTest() 189 lArgs[0].Value = sTest; in impl_triggerTest() 190 m_xTest.execute(lArgs); in impl_triggerTest()
|
/aoo41x/main/scripting/source/protocolhandler/ |
H A D | scripthandler.cxx | 148 const URL& aURL, const Sequence < PropertyValue >& lArgs, in dispatchWithNotification() 162 if ( lArgs.getLength() > 0 ) in dispatchWithNotification() 165 for ( int index = 0; index < lArgs.getLength(); index++ ) in dispatchWithNotification() 169 if ( lArgs[ index ].Name.compareToAscii("Referer") == 0 ) { in dispatchWithNotification() 170 lArgs [ index ].Value >>= aReferer; in dispatchWithNotification() 173 inArgs[ argCount - 1 ] = lArgs[ index ].Value; in dispatchWithNotification() 333 const URL& aURL, const Sequence< PropertyValue >& lArgs ) in dispatch() 336 dispatchWithNotification( aURL, lArgs, Reference< XDispatchResultListener >() ); in dispatch()
|
/aoo41x/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/ |
H A D | OnewayExecutor.java | 195 com.sun.star.beans.PropertyValue[][] lArgs) in codeDispatch() argument 199 int nLength = lArgs.length+1; in codeDispatch() 208 lParams[0].add( (Object)lArgs[0][nPos] ); in codeDispatch() 218 lArgs[0] = new com.sun.star.beans.PropertyValue[nLength]; in codeDispatch() 223 lArgs[0][nPos] = (com.sun.star.beans.PropertyValue) in codeDispatch()
|
/aoo41x/main/framework/inc/jobs/ |
H A D | jobdispatch.hxx | 112 … const css::uno::Sequence< css::beans::PropertyValue >& lArgs , 115 … const css::uno::Sequence< css::beans::PropertyValue >& lArgs , 118 … const css::uno::Sequence< css::beans::PropertyValue >& lArgs , 143 … const css::uno::Sequence< css::beans::PropertyValue >& lArgs , 148 …const css::uno::Sequence< css::beans::PropertyValue >& lArgs ) throw(css::uno::RuntimeExcep…
|
/aoo41x/main/framework/source/inc/pattern/ |
H A D | storages.hxx | 86 css::uno::Sequence< css::uno::Any > lArgs(2); in createTempStorageBasedOnFolder() local 87 lArgs[0] <<= xTempFile; in createTempStorageBasedOnFolder() 88 lArgs[1] <<= nOpenMode; in createTempStorageBasedOnFolder() 90 …::embed::XStorage > xStorage(xStorageFactory->createInstanceWithArguments(lArgs), css::uno::UNO_QU… in createTempStorageBasedOnFolder()
|
/aoo41x/main/framework/qa/complex/ModuleManager/ |
H A D | CheckXModuleManager.java | 265 PropertyValue[] lArgs = new PropertyValue[1]; in impl_identifyModulesBasedOnDocs() local 266 lArgs[0] = new PropertyValue(); in impl_identifyModulesBasedOnDocs() 267 lArgs[0].Name = "Hidden"; in impl_identifyModulesBasedOnDocs() 268 lArgs[0].Value = Boolean.TRUE; in impl_identifyModulesBasedOnDocs() 270 …XComponent xModel = m_xLoader.loadComponentFromURL(sFactoryURL, "_self", 0, lArgs); in impl_identifyModulesBasedOnDocs()
|
/aoo41x/main/framework/source/accelerators/ |
H A D | presethandler.cxx | 283 css::uno::Sequence< css::uno::Any > lArgs(2); in getOrCreateRootStorageShare() local 284 lArgs[0] <<= sShareLayer; in getOrCreateRootStorageShare() 285 lArgs[1] <<= css::embed::ElementModes::READ | css::embed::ElementModes::NOCREATE; in getOrCreateRootStorageShare() 292 …ence< css::embed::XStorage >(xStorageFactory->createInstanceWithArguments(lArgs), css::uno::UNO_QU… in getOrCreateRootStorageShare() 334 css::uno::Sequence< css::uno::Any > lArgs(2); in getOrCreateRootStorageUser() local 335 lArgs[0] <<= sUserLayer; in getOrCreateRootStorageUser() 336 lArgs[1] <<= css::embed::ElementModes::READWRITE; in getOrCreateRootStorageUser() 343 …ence< css::embed::XStorage >(xStorageFactory->createInstanceWithArguments(lArgs), css::uno::UNO_QU… in getOrCreateRootStorageUser()
|
H A D | moduleacceleratorconfiguration.cxx | 123 ::comphelper::SequenceAsHashMap lArgs(lArguments); in initialize() 124 …m_sModule = lArgs.getUnpackedValueOrDefault(::rtl::OUString::createFromAscii("ModuleIdentifier"), … in initialize() 125 …m_sLocale = lArgs.getUnpackedValueOrDefault(::rtl::OUString::createFromAscii("Locale") , … in initialize()
|
H A D | documentacceleratorconfiguration.cxx | 139 ::comphelper::SequenceAsHashMap lArgs(lArguments); in initialize() 140 m_xDocumentRoot = lArgs.getUnpackedValueOrDefault( in initialize()
|
/aoo41x/main/dbaccess/source/ui/misc/ |
H A D | databaseobjectview.cxx | 130 Sequence< Any > lArgs(2); in doDispatch() local 136 lArgs[nArg++] <<= aProp; in doDispatch() 140 lArgs[nArg++] <<= aProp; in doDispatch() 142 m_xFrameLoader.set(xFact->createInstanceWithArguments(lArgs), UNO_QUERY_THROW); in doDispatch()
|
/aoo41x/main/desktop/source/splash/ |
H A D | firststart.cxx | 129 ::comphelper::SequenceAsHashMap lArgs(args); in execute() 131 …sal_Bool bLicenseNeeded = lArgs.getUnpackedValueOrDefault( ARG_LICENSENEEDED, (sal_Bool)sal_Tru… in execute() 132 … rtl::OUString aLicensePath = lArgs.getUnpackedValueOrDefault( ARG_LICENSEPATH, rtl::OUString() ); in execute()
|
/aoo41x/main/framework/source/helper/ |
H A D | statusindicatorfactory.cxx | 132 ::comphelper::SequenceAsHashMap lArgs(lArguments); in initialize() 137 …m_xFrame = lArgs.getUnpackedValueOrDefault(STATUSINDICATORFACTORY_PROPNAME_FRAME … in initialize() 138 …m_xPluggWindow = lArgs.getUnpackedValueOrDefault(STATUSINDICATORFACTORY_PROPNAME_WINDOW … in initialize() 139 …m_bAllowParentShow = lArgs.getUnpackedValueOrDefault(STATUSINDICATORFACTORY_PROPNAME_ALLOWPARENT… in initialize() 140 …m_bDisableReschedule = lArgs.getUnpackedValueOrDefault(STATUSINDICATORFACTORY_PROPNAME_DISABLERESC… in initialize()
|
/aoo41x/main/framework/source/dispatch/ |
H A D | startmoduledispatcher.cxx | 206 css::uno::Sequence< css::uno::Any > lArgs(1); in implts_establishBackingMode() local 207 lArgs[0] <<= xContainerWindow; in implts_establishBackingMode() 210 xSMGR->createInstanceWithArguments(SERVICENAME_STARTMODULE, lArgs), in implts_establishBackingMode()
|
/aoo41x/main/sfx2/inc/sfx2/ |
H A D | appuno.hxx | 112 …:com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& lArgs, const ::com::sun:… 113 …:com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& lArgs ) throw (::com::su… 114 …:com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& lArgs ) throw (::com::su…
|
/aoo41x/main/desktop/source/migration/ |
H A D | migration.cxx | 294 uno::Sequence< uno::Any > lArgs(2); in doMigration() local 296 lArgs[0] <<= aOldCfgDataPath + vModulesInfo[i].sModuleShortName; in doMigration() 297 lArgs[1] <<= embed::ElementModes::READ; in doMigration() 302 …xModules = uno::Reference< embed::XStorage >(xStorageFactory->createInstanceWithArguments(lArgs), … in doMigration() 984 uno::Sequence< uno::Any > lArgs(2); in dectectUIChangesForAllModules() local 985 …lArgs[0] <<= m_aInfo.userdata + ::rtl::OUString::createFromAscii("/user/config/soffice.cfg/modules… in dectectUIChangesForAllModules() 986 lArgs[1] <<= embed::ElementModes::READ; in dectectUIChangesForAllModules() 991 …xModules = uno::Reference< embed::XStorage >(xStorageFactory->createInstanceWithArguments(lArgs), … in dectectUIChangesForAllModules()
|
/aoo41x/main/cui/source/customize/ |
H A D | acccfg.cxx | 1213 css::uno::Sequence< css::uno::Any > lArgs(2); in IMPL_LINK() local 1214 lArgs[0] <<= sCfgName; in IMPL_LINK() 1215 lArgs[1] <<= css::embed::ElementModes::READ; in IMPL_LINK() 1217 …ence< css::embed::XStorage >(xStorageFactory->createInstanceWithArguments(lArgs), css::uno::UNO_QU… in IMPL_LINK() 1296 css::uno::Sequence< css::uno::Any > lArgs(2); in IMPL_LINK() local 1297 lArgs[0] <<= sCfgName; in IMPL_LINK() 1298 lArgs[1] <<= css::embed::ElementModes::WRITE; in IMPL_LINK() 1301 xStorageFactory->createInstanceWithArguments(lArgs), in IMPL_LINK()
|
/aoo41x/main/desktop/source/app/ |
H A D | app.cxx | 2029 Sequence< NamedValue > lArgs(2); in Main() local 2030 lArgs[0].Name = ::rtl::OUString::createFromAscii("LicenseNeedsAcceptance"); in Main() 2031 lArgs[0].Value <<= LicenseNeedsAcceptance(); in Main() 2032 lArgs[1].Name = ::rtl::OUString::createFromAscii("LicensePath"); in Main() 2033 lArgs[1].Value <<= GetLicensePath(); in Main() 2035 xFirstStartJob->execute(lArgs) >>= bDone; in Main() 2123 Sequence< Any > lArgs(1); in Main() local 2124 lArgs[0] <<= xContainerWindow; in Main() 3369 Sequence< Any > lArgs(1); in HandleAppEvent() local 3370 lArgs[0] <<= xContainerWindow; in HandleAppEvent() [all …]
|