Home
last modified time | relevance | path

Searched refs:getJRELocations (Results 1 – 3 of 3) sorted by relevance

/aoo42x/main/jvmfwk/source/
H A Delements.hxx285 const boost::optional< ::std::vector< ::rtl::OUString> > & getJRELocations() const;
366 void getJRELocations(rtl_uString *** parLocations, sal_Int32 * size) const;
368 const ::std::vector< ::rtl::OUString> & getJRELocations() const;
H A Delements.cxx720 NodeJava::getJRELocations() const in getJRELocations() function in jfw::NodeJava
1203 if (user.getJRELocations()) in merge()
1204 m_JRELocations = * user.getJRELocations(); in merge()
1205 else if (share.getJRELocations()) in merge()
1206 m_JRELocations = * share.getJRELocations(); in merge()
1267 void MergedSettings::getJRELocations( in getJRELocations() function in jfw::MergedSettings
1288 const std::vector<rtl::OUString> & MergedSettings::getJRELocations() const in getJRELocations() function in jfw::MergedSettings
H A Dframework.cxx95 settings.getJRELocations(); in jfw_findAllJREs()
539 settings.getJRELocations(); in jfw_findAndSelectJRE()
1100 settings.getJRELocations(parLocations, pLen); in jfw_getJRELocations()

Completed in 35 milliseconds