/trunk/main/cppuhelper/source/ |
H A D | bootstrap.cxx | 189 OUString const & rBootstrapPath, Bootstrap const & bootstrap ) 212 const Bootstrap & bootstrap, in findBoostrapArgument() argument 223 if(!bootstrap.getFrom(prefixed_arg_name, result)) in findBoostrapArgument() 229 bootstrap.getIniName(fileName); in findBoostrapArgument() 379 Bootstrap const & bootstrap ) in defaultBootstrap_InitialComponentContext() argument 385 if (!bootstrap.getFrom( in defaultBootstrap_InitialComponentContext() 430 bootstrap, OUSTR("SERVICES"), &bFallenback_services ); in defaultBootstrap_InitialComponentContext() 448 bootstrapPath, bootstrap ) ); in defaultBootstrap_InitialComponentContext() 468 Bootstrap bootstrap( iniFile ); in defaultBootstrap_InitialComponentContext() local 469 if (bootstrap.getHandle() == 0) in defaultBootstrap_InitialComponentContext() [all …]
|
H A D | servicefactory.cxx | 188 Bootstrap const & bootstrap ) in add_access_control_entries() argument 195 if (bootstrap.getFrom( OUSTR("UNO_AC_POLICYSERVICE"), ac_policy )) in add_access_control_entries() 242 if (! bootstrap.getFrom( OUSTR("UNO_AC"), ac_mode )) in add_access_control_entries() 247 if (bootstrap.getFrom( OUSTR("UNO_AC_SINGLEUSER"), ac_user )) in add_access_control_entries() 282 if (! bootstrap.getFrom( OUSTR("UNO_AC_SERVICE"), ac_service )) in add_access_control_entries() 291 if (bootstrap.getFrom( OUSTR("UNO_AC_USERCACHE_SIZE"), ac_cache )) in add_access_control_entries() 368 OUString const & rBootstrapPath, Bootstrap const & bootstrap ) in bootstrapInitialContext() argument 457 add_access_control_entries( &context_values, bootstrap ); in bootstrapInitialContext() 608 Bootstrap bootstrap; in createImplServiceFactory() local 611 xSF, xRegistry, xRegistry, rBootstrapPath, bootstrap ) ); in createImplServiceFactory() [all …]
|
/trunk/main/sal/test/ |
H A D | testbootstrap.cxx | 75 Bootstrap bootstrap(iniName); in main() local 85 useDefault = bootstrap.getFrom(OUString(RTL_CONSTASCII_USTRINGPARAM("USEDEFAULT")), aDummy); in main() 91 bootstrap.getFrom(name, value, myDefault); in main() 94 found = bootstrap.getFrom(name, value); in main() 115 OSL_ASSERT( ! bootstrap.getFrom( name, value ) ); in main() 116 result = result && !bootstrap.getFrom( name, value ); in main() 121 bootstrap.getFrom( name, value, myDefault ); in main() 125 bootstrap.getFrom( name, value, myDefault2 ); in main()
|
H A D | makefile.mk | 42 BOOTSTRAPSCRIPT=bootstrap.bat 46 BOOTSTRAPSCRIPT=bootstrap 77 $(BIN)$/bootstrap.pl 110 $(BIN)$/bootstrap.pl: 111 cp bootstrap.pl $@
|
/trunk/main/stoc/util/ |
H A D | makefile.mk | 25 PRJNAME= bootstrap 26 TARGET = bootstrap.uno 39 LIB1FILES= $(SLB)$/bootstrap.lib \ 94 ALLTAR : $(MISC)/bootstrap.component $(MISC)/stocservices.component 96 $(MISC)/bootstrap.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \ 97 bootstrap.component 100 $(SOLARENV)/bin/createcomponent.xslt bootstrap.component
|
/trunk/main/stoc/prj/ |
H A D | d.lst | 7 ..\%__SRC%\misc\bootstrap.component %_DEST%\xml%_EXT%\bootstrap.component 27 ..\source\bootstrap\bootstrap.xml %_DEST%\xml%_EXT%\bootstrap.uno.xml
|
/trunk/main/scp2/source/ooo/ |
H A D | profileitem_ooo.scp | 241 …Value = "${$OOO_BASE_DIR/program/" PROFILENAME(bootstrap) ":UserInstallation}/user/extensions/bund… 268 …Value = "${$OOO_BASE_DIR/program/" PROFILENAME(bootstrap) ":UserInstallation}/user/extensions/tmp"; 277 …Value = "${$OOO_BASE_DIR/program/" PROFILENAME(bootstrap) ":UserInstallation}/user/extensions/shar… 286 … Value = "${$OOO_BASE_DIR/program/" PROFILENAME(bootstrap) ":UserInstallation}/user/uno_packages"; 295 …Value = "${$OOO_BASE_DIR/program/" PROFILENAME(bootstrap) ":UserInstallation}/user/extensions/bak"; 453 …Value = "${${OOO_BASE_DIR}/program/" PROFILENAME(bootstrap) ":UserInstallation}/user/config/javase…
|
/trunk/main/bridges/test/java_uno/nativethreadpool/ |
H A D | makefile.mk | 92 cp $(SOLARBINDIR)$/types.rdb $(MISC)$/$(TARGET)$/bootstrap.rdb 93 $(REGCOMP) -register -r $(MISC)$/$(TARGET)$/bootstrap.rdb \ 101 -br $(MISC)$/$(TARGET)$/bootstrap.rdb -classpath $(EXEC_CLASSPATH) \
|
/trunk/main/cli_ure/source/native/ |
H A D | native_bootstrap.cxx | 304 bootstrap(); 352 ::unoidl::com::sun::star::uno::XComponentContext * Bootstrap::bootstrap() 354 Reference<XComponentContext> xContext = ::cppu::bootstrap();
|
/trunk/main/pyuno/source/loader/ |
H A D | pyuno_loader.cxx | 172 rtl::Bootstrap bootstrap(path); in CreateInstance() local 175 …bootstrap.getFrom( OUString( RTL_CONSTASCII_USTRINGPARAM( "PYUNO_LOADER_PYTHONHOME") ), pythonHome… in CreateInstance() 176 …bootstrap.getFrom( OUString( RTL_CONSTASCII_USTRINGPARAM( "PYUNO_LOADER_PYTHONPATH" ) ) , pythonPa… in CreateInstance()
|
/trunk/main/pyuno/zipcore/ |
H A D | python.cxx | 97 wchar_t bootstrap[MY_LENGTH(L"vnd.sun.star.pathname:") + MAX_PATH] = local 100 bootstrap + MY_LENGTH(L"vnd.sun.star.pathname:"), path, pathEnd, 267 !SetEnvironmentVariableW(L"URE_BOOTSTRAP", bootstrap))
|
/trunk/main/stoc/source/bootstrap/ |
H A D | makefile.mk | 26 TARGET = bootstrap 29 COMP1TYPELIST = bootstrap
|
/trunk/main/solenv/bin/ |
H A D | relocate | 188 print " bootstrap\n"; 197 sed_file ("$new_root/bootstrap", $rewrite, \%state); 198 `chmod +x $new_root/bootstrap`;
|
/trunk/main/cppuhelper/test/bootstrap/ |
H A D | makefile.mk | 26 TARGET := bootstrap.test 47 APP1OBJS := $(OBJ)$/bootstrap.test.obj
|
/trunk/main/jvmfwk/source/ |
H A D | readme.txt | 1 The file jvfwk3rc is intended for providing bootstrap parameter for the java 9 java settings. See framework.h bootstrap variable UNO_JAVA_JFW_INSTALL_DATA
|
H A D | fwkutil.hxx | 56 ::rtl::Bootstrap * bootstrap = new ::rtl::Bootstrap(sIni); in operator ()() 61 return bootstrap; in operator ()()
|
/trunk/main/sal/test/unloading/ |
H A D | makefile.mk | 53 UNOUCROUT= $(OUT)$/inc$/bootstrap 54 INCPRE+= $(OUT)$/inc$/bootstrap
|
/trunk/main/configmgr/qa/unit/ |
H A D | makefile.mk | 85 echo '[Bootstrap]' > $(MISC)/unitdata/brand/program/bootstrap$(MY_INI) 87 >> $(MISC)/unitdata/brand/program/bootstrap$(MY_INI)
|
/trunk/main/ |
H A D | makefile.rc | 49 bootstrap .PHONY : 50 @bootstrap
|
/trunk/main/offapi/com/sun/star/configuration/ |
H A D | InvalidBootstrapFileException.idl | 37 a bootstrap file needed to locate the configuration contains invalid data 41 /// the URL of the bootstrap file that is invalid
|
H A D | MissingBootstrapFileException.idl | 37 a bootstrap file needed to locate the configuration is missing 41 /// the URL of the bootstrap file that could not be found
|
/trunk/main/scripting/java/org/openoffice/idesupport/localoffice/ |
H A D | LocalOfficeImpl.java | 82 bootstrap(port); in connect() 131 private void bootstrap(int port) in bootstrap() method in LocalOfficeImpl
|
/trunk/main/offapi/com/sun/star/configuration/bootstrap/ |
H A D | BootstrapContext.idl | 32 module com { module sun { module star { module configuration { module bootstrap { 38 bootstrap parameters for configuration services from the
|
/trunk/main/sal/rtl/source/ |
H A D | makefile.mk | 88 $(SLO)$/bootstrap.obj \ 122 $(OBJ)$/bootstrap.obj \
|
/trunk/main/cppuhelper/ |
H A D | Package_inc.mk | 57 $(eval $(call gb_Package_add_file,cppuhelper_inc,inc/cppuhelper/bootstrap.hxx,cppuhelper/bootstrap.…
|