Lines Matching refs:Any
191 ScVbaWorksheet::ScVbaWorksheet( uno::Sequence< uno::Any> const & args, in ScVbaWorksheet()
256 …xProps->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "IsVisible" ) ), uno::Any( b… in setVisible()
369 …alue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "AutoFilter" ) ), uno::Any( bAutoFilterMode ) … in setAutoFilterMode()
397 uno::Any
398 ScVbaWorksheet::HPageBreaks( const uno::Any& aIndex ) throw (uno::RuntimeException) in HPageBreaks()
403 return xHPageBreaks->Item( aIndex, uno::Any()); in HPageBreaks()
407 uno::Any
408 ScVbaWorksheet::VPageBreaks( const uno::Any& aIndex ) throw ( uno::RuntimeException ) in VPageBreaks()
413 return xVPageBreaks->Item( aIndex, uno::Any()); in VPageBreaks()
469 ScVbaWorksheet::Move( const uno::Any& Before, const uno::Any& After ) throw (uno::RuntimeException) in Move()
506 ScVbaWorksheet::Copy( const uno::Any& Before, const uno::Any& After ) throw (uno::RuntimeException) in Copy()
543 ScVbaWorksheet::Paste( const uno::Any& Destination, const uno::Any& /*Link*/ ) throw (uno::RuntimeE… in Paste() argument
601 …( const uno::Any& Password, const uno::Any& /*DrawingObjects*/, const uno::Any& /*Contents*/, cons… in Protect() argument
612 ScVbaWorksheet::Unprotect( const uno::Any& Password ) throw (uno::RuntimeException) in Unprotect()
628 ScVbaWorksheet::Range( const ::uno::Any& Cell1, const ::uno::Any& Cell2 ) throw (uno::RuntimeExcept… in Range()
636 …Spelling( const uno::Any& /*CustomDictionary*/,const uno::Any& /*IgnoreUppercase*/,const uno::Any&… in CheckSpelling() argument
654 ScVbaWorksheet::Cells( const ::uno::Any &nRow, const ::uno::Any &nCol ) in Cells()
664 ScVbaWorksheet::Rows(const uno::Any& aIndex ) throw (uno::RuntimeException) in Rows()
670 ScVbaWorksheet::Columns( const uno::Any& aIndex ) throw (uno::RuntimeException) in Columns()
675 uno::Any SAL_CALL
676 ScVbaWorksheet::ChartObjects( const uno::Any& Index ) throw (uno::RuntimeException) in ChartObjects()
689 return xColl->Item( Index, uno::Any() ); in ChartObjects()
696 uno::Any SAL_CALL
697 ScVbaWorksheet::PivotTables( const uno::Any& Index ) throw (uno::RuntimeException) in PivotTables()
705 return xColl->Item( Index, uno::Any() ); in PivotTables()
709 uno::Any SAL_CALL
710 ScVbaWorksheet::Comments( const uno::Any& Index ) throw (uno::RuntimeException) in Comments()
718 return xColl->Item( Index, uno::Any() ); in Comments()
722 uno::Any SAL_CALL
723 ScVbaWorksheet::Hyperlinks( const uno::Any& aIndex ) throw (uno::RuntimeException) in Hyperlinks()
730 …return uno::Reference< XCollection >( mxHlinks, uno::UNO_QUERY_THROW )->Item( aIndex, uno::Any() ); in Hyperlinks()
731 return uno::Any( mxHlinks ); in Hyperlinks()
734 uno::Any SAL_CALL
735 ScVbaWorksheet::Names( const css::uno::Any& aIndex ) throw (uno::RuntimeException) in Names()
744 return uno::Any( xNames->Item( aIndex, uno::Any() ) ); in Names()
745 return uno::Any( xNames ); in Names()
748 uno::Any SAL_CALL
749 ScVbaWorksheet::OLEObjects( const uno::Any& Index ) throw (uno::RuntimeException) in OLEObjects()
758 return xOleObjects->Item( Index, uno::Any() ); in OLEObjects()
759 return uno::Any( xOleObjects ); in OLEObjects()
762 uno::Any SAL_CALL
763 ScVbaWorksheet::Shapes( const uno::Any& aIndex ) throw (uno::RuntimeException) in Shapes()
772 return xVbaShapes->Item( aIndex, uno::Any() ); in Shapes()
776 uno::Any SAL_CALL
777 ScVbaWorksheet::Buttons( const uno::Any& rIndex ) throw (uno::RuntimeException) in Buttons()
784 return mxButtons->Item( rIndex, uno::Any() ); in Buttons()
785 return uno::Any( uno::Reference< XCollection >( mxButtons.get() ) ); in Buttons()
788 uno::Any SAL_CALL
789 ScVbaWorksheet::CheckBoxes( const uno::Any& /*rIndex*/ ) throw (uno::RuntimeException) in CheckBoxes() argument
794 uno::Any SAL_CALL
795 ScVbaWorksheet::DropDowns( const uno::Any& /*rIndex*/ ) throw (uno::RuntimeException) in DropDowns() argument
800 uno::Any SAL_CALL
801 ScVbaWorksheet::GroupBoxes( const uno::Any& /*rIndex*/ ) throw (uno::RuntimeException) in GroupBoxes() argument
806 uno::Any SAL_CALL
807 ScVbaWorksheet::Labels( const uno::Any& /*rIndex*/ ) throw (uno::RuntimeException) in Labels() argument
812 uno::Any SAL_CALL
813 ScVbaWorksheet::ListBoxes( const uno::Any& /*rIndex*/ ) throw (uno::RuntimeException) in ListBoxes() argument
818 uno::Any SAL_CALL
819 ScVbaWorksheet::OptionButtons( const uno::Any& /*rIndex*/ ) throw (uno::RuntimeException) in OptionButtons() argument
824 uno::Any SAL_CALL
825 ScVbaWorksheet::ScrollBars( const uno::Any& /*rIndex*/ ) throw (uno::RuntimeException) in ScrollBars() argument
830 uno::Any SAL_CALL
831 ScVbaWorksheet::Spinners( const uno::Any& /*rIndex*/ ) throw (uno::RuntimeException) in Spinners() argument
855 uno::Any SAL_CALL
861 uno::Any aVoid; in Evaluate()
862 return uno::Any( Range( uno::Any( Name ), aVoid ) ); in Evaluate()
872 uno::Any SAL_CALL
873 …me, const uno::Sequence< uno::Any >& /*aParams*/, uno::Sequence< ::sal_Int16 >& /*aOutParamIndex*/… in invoke() argument
882 ScVbaWorksheet::setValue( const ::rtl::OUString& aPropertyName, const uno::Any& aValue ) throw (bea… in setValue()
886 uno::Any SAL_CALL
935 uno::Any
953 uno::Any aUnoObj = xIndexAccess->getByIndex( index ); in getControlShape()
965 return uno::Any(); in getControlShape()
1015 …Any& From, const uno::Any& To, const uno::Any& Copies, const uno::Any& Preview, const uno::Any& Ac… in PrintOut()