Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/vba/
H A Dvbarange.cxx651 uno::Reference< XCollection > m_xAreas; member in CellsEnumeration
657 if ( nVBAIndex < 1 || nVBAIndex > m_xAreas->getCount() ) in getArea()
659 …uno::Reference< excel::XRange > xRange( m_xAreas->Item( uno::makeAny(nVBAIndex), uno::Any() ), uno… in getArea()
677 …:Reference< XCollection >& xAreas ): mxParent( xParent ), mxContext( xContext ), m_xAreas( xAreas ) in CellsEnumeration()
679 sal_Int32 nItems = m_xAreas->getCount(); in CellsEnumeration()

Completed in 36 milliseconds