Searched refs:m_bundle (Results 1 – 2 of 2) sorted by relevance
45 XResourceBundle m_bundle; field in OfficeResourceLoader85 m_bundle = m_loader.loadBundle_Default( "orl" ); in checkSimpleStringAccess()87 Locale resourceLocale = m_bundle.getLocale(); in checkSimpleStringAccess()89 String testString = (String)m_bundle.getByName( "string:1000" ); in checkSimpleStringAccess()120 m_bundle = m_loader.loadBundle( "orl", new Locale( "en", "US", "" ) ); in checkLocales()121 Locale resourceLocale = m_bundle.getLocale(); in checkLocales()126 m_bundle = m_loader.loadBundle( "orl", new Locale( "inv", "al", "id" ) ); in checkLocales()127 resourceLocale = m_bundle.getLocale(); in checkLocales()
101 Sequence< Reference<deployment::XPackage> > m_bundle; member in dp_registry::backend::bundle::__anonde012a920111::BackendImpl::PackageImpl519 sal_Int32 len = m_bundle.getLength(); in disposing()520 Reference<deployment::XPackage> const * p = m_bundle.getConstArray(); in disposing()523 m_bundle.realloc( 0 ); in disposing()1354 m_bundle = ret; in getBundle()1355 pBundle = &m_bundle; in getBundle()
Completed in 26 milliseconds