Lines Matching refs:uno
37 using namespace ::com::sun::star::uno;
49 …:ScVbaGlobals( uno::Sequence< uno::Any > const& aArgs, uno::Reference< uno::XComponentContext >con… in ScVbaGlobals()
53 uno::Sequence< beans::PropertyValue > aInitArgs( 2 ); in ScVbaGlobals()
55 aInitArgs[ 0 ].Value = uno::makeAny( getApplication() ); in ScVbaGlobals()
57 aInitArgs[ 1 ].Value = uno::makeAny( getXSomethingFromArgs< frame::XModel >( aArgs, 0 ) ); in ScVbaGlobals()
70 uno::Reference<excel::XApplication >
71 ScVbaGlobals::getApplication() throw (uno::RuntimeException) in getApplication()
80 uno::Reference<excel::XApplication > SAL_CALL
81 ScVbaGlobals::getExcel() throw (uno::RuntimeException) in getExcel()
88 uno::Reference< excel::XWorkbook > SAL_CALL
89 ScVbaGlobals::getActiveWorkbook() throw (uno::RuntimeException) in getActiveWorkbook()
92 …uno::Reference< excel::XWorkbook > xWorkbook( getApplication()->getActiveWorkbook(), uno::UNO_QUER… in getActiveWorkbook()
98 throw uno::RuntimeException( rtl::OUString::createFromAscii( in getActiveWorkbook()
99 "No activeWorkbook available" ), Reference< uno::XInterface >() ); in getActiveWorkbook()
103 uno::Reference< excel::XWindow > SAL_CALL
104 ScVbaGlobals::getActiveWindow() throw (uno::RuntimeException) in getActiveWindow()
109 uno::Reference< excel::XWorksheet > SAL_CALL
110 ScVbaGlobals::getActiveSheet() throw (uno::RuntimeException) in getActiveSheet()
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()
144 uno::Reference< excel::XRange > SAL_CALL
145 ScVbaGlobals::getActiveCell() throw (uno::RuntimeException) in getActiveCell()
150 uno::Reference< XAssistant > SAL_CALL
151 ScVbaGlobals::getAssistant() throw (uno::RuntimeException) in getAssistant()
156 uno::Any SAL_CALL
157 ScVbaGlobals::getSelection() throw (uno::RuntimeException) in getSelection()
162 uno::Reference< excel::XWorkbook > SAL_CALL
163 ScVbaGlobals::getThisWorkbook() throw (uno::RuntimeException) in getThisWorkbook()
168 …e() throw (::com::sun::star::script::BasicErrorException, ::com::sun::star::uno::RuntimeException) in Calculate()
173 uno::Reference< excel::XRange > SAL_CALL
174 ScVbaGlobals::Cells( const uno::Any& RowIndex, const uno::Any& ColumnIndex ) throw (uno::RuntimeExc… in Cells()
178 uno::Reference< excel::XRange > SAL_CALL
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()
187 uno::Reference< XApplicationBase > xBase( getApplication(), uno::UNO_QUERY_THROW ); in CommandBars()
191 css::uno::Reference< ov::excel::XRange > SAL_CALL
192 …uno::Reference< ov::excel::XRange >& Arg1, const css::uno::Reference< ov::excel::XRange >& Arg2, c… in Union()
196 css::uno::Reference< ov::excel::XRange > SAL_CALL
197 …uno::Reference< ov::excel::XRange >& Arg1, const css::uno::Reference< ov::excel::XRange >& Arg2, c… in Intersect()
202 uno::Any SAL_CALL
203 ScVbaGlobals::Evaluate( const ::rtl::OUString& Name ) throw (uno::RuntimeException) in Evaluate()
208 css::uno::Any SAL_CALL
209 ScVbaGlobals::WorksheetFunction( ) throw (css::uno::RuntimeException) in WorksheetFunction()
214 uno::Any SAL_CALL
215 ScVbaGlobals::Windows( const uno::Any& aIndex ) throw (uno::RuntimeException) in Windows()
220 uno::Reference< excel::XRange > SAL_CALL
221 ScVbaGlobals::Rows( const uno::Any& aIndex ) throw (uno::RuntimeException) in Rows()
228 uno::Any SAL_CALL
229 ScVbaGlobals::getDebug() throw (uno::RuntimeException) in getDebug()
233 …uno::Reference< lang::XMultiComponentFactory > xServiceManager( mxContext->getServiceManager(), un… in getDebug()
234 uno::Reference< uno::XInterface > xVBADebug = xServiceManager->createInstanceWithContext( in getDebug()
236 return uno::Any( xVBADebug ); in getDebug()
238 catch( uno::Exception& ) in getDebug()
241 return uno::Any(); in getDebug()
244 uno::Sequence< ::rtl::OUString > SAL_CALL
245 ScVbaGlobals::getAvailableServiceNames( ) throw (uno::RuntimeException) in getAvailableServiceNames()
248 …static uno::Sequence< rtl::OUString > serviceNames( ScVbaGlobals_BASE::getAvailableServiceNames() … in getAvailableServiceNames()
277 uno::Sequence< rtl::OUString >
280 static uno::Sequence< rtl::OUString > aServiceNames; in getServiceNames()