Searched refs:SwVbaAddin (Results 1 – 3 of 3) sorted by relevance
32 SwVbaAddin::SwVbaAddin( const uno::Reference< ooo::vba::XHelperInterface >& rParent, const uno::Ref… in SwVbaAddin() function in SwVbaAddin37 SwVbaAddin::~SwVbaAddin() in ~SwVbaAddin()41 ::rtl::OUString SAL_CALL SwVbaAddin::getName() throw (uno::RuntimeException) in getName()50 SwVbaAddin::setName( const rtl::OUString& ) throw ( css::uno::RuntimeException ) in setName()56 ::rtl::OUString SAL_CALL SwVbaAddin::getPath() throw (uno::RuntimeException) in getPath()63 ::sal_Bool SAL_CALL SwVbaAddin::getAutoload() throw (uno::RuntimeException) in getAutoload()68 ::sal_Bool SAL_CALL SwVbaAddin::getInstalled() throw (uno::RuntimeException) in getInstalled()73 void SAL_CALL SwVbaAddin::setInstalled( ::sal_Bool _installed ) throw (uno::RuntimeException) in setInstalled()83 SwVbaAddin::getServiceImplName() in getServiceImplName()90 SwVbaAddin::getServiceNames() in getServiceNames()
32 class SwVbaAddin : public SwVbaAddin_BASE class40 …SwVbaAddin( const css::uno::Reference< ooo::vba::XHelperInterface >& rParent, const css::uno::Refe…41 virtual ~SwVbaAddin();
53 …maAddins.push_back( uno::Reference< word::XAddin >( new SwVbaAddin( xParent, xContext, sUrl, sal_T… in lcl_getAddinCollection()
Completed in 10 milliseconds