/trunk/main/forms/source/xforms/ |
H A D | NameContainer.hxx | 61 bool hasItem( const rtl::OUString& rName ) in hasItem() function in NameContainer 68 OSL_ENSURE( hasItem( rName ), "can't get non-existent item" ); in getItem() 76 OSL_ENSURE( hasItem( rName ), "unknown item" ); in replace() 83 OSL_ENSURE( ! hasItem( rName ), "item already in set" ); in insert() 89 OSL_ENSURE( hasItem( rName ), "item not in set" ); in remove() 154 return hasItem( rName ); in hasByName()
|
H A D | namedcollection.hxx | 40 using Collection<T>::hasItem; 48 OSL_ENSURE( hasItem( rName ), "invalid name" ); in getItem() 52 bool hasItem( const rtl::OUString& rName ) const in hasItem() function in NamedCollection 117 if( hasItem( aName ) ) in getByName() 134 return hasItem( aName ) ? sal_True : sal_False; in hasByName()
|
H A D | collection.hxx | 90 bool hasItem( const T& t ) const in hasItem() function in Collection 97 OSL_ENSURE( !hasItem( t ), "item to be added already present" ); in addItem() 108 OSL_ENSURE( hasItem( t ), "item to be removed not present" ); in removeItem() 225 return ( aElement >>= t ) ? hasItem( t ) : sal_False; in has() 235 if( ! hasItem( t ) ) in insert() 250 if( hasItem( t ) ) in remove()
|
H A D | model.cxx | 580 if( mpSubmissions->hasItem( sID ) ) in submitWithInteraction() 666 return mpBindings->hasItem( sId ) ? mpBindings->getItem( sId ) : NULL; in getBinding() 704 if ( mpSubmissions->hasItem( sId ) ) in getSubmission()
|
/trunk/main/filter/source/config/cache/ |
H A D | frameloaderfactory.cxx | 97 …if (!m_rCache->hasItem(FilterCache::E_FRAMELOADER, sLoader) && m_rCache->hasItem(FilterCache::E_TY… in createInstanceWithArguments() 118 if (!m_rCache->hasItem(FilterCache::E_FRAMELOADER, sRealLoader)) in createInstanceWithArguments()
|
H A D | contenthandlerfactory.cxx | 100 …if (!m_rCache->hasItem(FilterCache::E_CONTENTHANDLER, sHandler) && m_rCache->hasItem(FilterCache::… in createInstanceWithArguments() 121 if (!m_rCache->hasItem(FilterCache::E_CONTENTHANDLER, sRealHandler)) in createInstanceWithArguments()
|
H A D | basecontainer.cxx | 252 if (pCache->hasItem(m_eType, sItem)) in insertByName() 318 if (!pCache->hasItem(m_eType, sItem)) in replaceByName() 415 bHasOne = pCache->hasItem(m_eType, sItem); in hasByName()
|
H A D | filterfactory.cxx | 143 …if (!m_rCache->hasItem(FilterCache::E_FILTER, sFilter) && m_rCache->hasItem(FilterCache::E_TYPE, s… in createInstanceWithArguments() 162 if (!m_rCache->hasItem(FilterCache::E_FILTER, sRealFilter)) in createInstanceWithArguments()
|
H A D | filtercache.hxx | 499 virtual sal_Bool hasItem( EItemType eType,
|
H A D | typedetection.cxx | 1180 if (m_rCache->hasItem(FilterCache::E_TYPE, sType)) in impl_validateAndSetTypeOnDescriptor()
|
H A D | filtercache.cxx | 379 sal_Bool FilterCache::hasItem( EItemType eType, in hasItem() function in filter::config::FilterCache
|
/trunk/test/testcommon/source/org/openoffice/test/vcl/widgets/ |
H A D | VclComboBox.java | 125 public boolean hasItem(String str) { in hasItem() method in VclComboBox
|
H A D | VclListBox.java | 181 public boolean hasItem(String str) { in hasItem() method in VclListBox
|
H A D | VclTreeListBox.java | 223 public boolean hasItem(String str) { in hasItem() method in VclTreeListBox
|
/trunk/test/testassistant/lib/ |
H A D | testcommon.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/openoffice/
org/openoffice/test/
org/openoffice/test/common/
... |