Home
last modified time | relevance | path

Searched refs:_key (Results 1 – 3 of 3) sorted by relevance

/AOO42X/main/comphelper/source/container/
H A Denumerablemap.cxx216 …virtual ::sal_Bool SAL_CALL containsKey( const Any& _key ) throw (IllegalTypeException, IllegalArg…
218 …virtual Any SAL_CALL get( const Any& _key ) throw (IllegalTypeException, IllegalArgumentException,…
219 …virtual Any SAL_CALL put( const Any& _key, const Any& _value ) throw (NoSupportException, IllegalT…
220 …virtual Any SAL_CALL remove( const Any& _key ) throw (NoSupportException, IllegalTypeException, Il…
242 void impl_checkKey_throw( const Any& _key ) const;
537 void EnumerableMap::impl_checkKey_throw( const Any& _key ) const in impl_checkKey_throw()
539 if ( !_key.hasValue() ) in impl_checkKey_throw()
544 impl_checkNaN_throw( _key, m_aData.m_aKeyType ); in impl_checkKey_throw()
603 …::sal_Bool SAL_CALL EnumerableMap::containsKey( const Any& _key ) throw (IllegalTypeException, Ill… in containsKey() argument
606 impl_checkKey_throw( _key ); in containsKey()
[all …]
/AOO42X/main/extensions/source/resource/
H A Doooresourceloader.cxx239 … bool impl_getDirectElement_nothrow( const ::rtl::OUString& _key, Any& _out_Element ) const;
252 …bool impl_getResourceTypeAndId_nothrow( const ::rtl::OUString& _key, ResourceTypePtr& _out_reso…
378 …bool OpenOfficeResourceBundle::impl_getResourceTypeAndId_nothrow( const ::rtl::OUString& _key, Res… in impl_getResourceTypeAndId_nothrow() argument
380 sal_Int32 typeSeparatorPos = _key.indexOf( ':' ); in impl_getResourceTypeAndId_nothrow()
385 ::rtl::OUString resourceType = _key.copy( 0, typeSeparatorPos ); in impl_getResourceTypeAndId_nothrow()
393 _out_resourceId = _key.copy( typeSeparatorPos + 1 ).toInt32(); in impl_getResourceTypeAndId_nothrow()
398 …bool OpenOfficeResourceBundle::impl_getDirectElement_nothrow( const ::rtl::OUString& _key, Any& _o… in impl_getDirectElement_nothrow() argument
402 if ( !impl_getResourceTypeAndId_nothrow( _key, resourceType, resourceId ) ) in impl_getDirectElement_nothrow()
414 …Any SAL_CALL OpenOfficeResourceBundle::getDirectElement( const ::rtl::OUString& _key ) throw (Runt… in getDirectElement() argument
419 impl_getDirectElement_nothrow( _key, aElement ); in getDirectElement()
[all …]
/AOO42X/main/connectivity/java/sdbc_hsqldb/src/com/sun/star/sdbcx/comp/hsqldb/
H A DStorageNativeOutputStream.java41 public StorageNativeOutputStream(String _name,Object _key) { in StorageNativeOutputStream() argument
43 key = _key; in StorageNativeOutputStream()