Searched refs:getJRELocations (Results 1 – 3 of 3) sorted by relevance
287 const boost::optional< ::std::vector< ::rtl::OUString> > & getJRELocations() const;368 void getJRELocations(rtl_uString *** parLocations, sal_Int32 * size) const;370 const ::std::vector< ::rtl::OUString> & getJRELocations() const;
720 NodeJava::getJRELocations() const in getJRELocations() function in jfw::NodeJava1203 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::MergedSettings1288 const std::vector<rtl::OUString> & MergedSettings::getJRELocations() const in getJRELocations() function in jfw::MergedSettings
95 settings.getJRELocations(); in jfw_findAllJREs()539 settings.getJRELocations(); in jfw_findAndSelectJRE()1100 settings.getJRELocations(parLocations, pLen); in jfw_getJRELocations()
Completed in 51 milliseconds