Home
last modified time | relevance | path

Searched refs:getFrom (Results 1 – 25 of 29) sorted by relevance

12

/aoo41x/main/jvmfwk/source/
H A Dfwkbase.cxx343 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()
573 if (aBoot->getFrom(sJREHome, sValue) == sal_False) in getMode()
577 if (aBoot->getFrom(sEnvJRE, sValue) == sal_False) in getMode()
[all …]
/aoo41x/main/sal/test/
H A Dtestbootstrap.cxx85 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()
/aoo41x/main/sal/qa/rtl/bootstrap/
H A Dbootstrap_process.cxx49 aBootstrap.getFrom( in SAL_IMPLEMENT_MAIN_WITH_ARGS()
60 aBootstrap.getFrom( in SAL_IMPLEMENT_MAIN_WITH_ARGS()
71 aBootstrap.getFrom( in SAL_IMPLEMENT_MAIN_WITH_ARGS()
82 aBs_custom.getFrom( in SAL_IMPLEMENT_MAIN_WITH_ARGS()
93 aBs_custom.getFrom( in SAL_IMPLEMENT_MAIN_WITH_ARGS()
104 aBs_custom.getFrom( in SAL_IMPLEMENT_MAIN_WITH_ARGS()
H A Drtl_Bootstrap.cxx214 class getFrom : public CppUnit::TestFixture class
232 aBootstrap.getFrom( suValuename, suValue ); in getFrom_001()
264 aBootstrap.getFrom( suValuename, suGetname ); in getFrom_002()
277 aBootstrap.getFrom( suValuename, suGetname, myDefault ); in getFrom_003()
302 aBootstrap.getFrom( suKeyName, suValue ); in getFrom_004()
418 CPPUNIT_TEST_SUITE(getFrom);
651 aBootstrap.getFrom(rtl::OUString::createFromAscii( "SOFROMVALUE2" ), suMacro ); in expandMacrosFrom_002_1()
656 aBootstrap.getFrom(rtl::OUString::createFromAscii( "SOFROMVALUE" ), suMacro ); in expandMacrosFrom_002_1()
680 aBootstrap.getFrom(rtl::OUString::createFromAscii( "SOFROMVALUE3" ), suMacro ); in expandMacrosFrom_002_2()
861 CPPUNIT_TEST_SUITE_NAMED_REGISTRATION(rtl_Bootstrap::getFrom, "rtl_Bootstrap");
H A Drtl_Bootstrap.xsce22 rtl_Bootstrap.getFrom.getFrom_004
/aoo41x/main/unotools/source/config/
H A Dbootstrap.cxx377 …OSL_PRECOND(!_rData.getFrom(_sBootstrapParameter,sDerivedURL),"Setting for derived path is already… in getDerivedPath()
396 _rData.getFrom(_sBootstrapParameter, _rURL, sDerivedURL); in getDerivedPath()
494 _rData.getFrom(csVersionFileItem,_rVersionFile.path); in implGetVersionFile()
698 aData.getFrom( csAllUsersItem, sResult, _sDefault ); in getAllUsersValue()
727 if ( aData.getFrom(csShareDirItem, _rURL) ) in locateSharedData()
745 if ( aData.getFrom(csUserDirItem, _rURL) ) in locateUserData()
812 _rData.getFrom(csBaseInstallItem, aBaseInstall_.path, csBaseInstallDefault); in initBaseInstallationData()
826 if (_rData.getFrom(csUserInstallItem, aUserInstall_.path)) in initUserInstallationData()
839 if (! _rData.getFrom(csUserDirItem, sDummy)) in initUserInstallationData()
901 aData.getFrom(_sName,sResult,_sDefault); in getBootstrapValue()
[all …]
H A Dconfigmgr.cxx492 if (rtl::Bootstrap(name).getFrom( in GetDirectConfigProperty()
/aoo41x/main/sal/inc/rtl/
H A Dbootstrap.hxx103 inline sal_Bool getFrom(const ::rtl::OUString &sName,
112 inline void getFrom(const ::rtl::OUString &sName,
204 inline sal_Bool Bootstrap::getFrom(const ::rtl::OUString &sName, in getFrom() function in rtl::Bootstrap
210 inline void Bootstrap::getFrom(const ::rtl::OUString &sName, in getFrom() function in rtl::Bootstrap
/aoo41x/main/cppuhelper/source/
H A Dservicefactory.cxx195 if (bootstrap.getFrom( OUSTR("UNO_AC_POLICYSERVICE"), ac_policy )) in add_access_control_entries()
204 else if (bootstrap.getFrom( OUSTR("UNO_AC_POLICYFILE"), 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()
H A Dbootstrap.cxx223 if(!bootstrap.getFrom(prefixed_arg_name, result)) in findBoostrapArgument()
385 if (!bootstrap.getFrom( in defaultBootstrap_InitialComponentContext()
/aoo41x/main/vcl/unx/generic/fontmanager/
H A Dhelper.cxx59 … aBootstrap.getFrom( OUString( RTL_CONSTASCII_USTRINGPARAM( "CustomDataUrl" ) ), aConfigPath ); in getOfficePath()
60 … aBootstrap.getFrom( OUString( RTL_CONSTASCII_USTRINGPARAM( "BaseInstallation" ) ), aNetPath ); in getOfficePath()
61 … aBootstrap.getFrom( OUString( RTL_CONSTASCII_USTRINGPARAM( "UserInstallation" ) ), aUserPath ); in getOfficePath()
/aoo41x/main/pyuno/source/loader/
H A Dpyuno_loader.cxx166 …bootstrap.getFrom( OUString( RTL_CONSTASCII_USTRINGPARAM( "PYUNO_LOADER_PYTHONHOME") ), pythonHome… in CreateInstance()
167 …bootstrap.getFrom( OUString( RTL_CONSTASCII_USTRINGPARAM( "PYUNO_LOADER_PYTHONPATH" ) ) , pythonPa… in CreateInstance()
/aoo41x/main/slideshow/source/engine/activities/
H A Dactivitiesfactory.cxx765 xNode->getFrom(), in createActivity()
791 xNode->getFrom(), in createActivity()
/aoo41x/main/sd/source/core/
H A DCustomAnimationEffect.cxx1221 case VALUE_FROM: aProperty = xAnimate->getFrom(); break; in getProperty()
1274 if( xAnimate->getFrom() != rValue ) in setProperty()
1368 aColor = xAnimate->getFrom(); in getColor()
1420 else if( (nIndex == 0) && xAnimate->getFrom().hasValue() ) in setColor()
1462 case VALUE_FROM: aProperty = xTransform->getFrom(); break; in getTransformationProperty()
1512 if( xTransform->getFrom() != rValue ) in setTransformationProperty()
/aoo41x/main/sd/source/filter/eppt/
H A Dpptexanimations.cxx1633 Any aFrom( xAnimate->getFrom() ); in exportAnimate()
2002 if ( xTransform->getFrom() >>= aPair ) in exportAnimateTransform()
2046 if ( xTransform->getFrom() >>= fVal ) in exportAnimateTransform()
2117 aAny = xColor->getFrom(); in exportAnimateColor()
/aoo41x/main/configmgr/source/
H A Dcomponents.cxx791 if (ini.getFrom(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("SCHEMA")), urls)) in parseXcsXcuIniLayer()
795 if (ini.getFrom(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("DATA")), urls)) in parseXcsXcuIniLayer()
/aoo41x/main/uui/source/
H A Dnewerverwarn.cxx95 … aIniFile.getFrom( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "ODFNotifyURL" ) ), sNotifyURL ); in IMPL_LINK()
/aoo41x/main/slideshow/source/engine/animationnodes/
H A Danimationbasenode.cxx263 !mxAnimateNode->getFrom().hasValue() ) in activate_st()
/aoo41x/main/pyuno/source/module/
H A Dpyuno_runtime.cxx185 if( bootstrapHandle.getFrom( USTR_ASCII( "PYUNO_LOGLEVEL" ), str ) ) in readLoggingConfig()
202 if( bootstrapHandle.getFrom( USTR_ASCII( "PYUNO_LOGTARGET" ), str ) ) in readLoggingConfig()
/aoo41x/main/desktop/source/migration/services/
H A Djvmfwk.cxx328 sal_Bool bSuccess = javaini.getFrom(OUSTR("Home"), sValue); in migrateJavarc()
/aoo41x/main/vcl/unx/generic/app/
H A Dsaldata.cxx837 … aBootstrap.getFrom( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "ProductKey" ) ), aProduct ); in getFrameClassName()
/aoo41x/main/cui/source/options/
H A Dtreeopt.cxx1457 theBootstrap.getFrom( rtl::OUString::createFromAscii( "CFG_Offline" ), in EnableSSO()
1462 theBootstrap.getFrom( rtl::OUString::createFromAscii( "CFG_ServerType" ), in EnableSSO()
1466 theBootstrap.getFrom( rtl::OUString::createFromAscii( "CFG_BackendService" ), in EnableSSO()
/aoo41x/main/animations/source/animcore/
H A Danimcore.cxx209 virtual Any SAL_CALL getFrom() throw (RuntimeException);
1419 Any SAL_CALL AnimationNode::getFrom() in getFrom() function in animcore::AnimationNode
/aoo41x/main/desktop/source/app/
H A Dofficeipcthread.cxx474 …aPerfTuneIniFile.getFrom( OUString( RTL_CONSTASCII_USTRINGPARAM( "FastPipeCommunication" )), aPrel… in EnableOfficeIPCThread()
/aoo41x/main/jvmfwk/plugins/sunmajor/pluginlib/
H A Dutil.cxx393 getBootstrap()->getFrom(OUSTR("JFW_PLUGIN_DO_NOT_CHECK_ACCESSIBILITY"), sValue); in getJavaProps()

Completed in 180 milliseconds

12