Lines Matching refs:ScVbaApplication

121 ScVbaApplication::ScVbaApplication( const uno::Reference<uno::XComponentContext >& xContext ) :  in ScVbaApplication()  function in ScVbaApplication
127 ScVbaApplication::~ScVbaApplication() in ~ScVbaApplication()
131 /*static*/ bool ScVbaApplication::getDocumentEventsEnabled() in getDocumentEventsEnabled()
136 SfxObjectShell* ScVbaApplication::GetDocShell( const uno::Reference< frame::XModel >& xModel ) thro… in GetDocShell()
142 ScVbaApplication::getExactName( const ::rtl::OUString& aApproximateName ) throw (uno::RuntimeExcept… in getExactName()
149 ScVbaApplication::getIntrospection() throw(css::uno::RuntimeException) in getIntrospection()
156 ScVbaApplication::invoke( const ::rtl::OUString& FunctionName, const uno::Sequence< uno::Any >& Par… in invoke()
174 ScVbaApplication::setValue( const ::rtl::OUString& PropertyName, const uno::Any& Value ) throw(bean… in setValue()
181 ScVbaApplication::getValue( const ::rtl::OUString& PropertyName ) throw(beans::UnknownPropertyExcep… in getValue()
188 ScVbaApplication::hasMethod( const ::rtl::OUString& Name ) throw(uno::RuntimeException) in hasMethod()
195 ScVbaApplication::hasProperty( const ::rtl::OUString& Name ) throw(uno::RuntimeException) in hasProperty()
202 ScVbaApplication::getActiveWorkbook() throw (uno::RuntimeException) in getActiveWorkbook()
212 ScVbaApplication::getThisWorkbook() throw (uno::RuntimeException) in getThisWorkbook()
222 ScVbaApplication::getAssistant() throw (uno::RuntimeException) in getAssistant()
228 ScVbaApplication::getSelection() throw (uno::RuntimeException) in getSelection()
272 ScVbaApplication::getActiveCell() throw (uno::RuntimeException ) in getActiveCell()
291 ScVbaApplication::Workbooks( const uno::Any& aIndex ) throw (uno::RuntimeException) in Workbooks()
304 ScVbaApplication::Worksheets( const uno::Any& aIndex ) throw (uno::RuntimeException) in Worksheets()
311 ScVbaApplication::WorksheetFunction( ) throw (::com::sun::star::uno::RuntimeException) in WorksheetFunction()
317 ScVbaApplication::Evaluate( const ::rtl::OUString& Name ) throw (uno::RuntimeException) in Evaluate()
327 ScVbaApplication::Dialogs( const uno::Any &aIndex ) throw (uno::RuntimeException) in Dialogs()
336 ScVbaApplication::getActiveWindow() throw (uno::RuntimeException) in getActiveWindow()
346 ScVbaApplication::getCutCopyMode() throw (uno::RuntimeException) in getCutCopyMode()
355 ScVbaApplication::setCutCopyMode( const uno::Any& /*_cutcopymode*/ ) throw (uno::RuntimeException) in setCutCopyMode()
361 ScVbaApplication::getStatusBar() throw (uno::RuntimeException) in getStatusBar()
367 ScVbaApplication::setStatusBar( const uno::Any& _statusbar ) throw (uno::RuntimeException) in setStatusBar()
396 ScVbaApplication::getCalculation() throw (uno::RuntimeException) in getCalculation()
407 ScVbaApplication::setCalculation( ::sal_Int32 _calculation ) throw (uno::RuntimeException) in setCalculation()
424 ScVbaApplication::Windows( const uno::Any& aIndex ) throw (uno::RuntimeException) in Windows()
432 ScVbaApplication::wait( double time ) throw (uno::RuntimeException) in wait()
451 ScVbaApplication::Range( const uno::Any& Cell1, const uno::Any& Cell2 ) throw (uno::RuntimeExceptio… in Range()
458 ScVbaApplication::Names( const css::uno::Any& aIndex ) throw ( uno::RuntimeException ) in Names()
473 ScVbaApplication::getActiveSheet() throw (uno::RuntimeException) in getActiveSheet()
508 ScVbaApplication::GoTo( const uno::Any& Reference, const uno::Any& Scroll ) throw (uno::RuntimeExce… in GoTo()
608 ScVbaApplication::getCursor() throw (uno::RuntimeException) in getCursor()
628 ScVbaApplication::setCursor( sal_Int32 _cursor ) throw (uno::RuntimeException) in setCursor()
671 ScVbaApplication::getName() throw (uno::RuntimeException) in getName()
684 ScVbaApplication::setDisplayAlerts(sal_Bool displayAlerts) throw (uno::RuntimeException) in setDisplayAlerts()
690 ScVbaApplication::getDisplayAlerts() throw (uno::RuntimeException) in getDisplayAlerts()
696 ScVbaApplication::setEnableEvents(sal_Bool bEnable) throw (uno::RuntimeException) in setEnableEvents()
702 ScVbaApplication::getEnableEvents() throw (uno::RuntimeException) in getEnableEvents()
708 ScVbaApplication::Calculate() throw( script::BasicErrorException , uno::RuntimeException ) in Calculate()
725 rtl::OUString ScVbaApplication::getOfficePath( const rtl::OUString& _sPathType ) throw ( uno::Runti… in getOfficePath()
748 ScVbaApplication::setDefaultFilePath( const ::rtl::OUString& DefaultFilePath ) throw (uno::RuntimeE… in setDefaultFilePath()
757 ScVbaApplication::getDefaultFilePath() throw (uno::RuntimeException) in getDefaultFilePath()
763 ScVbaApplication::getLibraryPath() throw (uno::RuntimeException) in getLibraryPath()
769 ScVbaApplication::getTemplatesPath() throw (uno::RuntimeException) in getTemplatesPath()
775 ScVbaApplication::getPathSeparator() throw (uno::RuntimeException) in getPathSeparator()
959 uno::Reference< excel::XRange > SAL_CALL ScVbaApplication::Intersect( in Intersect()
1013 uno::Reference< excel::XRange > SAL_CALL ScVbaApplication::Union( in Union()
1067 ScVbaApplication::Volatile( const uno::Any& aVolatile ) throw ( uno::RuntimeException ) in Volatile()
1075 ScVbaApplication::DoEvents() throw ( uno::RuntimeException ) in DoEvents()
1079 ScVbaApplication::getDisplayFormulaBar() throw ( css::uno::RuntimeException ) in getDisplayFormulaBar()
1098 ScVbaApplication::setDisplayFormulaBar( ::sal_Bool _displayformulabar ) throw ( css::uno::RuntimeEx… in setDisplayFormulaBar()
1111 ScVbaApplication::Caller( const uno::Any& /*aIndex*/ ) throw ( uno::RuntimeException ) in Caller()
1127 uno::Any SAL_CALL ScVbaApplication::GetOpenFilename( in GetOpenFilename()
1144 uno::Any SAL_CALL ScVbaApplication::GetSaveAsFilename( in GetSaveAsFilename()
1162 ScVbaApplication::getCurrentDocument() throw (css::uno::RuntimeException) in getCurrentDocument()
1168 ScVbaApplication::getServiceImplName() in getServiceImplName()
1175 ScVbaApplication::getServiceNames() in getServiceNames()
1189 sdecl::vba_service_class_<ScVbaApplication, sdecl::with_args<false> > serviceImpl;