Home
last modified time | relevance | path

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

/aoo42x/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 …]
/aoo42x/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/comphelper/
H A DOfficeResourceBundle.java76 public String loadString( int _resourceId ) { in loadString() argument
81 Object value = bundle.getByName(getStringResourceKey(_resourceId)); in loadString()
97 public boolean hasString( int _resourceId ) { in hasString() argument
101 ret = bundle.hasByName(getStringResourceKey(_resourceId)); in hasString()
/aoo42x/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()
/aoo42x/main/comphelper/inc/comphelper/
H A Dofficeresourcebundle.hxx95 ::rtl::OUString loadString( sal_Int32 _resourceId ) const;
104 bool hasString( sal_Int32 _resourceId ) const;
/aoo42x/main/tools/inc/tools/
H A Dsimplerm.hxx107 bool IsAvailable( RESOURCE_TYPE _resourceType, sal_uInt32 _resourceId );
/aoo42x/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 39 milliseconds