Searched refs:theArgs (Results 1 – 10 of 10) sorted by relevance
/aoo4110/main/desktop/source/app/ |
H A D | userinstall.cxx | 109 Sequence< Any > theArgs(1); in is_user_install() local 113 theArgs[0] <<= v; in is_user_install() 116 sAccessSrvc, theArgs), UNO_QUERY_THROW); in is_user_install() 270 Sequence< Any > theArgs(1); in create_user_install() local 274 theArgs[0] <<= v; in create_user_install() 276 … theConfigProvider->createInstanceWithArguments(sAccessSrvc, theArgs), UNO_QUERY_THROW); in create_user_install()
|
H A D | check_ext_deps.cxx | 331 Sequence< Any > theArgs(1); in impl_setNeedsCompatCheck() local 334 theArgs[0] <<= v; in impl_setNeedsCompatCheck() 336 … theConfigProvider->createInstanceWithArguments( sAccessSrvc, theArgs ), UNO_QUERY_THROW ); in impl_setNeedsCompatCheck() 384 Sequence< Any > theArgs(1); in impl_needsCompatCheck() local 387 theArgs[0] <<= v; in impl_needsCompatCheck() 389 … theConfigProvider->createInstanceWithArguments( sAccessSrvc, theArgs ), UNO_QUERY_THROW ); in impl_needsCompatCheck()
|
H A D | app.cxx | 2829 Sequence< Any > theArgs(1); in PreloadConfigurationData() local 2834 xConfigProvider->createInstanceWithArguments( sAccessSrvc, theArgs ), UNO_QUERY ); in PreloadConfigurationData() 2841 theArgs[ 0 ] <<= OUString::createFromAscii( "org.openoffice.Office.WriterWeb/Content" ); in PreloadConfigurationData() 2845 xConfigProvider->createInstanceWithArguments( sAccessSrvc, theArgs ), UNO_QUERY ); in PreloadConfigurationData() 2856 xConfigProvider->createInstanceWithArguments( sAccessSrvc, theArgs ), UNO_QUERY ); in PreloadConfigurationData() 2863 theArgs[ 0 ] <<= OUString::createFromAscii( "org.openoffice.Office.Calc/Content" ); in PreloadConfigurationData() 2867 xConfigProvider->createInstanceWithArguments( sAccessSrvc, theArgs ), UNO_QUERY ); in PreloadConfigurationData() 2878 xConfigProvider->createInstanceWithArguments( sAccessSrvc, theArgs ), UNO_QUERY ); in PreloadConfigurationData() 2884 theArgs[ 0 ] <<= OUString::createFromAscii( "org.openoffice.Office.Impress/Layout" ); in PreloadConfigurationData() 2895 theArgs[ 0 ] <<= OUString::createFromAscii( "org.openoffice.Office.Draw/Layout" ); in PreloadConfigurationData() [all …]
|
H A D | appfirststart.cxx | 264 Sequence< Any > theArgs(1); in FinishFirstStart() local 267 theArgs[0] <<= v; in FinishFirstStart() 269 theConfigProvider->createInstanceWithArguments(sAccessSrvc, theArgs), UNO_QUERY_THROW); in FinishFirstStart()
|
H A D | langselect.cxx | 385 Sequence< Any > theArgs(1); in getConfigAccess() local 386 theArgs[ 0 ] <<= sConfigURL; in getConfigAccess() 389 sAccessSrvc, theArgs ), UNO_QUERY_THROW ); in getConfigAccess()
|
/aoo4110/main/desktop/source/migration/ |
H A D | wizard.cxx | 408 Sequence< Any > theArgs(1); in storeAcceptDate() local 411 theArgs[0] <<= v; in storeAcceptDate() 413 theConfigProvider->createInstanceWithArguments(sAccessSrvc, theArgs), UNO_QUERY_THROW); in storeAcceptDate() 435 Sequence< Any > theArgs(1); in setPatchLevel() local 438 theArgs[0] <<= v; in setPatchLevel() 440 theConfigProvider->createInstanceWithArguments(sAccessSrvc, theArgs), UNO_QUERY_THROW); in setPatchLevel()
|
H A D | migration.cxx | 869 uno::Sequence< uno::Any > theArgs(1); in getConfigAccess() local 870 theArgs[ 0 ] <<= sConfigURL; in getConfigAccess() 873 sAccessSrvc, theArgs ), uno::UNO_QUERY_THROW ); in getConfigAccess()
|
/aoo4110/main/fpicker/source/unx/gnome/ |
H A D | SalGtkPicker.cxx | 216 Sequence< Any > theArgs(1); in lcl_setGTKLanguage() local 217 theArgs[ 0 ] <<= OUString::createFromAscii("org.openoffice.Office.Linguistic/General"); in lcl_setGTKLanguage() 221 OUString::createFromAscii("com.sun.star.configuration.ConfigurationAccess"), theArgs ), in lcl_setGTKLanguage()
|
/aoo4110/main/cui/source/options/ |
H A D | optgdlg.cxx | 1239 Sequence< Any > theArgs(2); in OfaLanguagesTabPage() local 1243 …theArgs[0] = makeAny(NamedValue(OUString::createFromAscii("NodePath"), makeAny(sInstalledLocalesPa… in OfaLanguagesTabPage() 1244 theArgs[1] = makeAny(NamedValue(OUString::createFromAscii("reload"), makeAny(sal_True))); in OfaLanguagesTabPage() 1246 … theConfigProvider->createInstanceWithArguments(sAccessSrvc, theArgs ), UNO_QUERY_THROW ); in OfaLanguagesTabPage() 1436 Sequence< Any > theArgs(1); in FillItemSet() local 1437 theArgs[0] = makeAny(sUserLocalePath); in FillItemSet() 1439 … theConfigProvider->createInstanceWithArguments(sAccessUpdSrvc, theArgs ), UNO_QUERY_THROW ); in FillItemSet()
|
/aoo4110/main/framework/source/services/ |
H A D | license.cxx | 322 Sequence< Any > theArgs(1); in execute() local 326 theArgs[0] <<= v; in execute() 328 theConfigProvider->createInstanceWithArguments(sAccessSrvc, theArgs), UNO_QUERY_THROW); in execute()
|
Completed in 54 milliseconds