Lines Matching refs:aIndex
398 ScVbaWorksheet::HPageBreaks( const uno::Any& aIndex ) throw (uno::RuntimeException) in HPageBreaks() argument
402 if ( aIndex.hasValue() ) in HPageBreaks()
403 return xHPageBreaks->Item( aIndex, uno::Any()); in HPageBreaks()
408 ScVbaWorksheet::VPageBreaks( const uno::Any& aIndex ) throw ( uno::RuntimeException ) in VPageBreaks() argument
412 if( aIndex.hasValue() ) in VPageBreaks()
413 return xVPageBreaks->Item( aIndex, uno::Any()); in VPageBreaks()
664 ScVbaWorksheet::Rows(const uno::Any& aIndex ) throw (uno::RuntimeException) in Rows() argument
666 return getSheetRange()->Rows( aIndex ); in Rows()
670 ScVbaWorksheet::Columns( const uno::Any& aIndex ) throw (uno::RuntimeException) in Columns() argument
672 return getSheetRange()->Columns( aIndex ); in Columns()
723 ScVbaWorksheet::Hyperlinks( const uno::Any& aIndex ) throw (uno::RuntimeException) in Hyperlinks() argument
729 if( aIndex.hasValue() ) in Hyperlinks()
730 …return uno::Reference< XCollection >( mxHlinks, uno::UNO_QUERY_THROW )->Item( aIndex, uno::Any() ); in Hyperlinks()
735 ScVbaWorksheet::Names( const css::uno::Any& aIndex ) throw (uno::RuntimeException) in Names() argument
743 if ( aIndex.hasValue() ) in Names()
744 return uno::Any( xNames->Item( aIndex, uno::Any() ) ); in Names()
763 ScVbaWorksheet::Shapes( const uno::Any& aIndex ) throw (uno::RuntimeException) in Shapes() argument
771 if ( aIndex.hasValue() ) in Shapes()
772 return xVbaShapes->Item( aIndex, uno::Any() ); in Shapes()