Lines Matching refs:container

41 …o::Reference< uno::XComponentContext >& xContext, const uno::Reference< container::XEnumeration >&…  in BookmarksEnumeration()
43 …virtual uno::Any SAL_CALL nextElement( ) throw (container::NoSuchElementException, lang::WrappedT… in nextElement()
45 uno::Reference< container::XNamed > xNamed( m_xEnumeration->nextElement(), uno::UNO_QUERY_THROW ); in nextElement()
53 typedef ::cppu::WeakImplHelper2< container::XNameAccess, container::XIndexAccess > BookmarkCollecti…
57 uno::Reference< container::XNameAccess > mxNameAccess;
58 uno::Reference< container::XIndexAccess > mxIndexAccess;
61 …BookmarkCollectionHelper( const uno::Reference< container::XIndexAccess >& xIndexAccess ) throw (u… in BookmarkCollectionHelper()
69 …virtual uno::Any SAL_CALL getByName( const ::rtl::OUString& aName ) throw (container::NoSuchElemen… in getByName()
72 throw container::NoSuchElementException(); in getByName()
90 …uno::Reference< container::XNamed > xNamed( mxIndexAccess->getByIndex( nIndex ), uno::UNO_QUERY_TH… in hasByName()
112container::XIndexAccess >& xBookmarks, const uno::Reference< frame::XModel >& xModel ): SwVbaBookm… in SwVbaBookmarks()
126 uno::Reference< container::XEnumeration >
129 …uno::Reference< container::XEnumerationAccess > xEnumAccess( m_xIndexAccess, uno::UNO_QUERY_THROW … in createEnumeration()
136 uno::Reference< container::XNamed > xNamed( aSource, uno::UNO_QUERY_THROW ); in createCollectionObject()
151 uno::Reference< container::XNamed > xNamed( xBookmark, uno::UNO_QUERY_THROW ); in addBookmarkByName()