Searched refs:hasEntryForId (Results 1 – 4 of 4) sorted by relevance
242 sal_Bool StringResourceImpl::hasEntryForId( const ::rtl::OUString& ResourceID ) in hasEntryForId() function in stringresource::StringResourceImpl900 sal_Bool StringResourcePersistenceImpl::hasEntryForId( const ::rtl::OUString& ResourceID ) in hasEntryForId() function in stringresource::StringResourcePersistenceImpl903 return StringResourceImpl::hasEntryForId( ResourceID ) ; in hasEntryForId()2435 sal_Bool StringResourceWithStorageImpl::hasEntryForId( const ::rtl::OUString& ResourceID ) in hasEntryForId() function in stringresource::StringResourceWithStorageImpl2438 return StringResourceImpl::hasEntryForId( ResourceID ) ; in hasEntryForId()2790 sal_Bool StringResourceWithLocationImpl::hasEntryForId( const ::rtl::OUString& ResourceID ) in hasEntryForId() function in stringresource::StringResourceWithLocationImpl2793 return StringResourceImpl::hasEntryForId( ResourceID ) ; in hasEntryForId()
214 virtual ::sal_Bool SAL_CALL hasEntryForId( const ::rtl::OUString& ResourceID )367 virtual ::sal_Bool SAL_CALL hasEntryForId( const ::rtl::OUString& ResourceID )481 virtual ::sal_Bool SAL_CALL hasEntryForId( const ::rtl::OUString& ResourceID )607 virtual ::sal_Bool SAL_CALL hasEntryForId( const ::rtl::OUString& ResourceID )
118 boolean hasEntryForId( [in] string ResourceID );
268 if( xStringResourceResolver->hasEntryForId( aPureIdStr ) ) in impl_getPropertyValue_throw()293 if( xStringResourceResolver->hasEntryForId( aPureIdStr ) ) in impl_getPropertyValue_throw()
Completed in 89 milliseconds