Lines Matching refs:container
57 typedef ::cppu::WeakImplHelper1< container::XEnumeration > SheetEnumeration_BASE;
58 typedef ::cppu::WeakImplHelper3< container::XNameAccess, container::XIndexAccess, container::XEnume…
77 …virtual uno::Any SAL_CALL nextElement( ) throw (container::NoSuchElementException, lang::WrappedT… in nextElement()
80 throw container::NoSuchElementException(); in nextElement()
96 …virtual uno::Any SAL_CALL getByName( const ::rtl::OUString& aName ) throw (container::NoSuchElemen… in getByName()
99 throw container::NoSuchElementException(); in getByName()
111 uno::Reference< container::XNamed > xName( *it, uno::UNO_QUERY_THROW ); in getElementNames()
122 uno::Reference< container::XNamed > xName( *cachePos, uno::UNO_QUERY_THROW ); in hasByName()
140 …virtual uno::Reference< container::XEnumeration > SAL_CALL createEnumeration( ) throw (uno::Runti… in createEnumeration()
150 …o::Reference< uno::XComponentContext >& xContext, const uno::Reference< container::XEnumeration >&… in SheetsEnumeration()
152 …virtual uno::Any SAL_CALL nextElement( ) throw (container::NoSuchElementException, lang::WrappedT… in nextElement()
171 …::sun::star::uno::XComponentContext > & xContext, const uno::Reference< container::XIndexAccess >&… in ScVbaWorksheets()
175 …container::XEnumerationAccess >& xEnumAccess, const uno::Reference< frame::XModel >& xModel ): S… in ScVbaWorksheets()
186 uno::Reference< container::XEnumeration >
191 uno::Reference< container::XEnumerationAccess > xAccess( m_xIndexAccess, uno::UNO_QUERY_THROW ); in createEnumeration()
194 uno::Reference< container::XEnumerationAccess > xEnumAccess( m_xSheets, uno::UNO_QUERY_THROW ); in createEnumeration()
260 uno::Reference< container::XNamed > xNamed( xSheet, uno::UNO_QUERY_THROW ); in Add()
339 uno::Reference< container::XEnumeration > xEnum( createEnumeration(), uno::UNO_QUERY_THROW ); in getVisible()
358 uno::Reference< container::XEnumeration > xEnum( createEnumeration(), uno::UNO_QUERY_THROW ); in setVisible()
425 uno::Reference< container::XNamed > xName( xSheet, uno::UNO_QUERY_THROW ); in Item()
429 uno::Reference< container::XIndexAccess > xIndexAccess = new SheetCollectionHelper( mSheets ); in Item()
465 uno::Reference <container::XIndexAccess> xIndex( xSpreadDoc->getSheets(), uno::UNO_QUERY ); in nameExists()
471 uno::Reference< container::XNamed > xNamed( xIndex->getByIndex(i), uno::UNO_QUERY_THROW ); in nameExists()