Lines Matching refs:ScVbaGlobals

49 ScVbaGlobals::ScVbaGlobals( uno::Sequence< uno::Any > const& aArgs, uno::Reference< uno::XComponent…  in ScVbaGlobals()  function in ScVbaGlobals
62 ScVbaGlobals::~ScVbaGlobals() in ~ScVbaGlobals()
71 ScVbaGlobals::getApplication() throw (uno::RuntimeException) in getApplication()
81 ScVbaGlobals::getExcel() throw (uno::RuntimeException) in getExcel()
89 ScVbaGlobals::getActiveWorkbook() throw (uno::RuntimeException) in getActiveWorkbook()
104 ScVbaGlobals::getActiveWindow() throw (uno::RuntimeException) in getActiveWindow()
110 ScVbaGlobals::getActiveSheet() throw (uno::RuntimeException) in getActiveSheet()
116 ScVbaGlobals::WorkBooks( const uno::Any& aIndex ) throw (uno::RuntimeException) in WorkBooks()
122 ScVbaGlobals::WorkSheets(const uno::Any& aIndex) throw (uno::RuntimeException) in WorkSheets()
127 ScVbaGlobals::Sheets( const uno::Any& aIndex ) throw (uno::RuntimeException) in Sheets()
133 ScVbaGlobals::Range( const uno::Any& Cell1, const uno::Any& Cell2 ) throw (uno::RuntimeException) in Range()
139 ScVbaGlobals::Names( const css::uno::Any& aIndex ) throw ( uno::RuntimeException ) in Names()
145 ScVbaGlobals::getActiveCell() throw (uno::RuntimeException) in getActiveCell()
151 ScVbaGlobals::getAssistant() throw (uno::RuntimeException) in getAssistant()
157 ScVbaGlobals::getSelection() throw (uno::RuntimeException) in getSelection()
163 ScVbaGlobals::getThisWorkbook() throw (uno::RuntimeException) in getThisWorkbook()
168 ScVbaGlobals::Calculate() throw (::com::sun::star::script::BasicErrorException, ::com::sun::star::… in Calculate()
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()
185 ScVbaGlobals::CommandBars( const uno::Any& aIndex ) throw (uno::RuntimeException) in CommandBars()
192 ScVbaGlobals::Union( const css::uno::Reference< ov::excel::XRange >& Arg1, const css::uno::Referenc… in Union()
197 ScVbaGlobals::Intersect( const css::uno::Reference< ov::excel::XRange >& Arg1, const css::uno::Refe… in Intersect()
203 ScVbaGlobals::Evaluate( const ::rtl::OUString& Name ) throw (uno::RuntimeException) in Evaluate()
209 ScVbaGlobals::WorksheetFunction( ) throw (css::uno::RuntimeException) in WorksheetFunction()
215 ScVbaGlobals::Windows( const uno::Any& aIndex ) throw (uno::RuntimeException) in Windows()
221 ScVbaGlobals::Rows( const uno::Any& aIndex ) throw (uno::RuntimeException) in Rows()
229 ScVbaGlobals::getDebug() throw (uno::RuntimeException) in getDebug()
245 ScVbaGlobals::getAvailableServiceNames( ) throw (uno::RuntimeException) in getAvailableServiceNames()
271 ScVbaGlobals::getServiceImplName() in getServiceImplName()
278 ScVbaGlobals::getServiceNames() in getServiceNames()
292 sdecl::vba_service_class_<ScVbaGlobals, sdecl::with_args<true> > serviceImpl;