Lines Matching refs:Collection
35 Collection<T>,
38 using Collection<T>::maItems;
39 using Collection<T>::getItem;
40 using Collection<T>::hasItem;
98 virtual typename Collection<T>::Type_t SAL_CALL getElementType() in getElementType()
99 throw( typename Collection<T>::RuntimeException_t ) in getElementType()
101 return Collection<T>::getElementType(); in getElementType()
105 throw( typename Collection<T>::RuntimeException_t ) in hasElements()
107 return Collection<T>::hasElements(); in hasElements()
111 virtual typename Collection<T>::Any_t SAL_CALL getByName( in getByName()
113 throw( typename Collection<T>::NoSuchElementException_t, in getByName()
114 typename Collection<T>::WrappedTargetException_t, in getByName()
115 typename Collection<T>::RuntimeException_t ) in getByName()
120 throw typename Collection<T>::NoSuchElementException_t(); in getByName()
125 throw( typename Collection<T>::RuntimeException_t ) in getElementNames()
132 throw( typename Collection<T>::RuntimeException_t ) in hasByName()