Home
last modified time | relevance | path

Searched refs:ScVbaApplication (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sc/source/ui/vba/
H A Dvbaapplication.cxx121 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()
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 …]
H A Dvbaapplication.hxx40 class ScVbaApplication : public ScVbaApplication_BASE class
52 ScVbaApplication( const css::uno::Reference< css::uno::XComponentContext >& m_xContext );
53 virtual ~ScVbaApplication();
H A Dvbaglobals.cxx75 mxApplication.set( new ScVbaApplication( mxContext) ); in getApplication()
H A Dvbaeventshelper.cxx647 …bool bExecuteEvent = (rInfo.mnModuleType != script::ModuleType::DOCUMENT) || ScVbaApplication::get… in implPrepareEvent()
H A Dvbarange.cxx275 if( ScVbaApplication::getDocumentEventsEnabled() ) in fireChangeEvent()

Completed in 52 milliseconds