Searched refs:rInstalledLocales (Results 1 – 1 of 1) sorted by relevance
378 uno::Sequence< lang::Locale > &rInstalledLocales = InstalledLocales::get(); in getAllInstalledLocaleNames() local380 if ( rInstalledLocales.getLength() ) in getAllInstalledLocaleNames()381 return rInstalledLocales; in getAllInstalledLocaleNames()386 rInstalledLocales = xLD->getAllInstalledLocaleNames(); in getAllInstalledLocaleNames()398 return rInstalledLocales; in getAllInstalledLocaleNames()407 const uno::Sequence< lang::Locale > &rInstalledLocales = in getInstalledLocaleNames() local410 if ( !rInstalledLocales.getLength() ) in getInstalledLocaleNames()415 return rInstalledLocales; in getInstalledLocaleNames()
Completed in 24 milliseconds