Searched refs:ScVbaApplication (Results 1 – 5 of 5) sorted by relevance
121 ScVbaApplication::ScVbaApplication( const uno::Reference<uno::XComponentContext >& xContext ) : in ScVbaApplication() function in ScVbaApplication127 ScVbaApplication::~ScVbaApplication() in ~ScVbaApplication()131 /*static*/ bool ScVbaApplication::getDocumentEventsEnabled() in getDocumentEventsEnabled()222 ScVbaApplication::getAssistant() throw (uno::RuntimeException) in getAssistant()228 ScVbaApplication::getSelection() throw (uno::RuntimeException) in getSelection()608 ScVbaApplication::getCursor() throw (uno::RuntimeException) in getCursor()671 ScVbaApplication::getName() throw (uno::RuntimeException) in getName()1127 uno::Any SAL_CALL ScVbaApplication::GetOpenFilename( in GetOpenFilename()1144 uno::Any SAL_CALL ScVbaApplication::GetSaveAsFilename( in GetSaveAsFilename()1168 ScVbaApplication::getServiceImplName() in getServiceImplName()[all …]
40 class ScVbaApplication : public ScVbaApplication_BASE class52 ScVbaApplication( const css::uno::Reference< css::uno::XComponentContext >& m_xContext );53 virtual ~ScVbaApplication();
75 mxApplication.set( new ScVbaApplication( mxContext) ); in getApplication()
647 …bool bExecuteEvent = (rInfo.mnModuleType != script::ModuleType::DOCUMENT) || ScVbaApplication::get… in implPrepareEvent()
275 if( ScVbaApplication::getDocumentEventsEnabled() ) in fireChangeEvent()
Completed in 52 milliseconds