Home
last modified time | relevance | path

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

/aoo4110/main/comphelper/source/misc/
H A Dofficeresourcebundle.cxx57 class ResourceBundle_Impl class
67ResourceBundle_Impl( const Reference< XComponentContext >& _context, const ::rtl::OUString& _baseN… in ResourceBundle_Impl() function in comphelper::ResourceBundle_Impl
112 ::rtl::OUString ResourceBundle_Impl::impl_getStringResourceKey( sal_Int32 _resourceId ) in impl_getStringResourceKey()
121 ::rtl::OUString ResourceBundle_Impl::loadString( sal_Int32 _resourceId ) const in loadString()
127 if ( const_cast< ResourceBundle_Impl* >( this )->impl_loadBundle_nothrow() ) in loadString()
142 bool ResourceBundle_Impl::hasString( sal_Int32 _resourceId ) const in hasString()
148 if ( const_cast< ResourceBundle_Impl* >( this )->impl_loadBundle_nothrow() ) in hasString()
163 bool ResourceBundle_Impl::impl_loadBundle_nothrow() in impl_loadBundle_nothrow()
203 :m_pImpl( new ResourceBundle_Impl( _context, _bundleBaseName ) ) in OfficeResourceBundle()
211 …:m_pImpl( new ResourceBundle_Impl( _context, ::rtl::OUString::createFromAscii( _bundleBaseAsciiNam… in OfficeResourceBundle()
/aoo4110/main/comphelper/inc/comphelper/
H A Dofficeresourcebundle.hxx44 class ResourceBundle_Impl;
50 ::std::auto_ptr< ResourceBundle_Impl > m_pImpl;

Completed in 18 milliseconds