Home
last modified time | relevance | path

Searched refs:hasEntryForId (Results 1 – 4 of 4) sorted by relevance

/trunk/main/scripting/source/stringresource/
H A Dstringresource.hxx201 virtual ::sal_Bool SAL_CALL hasEntryForId( const ::rtl::OUString& ResourceID );
318 virtual ::sal_Bool SAL_CALL hasEntryForId( const ::rtl::OUString& ResourceID );
391 virtual ::sal_Bool SAL_CALL hasEntryForId( const ::rtl::OUString& ResourceID );
474 virtual ::sal_Bool SAL_CALL hasEntryForId( const ::rtl::OUString& ResourceID );
H A Dstringresource.cxx237 sal_Bool StringResourceImpl::hasEntryForId( const ::rtl::OUString& ResourceID ) in hasEntryForId() function in stringresource::StringResourceImpl
867 sal_Bool StringResourcePersistenceImpl::hasEntryForId( const ::rtl::OUString& ResourceID ) in hasEntryForId() function in stringresource::StringResourcePersistenceImpl
869 return StringResourceImpl::hasEntryForId( ResourceID ) ; in hasEntryForId()
2370 sal_Bool StringResourceWithStorageImpl::hasEntryForId( const ::rtl::OUString& ResourceID ) in hasEntryForId() function in stringresource::StringResourceWithStorageImpl
2372 return StringResourceImpl::hasEntryForId( ResourceID ) ; in hasEntryForId()
2695 sal_Bool StringResourceWithLocationImpl::hasEntryForId( const ::rtl::OUString& ResourceID ) in hasEntryForId() function in stringresource::StringResourceWithLocationImpl
2697 return StringResourceImpl::hasEntryForId( ResourceID ) ; in hasEntryForId()
/trunk/main/offapi/com/sun/star/resource/
H A DXStringResourceResolver.idl118 boolean hasEntryForId( [in] string ResourceID );
/trunk/main/extensions/source/propctrlr/
H A Dformcomponenthandler.cxx268 if( xStringResourceResolver->hasEntryForId( aPureIdStr ) ) in impl_getPropertyValue_throw()
293 if( xStringResourceResolver->hasEntryForId( aPureIdStr ) ) in impl_getPropertyValue_throw()