Home
last modified time | relevance | path

Searched refs:_resourceId (Results 1 – 5 of 5) sorted by relevance

/aoo41x/main/comphelper/source/misc/
H A Dofficeresourcebundle.cxx83 ::rtl::OUString loadString( sal_Int32 _resourceId ) const;
92 bool hasString( sal_Int32 _resourceId ) const;
108 impl_getStringResourceKey( sal_Int32 _resourceId );
116 key.append( _resourceId ); in impl_getStringResourceKey()
121 ::rtl::OUString ResourceBundle_Impl::loadString( sal_Int32 _resourceId ) const in loadString()
142 bool ResourceBundle_Impl::hasString( sal_Int32 _resourceId ) const in hasString()
152 has = m_xBundle->hasByName( impl_getStringResourceKey( _resourceId ) ); in hasString()
223 ::rtl::OUString OfficeResourceBundle::loadString( sal_Int32 _resourceId ) const in loadString()
225 return m_pImpl->loadString( _resourceId ); in loadString()
229 bool OfficeResourceBundle::hasString( sal_Int32 _resourceId ) const in hasString()
[all …]
/aoo41x/main/extensions/source/resource/
H A Doooresourceloader.cxx146 virtual Any getResource( SimpleResMgr& _resourceManager, sal_Int32 _resourceId ) const = 0;
161 virtual Any getResource( SimpleResMgr& _resourceManager, sal_Int32 _resourceId ) const;
176 …Any StringResourceAccess::getResource( SimpleResMgr& _resourceManager, sal_Int32 _resourceId ) con… in getResource()
178 …OSL_PRECOND( _resourceManager.IsAvailable( getResourceType(), _resourceId ), "StringResourceAccess… in getResource()
180 aResource <<= ::rtl::OUString( _resourceManager.ReadString( _resourceId ) ); in getResource()
/aoo41x/main/comphelper/inc/comphelper/
H A Dofficeresourcebundle.hxx95 ::rtl::OUString loadString( sal_Int32 _resourceId ) const;
104 bool hasString( sal_Int32 _resourceId ) const;
/aoo41x/main/tools/inc/tools/
H A Dsimplerm.hxx107 bool IsAvailable( RESOURCE_TYPE _resourceType, sal_uInt32 _resourceId );
/aoo41x/main/tools/source/rc/
H A Dresmgr.cxx1958 bool SimpleResMgr::IsAvailable( RESOURCE_TYPE _resourceType, sal_uInt32 _resourceId ) in IsAvailable() argument
1966 return m_pResImpl->IsGlobalAvailable( _resourceType, _resourceId ); in IsAvailable()

Completed in 28 milliseconds