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()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()[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()