Home
last modified time | relevance | path

Searched refs:m_bundle (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/extensions/qa/complex/extensions/
H A DOfficeResourceLoader.java45 XResourceBundle m_bundle; field in OfficeResourceLoader
85 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()
/aoo4110/main/desktop/source/deployment/registry/package/
H A Ddp_package.cxx101 Sequence< Reference<deployment::XPackage> > m_bundle; member in dp_registry::backend::bundle::__anon65eb56db0111::BackendImpl::PackageImpl
519 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 31 milliseconds