Lines Matching refs:Any
49 ScVbaGlobals::ScVbaGlobals( uno::Sequence< uno::Any > const& aArgs, uno::Reference< uno::XComponent… in ScVbaGlobals()
115 uno::Any SAL_CALL
116 ScVbaGlobals::WorkBooks( const uno::Any& aIndex ) throw (uno::RuntimeException) in WorkBooks()
118 return uno::Any( getApplication()->Workbooks(aIndex) ); in WorkBooks()
121 uno::Any SAL_CALL
122 ScVbaGlobals::WorkSheets(const uno::Any& aIndex) throw (uno::RuntimeException) in WorkSheets()
126 uno::Any SAL_CALL
127 ScVbaGlobals::Sheets( const uno::Any& aIndex ) throw (uno::RuntimeException) in Sheets()
132 uno::Any SAL_CALL
133 ScVbaGlobals::Range( const uno::Any& Cell1, const uno::Any& Cell2 ) throw (uno::RuntimeException) in Range()
138 uno::Any SAL_CALL
139 ScVbaGlobals::Names( const css::uno::Any& aIndex ) throw ( uno::RuntimeException ) in Names()
156 uno::Any SAL_CALL
174 ScVbaGlobals::Cells( const uno::Any& RowIndex, const uno::Any& ColumnIndex ) throw (uno::RuntimeExc… in Cells()
179 ScVbaGlobals::Columns( const uno::Any& aIndex ) throw (uno::RuntimeException) in Columns()
184 uno::Any SAL_CALL
185 ScVbaGlobals::CommandBars( const uno::Any& aIndex ) throw (uno::RuntimeException) in CommandBars()
192 …Any& Arg3, const css::uno::Any& Arg4, const css::uno::Any& Arg5, const css::uno::Any& Arg6, const … in Union()
197 …Any& Arg3, const css::uno::Any& Arg4, const css::uno::Any& Arg5, const css::uno::Any& Arg6, const … in Intersect()
202 uno::Any SAL_CALL
208 css::uno::Any SAL_CALL
214 uno::Any SAL_CALL
215 ScVbaGlobals::Windows( const uno::Any& aIndex ) throw (uno::RuntimeException) in Windows()
221 ScVbaGlobals::Rows( const uno::Any& aIndex ) throw (uno::RuntimeException) in Rows()
228 uno::Any SAL_CALL
236 return uno::Any( xVBADebug ); in getDebug()
241 return uno::Any(); in getDebug()