Home
last modified time | relevance | path

Searched refs:hasItem (Results 1 – 15 of 15) sorted by relevance

/aoo42x/main/forms/source/xforms/
H A DNameContainer.hxx61 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 Dnamedcollection.hxx40 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 Dcollection.hxx90 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 Dmodel.cxx580 if( mpSubmissions->hasItem( sID ) ) in submitWithInteraction()
666 return mpBindings->hasItem( sId ) ? mpBindings->getItem( sId ) : NULL; in getBinding()
704 if ( mpSubmissions->hasItem( sId ) ) in getSubmission()
/aoo42x/main/filter/source/config/cache/
H A Dframeloaderfactory.cxx97 …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 Dcontenthandlerfactory.cxx100 …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 Dbasecontainer.cxx252 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 Dfilterfactory.cxx143 …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 Dfiltercache.hxx499 virtual sal_Bool hasItem( EItemType eType,
H A Dtypedetection.cxx1180 if (m_rCache->hasItem(FilterCache::E_TYPE, sType)) in impl_validateAndSetTypeOnDescriptor()
H A Dfiltercache.cxx379 sal_Bool FilterCache::hasItem( EItemType eType, in hasItem() function in filter::config::FilterCache
/aoo42x/test/testcommon/source/org/openoffice/test/vcl/widgets/
H A DVclComboBox.java125 public boolean hasItem(String str) { in hasItem() method in VclComboBox
H A DVclListBox.java181 public boolean hasItem(String str) { in hasItem() method in VclListBox
H A DVclTreeListBox.java223 public boolean hasItem(String str) { in hasItem() method in VclTreeListBox
/aoo42x/test/testassistant/lib/
H A Dtestcommon.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/openoffice/ org/openoffice/test/ org/openoffice/test/common/ ...

Completed in 79 milliseconds