|
LibreOffice Module vbahelper (master) 1
|
#include <memory>#include <basic/basmgr.hxx>#include <com/sun/star/lang/IllegalArgumentException.hpp>#include <com/sun/star/lang/XMultiServiceFactory.hpp>#include <com/sun/star/uno/Any.hxx>#include <com/sun/star/uno/Reference.hxx>#include <com/sun/star/uno/Sequence.hxx>#include <com/sun/star/uno/XInterface.hpp>#include <osl/diagnose.h>#include <rtl/ustring.hxx>#include <sfx2/objsh.hxx>#include <sfx2/docfilt.hxx>#include <sfx2/docfile.hxx>Go to the source code of this file.
Namespaces | |
| namespace | ooo |
| namespace | ooo::vba |
Functions | |
| css::uno::Reference< css::lang::XMultiServiceFactory > | ooo::vba::getVBAServiceFactory (SfxObjectShell const *pShell) |
| css::uno::Reference< css::uno::XInterface > | ooo::vba::createVBAUnoAPIServiceWithArgs (SfxObjectShell const *pShell, const char *_pAsciiName, const css::uno::Sequence< css::uno::Any > &aArgs) |
| bool | ooo::vba::isAlienDoc (SfxObjectShell const &rDocShell, const char *pMimeType) |
| bool | ooo::vba::isAlienExcelDoc (SfxObjectShell const &rDocShell) |
| bool | ooo::vba::isAlienWordDoc (SfxObjectShell const &rDocShell) |