Home
last modified time | relevance | path

Searched refs:m_xEnumeration (Results 1 – 11 of 11) sorted by relevance

/AOO41X/main/vbahelper/inc/vbahelper/
H A Dvbacollectionimpl.hxx134 css::uno::Reference< css::container::XEnumeration > m_xEnumeration; member in EnumerationHelperImpl
137 …:RuntimeException ) : m_xParent( xParent ), m_xContext( xContext ), m_xEnumeration( xEnumeration … in EnumerationHelperImpl()
138 …CALL hasMoreElements( ) throw (css::uno::RuntimeException) { return m_xEnumeration->hasMoreElemen… in hasMoreElements()
/AOO41X/main/sc/source/ui/vba/
H A Dvbapivottables.cxx45 return DataPilotToPivotTable( m_xEnumeration->nextElement(), m_xContext ); in nextElement()
H A Dvbacomments.cxx59 return AnnotationToComment( m_xEnumeration->nextElement(), m_xContext, mxModel ); in nextElement()
H A Dvbachartobjects.cxx52 …uno::Reference< table::XTableChart > xTableChart( m_xEnumeration->nextElement(), uno::UNO_QUERY_TH… in nextElement()
H A Dvbanames.cxx51 …uno::Reference< sheet::XNamedRange > xNamed( m_xEnumeration->nextElement(), uno::UNO_QUERY_THROW ); in nextElement()
H A Dvbaworkbooks.cxx163 …uno::Reference< sheet::XSpreadsheetDocument > xDoc( m_xEnumeration->nextElement(), uno::UNO_QUERY_… in nextElement()
H A Dvbaworksheets.cxx154 …uno::Reference< sheet::XSpreadsheet > xSheet( m_xEnumeration->nextElement(), uno::UNO_QUERY_THROW … in nextElement()
H A Dvbarange.cxx353 …return lcl_makeRange( m_xParent, m_xContext, m_xEnumeration->nextElement(), mbIsRows, mbIsColumns … in nextElement()
/AOO41X/main/sw/source/ui/vba/
H A Dvbadocuments.cxx79 … uno::Reference< text::XTextDocument > xDoc( m_xEnumeration->nextElement(), uno::UNO_QUERY_THROW ); in nextElement()
H A Dvbasections.cxx124 …uno::Reference< beans::XPropertySet > xPageProps( m_xEnumeration->nextElement(), uno::UNO_QUERY_TH… in nextElement()
H A Dvbabookmarks.cxx45 … uno::Reference< container::XNamed > xNamed( m_xEnumeration->nextElement(), uno::UNO_QUERY_THROW ); in nextElement()