Home
last modified time | relevance | path

Searched refs:Bootstrap (Results 1 – 25 of 207) sorted by relevance

123456789

/aoo42x/main/unotools/source/config/
H A Dbootstrap.cxx85 class Bootstrap::Impl
139 Bootstrap::Impl const& Bootstrap::data() in data()
474 Bootstrap::PathStatus updateStatus(Bootstrap::Impl::PathData & _rResult) in updateStatus()
481 Bootstrap::PathStatus implGetBootstrapFile(rtl::Bootstrap& _rData, Bootstrap::Impl::PathData & _rBo… in implGetBootstrapFile()
490 Bootstrap::PathStatus implGetVersionFile(rtl::Bootstrap& _rData, Bootstrap::Impl::PathData & _rVers… in implGetVersionFile()
535 Bootstrap::FailureCode eErrCode = Bootstrap::INVALID_BOOTSTRAP_DATA; in describeError()
703 Bootstrap::PathStatus Bootstrap::locateBaseInstallation(OUString& _rURL) in locateBaseInstallation()
807 bool Bootstrap::Impl::initBaseInstallationData(rtl::Bootstrap& _rData) in initBaseInstallationData()
822 bool Bootstrap::Impl::initUserInstallationData(rtl::Bootstrap& _rData) in initUserInstallationData()
856 Bootstrap::Status Bootstrap::Impl::initialize() in initialize()
[all …]
/aoo42x/main/scp2/source/ooo/
H A Dprofileitem_ooo.scp29 Section = "Bootstrap";
38 Section = "Bootstrap";
47 Section = "Bootstrap";
58 Section = "Bootstrap";
74 Section = "Bootstrap";
90 Section = "Bootstrap";
103 Section = "Bootstrap";
114 Section = "Bootstrap";
123 Section = "Bootstrap";
132 Section = "Bootstrap";
[all …]
H A Dcommon_brand.scp665 Section = "Bootstrap";
674 Section = "Bootstrap";
692 Section = "Bootstrap";
701 Section = "Bootstrap";
716 Section = "Bootstrap";
724 Section = "Bootstrap";
733 Section = "Bootstrap";
742 Section = "Bootstrap";
751 Section = "Bootstrap";
760 Section = "Bootstrap";
[all …]
/aoo42x/main/sal/inc/rtl/
H A Dbootstrap.hxx30 class Bootstrap class
35 inline Bootstrap( Bootstrap const & ); // not impl
37 inline Bootstrap & operator = ( Bootstrap const & ); // not impl
84 inline Bootstrap();
89 inline Bootstrap(const OUString & iniName);
94 inline ~Bootstrap();
171 inline void Bootstrap::get( const ::rtl::OUString &sName, in get()
184 inline Bootstrap::Bootstrap() in Bootstrap() function in rtl::Bootstrap
189 inline Bootstrap::Bootstrap(const OUString & iniName) in Bootstrap() function in rtl::Bootstrap
198 inline Bootstrap::~Bootstrap() in ~Bootstrap()
[all …]
/aoo42x/main/sal/qa/rtl/bootstrap/
H A Drtl_Bootstrap.cxx188 Bootstrap aBootstrap( suIniname ); in TEST_F()
205 rtl::Bootstrap aBootstrap; in TEST_F()
280 Bootstrap aBootstrap; in TEST_F()
313 Bootstrap aBootstrap( suIniname ); in TEST_F()
325 Bootstrap aBootstrap( suIniname ); in TEST_F()
425 Bootstrap aBootstrap; in TEST_F()
475 Bootstrap aBootstrap; in TEST_F()
517 Bootstrap aBootstrap( suIniname); in TEST_F()
559 Bootstrap aBootstrap( suIniname); in TEST_F()
735 Bootstrap::expandMacros(t2); in TEST_F()
[all …]
/aoo42x/main/desktop/source/app/
H A Dapp.cxx597 ::rtl::Bootstrap::expandMacros(url); in getBrandSharePreregBundledPathURL()
604 ::rtl::Bootstrap::expandMacros(folder); in getUserBundledExtPathURL()
914 ::rtl::Bootstrap::expandMacros( aDirUrl); in installBundledExtensionBlobs()
919 ::rtl::Bootstrap::expandMacros(sMarkerURL); in installBundledExtensionBlobs()
1173 …::utl::Bootstrap::PathStatus aBaseInstallStatus = ::utl::Bootstrap::locateBaseInstallation( aBaseI… in HandleBootstrapPathErrors()
1174 …::utl::Bootstrap::PathStatus aUserInstallStatus = ::utl::Bootstrap::locateUserInstallation( aUserI… in HandleBootstrapPathErrors()
1197 utl::Bootstrap::FailureCode nFailureCode, in CreateErrorMsgString()
1275 case ::utl::Bootstrap::NO_FAILURE: in CreateErrorMsgString()
1360 case ::utl::Bootstrap::NO_FAILURE: in HandleBootstrapErrors()
1883 utl::Bootstrap::reloadData(); in Main()
[all …]
H A Duserinstall.cxx144 utl::Bootstrap::PathStatus aLocateResult = in finalize()
145 utl::Bootstrap::locateUserInstallation(aUserInstallPath); in finalize()
149 case utl::Bootstrap::DATA_INVALID: in finalize()
150 case utl::Bootstrap::DATA_MISSING: in finalize()
151 case utl::Bootstrap::DATA_UNKNOWN: in finalize()
155 case utl::Bootstrap::PATH_EXISTS: in finalize()
164 case utl::Bootstrap::PATH_VALID: in finalize()
238 if (utl::Bootstrap::locateBaseInstallation(aBasePath) != utl::Bootstrap::PATH_EXISTS) in create_user_install()
/aoo42x/main/desktop/source/deployment/misc/
H A Ddp_misc.cxx78 const boost::shared_ptr<rtl::Bootstrap>, UnoRc> {
79 const boost::shared_ptr<rtl::Bootstrap> operator () () { in operator ()()
82 ::rtl::Bootstrap::expandMacros( unorc ); in operator ()()
83 ::boost::shared_ptr< ::rtl::Bootstrap > ret( in operator ()()
84 new ::rtl::Bootstrap( unorc ) ); in operator ()()
97 ::utl::Bootstrap::PathStatus aLocateResult = in operator ()()
98 ::utl::Bootstrap::locateUserInstallation( userPath ); in operator ()()
99 if (!(aLocateResult == ::utl::Bootstrap::PATH_EXISTS || in operator ()()
100 aLocateResult == ::utl::Bootstrap::PATH_VALID)) in operator ()()
232 ::rtl::Bootstrap::expandMacros(folder); in needToSyncRepostitory()
[all …]
H A Ddp_platform.cxx89 ::rtl::Bootstrap::expandMacros( os ); in operator ()()
98 ::rtl::Bootstrap::expandMacros( arch ); in operator ()()
111 ::rtl::Bootstrap::expandMacros( arch ); in operator ()()
/aoo42x/main/jvmfwk/source/
H A Dfwkbase.cxx84 if (Bootstrap::get()->getFrom(rtl::OUString::createFromAscii(name), retVal)) in getParam()
343 if (Bootstrap::get()->getFrom(sName, sValue) == sal_True) in getVMParameters()
381 if (Bootstrap::get()->getFrom( in getClasspath()
394 if (Bootstrap::get()->getFrom( in getClasspath()
420 if (Bootstrap::get()->getFrom(sName ,sVendor) == sal_True) in getVendorSettings()
458 sal_Bool bJRE = Bootstrap::get()->getFrom( in getJREHome()
460 sal_Bool bEnvJRE = Bootstrap::get()->getFrom( in getJREHome()
521 Bootstrap::get()->getFrom( in getClasspathUrls()
535 Bootstrap::get()->getFrom( in getInstallDataExpiration()
570 const rtl::Bootstrap * aBoot = Bootstrap::get(); in getMode()
H A Dfwkutil.hxx49 struct Bootstrap : struct
50 public ::rtl::StaticWithInit< const rtl::Bootstrap *, Bootstrap > {
51 const rtl::Bootstrap * operator () () { in operator ()() argument
56 ::rtl::Bootstrap * bootstrap = new ::rtl::Bootstrap(sIni); in operator ()()
/aoo42x/main/cppuhelper/source/
H A Dbootstrap.cxx97 Bootstrap const & get_unorc() SAL_THROW( () ) in get_unorc()
117 return *(Bootstrap const *)&s_bstrap; in get_unorc()
189 OUString const & rBootstrapPath, Bootstrap const & bootstrap )
212 const Bootstrap & bootstrap, in findBoostrapArgument()
379 Bootstrap const & bootstrap ) in defaultBootstrap_InitialComponentContext()
468 Bootstrap bootstrap( iniFile ); in defaultBootstrap_InitialComponentContext()
543 if (!Bootstrap::get(OUSTR("URE_BOOTSTRAP"), uri)) { in bootstrap()
544 Bootstrap::set( in bootstrap()
546 Bootstrap::encode(path + OUSTR(SAL_CONFIGFILE("fundamental")))); in bootstrap()
H A Dservicefactory.cxx188 Bootstrap const & bootstrap ) in add_access_control_entries()
368 OUString const & rBootstrapPath, Bootstrap const & bootstrap ) in bootstrapInitialContext()
608 Bootstrap bootstrap; in createImplServiceFactory()
639 Bootstrap bootstrap; in bootstrap_InitialComponentContext()
/aoo42x/main/desktop/source/migration/
H A Dwizard.cxx89 ::rtl::OUString aBuildIdData = utl::Bootstrap::getBuildIdData( aDefault ); in getBuildId()
466 ::utl::Bootstrap::PathStatus aBaseLocateResult = in cleanOldOfficeRegKeys()
467 ::utl::Bootstrap::locateBaseInstallation( aBaseLocationPath ); in cleanOldOfficeRegKeys()
468 ::utl::Bootstrap::PathStatus aSharedLocateResult = in cleanOldOfficeRegKeys()
469 ::utl::Bootstrap::locateSharedData( aSharedLocationPath ); in cleanOldOfficeRegKeys()
470 aInstallMode = ::utl::Bootstrap::getAllUsersValue( ::rtl::OUString() ); in cleanOldOfficeRegKeys()
473 …if ( aBaseLocateResult == ::utl::Bootstrap::PATH_EXISTS && aSharedLocateResult == ::utl::Bootstrap in cleanOldOfficeRegKeys()
/aoo42x/main/cli_ure/source/native/
H A Dnative_bootstrap.cxx270 public __sealed __gc class Bootstrap
272 inline Bootstrap() {}
309 Bootstrap::defaultBootstrap_InitialComponentContext(
325 ::rtl::Bootstrap::set( key, value );
347 Bootstrap::defaultBootstrap_InitialComponentContext()
352 ::unoidl::com::sun::star::uno::XComponentContext * Bootstrap::bootstrap()
/aoo42x/main/extensions/source/update/check/
H A Dupdateprotocol.cxx65 rtl::Bootstrap::expandMacros( rBuildID ); in getBootstrapData()
70 rtl::Bootstrap::expandMacros( rInstallSetID ); in getBootstrapData()
75 rtl::Bootstrap::expandMacros( aValue ); in getBootstrapData()
101 rtl::Bootstrap::get(UNISTRING("_OS"), myOS); in checkForUpdates()
102 rtl::Bootstrap::get(UNISTRING("_ARCH"), myArch); in checkForUpdates()
/aoo42x/main/vcl/source/gdi/
H A Dimpimagetree.cxx219 rtl::Bootstrap::expandMacros(url); in resetZips()
230 rtl::Bootstrap::expandMacros(url); in resetZips()
248 rtl::Bootstrap::expandMacros(url); in resetZips()
256 rtl::Bootstrap::expandMacros(url); in resetZips()
275 rtl::Bootstrap::expandMacros(url); in resetZips()
/aoo42x/main/javaunohelper/com/sun/star/comp/helper/
H A DBootstrap.java68 public class Bootstrap { class
203 NativeLibraryLoader.loadLibrary( Bootstrap.class.getClassLoader(), "juh" ); in defaultBootstrap_InitialComponentContext()
209 ini_file, pairs, Bootstrap.class.getClassLoader() ) ); in defaultBootstrap_InitialComponentContext()
241 Bootstrap.class.getClassLoader(), sOffice ); in bootstrap()
/aoo42x/main/tools/source/misc/
H A Dextendapplicationenvironment.cxx62 if (rtl::Bootstrap::get(envVar, uri)) in extendApplicationEnvironment()
67 uri = rtl::Bootstrap::encode(uri); in extendApplicationEnvironment()
78 env.append(rtl::Bootstrap::encode(uri)); in extendApplicationEnvironment()
/aoo42x/main/testtools/source/servicetests/
H A DRemoteServiceTest.java29 import com.sun.star.comp.helper.Bootstrap;
53 Bootstrap.createInitialComponentContext(null))). in getTestServiceFactory()
69 = Bootstrap.createInitialComponentContext(null);
/aoo42x/main/odk/examples/DevelopersGuide/Components/JavaComponent/
H A DTestJavaComponent.java24 import com.sun.star.comp.helper.Bootstrap;
70 Bootstrap.createInitialComponentContext( null ); in main()
84 com.sun.star.comp.helper.Bootstrap.bootstrap(); in main()
/aoo42x/main/desktop/source/so_comp/
H A Doemjob.cxx227 Bootstrap().getIniName( aSofficeIniFileURL ); in locateIniFile()
229 if ( utl::Bootstrap::locateUserData( aUserDataPath ) == utl::Bootstrap::PATH_EXISTS ) in locateIniFile()
/aoo42x/main/bridges/test/com/sun/star/lib/
H A DTestBed.java29 import com.sun.star.comp.helper.Bootstrap;
142 if (run(Bootstrap.createInitialComponentContext(null))) { in execute()
162 = Bootstrap.createInitialComponentContext(null); in run()
/aoo42x/main/desktop/source/migration/services/
H A Dbasicmigration.cxx156 … ::utl::Bootstrap::PathStatus aStatus = ::utl::Bootstrap::locateUserInstallation( sTargetDir ); in copyFiles()
157 if ( aStatus == ::utl::Bootstrap::PATH_EXISTS ) in copyFiles()
/aoo42x/main/framework/source/services/
H A Dsubstitutepathvars.cxx1163 ::utl::Bootstrap::PathStatus aState; in SetPredefinedPathVariables()
1166 aState = utl::Bootstrap::locateBaseInstallation( sVal ); in SetPredefinedPathVariables()
1167 if( aState==::utl::Bootstrap::PATH_EXISTS ) { in SetPredefinedPathVariables()
1174 aState = utl::Bootstrap::locateUserData( sVal ); in SetPredefinedPathVariables()
1178 if( aState == ::utl::Bootstrap::PATH_EXISTS ) { in SetPredefinedPathVariables()
1246 rtl::Bootstrap::expandMacros( in SetPredefinedPathVariables()

Completed in 196 milliseconds

123456789