Home
last modified time | relevance | path

Searched refs:bootstrap (Results 1 – 25 of 141) sorted by relevance

123456

/trunk/main/cppuhelper/source/
H A Dbootstrap.cxx189 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 Dservicefactory.cxx188 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 Dtestbootstrap.cxx75 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 Dmakefile.mk42 BOOTSTRAPSCRIPT=bootstrap.bat
46 BOOTSTRAPSCRIPT=bootstrap
77 $(BIN)$/bootstrap.pl
110 $(BIN)$/bootstrap.pl:
111 cp bootstrap.pl $@
/trunk/main/stoc/util/
H A Dmakefile.mk25 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 Dd.lst7 ..\%__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 Dprofileitem_ooo.scp241 …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 Dmakefile.mk92 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 Dnative_bootstrap.cxx304 bootstrap();
352 ::unoidl::com::sun::star::uno::XComponentContext * Bootstrap::bootstrap()
354 Reference<XComponentContext> xContext = ::cppu::bootstrap();
/trunk/main/pyuno/source/loader/
H A Dpyuno_loader.cxx172 rtl::Bootstrap bootstrap(path); in CreateInstance() local
175bootstrap.getFrom( OUString( RTL_CONSTASCII_USTRINGPARAM( "PYUNO_LOADER_PYTHONHOME") ), pythonHome… in CreateInstance()
176bootstrap.getFrom( OUString( RTL_CONSTASCII_USTRINGPARAM( "PYUNO_LOADER_PYTHONPATH" ) ) , pythonPa… in CreateInstance()
/trunk/main/pyuno/zipcore/
H A Dpython.cxx97 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 Dmakefile.mk26 TARGET = bootstrap
29 COMP1TYPELIST = bootstrap
/trunk/main/solenv/bin/
H A Drelocate188 print " bootstrap\n";
197 sed_file ("$new_root/bootstrap", $rewrite, \%state);
198 `chmod +x $new_root/bootstrap`;
/trunk/main/cppuhelper/test/bootstrap/
H A Dmakefile.mk26 TARGET := bootstrap.test
47 APP1OBJS := $(OBJ)$/bootstrap.test.obj
/trunk/main/jvmfwk/source/
H A Dreadme.txt1 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 Dfwkutil.hxx56 ::rtl::Bootstrap * bootstrap = new ::rtl::Bootstrap(sIni); in operator ()()
61 return bootstrap; in operator ()()
/trunk/main/sal/test/unloading/
H A Dmakefile.mk53 UNOUCROUT= $(OUT)$/inc$/bootstrap
54 INCPRE+= $(OUT)$/inc$/bootstrap
/trunk/main/configmgr/qa/unit/
H A Dmakefile.mk85 echo '[Bootstrap]' > $(MISC)/unitdata/brand/program/bootstrap$(MY_INI)
87 >> $(MISC)/unitdata/brand/program/bootstrap$(MY_INI)
/trunk/main/
H A Dmakefile.rc49 bootstrap .PHONY :
50 @bootstrap
/trunk/main/offapi/com/sun/star/configuration/
H A DInvalidBootstrapFileException.idl37 a bootstrap file needed to locate the configuration contains invalid data
41 /// the URL of the bootstrap file that is invalid
H A DMissingBootstrapFileException.idl37 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 DLocalOfficeImpl.java82 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 DBootstrapContext.idl32 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 Dmakefile.mk88 $(SLO)$/bootstrap.obj \
122 $(OBJ)$/bootstrap.obj \
/trunk/main/cppuhelper/
H A DPackage_inc.mk57 $(eval $(call gb_Package_add_file,cppuhelper_inc,inc/cppuhelper/bootstrap.hxx,cppuhelper/bootstrap.…

Completed in 74 milliseconds

123456