Searched refs:ResourceBundle_Impl (Results 1 – 2 of 2) sorted by relevance
57 class ResourceBundle_Impl class67 …ResourceBundle_Impl( const Reference< XComponentContext >& _context, const ::rtl::OUString& _baseN… in ResourceBundle_Impl() function in comphelper::ResourceBundle_Impl112 ::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()
44 class ResourceBundle_Impl;50 ::std::auto_ptr< ResourceBundle_Impl > m_pImpl;
Completed in 19 milliseconds